I have a container in a weird state, and it’s been stuck there for a while.
root@cloud-arm-7:~# incus list
±--------------------±--------±---------------------±-----------------------------------------------±----------------------±----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
±--------------------±--------±---------------------±-----------------------------------------------±----------------------±----------+
| hetzner-incus-arm-0 | RUNNING | 172.17.0.1 (docker0) | fd42:3782:da2e:2ad2:1266:6aff:fe8f:7bd8 (eth0) | CONTAINER (EPHEMERAL) | 0 |
| | | 10.231.47.42 (eth0) | | | |
±--------------------±--------±---------------------±-----------------------------------------------±----------------------±----------+
| hetzner-incus-arm-1 | STOPPED | | | CONTAINER (EPHEMERAL) | 0 |
±--------------------±--------±---------------------±-----------------------------------------------±----------------------±----------+
How can a container be ephemeral and stopped?
incus --version 6.21
root@cloud-arm-7:~# incus info hetzner-incus-arm-1
Name: hetzner-incus-arm-1
Description:
Status: STOPPED
Type: container (ephemeral)
Architecture: aarch64
Created: 2026/06/18 13:27 UTC
Last Used: 1970/01/01 00:00 UTC
Most of the daemon logs are dnsmasq-related, but these ones stand out:
Jun 18 13:27:42 cloud-arm-7 incusd[8263]: time=“2026-06-18T13:27:42Z” level=error msg=“SFTP server stopped with error” err=“signal: terminated” instance=hetzner-incus-arm-0 instanceType=container project=default stderr=
Jun 18 20:25:42 cloud-arm-7 incusd[8263]: time=“2026-06-18T20:25:42Z” level=warning msg=“Failed to retrieve network information via netlink” instance=hetzner-incus-arm-0 instanceType=container pid=521820 project=default
Jun 18 20:25:42 cloud-arm-7 incusd[8263]: time=“2026-06-18T20:25:42Z” level=error msg=“Error calling 'forknet” err=“Failed to run: /opt/incus/bin/incusd forknet info – 521820 3: exit status 1 (Failed setns to container network namespace: No such file or directory)” instance=hetzner-incus-arm-0 instanceType=container pid=521820 project=default
Jun 18 20:25:42 cloud-arm-7 incusd[8263]: time=“2026-06-18T20:25:42Z” level=error msg=“Failed to retrieve PID of executing child process” instance=hetzner-incus-arm-0 instanceType=container project=default
For context, I’m running a single CI job and then issuing shutdown so the container gets reaped by the incus daemon. Then I’m running a separate host process to create a new container.