I have this container that I had to kill -f since it was using 100% RAM and CPU and it was not reboot/stop -able via gui or pct command but now it won't start again.
Ideally I don't want to reboot the server
Please advise.
logfile:
Ideally I don't want to reboot the server
Please advise.
logfile:
Code:
lxc-start 133 20240812105111.402 INFO confile - ../src/lxc/confile.c:set_config_idmaps:2273 - Read uid map: type u nsid 0 hostid 100000 range 65536
lxc-start 133 20240812105111.402 INFO confile - ../src/lxc/confile.c:set_config_idmaps:2273 - Read uid map: type g nsid 0 hostid 100000 range 65536
lxc-start 133 20240812105111.402 TRACE commands - ../src/lxc/commands.c:lxc_cmd_timeout:525 - Connection refused - Command "get_init_pid" failed to connect command socket
lxc-start 133 20240812105111.402 TRACE commands - ../src/lxc/commands.c:lxc_cmd_timeout:525 - Connection refused - Command "get_state" failed to connect command socket
lxc-start 133 20240812105111.403 TRACE commands - ../src/lxc/commands.c:lxc_server_init:2138 - Created abstract unix socket "/var/lib/lxc/133/command"
lxc-start 133 20240812105111.403 TRACE start - ../src/lxc/start.c:lxc_init_handler:755 - Unix domain socket 4 for command server is ready
lxc-start 133 20240812105111.403 TRACE start - ../src/lxc/start.c:lxc_start:2228 - Doing lxc_start
lxc-start 133 20240812105111.403 INFO lsm - ../src/lxc/lsm/lsm.c:lsm_init_static:38 - Initialized LSM security driver AppArmor
lxc-start 133 20240812105111.403 TRACE start - ../src/lxc/start.c:lxc_init:779 - Initialized LSM
lxc-start 133 20240812105111.403 TRACE start - ../src/lxc/start.c:lxc_serve_state_clients:484 - Set container state to STARTING
lxc-start 133 20240812105111.403 TRACE start - ../src/lxc/start.c:lxc_serve_state_clients:487 - No state clients registered
lxc-start 133 20240812105111.403 TRACE start - ../src/lxc/start.c:lxc_init:785 - Set container state to "STARTING"
lxc-start 133 20240812105111.403 TRACE start - ../src/lxc/start.c:lxc_init:841 - Set environment variables
lxc-start 133 20240812105111.403 INFO utils - ../src/lxc/utils.c:run_script_argv:587 - Executing script "/usr/share/lxc/hooks/lxc-pve-prestart-hook" for container "133", config section "lxc"
lxc-start 133 20240812105112.409 DEBUG utils - ../src/lxc/utils.c:run_buffer:560 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 133 lxc pre-start produced output: failed to remove directory '/sys/fs/cgroup/lxc/133/ns/system.slice/cron.service': Device or resource busy
lxc-start 133 20240812105112.424 ERROR utils - ../src/lxc/utils.c:run_buffer:571 - Script exited with status 16
lxc-start 133 20240812105112.424 ERROR start - ../src/lxc/start.c:lxc_init:845 - Failed to run lxc.hook.pre-start for container "133"
lxc-start 133 20240812105112.424 ERROR start - ../src/lxc/start.c:__lxc_start:2034 - Failed to initialize container "133"
lxc-start 133 20240812105112.425 TRACE start - ../src/lxc/start.c:lxc_serve_state_clients:484 - Set container state to ABORTING
lxc-start 133 20240812105112.425 TRACE start - ../src/lxc/start.c:lxc_serve_state_clients:487 - No state clients registered
lxc-start 133 20240812105112.425 TRACE start - ../src/lxc/start.c:lxc_serve_state_clients:484 - Set container state to STOPPING
lxc-start 133 20240812105112.425 TRACE start - ../src/lxc/start.c:lxc_serve_state_clients:487 - No state clients registered
lxc-start 133 20240812105112.425 TRACE start - ../src/lxc/start.c:lxc_end:964 - Closed command socket
lxc-start 133 20240812105112.425 TRACE start - ../src/lxc/start.c:lxc_end:975 - Set container state to "STOPPED"
lxc-start 133 20240812105112.425 INFO utils - ../src/lxc/utils.c:run_script_argv:587 - Executing script "/usr/share/lxcfs/lxc.reboot.hook" for container "133", config section "lxc"
lxc-start 133 20240812105112.928 INFO utils - ../src/lxc/utils.c:run_script_argv:587 - Executing script "/usr/share/lxc/hooks/lxc-pve-poststop-hook" for container "133", config section "lxc"
lxc-start 133 20240812105113.933 DEBUG utils - ../src/lxc/utils.c:run_buffer:560 - Script exec /usr/share/lxc/hooks/lxc-pve-poststop-hook 133 lxc post-stop produced output: umount: /var/lib/lxc/133/rootfs: not mounted
lxc-start 133 20240812105113.933 DEBUG utils - ../src/lxc/utils.c:run_buffer:560 - Script exec /usr/share/lxc/hooks/lxc-pve-poststop-hook 133 lxc post-stop produced output: command 'umount --recursive -- /var/lib/lxc/133/rootfs' failed: exit code 1
lxc-start 133 20240812105113.956 ERROR utils - ../src/lxc/utils.c:run_buffer:571 - Script exited with status 1
lxc-start 133 20240812105113.957 ERROR start - ../src/lxc/start.c:lxc_end:986 - Failed to run lxc.hook.post-stop for container "133"