Startup failure for Docker hello world

This is so cool!

The mysql/wordpress example works as expected but the hello-world fails with:

incus launch docker:hello-world hello-world --console --ephemeral
Launching hello-world
Error: Failed instance creation: Failed to run: /opt/incus/bin/incusd forkstart test_hello-world /var/lib/incus/containers /run/incus/test_hello-world/lxc.conf: exit status 1

any idea?

Anything useful in incus info --show-log hello-world?
What distro is that on?

What I get with this (host: Ubuntu 22.04, Incus: 6.3) is the following. An error on the very first invocation, but then, the subsequent invocations are successful. Even if I subsequently incus image delete that Docker image and launch again, it continues to work successfully.

$ incus launch docker:hello-world hello-world --console --ephemeral
Launching hello-world
To detach from the console, press: <ctrl>+a q
Error: Failed running forkconsole: "container is not running: \"hello-world\""
                                                                              Error: stat /proc/-1: no such file or directory
$ incus launch docker:hello-world hello-world --console --ephemeral
Launching hello-world

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

$ 

Does the launching of the container fails consistently?

distro is Ubuntu 22.04.4 LTS (x86_64)

lxc test_hello-world 20240724085017.929 WARN     idmap_utils - ../src/lxc/idmap_utils.c:lxc_map_ids:165 - newuidmap binary is missing
lxc test_hello-world 20240724085017.929 WARN     idmap_utils - ../src/lxc/idmap_utils.c:lxc_map_ids:171 - newgidmap binary is missing
lxc test_hello-world 20240724085017.930 WARN     idmap_utils - ../src/lxc/idmap_utils.c:lxc_map_ids:165 - newuidmap binary is missing
lxc test_hello-world 20240724085017.930 WARN     idmap_utils - ../src/lxc/idmap_utils.c:lxc_map_ids:171 - newgidmap binary is missing
lxc test_hello-world 20240724085018.525 ERROR    conf - ../src/lxc/conf.c:lxc_setup:3915 - Failed to setup mount entries
lxc test_hello-world 20240724085018.526 ERROR    start - ../src/lxc/start.c:do_start:1273 - Failed to setup container "test_hello-world"
lxc test_hello-world 20240724085018.526 ERROR    sync - ../src/lxc/sync.c:sync_wait:34 - An error occurred in another process (expected sequence number 3)
lxc test_hello-world 20240724085018.595 WARN     network - ../src/lxc/network.c:lxc_delete_network_priv:3674 - Failed to rename interface with index 0 from "eth0" to its initial name "veth9d1881b5"
lxc test_hello-world 20240724085018.595 ERROR    lxccontainer - ../src/lxc/lxccontainer.c:wait_on_daemonized_start:837 - Received container state "ABORTING" instead of "RUNNING"
lxc test_hello-world 20240724085018.595 ERROR    start - ../src/lxc/start.c:__lxc_start:2114 - Failed to spawn container "test_hello-world"
lxc test_hello-world 20240724085018.595 WARN     start - ../src/lxc/start.c:lxc_abort:1037 - No such process - Failed to send SIGKILL via pidfd 17 for process 765
lxc 20240724085018.224 ERROR    af_unix - ../src/lxc/af_unix.c:lxc_abstract_unix_recv_fds_iov:218 - Connection reset by peer - Failed to receive response
lxc 20240724085018.224 ERROR    commands - ../src/lxc/commands.c:lxc_cmd_rsp_recv_fds:128 - Failed to receive file descriptors for command "get_init_pid"

Moved this thread to its own topic so we don’t cause too many modifications for those following the release topic.

Can you show your /run/incus/NAME/lxc.conf?

I’m wondering what may be wrong with the mount rules in there.

This should probably be a different topic but pasting here due to similarity in the error.

I get same error as above when creating a new instance off a snapshot of an Ubuntu app container (incus instance created via oci image).

$ incus info --show-log noble-app2                                                                               administrator@50029
Name: noble-app2
Status: STOPPED
Type: container
Architecture: aarch64
Created: 2024/07/24 14:52 IST
Last Used: 2024/07/24 15:39 IST

Log:

lxc noble-app2 20240724143936.422 WARN     idmap_utils - ../src/lxc/idmap_utils.c:lxc_map_ids:165 - newuidmap binary is missing
lxc noble-app2 20240724143936.422 WARN     idmap_utils - ../src/lxc/idmap_utils.c:lxc_map_ids:171 - newgidmap binary is missing
lxc noble-app2 20240724143936.422 WARN     idmap_utils - ../src/lxc/idmap_utils.c:lxc_map_ids:165 - newuidmap binary is missing
lxc noble-app2 20240724143936.422 WARN     idmap_utils - ../src/lxc/idmap_utils.c:lxc_map_ids:171 - newgidmap binary is missing
lxc noble-app2 20240724143936.464 ERROR    start - ../src/lxc/start.c:start:2204 - No such file or directory - Failed to exec "/sbin/init"
lxc noble-app2 20240724143936.464 ERROR    sync - ../src/lxc/sync.c:sync_wait:34 - An error occurred in another process (expected sequence number 7)
lxc noble-app2 20240724143936.465 WARN     network - ../src/lxc/network.c:lxc_delete_network_priv:3674 - Failed to rename interface with index 0 from "eth0" to its initial name "vethfe2474bb"
lxc noble-app2 20240724143936.465 ERROR    lxccontainer - ../src/lxc/lxccontainer.c:wait_on_daemonized_start:837 - Received container state "ABORTING" instead of "RUNNING"
lxc noble-app2 20240724143936.465 ERROR    start - ../src/lxc/start.c:__lxc_start:2114 - Failed to spawn container "noble-app2"
lxc noble-app2 20240724143936.465 WARN     start - ../src/lxc/start.c:lxc_abort:1037 - No such process - Failed to send SIGKILL via pidfd 17 for process 23466
lxc 20240724143936.504 ERROR    af_unix - ../src/lxc/af_unix.c:lxc_abstract_unix_recv_fds_iov:218 - Connection reset by peer - Failed to receive response
lxc 20240724143936.504 ERROR    commands - ../src/lxc/commands.c:lxc_cmd_rsp_recv_fds:128 - Failed to receive file descriptors for command "get_init_pid"

I tried starting an instance from a Caddy app container snapshot and was equally unsuccessful, but with different error message.

can't open /dev/tty1: No such file or directory
can't open /dev/tty2: No such file or directory
can't open /dev/tty3: No such file or directory
can't open /dev/tty4: No such file or directory
can't open /dev/tty5: No such file or directory
can't open /dev/tty6: No such file or directory

Hi @stgraber thanks for your housekeeping and sorry to pollute the release news

first I thought it may relate to having another project selected but even in the default project I get the same error.

here is my lxc.conf:

lxc.log.file = /var/log/incus/hello-world/lxc.log
lxc.log.level = warn
lxc.console.buffer.size = auto
lxc.console.size = auto
lxc.console.logfile = /var/log/incus/hello-world/console.log
lxc.sched.core = 1
lxc.mount.auto = proc:rw sys:rw cgroup:rw:force
lxc.autodev = 1
lxc.pty.max = 1024
lxc.mount.entry = /dev/fuse dev/fuse none bind,create=file,optional 0 0
lxc.mount.entry = /dev/net/tun dev/net/tun none bind,create=file,optional 0 0
lxc.mount.entry = /sys/firmware/efi/efivars sys/firmware/efi/efivars none rbind,create=dir,optional 0 0
lxc.mount.entry = /sys/fs/fuse/connections sys/fs/fuse/connections none rbind,create=dir,optional 0 0
lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none rbind,create=dir,optional 0 0
lxc.mount.entry = /sys/kernel/config sys/kernel/config none rbind,create=dir,optional 0 0
lxc.mount.entry = /sys/kernel/debug sys/kernel/debug none rbind,create=dir,optional 0 0
lxc.mount.entry = /sys/kernel/security sys/kernel/security none rbind,create=dir,optional 0 0
lxc.mount.entry = /sys/kernel/tracing sys/kernel/tracing none rbind,create=dir,optional 0 0
lxc.mount.entry = /proc/sys/fs/binfmt_misc proc/sys/fs/binfmt_misc none rbind,create=dir,optional 0 0
lxc.mount.entry = /dev/mqueue dev/mqueue none rbind,create=dir,optional 0 0
lxc.include = /opt/incus/share/lxc/config//common.conf.d/
lxc.arch = linux64
lxc.hook.version = 1
lxc.hook.pre-start = /proc/158751/exe callhook /var/lib/incus "default" "hello-world" start
lxc.hook.stop = /opt/incus/bin/incusd callhook /var/lib/incus "default" "hello-world" stopns
lxc.hook.post-stop = /opt/incus/bin/incusd callhook /var/lib/incus "default" "hello-world" stop
lxc.tty.max = 0
lxc.uts.name = hello-world
lxc.mount.entry = /var/lib/incus/guestapi dev/incus none bind,create=dir 0 0
lxc.apparmor.profile = incus-hello-world_</var/lib/incus>//&:incus-hello-world_<var-lib-incus>:
lxc.seccomp.profile = /var/lib/incus/security/seccomp/hello-world
lxc.idmap = u 0 1000000 1000000000
lxc.idmap = g 0 1000000 1000000000
lxc.environment = PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
lxc.environment = TERM=xterm
lxc.mount.auto = shmounts:/var/lib/incus/shmounts/hello-world:/dev/.incus-mounts
lxc.net.0.type = phys
lxc.net.0.name = eth0
lxc.net.0.flags = up
lxc.net.0.link = veth0775b0ac
lxc.net.0.hwaddr = 00:16:3e:1c:ec:5b
lxc.rootfs.path = dir:/var/lib/incus/storage-pools/hdd1/containers/hello-world/rootfs
lxc.execute.cmd = /hello
lxc.init.cwd = /
lxc.init.uid = 0
lxc.init.gid = 0
lxc.mount.entry = shm dev/shm tmpfs nosuid,noexec,nodev,mode=1777,size=65536k,create=dir 0 0
lxc.mount.entry = /var/lib/incus/containers/hello-world/network/hosts etc/hosts none bind,create=file
lxc.mount.entry = /var/lib/incus/containers/hello-world/network/hostname etc/hostname none bind,create=file
lxc.mount.entry = /var/lib/incus/containers/hello-world/network/resolv.conf etc/resolv.conf none bind,create=file
lxc.hook.start-host = /proc/158751/exe forknet dhcp /var/lib/incus/containers/hello-world/network

Actually using the copy command works fine, both from an instance or a snapshot.

Hmm, I’m not seeing anything problematic in that config.
Can you try incus config set hello-world raw.lxc=lxc.log.level=trace and then incus start hello-world and incus info --show-log hello-world?

Hi @stgraber ,

here is the trace-log from hello-world

Sadly this doesn’t provide many more useful details :frowning:
Maybe look at dmesg for any potential DENIED entries?

I just tried on a clean Ubuntu 22.04 here and don’t have any luck reproducing the issue:

stgraber@dakara:~$ incus launch images:ubuntu/22.04 u22 --vm
Launching u22
stgraber@dakara:~$ incus exec u22 bash
root@u22:~# apt install curl
Reading package lists... 5%
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  libcurl4 libldap-2.5-0 libldap-common libnghttp2-14 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh-4 publicsuffix
Suggested packages:
  libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
The following NEW packages will be installed:
  curl libcurl4 libldap-2.5-0 libldap-common libnghttp2-14 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh-4 publicsuffix
0 upgraded, 12 newly installed, 0 to remove and 0 not upgraded.
Need to get 1335 kB of archives.
After this operation, 3821 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.2 [76.9 kB]
Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB]
Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB]
Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.18+dfsg-0ubuntu0.22.04.2 [183 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.3 [186 kB]
Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.16 [290 kB]
Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.16 [194 kB]
Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-common all 2.5.18+dfsg-0ubuntu0.22.04.2 [15.9 kB]
Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.2 [68.8 kB]
Fetched 1335 kB in 1s (1876 kB/s)       
Selecting previously unselected package libnghttp2-14:amd64.
(Reading database ... 18391 files and directories currently installed.)
Preparing to unpack .../00-libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../01-libpsl5_0.21.0-1.2build2_amd64.deb ...
Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
Selecting previously unselected package publicsuffix.
Preparing to unpack .../02-publicsuffix_20211207.1025-1_all.deb ...
Unpacking publicsuffix (20211207.1025-1) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
Selecting previously unselected package libldap-2.5-0:amd64.
Preparing to unpack .../05-libldap-2.5-0_2.5.18+dfsg-0ubuntu0.22.04.2_amd64.deb ...
Unpacking libldap-2.5-0:amd64 (2.5.18+dfsg-0ubuntu0.22.04.2) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../06-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
Selecting previously unselected package libssh-4:amd64.
Preparing to unpack .../07-libssh-4_0.9.6-2ubuntu0.22.04.3_amd64.deb ...
Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../08-libcurl4_7.81.0-1ubuntu1.16_amd64.deb ...
Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.16) ...
Selecting previously unselected package curl.
Preparing to unpack .../09-curl_7.81.0-1ubuntu1.16_amd64.deb ...
Unpacking curl (7.81.0-1ubuntu1.16) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../10-libldap-common_2.5.18+dfsg-0ubuntu0.22.04.2_all.deb ...
Unpacking libldap-common (2.5.18+dfsg-0ubuntu0.22.04.2) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../11-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ...
Setting up libldap-common (2.5.18+dfsg-0ubuntu0.22.04.2) ...
Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ...
Setting up publicsuffix (20211207.1025-1) ...
Setting up libldap-2.5-0:amd64 (2.5.18+dfsg-0ubuntu0.22.04.2) ...
Setting up libcurl4:amd64 (7.81.0-1ubuntu1.16) ...
Setting up curl (7.81.0-1ubuntu1.16) ...
Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
root@u22:~# curl https://pkgs.zabbly.com/get/incus-stable | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   833  100   833    0     0   7718      0 --:--:-- --:--:-- --:--:--  7785
Get:1 https://pkgs.zabbly.com/incus/stable jammy InRelease [7358 B]
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:3 https://pkgs.zabbly.com/incus/stable jammy/main amd64 Packages [3470 B]
Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]                     
Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1897 kB]           
Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1679 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [338 kB]
Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2253 kB]       
Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [387 kB]  
Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1109 kB]           
Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [259 kB]            
Get:13 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [280 kB]                   
Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2178 kB]
Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [374 kB]
Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [887 kB]
Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [173 kB]
Fetched 12.1 MB in 3s (4418 kB/s)                                
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  apparmor attr dirmngr dnsmasq-base gdisk genisoimage gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm incus-base
  incus-client iw libaio1 libassuan0 libboost-iostreams1.74.0 libboost-thread1.74.0 libbtrfs0 libdaxctl1 libdw1 libgpgme11 libgstreamer-plugins-base1.0-0
  libgstreamer1.0-0 libibverbs1 libjansson4 libjpeg-turbo8 libjpeg8 libjson-glib-1.0-0 libjson-glib-1.0-common libksba8 liblzo2-2 libmagic-mgc libmagic1
  libndctl6 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftables1 libnftnl11 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnpth0 libnuma1 libopus0
  liborc-0.4-0 libpixman-1-0 libpmem1 libpmemobj1 libprotobuf-c1 librados2 librbd1 librdmacm1 libspice-server1 libunwind8 libusb-1.0-0 libusbredirparser1
  libuv1 nftables pinentry-curses rsync squashfs-tools xdelta3 xz-utils
Suggested packages:
  apparmor-profiles-extra apparmor-utils dbus-user-session pinentry-gnome3 tor wodim cdrkit-doc parcimonie xloadimage scdaemon btrfs-progs ceph-common lvm2
  zfsutils-linux | openzfs-zfsutils bash-completion libvisual-0.4-plugins gstreamer1.0-tools file opus-tools gstreamer1.0-libav gstreamer1.0-plugins-ugly
  firewalld pinentry-doc openssh-server python3-braceexpand
Recommended packages:
  dns-root-data groff-base iptables sshfs wireless-regdb gstreamer1.0-plugins-base ibverbs-providers gstreamer1.0-plugins-good
The following NEW packages will be installed:
  apparmor attr dirmngr dnsmasq-base gdisk genisoimage gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm incus
  incus-base incus-client iw libaio1 libassuan0 libboost-iostreams1.74.0 libboost-thread1.74.0 libbtrfs0 libdaxctl1 libdw1 libgpgme11
  libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libibverbs1 libjansson4 libjpeg-turbo8 libjpeg8 libjson-glib-1.0-0 libjson-glib-1.0-common libksba8
  liblzo2-2 libmagic-mgc libmagic1 libndctl6 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftables1 libnftnl11 libnl-3-200 libnl-genl-3-200
  libnl-route-3-200 libnpth0 libnuma1 libopus0 liborc-0.4-0 libpixman-1-0 libpmem1 libpmemobj1 libprotobuf-c1 librados2 librbd1 librdmacm1 libspice-server1
  libunwind8 libusb-1.0-0 libusbredirparser1 libuv1 nftables pinentry-curses rsync squashfs-tools xdelta3 xz-utils
0 upgraded, 70 newly installed, 0 to remove and 0 not upgraded.
Need to get 125 MB of archives.
After this operation, 441 MB of additional disk space will be used.
Get:1 https://pkgs.zabbly.com/incus/stable jammy/main amd64 incus-client amd64 1:6.3-202407171610-ubuntu22.04 [5025 kB]
Get:2 https://pkgs.zabbly.com/incus/stable jammy/main amd64 incus-base amd64 1:6.3-202407171610-ubuntu22.04 [76.1 MB]
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 rsync amd64 3.2.7-0ubuntu0.22.04.2 [436 kB]
Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apparmor amd64 3.0.4-2ubuntu2.3 [595 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjansson4 amd64 2.13.1-1.1build3 [32.4 kB]
Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic-mgc amd64 1:5.41-3ubuntu0.1 [257 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic1 amd64 1:5.41-3ubuntu0.1 [87.2 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnfnetlink0 amd64 1.0.1-3build3 [14.6 kB]
Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnetfilter-conntrack3 amd64 1.0.9-1 [45.3 kB]
Get:10 https://pkgs.zabbly.com/incus/stable jammy/main amd64 incus amd64 1:6.3-202407171610-ubuntu22.04 [25.5 MB]
Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnftnl11 amd64 1.2.1-1build1 [65.5 kB]
Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnftables1 amd64 1.0.2-1ubuntu3 [332 kB]
Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnuma1 amd64 2.0.14-3ubuntu2 [22.5 kB]
Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libusb-1.0-0 amd64 2:1.0.25-1ubuntu2 [52.7 kB]
Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libuv1 amd64 1.43.0-1ubuntu0.1 [92.7 kB]
Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nftables amd64 1.0.2-1ubuntu3 [67.2 kB]
Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB]
Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 attr amd64 1:2.5.1-1build1 [22.6 kB]
Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB]
Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB]
Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB]
Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB]
Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dnsmasq-base amd64 2.90-0ubuntu0.22.04.1 [374 kB]
Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 genisoimage amd64 9:1.1.11-3.2ubuntu1 [370 kB]
Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB]
Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB]
Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB]
Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB]
Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB]
Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB]
Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB]
Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-3-200 amd64 3.5.0-0.1 [59.1 kB]
Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-genl-3-200 amd64 3.5.0-0.1 [12.4 kB]
Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 iw amd64 5.16-1build1 [108 kB]
Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libaio1 amd64 0.3.112-13build1 [7176 B]
Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbtrfs0 amd64 5.16.2-1 [12.0 kB]
Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgpgme11 amd64 1.16.0-1.2ubuntu4.2 [136 kB]
Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-glib-1.0-common all 1.6.6-1build1 [4432 B]
Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-glib-1.0-0 amd64 1.6.6-1build1 [69.9 kB]
Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet1 amd64 1.1.6+dfsg-3.1build3 [46.9 kB]
Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libprotobuf-c1 amd64 1.3.3-1ubuntu2.1 [20.3 kB]
Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 gdisk amd64 1.0.8-4build1 [240 kB]
Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB]
Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 squashfs-tools amd64 1:4.5-3build1 [159 kB]
Get:48 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xdelta3 amd64 3.0.11-dfsg-1.2 [73.9 kB]
Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpixman-1-0 amd64 0.40.0-1ubuntu0.22.04.1 [264 kB]
Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-iostreams1.74.0 amd64 1.74.0-14ubuntu3 [245 kB]
Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-thread1.74.0 amd64 1.74.0-14ubuntu3 [262 kB]
Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-route-3-200 amd64 3.5.0-0.1 [180 kB]
Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libibverbs1 amd64 39.0-1 [69.3 kB]
Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 librdmacm1 amd64 39.0-1 [71.2 kB]
Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 librados2 amd64 17.2.7-0ubuntu0.22.04.1 [3590 kB]
Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdaxctl1 amd64 72.1-1 [19.8 kB]
Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libndctl6 amd64 72.1-1 [57.7 kB]
Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpmem1 amd64 1.11.1-3build1 [81.4 kB]
Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpmemobj1 amd64 1.11.1-3build1 [124 kB]
Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 librbd1 amd64 17.2.7-0ubuntu0.22.04.1 [3547 kB]
Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB]
Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind8 amd64 1.3.2-2build2.1 [54.5 kB]
Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-0 amd64 1.20.3-0ubuntu1 [983 kB]
Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 liborc-0.4-0 amd64 1:0.4.32-2 [228 kB]
Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.20.1-1ubuntu0.2 [848 kB]
Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libopus0 amd64 1.3.1-0.1build2 [203 kB]
Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libspice-server1 amd64 0.15.0-2ubuntu4 [351 kB]
Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libusbredirparser1 amd64 0.11.0-2build1 [15.9 kB]
Fetched 125 MB in 3s (39.7 MB/s)           
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package rsync.
(Reading database ... 18496 files and directories currently installed.)
Preparing to unpack .../00-rsync_3.2.7-0ubuntu0.22.04.2_amd64.deb ...
Unpacking rsync (3.2.7-0ubuntu0.22.04.2) ...
Selecting previously unselected package apparmor.
Preparing to unpack .../01-apparmor_3.0.4-2ubuntu2.3_amd64.deb ...
Unpacking apparmor (3.0.4-2ubuntu2.3) ...
Selecting previously unselected package libjansson4:amd64.
Preparing to unpack .../02-libjansson4_2.13.1-1.1build3_amd64.deb ...
Unpacking libjansson4:amd64 (2.13.1-1.1build3) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../03-libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb ...
Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../04-libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.41-3ubuntu0.1) ...
Selecting previously unselected package libnfnetlink0:amd64.
Preparing to unpack .../05-libnfnetlink0_1.0.1-3build3_amd64.deb ...
Unpacking libnfnetlink0:amd64 (1.0.1-3build3) ...
Selecting previously unselected package libnetfilter-conntrack3:amd64.
Preparing to unpack .../06-libnetfilter-conntrack3_1.0.9-1_amd64.deb ...
Unpacking libnetfilter-conntrack3:amd64 (1.0.9-1) ...
Selecting previously unselected package libnftnl11:amd64.
Preparing to unpack .../07-libnftnl11_1.2.1-1build1_amd64.deb ...
Unpacking libnftnl11:amd64 (1.2.1-1build1) ...
Selecting previously unselected package libnftables1:amd64.
Preparing to unpack .../08-libnftables1_1.0.2-1ubuntu3_amd64.deb ...
Unpacking libnftables1:amd64 (1.0.2-1ubuntu3) ...
Selecting previously unselected package libnuma1:amd64.
Preparing to unpack .../09-libnuma1_2.0.14-3ubuntu2_amd64.deb ...
Unpacking libnuma1:amd64 (2.0.14-3ubuntu2) ...
Selecting previously unselected package libusb-1.0-0:amd64.
Preparing to unpack .../10-libusb-1.0-0_2%3a1.0.25-1ubuntu2_amd64.deb ...
Unpacking libusb-1.0-0:amd64 (2:1.0.25-1ubuntu2) ...
Selecting previously unselected package libuv1:amd64.
Preparing to unpack .../11-libuv1_1.43.0-1ubuntu0.1_amd64.deb ...
Unpacking libuv1:amd64 (1.43.0-1ubuntu0.1) ...
Selecting previously unselected package nftables.
Preparing to unpack .../12-nftables_1.0.2-1ubuntu3_amd64.deb ...
Unpacking nftables (1.0.2-1ubuntu3) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../13-xz-utils_5.2.5-2ubuntu1_amd64.deb ...
Unpacking xz-utils (5.2.5-2ubuntu1) ...
Selecting previously unselected package attr.
Preparing to unpack .../14-attr_1%3a2.5.1-1build1_amd64.deb ...
Unpacking attr (1:2.5.1-1build1) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../15-libassuan0_2.5.5-1build1_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.5-1build1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../16-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ...
Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../17-libksba8_1.6.0-2ubuntu0.2_amd64.deb ...
Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ...
Selecting previously unselected package libnpth0:amd64.
Preparing to unpack .../18-libnpth0_1.6-3build2_amd64.deb ...
Unpacking libnpth0:amd64 (1.6-3build2) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../19-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ...
Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
Selecting previously unselected package dnsmasq-base.
Preparing to unpack .../20-dnsmasq-base_2.90-0ubuntu0.22.04.1_amd64.deb ...
Unpacking dnsmasq-base (2.90-0ubuntu0.22.04.1) ...
Selecting previously unselected package genisoimage.
Preparing to unpack .../21-genisoimage_9%3a1.1.11-3.2ubuntu1_amd64.deb ...
Unpacking genisoimage (9:1.1.11-3.2ubuntu1) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../22-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../23-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ...
Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
Selecting previously unselected package gpg.
Preparing to unpack .../24-gpg_2.2.27-3ubuntu2.1_amd64.deb ...
Unpacking gpg (2.2.27-3ubuntu2.1) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../25-pinentry-curses_1.1.1-1build2_amd64.deb ...
Unpacking pinentry-curses (1.1.1-1build2) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../26-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ...
Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../27-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ...
Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../28-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ...
Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../29-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ...
Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../30-gnupg_2.2.27-3ubuntu2.1_all.deb ...
Unpacking gnupg (2.2.27-3ubuntu2.1) ...
Selecting previously unselected package incus-client.
Preparing to unpack .../31-incus-client_1%3a6.3-202407171610-ubuntu22.04_amd64.deb ...
Unpacking incus-client (1:6.3-202407171610-ubuntu22.04) ...
Selecting previously unselected package libnl-3-200:amd64.
Preparing to unpack .../32-libnl-3-200_3.5.0-0.1_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.5.0-0.1) ...
Selecting previously unselected package libnl-genl-3-200:amd64.
Preparing to unpack .../33-libnl-genl-3-200_3.5.0-0.1_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.5.0-0.1) ...
Selecting previously unselected package iw.
Preparing to unpack .../34-iw_5.16-1build1_amd64.deb ...
Unpacking iw (5.16-1build1) ...
Selecting previously unselected package libaio1:amd64.
Preparing to unpack .../35-libaio1_0.3.112-13build1_amd64.deb ...
Unpacking libaio1:amd64 (0.3.112-13build1) ...
Selecting previously unselected package libbtrfs0:amd64.
Preparing to unpack .../36-libbtrfs0_5.16.2-1_amd64.deb ...
Unpacking libbtrfs0:amd64 (5.16.2-1) ...
Selecting previously unselected package libgpgme11:amd64.
Preparing to unpack .../37-libgpgme11_1.16.0-1.2ubuntu4.2_amd64.deb ...
Unpacking libgpgme11:amd64 (1.16.0-1.2ubuntu4.2) ...
Selecting previously unselected package libjson-glib-1.0-common.
Preparing to unpack .../38-libjson-glib-1.0-common_1.6.6-1build1_all.deb ...
Unpacking libjson-glib-1.0-common (1.6.6-1build1) ...
Selecting previously unselected package libjson-glib-1.0-0:amd64.
Preparing to unpack .../39-libjson-glib-1.0-0_1.6.6-1build1_amd64.deb ...
Unpacking libjson-glib-1.0-0:amd64 (1.6.6-1build1) ...
Selecting previously unselected package libnet1:amd64.
Preparing to unpack .../40-libnet1_1.1.6+dfsg-3.1build3_amd64.deb ...
Unpacking libnet1:amd64 (1.1.6+dfsg-3.1build3) ...
Selecting previously unselected package libprotobuf-c1:amd64.
Preparing to unpack .../41-libprotobuf-c1_1.3.3-1ubuntu2.1_amd64.deb ...
Unpacking libprotobuf-c1:amd64 (1.3.3-1ubuntu2.1) ...
Selecting previously unselected package gdisk.
Preparing to unpack .../42-gdisk_1.0.8-4build1_amd64.deb ...
Unpacking gdisk (1.0.8-4build1) ...
Selecting previously unselected package liblzo2-2:amd64.
Preparing to unpack .../43-liblzo2-2_2.10-2build3_amd64.deb ...
Unpacking liblzo2-2:amd64 (2.10-2build3) ...
Selecting previously unselected package squashfs-tools.
Preparing to unpack .../44-squashfs-tools_1%3a4.5-3build1_amd64.deb ...
Unpacking squashfs-tools (1:4.5-3build1) ...
Selecting previously unselected package xdelta3.
Preparing to unpack .../45-xdelta3_3.0.11-dfsg-1.2_amd64.deb ...
Unpacking xdelta3 (3.0.11-dfsg-1.2) ...
Selecting previously unselected package incus-base.
Preparing to unpack .../46-incus-base_1%3a6.3-202407171610-ubuntu22.04_amd64.deb ...
Unpacking incus-base (1:6.3-202407171610-ubuntu22.04) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../47-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ...
Selecting previously unselected package libboost-iostreams1.74.0:amd64.
Preparing to unpack .../48-libboost-iostreams1.74.0_1.74.0-14ubuntu3_amd64.deb ...
Unpacking libboost-iostreams1.74.0:amd64 (1.74.0-14ubuntu3) ...
Selecting previously unselected package libboost-thread1.74.0:amd64.
Preparing to unpack .../49-libboost-thread1.74.0_1.74.0-14ubuntu3_amd64.deb ...
Unpacking libboost-thread1.74.0:amd64 (1.74.0-14ubuntu3) ...
Selecting previously unselected package libnl-route-3-200:amd64.
Preparing to unpack .../50-libnl-route-3-200_3.5.0-0.1_amd64.deb ...
Unpacking libnl-route-3-200:amd64 (3.5.0-0.1) ...
Selecting previously unselected package libibverbs1:amd64.
Preparing to unpack .../51-libibverbs1_39.0-1_amd64.deb ...
Unpacking libibverbs1:amd64 (39.0-1) ...
Selecting previously unselected package librdmacm1:amd64.
Preparing to unpack .../52-librdmacm1_39.0-1_amd64.deb ...
Unpacking librdmacm1:amd64 (39.0-1) ...
Selecting previously unselected package librados2.
Preparing to unpack .../53-librados2_17.2.7-0ubuntu0.22.04.1_amd64.deb ...
Unpacking librados2 (17.2.7-0ubuntu0.22.04.1) ...
Selecting previously unselected package libdaxctl1:amd64.
Preparing to unpack .../54-libdaxctl1_72.1-1_amd64.deb ...
Unpacking libdaxctl1:amd64 (72.1-1) ...
Selecting previously unselected package libndctl6:amd64.
Preparing to unpack .../55-libndctl6_72.1-1_amd64.deb ...
Unpacking libndctl6:amd64 (72.1-1) ...
Selecting previously unselected package libpmem1:amd64.
Preparing to unpack .../56-libpmem1_1.11.1-3build1_amd64.deb ...
Unpacking libpmem1:amd64 (1.11.1-3build1) ...
Selecting previously unselected package libpmemobj1:amd64.
Preparing to unpack .../57-libpmemobj1_1.11.1-3build1_amd64.deb ...
Unpacking libpmemobj1:amd64 (1.11.1-3build1) ...
Selecting previously unselected package librbd1.
Preparing to unpack .../58-librbd1_17.2.7-0ubuntu0.22.04.1_amd64.deb ...
Unpacking librbd1 (17.2.7-0ubuntu0.22.04.1) ...
Selecting previously unselected package libdw1:amd64.
Preparing to unpack .../59-libdw1_0.186-1build1_amd64.deb ...
Unpacking libdw1:amd64 (0.186-1build1) ...
Selecting previously unselected package libunwind8:amd64.
Preparing to unpack .../60-libunwind8_1.3.2-2build2.1_amd64.deb ...
Unpacking libunwind8:amd64 (1.3.2-2build2.1) ...
Selecting previously unselected package libgstreamer1.0-0:amd64.
Preparing to unpack .../61-libgstreamer1.0-0_1.20.3-0ubuntu1_amd64.deb ...
Unpacking libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ...
Selecting previously unselected package liborc-0.4-0:amd64.
Preparing to unpack .../62-liborc-0.4-0_1%3a0.4.32-2_amd64.deb ...
Unpacking liborc-0.4-0:amd64 (1:0.4.32-2) ...
Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64.
Preparing to unpack .../63-libgstreamer-plugins-base1.0-0_1.20.1-1ubuntu0.2_amd64.deb ...
Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.20.1-1ubuntu0.2) ...
Selecting previously unselected package libjpeg-turbo8:amd64.
Preparing to unpack .../64-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
Selecting previously unselected package libjpeg8:amd64.
Preparing to unpack .../65-libjpeg8_8c-2ubuntu10_amd64.deb ...
Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
Selecting previously unselected package libopus0:amd64.
Preparing to unpack .../66-libopus0_1.3.1-0.1build2_amd64.deb ...
Unpacking libopus0:amd64 (1.3.1-0.1build2) ...
Selecting previously unselected package libspice-server1:amd64.
Preparing to unpack .../67-libspice-server1_0.15.0-2ubuntu4_amd64.deb ...
Unpacking libspice-server1:amd64 (0.15.0-2ubuntu4) ...
Selecting previously unselected package libusbredirparser1:amd64.
Preparing to unpack .../68-libusbredirparser1_0.11.0-2build1_amd64.deb ...
Unpacking libusbredirparser1:amd64 (0.11.0-2build1) ...
Selecting previously unselected package incus.
Preparing to unpack .../69-incus_1%3a6.3-202407171610-ubuntu22.04_amd64.deb ...
Unpacking incus (1:6.3-202407171610-ubuntu22.04) ...
Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ...
Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ...
Setting up libdw1:amd64 (0.186-1build1) ...
Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ...
Setting up attr (1:2.5.1-1build1) ...
Setting up libboost-iostreams1.74.0:amd64 (1.74.0-14ubuntu3) ...
Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ...
Setting up liblzo2-2:amd64 (2.10-2build3) ...
Setting up libnftnl11:amd64 (1.2.1-1build1) ...
Setting up libnpth0:amd64 (1.6-3build2) ...
Setting up libnet1:amd64 (1.1.6+dfsg-3.1build3) ...
Setting up libassuan0:amd64 (2.5.5-1build1) ...
Setting up libusbredirparser1:amd64 (0.11.0-2build1) ...
Setting up libunwind8:amd64 (1.3.2-2build2.1) ...
Setting up libprotobuf-c1:amd64 (1.3.3-1ubuntu2.1) ...
Setting up libjansson4:amd64 (2.13.1-1.1build3) ...
Setting up libbtrfs0:amd64 (5.16.2-1) ...
Setting up apparmor (3.0.4-2ubuntu2.3) ...
Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
Reloading AppArmor profiles 
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
Setting up gdisk (1.0.8-4build1) ...
Setting up libuv1:amd64 (1.43.0-1ubuntu0.1) ...
Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
Setting up xz-utils (5.2.5-2ubuntu1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up libopus0:amd64 (1.3.1-0.1build2) ...
Setting up liborc-0.4-0:amd64 (1:0.4.32-2) ...
Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
Setting up libdaxctl1:amd64 (72.1-1) ...
Setting up libnuma1:amd64 (2.0.14-3ubuntu2) ...
Setting up xdelta3 (3.0.11-dfsg-1.2) ...
Setting up libnfnetlink0:amd64 (1.0.1-3build3) ...
Setting up incus-client (1:6.3-202407171610-ubuntu22.04) ...
Setting up libnl-3-200:amd64 (3.5.0-0.1) ...
Setting up gpgconf (2.2.27-3ubuntu2.1) ...
Setting up libndctl6:amd64 (72.1-1) ...
Setting up libjson-glib-1.0-common (1.6.6-1build1) ...
Setting up libusb-1.0-0:amd64 (2:1.0.25-1ubuntu2) ...
Setting up libaio1:amd64 (0.3.112-13build1) ...
Setting up libpmem1:amd64 (1.11.1-3build1) ...
Setting up gpg (2.2.27-3ubuntu2.1) ...
Setting up libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ...
Setcap worked! gst-ptp-helper is not suid!
Setting up rsync (3.2.7-0ubuntu0.22.04.2) ...
rsync.service is a disabled or a static unit, not starting it.
Setting up libboost-thread1.74.0:amd64 (1.74.0-14ubuntu3) ...
Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
Setting up pinentry-curses (1.1.1-1build2) ...
Setting up genisoimage (9:1.1.11-3.2ubuntu1) ...
Setting up libnftables1:amd64 (1.0.2-1ubuntu3) ...
Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
Setting up nftables (1.0.2-1ubuntu3) ...
Setting up squashfs-tools (1:4.5-3build1) ...
Setting up gpgsm (2.2.27-3ubuntu2.1) ...
Setting up libgstreamer-plugins-base1.0-0:amd64 (1.20.1-1ubuntu0.2) ...
Setting up libgpgme11:amd64 (1.16.0-1.2ubuntu4.2) ...
Setting up libjson-glib-1.0-0:amd64 (1.6.6-1build1) ...
Setting up libnl-route-3-200:amd64 (3.5.0-0.1) ...
Setting up dirmngr (2.2.27-3ubuntu2.1) ...
Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
Setting up libpmemobj1:amd64 (1.11.1-3build1) ...
Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
Setting up libnetfilter-conntrack3:amd64 (1.0.9-1) ...
Setting up libnl-genl-3-200:amd64 (3.5.0-0.1) ...
Setting up iw (5.16-1build1) ...
Setting up libibverbs1:amd64 (39.0-1) ...
Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
Setting up libspice-server1:amd64 (0.15.0-2ubuntu4) ...
Setting up dnsmasq-base (2.90-0ubuntu0.22.04.1) ...
Setting up gnupg (2.2.27-3ubuntu2.1) ...
Setting up librdmacm1:amd64 (39.0-1) ...
Setting up librados2 (17.2.7-0ubuntu0.22.04.1) ...
Setting up incus-base (1:6.3-202407171610-ubuntu22.04) ...
Creating group incus with gid 999.
Creating group incus-admin with gid 998.
Creating user incus (Incus user) with uid 999 and gid 999.
Created symlink /etc/systemd/system/multi-user.target.wants/incus-lxcfs.service → /lib/systemd/system/incus-lxcfs.service.
Created symlink /etc/systemd/system/sockets.target.wants/incus.socket → /lib/systemd/system/incus.socket.
Created symlink /etc/systemd/system/sockets.target.wants/incus-user.socket → /lib/systemd/system/incus-user.socket.
Created symlink /etc/systemd/system/multi-user.target.wants/incus-startup.service → /lib/systemd/system/incus-startup.service.
Setting up librbd1 (17.2.7-0ubuntu0.22.04.1) ...
Setting up incus (1:6.3-202407171610-ubuntu22.04) ...
Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.8) ...


root@u22:~# incus admin init --auto
root@u22:~# incus remote add docker https://docker.io --protocol=oci
root@u22:~# incus launch docker:hello-world hello-world --console --ephemeral
Launching hello-world
                                                     
Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/


root@u22:~# 

in dmesg I only see:

[83712.501956] incusbr0: port 1(veth606bcc62) entered blocking state
[83712.501962] incusbr0: port 1(veth606bcc62) entered disabled state
[83712.502175] device veth606bcc62 entered promiscuous mode
[83712.596125] audit: type=1400 audit(1722324385.104:358): apparmor="STATUS" operation="profile_load" profile="unconfined" name="incus-hello-world_</var/lib/incus>" pid=836957 comm="apparmor_parser"
[83712.666967] phys1o7u1S: renamed from veth9cc8c5c2
[83712.719909] eth0: renamed from phys1o7u1S
[83712.765639] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[83712.765704] incusbr0: port 1(veth606bcc62) entered blocking state
[83712.765706] incusbr0: port 1(veth606bcc62) entered forwarding state
[83712.818932] device veth606bcc62 left promiscuous mode
[83712.818980] incusbr0: port 1(veth606bcc62) entered disabled state
[83713.853001] audit: type=1400 audit(1722324386.360:359): apparmor="STATUS" operation="profile_remove" profile="unconfined" name="incus-hello-world_</var/lib/incus>" pid=837213 comm="apparmor_parser"

Maybe I reached some kind of limit? I have ~ 70 container registered but not all are running. But then other new docker containers should also fail … still mysterious

in syslog I see:

networkd-dispatcher[5189]: ERROR:Unknown interface index 131 seen even after reload

maybe there is some kind of limit? s. logtail
or is this error expected since the container did not start?

Hitting some kind of kernel side limit would likely not cause an odd mount issue.
This is likely something else weird going on on this system.

I’d recommend trying on another system and see if you can figure what is interfering with it.