-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman build + workdir(?): Error adding network: failed to setup hairpin mode for veth3e067d53: operation not supported #11010
Comments
Coincidence, I just read the following: @Luap99 Could this be related. |
The #10052 issue is rootless, whereas this issue (so far) I've only seen in root. |
I don't think this is a podman issue. The bridge cni plugin tries to set the hairpin mode on the veth interface and this fails. It only failed on f34, this could be a kernel problem. |
A friendly reminder that this issue had no activity for 30 days. |
@edsantiago @Luap99 where do we stand on this one? |
Seen twice last week: sys: podman logs - journald log driver requires journald events backend
Podman commit [It] podman commit with volume mounts and --include-volumes
|
I had a similar issue when starting podman on a custom LInux distro built with Yocto project. The issue was apparently that systemd-networkd had rules that matched the network interfaces created by podman. |
A friendly reminder that this issue had no activity for 30 days. |
@edsantiago are we still seeing this flake? @Luap99 does @tlammi's comment on networkd interfering help? |
The last instance I see in my flake logs is from September 14, and the log has been GC'ed, so I'll close. |
This seems to be correlated with
podman run
of an image built withworkdir
. (It is not for me to understand why):Note the "error adding pod" message, despite no pods anywhere. Note also that "veth" appears in another buildah flake, containers/buildah#2628, although there it's "failed to make veth pair".
Podman network connect and disconnect [It] podman network connect when not running
sys: podman build - workdir, cmd, env, label
Podman containers [It] podman kill latest container with SIGTERM
Also in a int-podman-fedora-34-root-container run that my flake referencer didn't seem to find
Also right now in my own PR, in sys-podman-fedora-34-root-host (not yet indexed by my flake catcher)
The text was updated successfully, but these errors were encountered: