From 4073fd63f7d1d24580b7f23926f037d219cf28ee Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Jul 2026 22:12:56 +0000 Subject: [PATCH] no-mistakes(review): Add pct exec variants to B3.5 stale pid/lock cleanup --- zulip-health.prose.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zulip-health.prose.md b/zulip-health.prose.md index 3404e8a..b855223 100644 --- a/zulip-health.prose.md +++ b/zulip-health.prose.md @@ -290,6 +290,9 @@ ssh root@192.168.68.15 "pct exec 111 -- ls -la /root/.hermes/gateway.pid /root/. If gateway process is dead (no PID) but pid/lock files exist: ```bash ssh root@ "rm -f /root/.hermes/gateway.pid /root/.hermes/gateway.lock" +# pct exec variant: +ssh root@192.168.68.15 "pct exec 113 -- rm -f /root/.hermes/gateway.pid /root/.hermes/gateway.lock" +ssh root@192.168.68.15 "pct exec 111 -- rm -f /root/.hermes/gateway.pid /root/.hermes/gateway.lock" ``` Pid/lock files blocking restart → clear them before restart attempt.