Good evening
Yesterday I launched an update of my single node and I can't access the web interface and I can't start my containers.
I can access my host via SSH but that's almost it.
I regained access to https://192.168.0.90:8006 following this thread [removing the line starting with 127.0.1.1 in /etc/hosts, and do systemctl restart pve-cluster] but I lost it after the reboot (my node was in the state "unknown" after being able to restart all my LXC containers), I am back to square one.
Any idea please ?

Yesterday I launched an update of my single node and I can't access the web interface and I can't start my containers.
I can access my host via SSH but that's almost it.
I regained access to https://192.168.0.90:8006 following this thread [removing the line starting with 127.0.1.1 in /etc/hosts, and do systemctl restart pve-cluster] but I lost it after the reboot (my node was in the state "unknown" after being able to restart all my LXC containers), I am back to square one.
Any idea please ?
- /etc/hosts and /etc/hostname seem correct

- No entries in /etc/pve
Code:
root@ms01:~# pct start 100
ipcc_send_rec[1] failed: Connection refused
ipcc_send_rec[2] failed: Connection refused
ipcc_send_rec[3] failed: Connection refused
Unable to load access control list: Connection refused
Code:
root@ms01:~# journalctl -eu pve-cluster
May 30 20:34:45 ms01 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem...
May 30 20:34:45 ms01 pmxcfs[1343]: [main] notice: resolved node name 'ms01' to '192.168.0.90' for default node IP address
May 30 20:34:45 ms01 pmxcfs[1343]: [main] notice: resolved node name 'ms01' to '192.168.0.90' for default node IP address
May 30 20:34:45 ms01 pmxcfs[1343]: [main] crit: unable to create lock '/var/lib/pve-cluster/.pmxcfs.lockfile': Read-only file system
May 30 20:34:45 ms01 pmxcfs[1343]: [main] notice: exit proxmox configuration filesystem (-1)
May 30 20:34:45 ms01 pmxcfs[1343]: [main] crit: unable to create lock '/var/lib/pve-cluster/.pmxcfs.lockfile': Read-only file system
Code:
root@ms01:~# systemctl restart pve-cluster
Job for pve-cluster.service failed because the control process exited with error code.
See "systemctl status pve-cluster.service" and "journalctl -xeu pve-cluster.service" for details.
Code:
root@ms01:~# pveversion -v
proxmox-ve: 8.4.0 (running kernel: 6.8.12-10-pve)
pve-manager: 8.4.1 (running version: 8.4.1/2a5fa54a8503f96d)
proxmox-kernel-helper: 8.1.1
proxmox-kernel-6.8.12-11-pve-signed: 6.8.12-11
proxmox-kernel-6.8: 6.8.12-11
proxmox-kernel-6.8.12-10-pve-signed: 6.8.12-10
ceph-fuse: 17.2.7-pve3
corosync: 3.1.9-pve1
criu: 3.17.1-2+deb12u1
glusterfs-client: 10.3-5
ifupdown2: 3.2.0-1+pmx11
intel-microcode: 3.20241112.1
ksm-control-daemon: 1.5-1
libjs-extjs: 7.0.0-5
libknet1: 1.30-pve2
libproxmox-acme-perl: 1.6.0
libproxmox-backup-qemu0: 1.5.1
libproxmox-rs-perl: 0.3.5
libpve-access-control: 8.2.2
libpve-apiclient-perl: 3.3.2
libpve-cluster-api-perl: 8.1.0
libpve-cluster-perl: 8.1.0
libpve-common-perl: 8.3.1
libpve-guest-common-perl: 5.2.2
libpve-http-server-perl: 5.2.2
libpve-network-perl: 0.11.2
libpve-rs-perl: 0.9.4
libpve-storage-perl: 8.3.6
libspice-server1: 0.15.1-1
lvm2: 2.03.16-2
lxc-pve: 6.0.0-1
lxcfs: 6.0.0-pve2
novnc-pve: 1.6.0-2
proxmox-backup-client: 3.4.1-1
proxmox-backup-file-restore: 3.4.1-1
proxmox-firewall: 0.7.1
proxmox-kernel-helper: 8.1.1
proxmox-mail-forward: 0.3.2
proxmox-mini-journalreader: 1.4.0
proxmox-offline-mirror-helper: 0.6.7
proxmox-widget-toolkit: 4.3.11
pve-cluster: 8.1.0
pve-container: 5.2.6
pve-docs: 8.4.0
pve-edk2-firmware: 4.2025.02-3
pve-esxi-import-tools: 0.7.4
pve-firewall: 5.1.1
pve-firmware: 3.15-4
pve-ha-manager: 4.0.7
pve-i18n: 3.4.4
pve-qemu-kvm: 9.2.0-5
pve-xtermjs: 5.5.0-2
qemu-server: 8.3.12
smartmontools: 7.3-pve1
spiceterm: 3.3.0
swtpm: 0.8.0+pve1
vncterm: 1.8.0
zfsutils-linux: 2.2.7-pve2
Code:
root@ms01:~# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Fri 2025-05-30 20:29:50 CEST; 12h ago
Process: 984 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=111)
Process: 985 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 988 (pveproxy)
Tasks: 4 (limit: 38103)
Memory: 156.5M
CPU: 12min 629ms
CGroup: /system.slice/pveproxy.service
├─ 988 pveproxy
├─45325 "pveproxy worker"
├─45326 "pveproxy worker"
└─45331 "pveproxy worker"
May 31 09:11:39 ms01 pveproxy[45294]: worker exit
May 31 09:11:39 ms01 pveproxy[988]: worker 45294 finished
May 31 09:11:39 ms01 pveproxy[988]: starting 1 worker(s)
May 31 09:11:39 ms01 pveproxy[988]: worker 45326 started
May 31 09:11:39 ms01 pveproxy[45326]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 2088.
May 31 09:11:39 ms01 pveproxy[45295]: worker exit
May 31 09:11:39 ms01 pveproxy[988]: worker 45295 finished
May 31 09:11:39 ms01 pveproxy[988]: starting 1 worker(s)
May 31 09:11:39 ms01 pveproxy[988]: worker 45331 started
May 31 09:11:39 ms01 pveproxy[45331]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 2088.
Last edited: