I’m not able to create a new container with rockylinux/10 or almalinux/10.
root@rapper:~# incus launch images:rockylinux/10 r10
Launching r10
root@rapper:~# incus ls r10
+------+---------+------+------+-----------+-----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
+------+---------+------+------+-----------+-----------+
| r10 | STOPPED | | | CONTAINER | 0 |
+------+---------+------+------+-----------+-----------+
root@rapper:~# incus info r10 --show-log
Name: r10
Description:
Status: STOPPED
Type: container
Architectuur: x86_64
Created: 2026/07/23 21:44 CEST
Last Used: 2026/07/23 21:45 CEST
Log (lxc.log):
lxc 20260723194512.571 ERROR af_unix - ../src/lxc/af_unix.c:lxc_abstract_unix_recv_fds_iov:218 - Verbinding is weggevallen - Failed to receive response
lxc 20260723194512.571 ERROR commands - ../src/lxc/commands.c:lxc_cmd_rsp_recv_fds:128 - Failed to receive file descriptors for command "get_init_pid"
Same happens when I create a container with almalinux/10.
It works OK for rockylinux/9 or almalinux/9.
My Incus server is 7.2, host OS is Ubuntu 24.04, storage driver is zfs.