-
Notifications
You must be signed in to change notification settings - Fork 205
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
Failed to start the HTTP Server #1943
Comments
Curious @hgshoggins I don't think we've seen this one before. As a first question, what OS, what version of libmicrohttpd have you got installed etc. As a quick check, there's nothing listening on port 9090 already is there? I assume you've compiled it from scratch yourself? Could you share your config.log please? If you're up for some investigation yourself, it's failing somewhere in here: Lines 407 to 443 in ff8bf86
If you chucked some of these: In that function just before each return false line, we can start to work out where it's breaking and then hopefully what's going wrong. If you put some vaguely sensible messages in them, feel free to open a PR with the changes and we'll get them merged as they'd help others in future. Then it's just a case of working up the chain until we find a cause. You could also try posting a |
Of course that was it! Sorry for the noise, I tried indeed to debug manually with some logging at some points, and... that was the server already listening on port |
Glad you've sorted it @hgshoggins and that's probably worthy of our FAQ given it's a standard Fedora VM config. I'm reopening this only because I feel you probably shouldn't have even had to open an issue. For such a relatively simple issue ideally our logging should signpost the cause of the issue better. Do you fancy opening a PR with some suitable logging given you've got an easy test environment? |
A rather self-explanatory issue, when running
olad
with few arguments likeI get an exit signal of
69
and I'm unable to startolad
.When starting it with
--no-http
it works.I would like to debug more but I'm not sure where to start.
This is the latest version from
master
branch ff8bf86.The text was updated successfully, but these errors were encountered: