You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I then tried to use a more isolated network setup:
# podman run --rm --network=slirp4netns docker.io/library/busybox ip a
Error: /usr/bin/slirp4netns failed: "WARNING: Support for seccomp is experimental\nopen(\"/dev/net/tun\"): No such file or directory\nWARNING: Support for IPv6 is experimental\nchild failed(1)\nWARNING: Support for IPv6 is experimental\n"
The issue gets fixed by manually installing the tun kernel module:
With
podman - 5.2.2-r1
on OpenWrt 24.10.0-rc5 r28304-6dacba30a7 installed, runningworks fine.
Seeing
podman
package pulls inslirp4netns
viaI then tried to use a more isolated network setup:
The issue gets fixed by manually installing the
tun
kernel module:But if
slirp4netns
needs that module for its basic operation, it should likely include thekmod-tun
package as a dependency.The text was updated successfully, but these errors were encountered: