2026.3.2 升級到 2026.3.8
看一下裝況:
openclaw status
回應:
🦞 OpenClaw 2026.3.2 (85377a2)
版本: 2026.3.2
更新:
sudo openclaw update
安裝中 ……
Updating OpenClaw…
│
◇ ✓ Updating via package manager (65.43s)
Update Result: OK
Root: /usr/lib/node_modules/openclaw
Before: 2026.3.2
After: 2026.3.8
Total time: 65.67s
Updating plugins…
No plugin updates needed.
重啟 server 報錯:
Restarting service…
Gateway service check failed: Error: systemctl is-enabled unavailable: Failed to connect to bus: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not defined (consider using –machine=<user>@.host –user to connect to bus of other user)
檢查一下:
systemctl –user status openclaw-gateway.service
● openclaw-gateway.service – OpenClaw Gateway (v2026.2.26)
Loaded: loaded (/home/bob/.config/systemd/user/openclaw-gateway.service; enabled; vendor preset: enabled)
Drop-In: /home/bob/.config/systemd/user/openclaw-gateway.service.d
└─override.conf
Active: active (running) since Thu 2026-03-05 15:03:15 CST; 5 days ago
Main PID: 59054 (openclaw-gatewa)
原來 Gateway 還停在: 2026.2.26
把 Gateway 停掉,
openclaw gateway stop
. 確保舊 service 完全移除
systemctl –user disable –now openclaw-gateway.service 2>/dev/null || true
rm -f ~/.config/systemd/user/openclaw-gateway.service
rm -rf ~/.config/systemd/user/openclaw-gateway.service.d
systemctl –user daemon-reload
. 用 2026.3.8 重新安裝 gateway 服務
openclaw gateway install
檢查狀態:
openclaw gateway status
回應:
🦞 OpenClaw 2026.3.8 (3caab92) — The lobster in your shell. 🦞
再檢查一下::
systemctl –user status openclaw-gateway.service
● openclaw-gateway.service – OpenClaw Gateway (v2026.3.8)
Loaded: loaded (/home/bob/.config/systemd/user/openclaw-gateway.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2026-03-10 17:48:07 CST; 39s ago
完工。