-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Problem
Node .25 (browser-automation) has a stale autobot-vnc systemd unit in failed state. When .25 operates in headless mode, autobot-vnc (tightvncserver) cannot start, leaving it permanently failed.
This caused false code_current_service_failed reports (fixed in #1709 by checking only monitored services). However, the stale unit still pollutes systemctl list-units --all output.
What's Needed
Server-side cleanup on .25:
sudo systemctl stop autobot-vnc 2>/dev/null
sudo systemctl disable autobot-vnc 2>/dev/null
sudo systemctl mask autobot-vncOr remove the unit file entirely if VNC mode is not planned for .25.
Discovered During
Investigating #1709 (node .25 false code_current_service_failed)
Impact
Low — cosmetic after #1709 fix, but clutters systemd unit listing.
Reactions are currently unavailable