Since the latest Incus update (7.3) I can’t get my collabora-code app container started.
This is what I see on the logs:
$ incus info --show-log collabora-code-container
Name: collabora-code-container
Description:
Status: STOPPED
Type: container (application)
Architecture: aarch64
Created: 2025/08/29 23:55 UTC
Last Used: 2026/08/04 07:46 UTC
Log (lxc.log):
lxc collabora-code-container 20260804074625.331 ERROR utils - ../src/lxc/utils.c:open_without_symlink:1196 - Too many levels of symbolic links - hosts in /opt/incus/lib/lxc/rootfs/etc/hosts was a symbolic link!
lxc collabora-code-container 20260804074625.331 ERROR conf - ../src/lxc/conf.c:mount_entry:2101 - Too many levels of symbolic links - Failed to mount "/var/lib/incus/containers/collabora-code-container/network/hosts" on "/opt/incus/lib/lxc/rootfs/etc/hosts"
lxc collabora-code-container 20260804074625.331 ERROR conf - ../src/lxc/conf.c:lxc_setup:3820 - Failed to setup mount entries
lxc collabora-code-container 20260804074625.331 ERROR start - ../src/lxc/start.c:do_start:1466 - Failed to setup container "collabora-code-container"
lxc collabora-code-container 20260804074625.332 ERROR sync - ../src/lxc/sync.c:sync_wait:34 - An error occurred in another process (expected sequence number 3)
lxc collabora-code-container 20260804074625.337 ERROR network - ../src/lxc/network.c:lxc_netdev_restore_altnames:1422 - Invalid argument - Failed to get altnames for interface "vethd837a0d0"
lxc collabora-code-container 20260804074625.337 WARN network - ../src/lxc/network.c:lxc_delete_network_priv:3940 - Failed to restore altnames for interface with index 0 and initial name "vethd837a0d0"
lxc collabora-code-container 20260804074625.337 WARN network - ../src/lxc/network.c:lxc_delete_network_priv:3945 - Failed to rename interface with index 0 from "physdrGajQ" to its initial name "vethd837a0d0"
lxc collabora-code-container 20260804074625.338 ERROR lxccontainer - ../src/lxc/lxccontainer.c:wait_on_daemonized_start:837 - Received container state "ABORTING" instead of "RUNNING"
lxc collabora-code-container 20260804074625.338 ERROR start - ../src/lxc/start.c:__lxc_start:2288 - Failed to spawn container "collabora-code-container"
lxc collabora-code-container 20260804074625.338 WARN start - ../src/lxc/start.c:lxc_abort:1229 - No such process - Failed to send SIGKILL via pidfd 17 for process 3176
lxc 20260804074625.438 ERROR af_unix - ../src/lxc/af_unix.c:lxc_abstract_unix_recv_fds_iov:218 - Connection reset by peer - Failed to receive response
lxc 20260804074625.438 ERROR af_unix - ../src/lxc/af_unix.c:lxc_abstract_unix_recv_fds_iov:218 - Connection reset by peer - Failed to receive response
lxc 20260804074625.438 ERROR commands - ../src/lxc/commands.c:lxc_cmd_rsp_recv_fds:128 - Failed to receive file descriptors for command "get_state"
lxc 20260804074625.438 ERROR commands - ../src/lxc/commands.c:lxc_cmd_rsp_recv_fds:128 - Failed to receive file descriptors for command "get_init_pid"
The container was created this way:
incus launch docker:collabora/code:latest collabora-code-container
What can I do to solve the issue and start it?
Thanks!