-
Notifications
You must be signed in to change notification settings - Fork 2
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
[NanoMQ] - NanoMQ dies on boot when hostapd is present #79
Comments
Both this and #78 still occur without:
Broken in both ways back to at least 0.20.0, dont have time to test older versions. |
This bug only has been fixed via the wierdest thing I have ever seen on linux. Short story to myself is the hostapd commit in #77 will fix this bug. Long story:
These are total guesses but either way any hanging processes in the busybox init phase should be examined as their issues could propogate to other processes. |
* builds cleanly * calypso working see nanomq issue! probably not from calypso * initial plugin support * basic plugin and support still cant find symbols via buildroot, plugin tested on debian. * remove upstream header * add nanomq plugin ability actually works on buildroot so happy * add nanomq and calypso to nero * vital fixups * important: switch to pid forking of nanomq * bump calypso version * fixes nanomq bug (#79) by some miracle * bump nanomq version * add comments to the timestamp plugin
* builds cleanly * calypso working see nanomq issue! probably not from calypso * initial plugin support * basic plugin and support still cant find symbols via buildroot, plugin tested on debian. * remove upstream header * add nanomq plugin ability actually works on buildroot so happy * add nanomq and calypso to nero * vital fixups * important: switch to pid forking of nanomq * bump calypso version * fixes nanomq bug (#79) by some miracle * bump nanomq version * add comments to the timestamp plugin
Observed Behavior
Nanomq dies on bootup. It never dies when running in any scenario, except when run on the bootup.
Runs fine when
Dies when:
Doesn't seem related to calypso, even when disabled it fails.
Expected Behavior
Should just boot correctly when it is run.
May need to raise with upstream, borderline impossible to reproduce outside of the init script so...
Is this related to #78 ?
Steps to Reproduce
Screenshots (as needed)
Logs
broker nng_listen
entry not found
or smthing like that forgot to copy this part down.The text was updated successfully, but these errors were encountered: