Can't start container after Debian 11.3

After upgrading to Debian 11.3, two of my containers stopped working. Always get this message:

Error: Failed to run: /snap/lxd/current/bin/lxd forkstart web /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/web/lxc.conf:
Try lxc info --show-log web for more info

lxc info brings me this:

Name: web
Status: STOPPED
Type: container
Architecture: x86_64
Created: 2022/03/23 20:56 -03
Last Used: 2022/07/02 13:45 -03

Log:

lxc web 20220702164522.289 WARN conf - …/src/src/lxc/conf.c:lxc_map_ids:3592 - newuidmap binary is missing
lxc web 20220702164522.289 WARN conf - …/src/src/lxc/conf.c:lxc_map_ids:3598 - newgidmap binary is missing
lxc web 20220702164522.293 WARN conf - …/src/src/lxc/conf.c:lxc_map_ids:3592 - newuidmap binary is missing
lxc web 20220702164522.294 WARN conf - …/src/src/lxc/conf.c:lxc_map_ids:3598 - newgidmap binary is missing
lxc web 20220702164522.122 ERROR conf - …/src/src/lxc/conf.c:mount_entry:2459 - Operation not permitted - Failed to mount “/var/snap/lxd/common/lxd/devices/web/disk.X0.tmp-.X11–unix-X0” on “/var/snap/lxd/common/lxc//tmp/.X11-unix/X0”
lxc web 20220702164522.122 ERROR conf - …/src/src/lxc/conf.c:lxc_setup:4375 - Failed to setup mount entries
lxc web 20220702164522.122 ERROR start - …/src/src/lxc/start.c:do_start:1275 - Failed to setup container “web”
lxc web 20220702164522.122 ERROR sync - …/src/src/lxc/sync.c:sync_wait:34 - An error occurred in another process (expected sequence number 3)
lxc web 20220702164522.127 WARN network - …/src/src/lxc/network.c:lxc_delete_network_priv:3631 - Failed to rename interface with index 0 from “eth0” to its initial name “veth78d1ec4a”
lxc web 20220702164522.127 ERROR lxccontainer - …/src/src/lxc/lxccontainer.c:wait_on_daemonized_start:877 - Received container state “ABORTING” instead of “RUNNING”
lxc web 20220702164522.127 ERROR start - …/src/src/lxc/start.c:__lxc_start:2074 - Failed to spawn container “web”
lxc web 20220702164522.127 WARN start - …/src/src/lxc/start.c:lxc_abort:1039 - No such process - Failed to send SIGKILL via pidfd 17 for process 6388
lxc web 20220702164527.204 WARN conf - …/src/src/lxc/conf.c:lxc_map_ids:3592 - newuidmap binary is missing
lxc web 20220702164527.204 WARN conf - …/src/src/lxc/conf.c:lxc_map_ids:3598 - newgidmap binary is missing
lxc 20220702164527.239 ERROR af_unix - …/src/src/lxc/af_unix.c:lxc_abstract_unix_recv_fds_iov:218 - Connection reset by peer - Failed to receive response
lxc 20220702164527.240 ERROR commands - …/src/src/lxc/commands.c:lxc_cmd_rsp_recv_fds:127 - Failed to receive file descriptors for command “get_state”

Sounds like a duplicate of

Fixed!
Thanks!!! :+1:

1 Like