We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
run the following in this order (this is using BSD netcat):
wait until it has forked..
nc localhost 5555
in this nc session: add foo 0
step 3 should have produced an error message but nothing happens. try too send any command to mod-host via nc.
after step 4 the error to the previous command appears.
after step 5 mod-host continues to operate over the control port as expected.
this is running mod-host on archlinux-arm (on a raspberry pi 4) from the mod-host-git package:
[alarm@alarmpi mod-host-git]$ mod-host --version mod-host version: v0.10.6-352-gb70f6e3 source code: https://github.com/moddevices/mod-host
The text was updated successfully, but these errors were encountered:
Confirmed to happen with a git build on ubuntu 18.04, too..
commit f6ed5c0
Sorry, something went wrong.
And also on commit 76ef52d
No branches or pull requests
run the following in this order (this is using BSD netcat):
wait until it has forked..
nc localhost 5555
in this nc session: add foo 0
step 3 should have produced an error message but nothing happens. try too send any command to mod-host via nc.
after step 4 the error to the previous command appears.
after step 5 mod-host continues to operate over the control port as expected.
this is running mod-host on archlinux-arm (on a raspberry pi 4) from the mod-host-git package:
[alarm@alarmpi mod-host-git]$ mod-host --version
mod-host version: v0.10.6-352-gb70f6e3
source code: https://github.com/moddevices/mod-host
The text was updated successfully, but these errors were encountered: