Hi Gang,
I hope you can help me out with this one. My Proxmox server (8.4.14, Kernel 6.8.12-17) started to loose its network connection for 3 of 4 VMs three days ago. While that one single VM (XPnology) ran fine, all others including the Proxmox GUI where not answering anymore. I did not touch the system for weeks, so "it just happened".
Without ssh and easy alternative access I powered the server down, attached monitor and keyboard and started it again. One
(Bootup video available here)
Wondering what's up with that network (same before and after
Now looking at the PVE processes - E.g.
Most PVE tool network accesses (eg.
What else did I do:
So thanks a ton in advance for your help! <3
I hope you can help me out with this one. My Proxmox server (8.4.14, Kernel 6.8.12-17) started to loose its network connection for 3 of 4 VMs three days ago. While that one single VM (XPnology) ran fine, all others including the Proxmox GUI where not answering anymore. I did not touch the system for weeks, so "it just happened".
Without ssh and easy alternative access I powered the server down, attached monitor and keyboard and started it again. One
fsck later Linux (Debian bookworm) came up fine but all PVE* services failing and there's no network. A manual dhclient changed that, so luckily I can conveniently copy-paste in here.(Bootup video available here)
/etc/hostname is "proxmox" - For starters here are some configs:
Code:
root@proxmox:/etc/pve# pveversion -v
proxmox-ve: 8.4.0 (running kernel: 6.8.12-17-pve)
pve-manager: 8.4.16 (running version: 8.4.16/368e3c45c15b895c)
proxmox-kernel-helper: 8.1.4
proxmox-kernel-6.8: 6.8.12-17
proxmox-kernel-6.8.12-17-pve-signed: 6.8.12-17
proxmox-kernel-6.8.12-16-pve-signed: 6.8.12-16
proxmox-kernel-6.8.12-9-pve-signed: 6.8.12-9
proxmox-kernel-6.8.12-8-pve-signed: 6.8.12-8
proxmox-kernel-6.8.12-7-pve-signed: 6.8.12-7
proxmox-kernel-6.8.12-6-pve-signed: 6.8.12-6
proxmox-kernel-6.8.12-5-pve-signed: 6.8.12-5
proxmox-kernel-6.8.8-2-pve-signed: 6.8.8-2
proxmox-kernel-6.8.4-2-pve-signed: 6.8.4-2
proxmox-kernel-6.5.13-6-pve-signed: 6.5.13-6
proxmox-kernel-6.5: 6.5.13-6
proxmox-kernel-6.5.11-8-pve-signed: 6.5.11-8
ceph-fuse: 17.2.7-pve2
corosync: 3.1.9-pve1
criu: 3.17.1-2+deb12u2
glusterfs-client: 10.3-5
ifupdown2: 3.2.0-1+pmx11
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.2
libproxmox-rs-perl: 0.3.5
libpve-access-control: 8.2.2
libpve-apiclient-perl: 3.3.2
libpve-cluster-api-perl: 8.1.2
libpve-cluster-perl: 8.1.2
libpve-common-perl: 8.3.6
libpve-guest-common-perl: 5.2.2
libpve-http-server-perl: 5.2.2
libpve-network-perl: 0.11.3
libpve-rs-perl: 0.9.4
libpve-storage-perl: 8.3.7
libspice-server1: 0.15.1-1
lvm2: 2.03.16-2
lxc-pve: 6.0.0-2
lxcfs: 6.0.0-pve2
novnc-pve: 1.6.0-2
proxmox-backup-client: 3.4.7-1
proxmox-backup-file-restore: 3.4.7-1
proxmox-backup-restore-image: 0.7.0
proxmox-firewall: 0.7.1
proxmox-kernel-helper: 8.1.4
proxmox-mail-forward: 0.3.3
proxmox-mini-journalreader: 1.5
proxmox-offline-mirror-helper: 0.6.8
proxmox-widget-toolkit: 4.3.13
pve-cluster: 8.1.2
pve-container: 5.3.3
pve-docs: 8.4.1
pve-edk2-firmware: 4.2025.02-4~bpo12+1
pve-esxi-import-tools: 0.7.4
pve-firewall: 5.1.2
pve-firmware: 3.16-3
pve-ha-manager: 4.0.7
pve-i18n: 3.4.5
pve-qemu-kvm: 9.2.0-7
pve-xtermjs: 5.5.0-2
qemu-server: 8.4.5
smartmontools: 7.3-pve1
spiceterm: 3.3.1
swtpm: 0.8.0+pve1
vncterm: 1.8.1
zfsutils-linux: 2.2.8-pve1
Code:
root@proxmox:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.1.250 proxmox.local proxmox
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Code:
root@proxmox:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp2s0 inet manual
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.250/24
gateway 192.168.1.253
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
vgdisplay, lvdisplay and ls /dev/pve show all Volumes.Wondering what's up with that network (same before and after
dhclient'ing)...
Code:
root@proxmox:~# systemctl status networking
● networking.service - Network initialization
Loaded: loaded (/lib/systemd/system/networking.service; enabled; preset: enabled)
Active: active (exited) since Sat 2026-01-10 12:14:17 CET; 50min ago
Docs: man:interfaces(5)
man:ifup(8)
man:ifdown(8)
Process: 645 ExecStart=/usr/share/ifupdown2/sbin/start-networking start (code=exited, status=0/SUCCESS)
Main PID: 645 (code=exited, status=0/SUCCESS)
CPU: 195ms
Jan 10 12:14:17 proxmox networking[726]: File "/usr/lib/python3.11/uuid.py", line 59, in <module>
Jan 10 12:14:17 proxmox networking[726]: import platform
Jan 10 12:14:17 proxmox networking[726]: File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
Jan 10 12:14:17 proxmox networking[726]: File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
Jan 10 12:14:17 proxmox networking[726]: File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
Jan 10 12:14:17 proxmox networking[726]: File "<frozen importlib._bootstrap_external>", line 936, in exec_module
Jan 10 12:14:17 proxmox networking[726]: File "<frozen importlib._bootstrap_external>", line 1069, in get_code
Jan 10 12:14:17 proxmox networking[726]: File "<frozen importlib._bootstrap_external>", line 729, in _compile_bytecode
Jan 10 12:14:17 proxmox networking[726]: ValueError: bad marshal data (unknown type code)
Jan 10 12:14:17 proxmox systemd[1]: Finished networking.service - Network initialization.
Now looking at the PVE processes - E.g.
journalctl -ru pveproxy.service. pveproxy is constantly segfaulting, like all others, too :-(
Code:
Jan 10 12:14:22 proxmox systemd[1]: Failed to start pveproxy.service - PVE API Proxy Server.
Jan 10 12:14:22 proxmox systemd[1]: pveproxy.service: Failed with result 'signal'.
Jan 10 12:14:22 proxmox systemd[1]: pveproxy.service: Control process exited, code=killed, status=11/SEGV
Jan 10 12:14:21 proxmox pvecm[978]: Unable to load access control list: Connection refused
Jan 10 12:14:21 proxmox pvecm[978]: ipcc_send_rec[3] failed: Connection refused
Jan 10 12:14:21 proxmox pvecm[978]: ipcc_send_rec[2] failed: Connection refused
Jan 10 12:14:21 proxmox pvecm[978]: ipcc_send_rec[1] failed: Connection refused
Jan 10 12:14:21 proxmox systemd[1]: Starting pveproxy.service - PVE API Proxy Server...
Jan 10 12:14:20 proxmox systemd[1]: pveproxy.service: Consumed 1.263s CPU time.
Jan 10 12:14:20 proxmox systemd[1]: Stopped pveproxy.service - PVE API Proxy Server.
Jan 10 12:14:20 proxmox systemd[1]: pveproxy.service: Scheduled restart job, restart counter is at 1.
Jan 10 12:14:19 proxmox systemd[1]: pveproxy.service: Consumed 1.263s CPU time.
Jan 10 12:14:19 proxmox systemd[1]: Failed to start pveproxy.service - PVE API Proxy Server.
Jan 10 12:14:19 proxmox systemd[1]: pveproxy.service: Failed with result 'signal'.
Jan 10 12:14:19 proxmox systemd[1]: pveproxy.service: Control process exited, code=killed, status=11/SEGV
Jan 10 12:14:19 proxmox pvecm[970]: Unable to load access control list: Connection refused
Jan 10 12:14:19 proxmox pvecm[970]: ipcc_send_rec[3] failed: Connection refused
Jan 10 12:14:19 proxmox pvecm[970]: ipcc_send_rec[2] failed: Connection refused
Jan 10 12:14:19 proxmox pvecm[970]: ipcc_send_rec[1] failed: Connection refused
Most PVE tool network accesses (eg.
pvecm updatecerts --force) also result in those failed ipcc_send_rec
Code:
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
What else did I do:
apt-updateandapt dist-upgrade. Worked okmemtest86ran through fine
So thanks a ton in advance for your help! <3
Last edited: