mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 23:41:48 +01:00
When pulse-sensor-proxy runs inside an LXC container on a Proxmox host, pvecm status fails with "ipcc_send_rec[1] failed: Unknown error -1" because the container can't access the host's corosync IPC socket. This caused repeated warnings every few seconds even though the proxy can function correctly by discovering local host addresses. Extended the standalone node detection to recognize "ipcc_send_rec" errors as indicating an LXC container deployment and gracefully fall back to local address discovery instead of logging warnings.