Skip to content
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

second devenv up always crashes with overmind #1270

Closed
mpscholten opened this issue Jun 12, 2024 · 1 comment · Fixed by #1366
Closed

second devenv up always crashes with overmind #1270

mpscholten opened this issue Jun 12, 2024 · 1 comment · Fixed by #1366
Labels
bug Something isn't working

Comments

@mpscholten
Copy link
Contributor

Describe the bug

When I run devenv up, stop the process, and then run devenv up again it crashes with the following error message:

byNjf-VR

To reproduce

# Make a new ihp project
nix run nixpkgs#ihp-new test

cd test

# Open flake.nix and enable overmind by adding the following to line 40:
# process.implementation = "overmind";

# First start
devenv up

# After 30 secs stop the process using CTRL C

# Second start
devenv up

# Now the error happens:
# overmind: listen unix /tmp/devenv-d8acd82/overmind.sock: bind: no such file or directory

Version

devenv: 1.0.5 via flakes

devenv.url = "github:cachix/devenv?rev=800f19d1b999f89464fd8e0226abf4b3b444b0fa";
@mpscholten mpscholten added the bug Something isn't working label Jun 12, 2024
@sandydoo sandydoo changed the title second devenv up always crashes second devenv up always crashes with overmind Jun 13, 2024
@mpscholten
Copy link
Contributor Author

I run into this pretty regularly. Any ideas how this could be fixed @sandydoo @domenkozar ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant