Have a few containers in Proxmox. All of them are standard Ubuntu 18.04 LXC. Recently had issues ssh-ing into one, (connection reset by peer) so I decided to stop it and start it again. It wouldn't start. Decided to upgrade Proxmox and reboot. Still couldn't get this one container to boot. I can mount the container w/o issue as similar threads request. Config file matches other lxc config files.
When I attempt to start the container from command line with debug and generate a log, this is the portion of the log containing the debug message and eventual error. There is a debug about /var/lib/lxc/102/rootfs/etc/lsb-release not existing, but that doesn't exist for any of the containers. Any help would be appreciated!
1827 for delete_module action 327681(errno)lxc-start 102 20181003035329.930 INFO seccomp - seccomp.carse_config_v2:953 - Added compat rule for arch 1073741886 for delete_module action 327681(errno)lxc-start 102 20181003035329.930 INFO seccomp - seccomp.carse_config_v2:963 - Added native rule for arch -1073741762 for delete_module action 327681(errno)lxc-start 102 20181003035329.930 INFO seccomp - seccomp.carse_config_v2:967 - Merging compat seccomp contexts into main contextlxc-start 102 20181003035329.930 INFO conf - conf.c:run_script_argv:374 - Executing script "/usr/share/lxc/hooks/lxc-pve-prestart-hook" for container "102", config section "lxc"lxc-start 102 20181003035330.318 DEBUG conf - conf.c:run_buffer:344 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 102 lxc pre-start with output: can't open '/var/lib/lxc/102/rootfs/etc/lsb-release' - No such file or directory
lxc-start 102 20181003035330.323 ERROR conf - conf.c:run_buffer:353 - Script exited with status 2
lxc-start 102 20181003035330.323 ERROR start - start.c:lxc_init:828 - Failed to run lxc.hook.pre-start for container "102"
lxc-start 102 20181003035330.324 ERROR start - start.c:__lxc_start:1914 - Failed to initialize container "102"
lxc-start 102 20181003035330.324 ERROR lxc_start - tools/lxc_start.c:main:330 - The container failed to start
lxc-start 102 20181003035330.324 ERROR lxc_start - tools/lxc_start.c:main:336 - Additional information can be obtained by setting the --logfile and --logpriority options
When I attempt to start the container from command line with debug and generate a log, this is the portion of the log containing the debug message and eventual error. There is a debug about /var/lib/lxc/102/rootfs/etc/lsb-release not existing, but that doesn't exist for any of the containers. Any help would be appreciated!
1827 for delete_module action 327681(errno)lxc-start 102 20181003035329.930 INFO seccomp - seccomp.carse_config_v2:953 - Added compat rule for arch 1073741886 for delete_module action 327681(errno)lxc-start 102 20181003035329.930 INFO seccomp - seccomp.carse_config_v2:963 - Added native rule for arch -1073741762 for delete_module action 327681(errno)lxc-start 102 20181003035329.930 INFO seccomp - seccomp.carse_config_v2:967 - Merging compat seccomp contexts into main contextlxc-start 102 20181003035329.930 INFO conf - conf.c:run_script_argv:374 - Executing script "/usr/share/lxc/hooks/lxc-pve-prestart-hook" for container "102", config section "lxc"lxc-start 102 20181003035330.318 DEBUG conf - conf.c:run_buffer:344 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 102 lxc pre-start with output: can't open '/var/lib/lxc/102/rootfs/etc/lsb-release' - No such file or directory
lxc-start 102 20181003035330.323 ERROR conf - conf.c:run_buffer:353 - Script exited with status 2
lxc-start 102 20181003035330.323 ERROR start - start.c:lxc_init:828 - Failed to run lxc.hook.pre-start for container "102"
lxc-start 102 20181003035330.324 ERROR start - start.c:__lxc_start:1914 - Failed to initialize container "102"
lxc-start 102 20181003035330.324 ERROR lxc_start - tools/lxc_start.c:main:330 - The container failed to start
lxc-start 102 20181003035330.324 ERROR lxc_start - tools/lxc_start.c:main:336 - Additional information can be obtained by setting the --logfile and --logpriority options