-
Notifications
You must be signed in to change notification settings - Fork 416
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
[Error] First container run hangs #1530
Comments
I am also having this issue |
That hot-fix also fixed the issue too. I will fork this and start a PR. |
I tested distrobox-git on AUR, and it looks like the issue's been fixed. |
Hi @bmacphail I need more context for this I'm not able to reproduce your issue with either of those, on TW, Fedora and Ubuntu hosts |
For me it's happening with Docker. Though I have not tried to compile it from source, @tifasoftware says it's fixed already. Perhaps it's time for a new release? |
Probably yes! There will be one soon |
Can you try with the git version so I can be sure this is fixed? |
Just tried the latest commit, works correctly without hanging 🎉 |
Perfect! Closing this, the new release will be following soon 🎉 |
An issue was previously closed about this, but the issue appears to have regressed: #1382
Describe the bug
Distrobox enter hangs. Upon using Ctrl-C to cancel, the following error is returned:
/usr/bin/distrobox-enter: line 680: /home/<user>/.cache/distrobox/.ubuntu-20-04.fifo: No such file or directory
To Reproduce
Expected behavior
The container runs.
The fix I was able to implement on my system is the same as in the issue linked above: modify line 624 of distrobox-enter to the following:
log_timestamp="$(date +%FT%TZ)"
Creating this issue so that the problem gets tracked and fixed.
The text was updated successfully, but these errors were encountered: