-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Latest podman on F30 Silverblue errors on iptables #3267
Comments
@mccv1r0 Mind taking a look? I think this is CNI, not Podman's IPTables code |
Ack. Quick test... I can't reproduce on fedora 30 server using same versions. @ashcrow : Is firewalld running? |
@mccv1r0 it is not. It failed to parse it's |
@ashcrow So I ask because I'm trying to get to the bottom of what |
@mccv1r0 I think it is meant to be running, but it is not. Looking at the packages for
It looks like the switch over to
When I brought this up earlier in a chat session @vrutkovs noted that he had to downgrade to an earlier version to get |
I was hitting #3187 (comment), downgrade to podman 1.2 worked. Not sure if its related to this issue |
FWIW I am able to run the commands |
I have noticed that the userdata folder within the overlay container storage:
Was created with permissions
But mine user ID was 1000 not 100000 so I have changed the perms and now I can connect to the container with
Now even creating and entering new container works fine
Removal of the container:
|
This ended up being a bad SELinux policy. Following the steps at https://docs.fedoraproject.org/en-US/fedora-silverblue/troubleshooting/#_selinux_problems allowed things to work properly once more. Thanks for looking into this @mccv1r0 and @mheon. Thank you to @miabbott for pointing me at the SB troubleshooting page. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
After upgrading to
podman-1.3.1-1.git7210727.fc30.x86_64
andcontainernetworking-plugins-0.7.4-2.fc30.x86_64
in Fedora 30 (Silverblue)podman
no longer works as expected.Steps to reproduce the issue:
sudo podman run --rm -ti registry.fedoraproject.org/fedora:29 /bin/bash
Describe the results you received:
Describe the results you expected:
I expected a
bash
shell in the Fedora image I had locally.Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: