-
Notifications
You must be signed in to change notification settings - Fork 219
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
setup user: cannot set any additional groups in a rootless container #4
Comments
Further to the above the "--uidmap" lines seem to cause the following errors: exec failed: container_linux.go:336: starting container process caused "process_linux.go:90: adding pid 8258 to cgroups caused "failed to write 8258 to cgroup.procs: write /sys/fs/cgroup/systemd/user.slice/user-1000.slice/[email protected]/gnome-terminal-server.service/13eb5ccb9657c3a9a0ab67937927c29dd7c25bebdf943eb27d1900bd59964038/cgroup.procs: permission denied"" podman version 0.10.1 |
Yes, that's due to We need those Here's an update targeted at Fedora 29 to address this: Unfortunately, since we are frozen for the the final Fedora 29 release, it will only enter the Silverblue 29 image as a zero-day update. Until then, you can try:
|
I haven't seen this before. So far I have been hacking on Silverblue 28. I wonder if there's something off in Fedora 29. Does it continue to happen after pulling in the above |
Hi,the updated runc solved both of the errors. Under CentOS I use the "--sudo --release 29" arguments as rootless podman is not working there at the moment. I also remove the uid mappings as they fail on CentOS but as most of my builds are single user this does not cause me any issues. Since this is solved for Silverblue 29 that is great and I will derive my own CentOS script which is not a target platform anyway. Thanks for the great work, I am really enjoying Silverblue. |
That's great to hear! :) Rootless The Anyway, thanks for getting in touch. |
Hi, great pet container, I am using it on Silverblue 29 beta and CentOS (sudo mode) which I try to treat immutable.
On an updated clean 29 install I get the following error:
./fedora-toolbox -v enter
unable to start container "fedora-toolbox-gary:29": container create failed: container_linux.go:336: starting container process caused "setup user: cannot set any additional groups in a rootless container"
: internal libpod error
./fedora-toolbox: failed to start container fedora-toolbox-gary:29``
The culprit seems to be "--group-add wheel" under the podman create.
The text was updated successfully, but these errors were encountered: