-
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
Reboot after ostree update causing "error setting rlimit type 6: operation not permitted" #7466
Comments
@dustymabe When is fedora coreos getting updated? |
Tracking it over here: coreos/fedora-coreos-tracker#575 Currently blocked on #7441 |
You can test with podman 2.x by using the |
Thanks @dustymabe. I'm hesitant to try switching to the next stream for fear that I might mess up my production environment. I cannot tell from the instructions whether that fear is warranted or not but I am willing to wait in hopes that the freeze on podman 1.9.3 will end soon. |
Hey @wdouglascampbell - your fears are warranted, but I would encourage you to run at least some Right now (08/27/2020) |
I will keep that in mind and see what I can do about setting up a |
@dustymabe podman 2.0.6 should have the fix. |
FYI podman 2.0.6 is in |
Just FYI now that podman 2.0.6 is in FCOS stable. I re-tested and so far so good a reboot worked. Thanks! |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I am running Fedora CoreOS. When the system auto-updates to a new release and reboots. The rootless containers that I am running and have configured services to start upon reboot aren't starting up. Instead I see errors like the following in the journalctl logs.
error setting rlimit type 6: operation not permitted
Steps to reproduce the issue:
Allow Fedora CoreOS to auto-update when a new release comes out
After reboot has occur observe that none of my rootless podman containers are running.
Describe the results you received:
All containers have failed to start and cannot be started after rebooting from an auto-upgrade.
Describe the results you expected:
Containers configured to be started by systemctl service will start upon boot.
Additional information you deem important (e.g. issue happens only occasionally):
After this occurs. I must recreate the containers to get them to start again.
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?
No. I believe the latest version of Podman is 2.0.5 but Fedora CoreOS latest stable is running Podman 1.9.3. I don't know if it is possible for me to update to a newer version under Fedora CoreOS.
Additional environment details (AWS, VirtualBox, physical, etc.):
physical
The text was updated successfully, but these errors were encountered: