cannot open /run/user/1000/crun/.../exec.fifo
: No such file or directory
#1072
Labels
bug
Something isn't working
Describe the bug
Sometimes Podman Compose will be unable to start a pod / Compose environment, mentioning "cannot open
/run/user/1000/crun/.../exec.fifo
: No such file or directory" and "unable to start container ...:/usr/bin/crun start ...
failed: exit status 1" as the error.I split this out from #921, because in that report I encounter two different error messages -- either one or the other.
To Reproduce
Steps to reproduce the behavior: See #921 (comment).
Expected behavior
Pod starts.
Actual behavior
and then after a while (<60s ususally):
and eventually:
Note that the "failed to stop container" message does not come right after the "unable to start container" message and not right before the "container did not shut down after 10 seconds" message. Significant (>10s) can pass between each message (while other containers still output their regular log messages).
Also note that the container mentioned in "unable to start container" and the container mentioned in "failed to stop container" are never the same and that the container mentioned as the source of the "failed to stop container" ("[REDACTED2]") is never the same container as the one mentioned in the message ("[REDACTED3]").
Output
Environment:
The text was updated successfully, but these errors were encountered: