-
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
rootless exec: OCI permission denied #9219
Comments
@giuseppe This look like a |
can you tell me the output for:
and
|
could you also try: |
|
ok thanks for confirming it, so it is somehow failing to detect the current cgroup ownership. What do you get with |
I am not sure why, but the last reboot appears to have fixed the issue. I was rebooting regularly at the start to try and resolve this issue, so I am a bit confused. I will close the issue until I can continue reproducing it. Apologies. |
/kind bug
Description
Trying to get podman rootless working in archlinux. https://wiki.archlinux.org/index.php/Linux_Containers#Enable_support_to_run_unprivileged_containers_(optional)
Containers can be started correctly, but exec does not. I think this worked when I first set podman up, but after a few days of tinkering it does not work anymore.
Steps to reproduce the issue:
podman run --name=exec_test centos:8 sleep 60 &
podman container exec exec_test echo TEST
Describe the results you received:
Describe the results you expected:
TEST
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: