Error: /usr/bin/slirp4netns failed: "open(\"/dev/net/tun\"): Permission denied #19921
Replies: 4 comments
-
is Can you share |
Beta Was this translation helpful? Give feedback.
-
Actually, it seems that normal user can't use
|
Beta Was this translation helpful? Give feedback.
-
What are the permissions on Anyway since this is doe not seems to be a podman bug rather something without your environment I will convert this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
Oh, I feel so stupid, it was the permission of I solved this issue by giving the correct permission:
Thank you so much for the support |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
When I'm trying to run a rootless container with podman I receive this error:
The
TUN
andfuse
module are correctly loaded as you can see here:Steps to reproduce the issue
Steps to reproduce the issue
1.podman run hello-world
Describe the results you received
When I'm trying to run a rootless container I receive the error:
This issue doesn't reproduce when I try it using root:
Describe the results you expected
I'm expecting this output when I'm run the container in rootless mode:
podman info output
Podman in a container
Yes
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
The Linux machine is a containerized one under OpenVZ.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions