Bugzilla – Bug 1222663
Containers not able to start
Last modified: 2024-04-12 08:06:05 UTC
related to https://github.com/containers/podman/issues/22168#issuecomment-2049072614 I updated my openSUSE MicroOS server to version 20240409, but still getting error: `Error: starting container xxx: rootless netns: mount resolv.conf to "/run/user/1000/containers/networks/rootless-netns/run/netconfig/resolv.conf": no such file or directory` This was supposedly fixed in Tumbleweed snapshot 20240409. I understood MicroOS and Tumbleweed used the same package versions? Kind regards, Sam
solved by running: podman unshare --rootless-netns true then re-creating pods
may be closed