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

In v0.11.26 server is not working on older kernels due to port reuse #1518

Closed
izderadicka opened this issue May 15, 2018 · 2 comments
Closed

Comments

@izderadicka
Copy link

v0.11.26 introduced port reuse for server listener. However this is not working on older kernels ( I think it was made available on 3.9, my test server is Ubuntu 12.04 which has 3.5 and I got this problem).
The error is Protocol not available (os error 92) when binding HTTP server.

I think port reuse should be optional, as there are still quite few machines with older kernels.

@pimeys
Copy link

pimeys commented May 16, 2018

I think this is a duplicate and there's an issue tracking this and a possible fix here:

#1509

@izderadicka
Copy link
Author

Yes it's duplicate of #1509, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants