[Bug 1234053] Podman cannot create container in network
https://bugzilla.suse.com/show_bug.cgi?id=1234053 https://bugzilla.suse.com/show_bug.cgi?id=1234053#c3 Alexandre Vicenzi <alexandre.vicenzi@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(rbobro@gmail.com) --- Comment #3 from Alexandre Vicenzi <alexandre.vicenzi@suse.com> --- I tested on Tumbleweed 20241129 and I was not able to reproduce this, it might be a WSL only issue. The main difference that I noticed from TW is that WSL has kernel 5.15.167.4-microsoft-standard-WSL2, while on TW we have kernel 6.11.8-1-default. Check if nf_tables module is loaded and provide the output:
sudo lsmod | grep nf_tables
Check if there are rules set and provide the output:
sudo nft list ruleset
Check if you can add a new rule and provide the out:
sudo nft add table inet my_table
Provide the nft version ouput:
sudo nft -V
Execute podman with debug logs and provide the logs:
podman --log-level=debug run -itd --network=testnet busybox
Add the logs as an attachment as it might be too long. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com