Hi,
I just have upgraded our PVE environment from 9.1.x (not sure which version it has been) to 9.2.2. using the productive repro. PVE-Container version is 6.1.10
Now I am not able to start any LXCs anymore.
Starting the LCX in debug shows me the following errors:
This is one example LCX.conf:
The LCXs have been working fine before the update. It happens on all our 3 servers.
Any idea what to do? I have found older threads having a similar issue. But all of those seems to be fixed with 9.1.x already.
Thanks
Fritz
I just have upgraded our PVE environment from 9.1.x (not sure which version it has been) to 9.2.2. using the productive repro. PVE-Container version is 6.1.10
Now I am not able to start any LXCs anymore.
Starting the LCX in debug shows me the following errors:
Code:
lxc-start 501 20260612093837.936 DEBUG utils - ../src/lxc/utils.c:run_buffer:558 - Script exec /usr/share/lxcfs/lxc.mount.hook '501' 'lxc' 'mount'
produced output: mount: /usr/lib/x86_64-linux-gnu/lxc/rootfs/proc/cpuinfo: bind /var/lib/lxcfs/proc/cpuinfo failed.
dmesg(1) may have more information after failed mount system call.
lxc-start 501 20260612093837.936 ERROR utils - ../src/lxc/utils.c:run_buffer:569 - Script exited with status 32
lxc-start 501 20260612093837.936 ERROR conf - ../src/lxc/conf.c:lxc_setup:3845 - Failed to run mount hooks
lxc-start 501 20260612093837.936 ERROR start - ../src/lxc/start.c:do_start:1466 - Failed to setup container "501"
lxc-start 501 20260612093837.936 ERROR sync - ../src/lxc/sync.c:sync_wait:34 - An error occurred in another process (expected sequence number 4)
lxc-start 501 20260612093837.936 DEBUG network - ../src/lxc/network.c:lxc_delete_network:4493 - Deleted network devices
This is one example LCX.conf:
Code:
arch: amd64
cores: 2
features: keyctl=1,nesting=1
hostname: pihole
memory: 2048
net0: name=eth0,bridge=vmbr0,gw=10.0.0.254,hwaddr=BC:24:11:39:41:85,ip=10.0.0.8/24,ip6=auto,type=veth
onboot: 1
ostype: debian
rootfs: local-lvm:vm-501-disk-0,size=10G
startup: order=1,up=10,down=10
swap: 512
tags:
unprivileged: 1
The LCXs have been working fine before the update. It happens on all our 3 servers.
Any idea what to do? I have found older threads having a similar issue. But all of those seems to be fixed with 9.1.x already.
Thanks
Fritz