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

port 9999 is used #1091

Closed
pickfire opened this issue Apr 2, 2024 · 2 comments · Fixed by #1147
Closed

port 9999 is used #1091

pickfire opened this issue Apr 2, 2024 · 2 comments · Fixed by #1147
Labels
bug Something isn't working

Comments

@pickfire
Copy link

pickfire commented Apr 2, 2024

Describe the bug
Port 9999 is is bound unannounced. When error is encountered, no solution is provided, usually what I did is kill port 9999.

To reproduce
Run two hello world devenv.

• Building processes ...
• Using Cachix: devenv
✔ Building processes in 2.5s.
• Starting processes ...• Building shell ...
✔ Building shell in 1.3s.
24-04-02 09:38:05.201 FTL start http server on :9999 failed error="listen tcp :9999: bind: address already in use"

I know can be bound to another port, but why does one have to go through the github issues to figure this one?

Since we are in a directory, why can't it be a unix socket binding rather than port binding?

Version

devenv 1.0.2 (aarch64-darwin)

@domenkozar
Copy link
Member

I've opened up F1bonacc1/process-compose#172, meanwhile you can set process.process-compose.port = XXXX; in devenv.nix.

I'd also like to remind you to be kind, I'm here dedicating everything to support this project and we're on a journey of making it better every day.

@domenkozar
Copy link
Member

Going to be fixed in cb674b0

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.

2 participants