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 would assume so, nothing has changed and my reproducer still fails with the same error message
In general restoring the network namespace for a userns is currently broken anyways with the runtime restore API as the process is started right away so podman has no chance to configure the netns after oci runtime created the namespaces as the process is started right away (unlike the normal container startup sequence with uses two steps for create then start so we can configure the netns in between there without issues).
But I guess crun first should be able to checkpoint before we can work on the restore side.
Relevant line from the log:
(00.120964) Error (criu/mount.c:753): mnt: 2049:./dev/urandom doesn't have a proper root mount
Full log: dump.log
When the --uidmap argument is not used it works correctly, it works with runc but there is still a podman bug: containers/podman#18502
The text was updated successfully, but these errors were encountered: