Hi Proxmox's community,
i am facing issue when i want to start my container (802), for information this container was working fine before my upgrade (debian 7 > debian 8 > debian 9).
I've upgraded my container using the apt source from jessie and then stretch.
My steps :
1)
repo jessie
apt-get update && apt-get upgrade
apt-get dist-upgrade
2)
repo stretch
apt-get update && apt-get upgrade
apt-get dist-upgrade
Then when i've stop/start my container, i got the errors below (full logs in the attached file) :
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:mkdir_eexist_on_last:1301 - File exists - Failed to create directory "/sys/fs/cgroup/systemd//lxc/802"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:container_create_path_for_hierarchy:1353 - Failed to create cgroup "/sys/fs/cgroup/systemd//lxc/802"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:cgfsng_payload_create:1526 - Failed to create cgroup "/sys/fs/cgroup/systemd//lxc/802"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:mkdir_eexist_on_last:1301 - File exists - Failed to create directory "/sys/fs/cgroup/systemd//lxc/802-1"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:container_create_path_for_hierarchy:1353 - Failed to create cgroup "/sys/fs/cgroup/systemd//lxc/802-1"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:cgfsng_payload_create:1526 - Failed to create cgroup "/sys/fs/cgroup/systemd//lxc/802-1"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:mkdir_eexist_on_last:1301 - File exists - Failed to create directory "/sys/fs/cgroup/systemd//lxc/802-2"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:container_create_path_for_hierarchy:1353 - Failed to create cgroup "/sys/fs/cgroup/systemd//lxc/802-2"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:cgfsng_payload_create:1526 - Failed to create cgroup "/sys/fs/cgroup/systemd//lxc/802-2"
lxc-start 802 20190328125832.649 ERROR start - start.c:start:2078 - No such file or directory - Failed to exec "/sbin/init"
lxc-start 802 20190328125832.650 ERROR sync - sync.c:__sync_wait:62 - An error occurred in another process (expected sequence number 7)
lxc-start 802 20190328125832.656 ERROR start - start.c:__lxc_start:1989 - Failed to spawn container "802"
lxc-start 802 20190328125833.374 ERROR lxc_start - tools/lxc_start.c:main:330 - The container failed to start
lxc-start 802 20190328125833.374 ERROR lxc_start - tools/lxc_start.c:main:336 - Additional information can be obtained by setting the --logfile and --logpriority options
PVE INFO :
proxmox-ve: 5.3-1 (running kernel: 4.15.18-12-pve)
pve-manager: 5.3-12 (running version: 5.3-12/5fbbbaf6)
pve-kernel-4.15: 5.3-3
pve-kernel-4.15.18-12-pve: 4.15.18-35
pve-kernel-4.15.18-11-pve: 4.15.18-34
corosync: 2.4.4-pve1
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.1-3
libpve-apiclient-perl: 2.0-5
libpve-common-perl: 5.0-48
libpve-guest-common-perl: 2.0-20
libpve-http-server-perl: 2.0-12
libpve-storage-perl: 5.0-39
libqb0: 1.0.3-1~bpo9
lvm2: 2.02.168-pve6
lxc-pve: 3.1.0-3
lxcfs: 3.0.3-pve1
novnc-pve: 1.0.0-3
proxmox-widget-toolkit: 1.0-24
pve-cluster: 5.0-34
pve-container: 2.0-35
pve-docs: 5.3-3
pve-edk2-firmware: 1.20190312-1
pve-firewall: 3.0-18
pve-firmware: 2.0-6
pve-ha-manager: 2.0-8
pve-i18n: 1.0-9
pve-libspice-server1: 0.14.1-2
pve-qemu-kvm: 2.12.1-2
pve-xtermjs: 3.10.1-2
qemu-server: 5.0-47
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.13-pve1~bpo2
/sys/fs/cgroup/systemd//lxc/ folder :
drwxr-xr-x 3 root root 0 Mar 28 14:04 802
/sys/fs/cgroup/systemd/lxc$ l 802
total 0
-rw-r--r-- 1 root root 0 Mar 28 12:54 cgroup.procs
drwxr-xr-x 2 root root 0 Mar 28 15:05 ns
-rw-r--r-- 1 root root 0 Mar 28 15:05 tasks
-rw-r--r-- 1 root root 0 Mar 28 15:05 notify_on_release
-rw-r--r-- 1 root root 0 Mar 28 15:05 cgroup.clone_children
drwxr-xr-x 3 root root 0 Mar 28 14:04 802-1
drwxr-xr-x 3 root root 0 Mar 28 14:04 802-2
-rw-r--r-- 1 root root 0 Mar 28 14:04 cgroup.clone_children
-rw-r--r-- 1 root root 0 Mar 28 14:04 cgroup.procs
-rw-r--r-- 1 root root 0 Mar 28 14:04 notify_on_release
-rw-r--r-- 1 root root 0 Mar 28 14:04 tasks
Could you please help me to debug this please ?
Kind regards,
Michael.
i am facing issue when i want to start my container (802), for information this container was working fine before my upgrade (debian 7 > debian 8 > debian 9).
I've upgraded my container using the apt source from jessie and then stretch.
My steps :
1)
repo jessie
apt-get update && apt-get upgrade
apt-get dist-upgrade
2)
repo stretch
apt-get update && apt-get upgrade
apt-get dist-upgrade
Then when i've stop/start my container, i got the errors below (full logs in the attached file) :
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:mkdir_eexist_on_last:1301 - File exists - Failed to create directory "/sys/fs/cgroup/systemd//lxc/802"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:container_create_path_for_hierarchy:1353 - Failed to create cgroup "/sys/fs/cgroup/systemd//lxc/802"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:cgfsng_payload_create:1526 - Failed to create cgroup "/sys/fs/cgroup/systemd//lxc/802"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:mkdir_eexist_on_last:1301 - File exists - Failed to create directory "/sys/fs/cgroup/systemd//lxc/802-1"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:container_create_path_for_hierarchy:1353 - Failed to create cgroup "/sys/fs/cgroup/systemd//lxc/802-1"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:cgfsng_payload_create:1526 - Failed to create cgroup "/sys/fs/cgroup/systemd//lxc/802-1"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:mkdir_eexist_on_last:1301 - File exists - Failed to create directory "/sys/fs/cgroup/systemd//lxc/802-2"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:container_create_path_for_hierarchy:1353 - Failed to create cgroup "/sys/fs/cgroup/systemd//lxc/802-2"
lxc-start 802 20190328125831.523 ERROR cgfsng - cgroups/cgfsng.c:cgfsng_payload_create:1526 - Failed to create cgroup "/sys/fs/cgroup/systemd//lxc/802-2"
lxc-start 802 20190328125832.649 ERROR start - start.c:start:2078 - No such file or directory - Failed to exec "/sbin/init"
lxc-start 802 20190328125832.650 ERROR sync - sync.c:__sync_wait:62 - An error occurred in another process (expected sequence number 7)
lxc-start 802 20190328125832.656 ERROR start - start.c:__lxc_start:1989 - Failed to spawn container "802"
lxc-start 802 20190328125833.374 ERROR lxc_start - tools/lxc_start.c:main:330 - The container failed to start
lxc-start 802 20190328125833.374 ERROR lxc_start - tools/lxc_start.c:main:336 - Additional information can be obtained by setting the --logfile and --logpriority options
PVE INFO :
proxmox-ve: 5.3-1 (running kernel: 4.15.18-12-pve)
pve-manager: 5.3-12 (running version: 5.3-12/5fbbbaf6)
pve-kernel-4.15: 5.3-3
pve-kernel-4.15.18-12-pve: 4.15.18-35
pve-kernel-4.15.18-11-pve: 4.15.18-34
corosync: 2.4.4-pve1
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.1-3
libpve-apiclient-perl: 2.0-5
libpve-common-perl: 5.0-48
libpve-guest-common-perl: 2.0-20
libpve-http-server-perl: 2.0-12
libpve-storage-perl: 5.0-39
libqb0: 1.0.3-1~bpo9
lvm2: 2.02.168-pve6
lxc-pve: 3.1.0-3
lxcfs: 3.0.3-pve1
novnc-pve: 1.0.0-3
proxmox-widget-toolkit: 1.0-24
pve-cluster: 5.0-34
pve-container: 2.0-35
pve-docs: 5.3-3
pve-edk2-firmware: 1.20190312-1
pve-firewall: 3.0-18
pve-firmware: 2.0-6
pve-ha-manager: 2.0-8
pve-i18n: 1.0-9
pve-libspice-server1: 0.14.1-2
pve-qemu-kvm: 2.12.1-2
pve-xtermjs: 3.10.1-2
qemu-server: 5.0-47
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.13-pve1~bpo2
/sys/fs/cgroup/systemd//lxc/ folder :
drwxr-xr-x 3 root root 0 Mar 28 14:04 802
/sys/fs/cgroup/systemd/lxc$ l 802
total 0
-rw-r--r-- 1 root root 0 Mar 28 12:54 cgroup.procs
drwxr-xr-x 2 root root 0 Mar 28 15:05 ns
-rw-r--r-- 1 root root 0 Mar 28 15:05 tasks
-rw-r--r-- 1 root root 0 Mar 28 15:05 notify_on_release
-rw-r--r-- 1 root root 0 Mar 28 15:05 cgroup.clone_children
drwxr-xr-x 3 root root 0 Mar 28 14:04 802-1
drwxr-xr-x 3 root root 0 Mar 28 14:04 802-2
-rw-r--r-- 1 root root 0 Mar 28 14:04 cgroup.clone_children
-rw-r--r-- 1 root root 0 Mar 28 14:04 cgroup.procs
-rw-r--r-- 1 root root 0 Mar 28 14:04 notify_on_release
-rw-r--r-- 1 root root 0 Mar 28 14:04 tasks
Could you please help me to debug this please ?
Kind regards,
Michael.
Attachments
Last edited: