Closed DavidePrincipi closed 6 months ago
This works on newer versions
Could you help me to find the commit that fixes the issue? I need to track it both on Rocky Linux 9 and Debian 12.
you linked to it already https://github.com/containers/storage/pull/1687
Thank you for confirming it!
IIUC, the fix appeared in containers/storage 1.49 that was then added to Podman 4.7
https://github.com/containers/podman/commit/e092f887fe3b254a2d8919feba3a59681916d6f7
Issue Description
This issue occurs randomly after a system reboot. One or more services running in rootless or rootfull Podman containers fails to start with
invalid argument
error. As reported in #21274, it looks different from those in the Troubleshooting Guide.Steps to reproduce the issue
Not always reproducible, please see the results.
Describe the results you received
In the system journal we find messages like this
Following instructions here https://github.com/containers/podman/issues/21274#issuecomment-1898275626, we got this strace output (for another container):
https://gist.github.com/stephdl/95afc3c028ebdd3d11d3014cd7efea81
Describe the results you expected
The container should start instead.
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
No
Additional environment details
Virtual machine under Proxmox.
Additional information
Issue appears at random times. Some systems (maybe slower than others) seems to hit it more frequently.
Bug reported here https://github.com/NethServer/dev/issues/6916
After applying this workaround the container starts
https://github.com/containers/podman/issues/19491#issuecomment-1668129950