Working directory is clean (110ms)
โ
โ โ Fetching latest changes (24.71s)
โ
โ โ Upstream branch exists (14ms)
โ
โ โ Resolving upstream commit (10ms)
โ
โ โ Enumerating candidate commits (11ms)
โ
โ โ Preparing preflight worktree (2.17s)
โ
โ โ preflight checkout (bc97182d) (187ms)
โ
โ โ preflight deps install (bc97182d) (34.92s)
โ
โ โ preflight build (bc97182d) (81.69s)
โ
โ โ preflight lint (bc97182d) (1201.14s)
status: null,
signal: 'SIGKILL',
output: [ null, null, null ],
pid: 231547,
stdout: null,
stderr: null
}
Node.js v22.22.0
[oxlint:core] finished
#Openclaw update hanging
1 messages ยท Page 1 of 1 (latest)
same issue here
stuck here... Running as unit: run-p3773-i4073.scope; invocation ID: 02fbf2bb85814939bc1cbd8c01ede066
Updating OpenClaw...
โ
โ โ Working directory is clean (60ms)
โ
โ โ Fetching latest changes (10.77s)
โ
โ โ Upstream branch exists (7ms)
โ
โ โ Resolving upstream commit (6ms)
โ
โ โ Enumerating candidate commits (7ms)
โ
โ โ Preparing preflight worktree (26.82s)
โ
โ โ preflight checkout (2daf3d33) (143ms)
โ
โ โ preflight deps install (2daf3d33) (59.46s)
โ
โ โ preflight build (2daf3d33) (82.13s)
โ
โ preflight lint (2daf3d33)
Yeah same
what config you have ?
VPS server
Using GIT, just moved away from npm last week
I just got this error
โ preflight lint (2d97dceb) (673.55s)
status: null,
signal: 'SIGKILL',
output: [ null, null, null ],
pid: 234007,
stdout: null,
stderr: null
}
Node.js v22.22.0
[oxlint:extensions] finished
โ โ preflight lint (2daf3d33) (1223.98s)
[oxlint:core] starting
[oxlint:extensions] starting
[oxlint:scripts] starting
[oxlint:scripts] finished
โ
โ preflight checkout (3c7a641b).
@grizzled mantle @harsh portal
it will never finish and no matter how much RAM you give it (for WSL) it will consume 100% every time , you can update it by these steps ...
**STEPS TO UPDATE OPENCLAW IN WSL2.
1.** cd /home/user/openclaw-main #(move to root dir of openclaw).
2. git stash -u #(save personal folders)
3. mv ~/openclaw-main/hello ~/hello_backup #(backup the workspace)
4. git remote add origin https://github.com/openclaw/openclaw.git (set repo link).
5. git remote -v (verify the link).
6. git fetch origin #(update directly via git bypassing openclaw internal update simulation which drink RAM like water)
7. git reset --hard origin/main #(register the version).
8. pnpm install #(build pnpm)
9. pnpm run build #(build the binary)
10. git stash pop #(bring back your folders).
11. mv ~/hello_backup ~/openclaw-main/hello #(bring back workspace).
12. openclaw --version #(check the version).
thanks i solved with that
he stuck my cpu and ram 100% and crash before with the openclaw update command
exactly basically what it does is to create a virtual simulation before updating so that new update won't blast your system means don't break things .... but seems it's broken atm
I feel like every time I update Open Claw I always get a surprise lol.
lol
Should i wait for a fix or do this manual workaround?
it won't be fixed ... not atm