You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Rocky Linux 10 with selinux enforcing and have set # echo "user.max_user_namespaces = 0" >> /etc/sysctl.d/user-ns.conf
which completely disables rootless podman. So far so good.
As root I can still use podman mostly as ususal, however, when I try to use --userns=auto I get the following error: Error: OCI runtime error: crun: clone: No space left on device
Is this expected behaviour?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use Rocky Linux 10 with selinux enforcing and have set
# echo "user.max_user_namespaces = 0" >> /etc/sysctl.d/user-ns.conf
which completely disables rootless podman. So far so good.
As root I can still use podman mostly as ususal, however, when I try to use --userns=auto I get the following error:
Error: OCI runtime error: crun: clone: No space left on device
Is this expected behaviour?
Beta Was this translation helpful? Give feedback.
All reactions