-
Notifications
You must be signed in to change notification settings - Fork 2
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
Errors when re-launching container after updates to /dev #53
Comments
I can confirm that I get this everyday when I power up my PC. |
So you power cycle!? I'll have to try that to see if it affects me. |
I copy below the error from this morning. I find that it's a different 'dev' component every time.
It's "cured" okay using the "-d" switch (delete).
|
I got this too just now. No reboot for me though |
Are you sure you did not reboot? This message happens when we start the container and it only stops on reboot (maybe also on logout) |
I logged out, but did not reboot.
|
OK this is an issue with podman that is fixed in v4.2 We await its release into RHEL8 ... ... ... |
OK I found a workaround to this. The following changes to the podman start command will fix the issue. remove:
make sure this option is included:
Dropping --privileged means it does not map all the /dev files and avoids the podman bug. I have upated these with this change:
|
This happened after a reboot
A similar thing happens with the epics 7 dev container (https://github.com/epics-containers/ioc-adaravis):
Both are fixed by
podman rm
or equivalent, e.g.The text was updated successfully, but these errors were encountered: