[SOLVED] LXC starten nach Proxmox update nicht mehr

an01662

Member
Mar 5, 2021
7
4
23
54
habe gerade bei Proxmox ein Update ausgeführt. Seit dem neustart starten die LXC nicht mehr. Mit dem VM's ist alles Okay.

Folgendes wird im Logfile ausgegeben. Hat jemand eine Idee was das ist?

Hab die Lösung gerade selbst im Englischen Forum gelesen: Die binutils müssen nachinstalliert werden.

apt install binutils


lxc-start 200 20221118182459.173 INFO confile - ../src/lxc/confile.c:set_config_idmaps:2267 - Read uid map: type u nsid 0 hostid 100000 range 65536 lxc-start 200 20221118182459.173 INFO confile - ../src/lxc/confile.c:set_config_idmaps:2267 - Read uid map: type g nsid 0 hostid 100000 range 65536 lxc-start 200 20221118182459.173 INFO lsm - ../src/lxc/lsm/lsm.c:lsm_init_static:38 - Initialized LSM security driver AppArmor lxc-start 200 20221118182459.173 INFO conf - ../src/lxc/conf.c:run_script_argv:337 - Executing script "/usr/share/lxc/hooks/lxc-pve-prestart-hook" for container "200", config section "lxc" lxc-start 200 20221118182459.536 DEBUG conf - ../src/lxc/conf.c:run_buffer:310 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 200 lxc pre-start produced output: objdump on /usr/lib/systemd/systemd failed: open3: exec of objdump -p /var/lib/lxc/200/rootfs/usr/lib/systemd/systemd failed: No such file or directory at /usr/share/perl5/PVE/Tools.pm line 455. lxc-start 200 20221118182459.543 ERROR conf - ../src/lxc/conf.c:run_buffer:321 - Script exited with status 2 lxc-start 200 20221118182459.543 ERROR start - ../src/lxc/start.c:lxc_init:847 - Failed to run lxc.hook.pre-start for container "200" lxc-start 200 20221118182459.543 ERROR start - ../src/lxc/start.c:__lxc_start:2008 - Failed to initialize container "200" lxc-start 200 20221118182459.543 INFO conf - ../src/lxc/conf.c:run_script_argv:337 - Executing script "/usr/share/lxc/hooks/lxc-pve-poststop-hook" for container "200", config section "lxc" lxc-start 200 20221118182459.888 INFO conf - ../src/lxc/conf.c:run_script_argv:337 - Executing script "/usr/share/lxcfs/lxc.reboot.hook" for container "200", config section "lxc" lxc-start 200 20221118182500.389 ERROR lxc_start - ../src/lxc/tools/lxc_start.c:main:306 - The container failed to start lxc-start 200 20221118182500.389 ERROR lxc_start - ../src/lxc/tools/lxc_start.c:main:311 - Additional information can be obtained by setting the --logfile and --logpriority options
 
Last edited:
Ich hatte heute das selbe Problem, versuch mal wieder nach Updates zu suchen. Und diese installieren!
Hat bei mir jetzt geholfen, alle LXC Container starten wieder!