Hi there,
After a sudden power outage one single container is not able to boot for some reason. It is a debian webserver installed with this template: debian-12-standard_12.0-1_amd64. I'm still running promox 7.3-3. Mounting via 'pct mount 111' works as expected. Any help would be greatly appreciated.
After a sudden power outage one single container is not able to boot for some reason. It is a debian webserver installed with this template: debian-12-standard_12.0-1_amd64. I'm still running promox 7.3-3. Mounting via 'pct mount 111' works as expected. Any help would be greatly appreciated.
Code:
root@pve:~# lxc-start -n 111 -F -lDEBUG -o lxc-111.log
lxc-start: 111: ../src/lxc/conf.c: run_buffer: 321 Script exited with status 25
lxc-start: 111: ../src/lxc/start.c: lxc_init: 847 Failed to run lxc.hook.pre-start for container "111"
lxc-start: 111: ../src/lxc/start.c: __lxc_start: 2008 Failed to initialize container "111"
lxc-start: 111: ../src/lxc/tools/lxc_start.c: main: 306 The container failed to start
lxc-start: 111: ../src/lxc/tools/lxc_start.c: main: 311 Additional information can be obtained by setting the --logfile and --logpriority options
Code:
root@pve:~# cat lxc-111.log
lxc-start 111 20231108083126.971 INFO confile - ../src/lxc/confile.c:set_config_idmaps:2267 - Read uid map: type u nsid 0 hostid 100000 range 65536
lxc-start 111 20231108083126.971 INFO confile - ../src/lxc/confile.c:set_config_idmaps:2267 - Read uid map: type g nsid 0 hostid 100000 range 65536
lxc-start 111 20231108083126.971 INFO lsm - ../src/lxc/lsm/lsm.c:lsm_init_static:38 - Initialized LSM security driver AppArmor
lxc-start 111 20231108083126.971 INFO conf - ../src/lxc/conf.c:run_script_argv:337 - Executing script "/usr/share/lxc/hooks/lxc-pve-prestart-hook" for container "111", config section "lxc"
lxc-start 111 20231108083127.426 DEBUG conf - ../src/lxc/conf.c:run_buffer:310 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 111 lxc pre-start produced output: unsupported debian version '12.1'
lxc-start 111 20231108083127.437 ERROR conf - ../src/lxc/conf.c:run_buffer:321 - Script exited with status 25
lxc-start 111 20231108083127.437 ERROR start - ../src/lxc/start.c:lxc_init:847 - Failed to run lxc.hook.pre-start for container "111"
lxc-start 111 20231108083127.437 ERROR start - ../src/lxc/start.c:__lxc_start:2008 - Failed to initialize container "111"
lxc-start 111 20231108083127.437 INFO conf - ../src/lxc/conf.c:run_script_argv:337 - Executing script "/usr/share/lxcfs/lxc.reboot.hook" for container "111", config section "lxc"
lxc-start 111 20231108083127.939 INFO conf - ../src/lxc/conf.c:run_script_argv:337 - Executing script "/usr/share/lxc/hooks/lxc-pve-poststop-hook" for container "111", config section "lxc"
lxc-start 111 20231108083128.352 DEBUG conf - ../src/lxc/conf.c:run_buffer:310 - Script exec /usr/share/lxc/hooks/lxc-pve-poststop-hook 111 lxc post-stop produced output: umount: /var/lib/lxc/.pve-staged-mounts/mp0: not mounted.
lxc-start 111 20231108083128.353 DEBUG conf - ../src/lxc/conf.c:run_buffer:310 - Script exec /usr/share/lxc/hooks/lxc-pve-poststop-hook 111 lxc post-stop produced output: command 'umount -- /var/lib/lxc/.pve-staged-mounts/mp0' failed: exit code 32
lxc-start 111 20231108083128.377 ERROR lxc_start - ../src/lxc/tools/lxc_start.c:main:306 - The container failed to start
lxc-start 111 20231108083128.377 ERROR lxc_start - ../src/lxc/tools/lxc_start.c:main:311 - Additional information can be obtained by setting the --logfile and --logpriority options
Code:
root@pve:~# cat /etc/pve/lxc/111.conf
arch: amd64
cores: 1
features: nesting=1
hostname: trek
memory: 2048
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.178.1,hwaddr=1A:38:48:6C:8E:78,ip=192.168.178.111/24,ip6=dhcp,type=veth
onboot: 1
ostype: debian
rootfs: local-lvm:vm-111-disk-0,size=22G
swap: 2048
unprivileged: 1
Last edited: