openclaw update reports ERROR after version changes, then gateway restart fails with systemctl --user unavailableA user upgraded OpenClaw from 2026.2.17 to 2026.2.22-2 with openclaw update.
The update output still reported Update Result: ERROR even though the version changed successfully. Right after that, openclaw gateway restart failed with:
Gateway service check failed: Error: systemctl --user unavailable: Failed to connect to bus: No medium found
This looks like two linked operational problems:
2026.2.172026.2.22-2/usr/lib/node_modules/openclawrootsystemctl --user busopenclaw --versionopenclaw updateopenclaw --versionopenclaw gateway restartERROR despite version moving from 2026.2.17 to 2026.2.22-2gateway restart fails because systemctl --user is unavailableReason: global update) and produced many deprecation warnings.ERROR may be a false-negative or partial-failure classification.openclaw gateway restart is a service-manager action and requires supported init/service context.systemctl --user can fail with No medium found.gateway restart fails with missing user bus, run foreground mode directly:
openclaw gateway runopenclaw --versionopenclaw gateway statusopenclaw logs --follow