-
Notifications
You must be signed in to change notification settings - Fork 496
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
cannot open /run/user/1000/crun/.../exec.fifo
: No such file or directory
#1072
Comments
I'd like to bump this issue.
|
I can reproduce this problem, in fact I'm running into it on a fresh Fedora 41 workstation installation [postgres] | cannot open `/run/user/1000/crun/34d9e2207cb6e13a619aad5d75d9ce3c47758db1cc5a58694cf18f26d1f4afff/exec.fifo`: No such file or directory
[postgres] | Error: unable to start container 34d9e2207cb6e13a619aad5d75d9ce3c47758db1cc5a58694cf18f26d1f4afff: `/usr/bin/crun start 34d9e2207cb6e13a619aad5d75d9ce3c47758db1cc5a58694cf18f26d1f4afff` failed: exit status 1 daniel@fedora /tmp> cat /etc/fedora-release
Fedora release 41 (Forty One)
daniel@fedora /tmp> podman compose --version
podman-compose version 1.2.0
podman version 5.3.1 In my case I have three services: a frontend that depends on a backend and a backend that depends on postgres. The postgres image I'm running is It seems like the behavior is non-deterministic and after cycling up/down a bunch of times I can start the container up just fine. |
oh, yeah. My "favorite pastime" - to get podman compose to actually clean whatever it has to, I have to rerun "down" 2-3 times. It has been like this for at least a year now. I'm getting this behavior with "depends_on": service_healthy. The depends_on is still not working. |
It looks like I ran into this same issue too. Check #1119 . @devurandom , @daniel-j-h : |
Thanks! I had not set |
Even with
And with Both errors might be independent of the |
I consider trying docker-compose plug-in today. If I can't properly
orchestrate dependency, it is quite a problem.
containers/podman#19297
…On Fri, Jan 24, 2025, 6:24 AM Dennis Schridde ***@***.***> wrote:
Even with version: "3.8" I got:
cannot open `/run/user/1000/crun/7be967fb49cc8dc9aa483f0210c0e8f6d73f620735e3af375ad19de4a55bfcf5/exec.fifo`: No such file or directory
Error: unable to start container 7be967fb49cc8dc9aa483f0210c0e8f6d73f620735e3af375ad19de4a55bfcf5: `/usr/bin/crun start 7be967fb49cc8dc9aa483f0210c0e8f6d73f620735e3af375ad19de4a55bfcf5` failed: exit status 1
And with version: "3.20" I still got #921
<#921>.
Both errors might be independent of the version setting -- I did not try
often enough to be able to claim that either one does *not* happen with a
certain version.
—
Reply to this email directly, view it on GitHub
<#1072 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGHHXMCYRZUXEQUFGLKDCD2MIPIJAVCNFSM6AAAAABRNVVVR2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJSGI4TCNBYHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
ah! I recalled that doing the MDM routine usually helped me before. The Magical Dance Moves (MDM):
and life is better. I wish I were joking. |
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: