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

mod-host not responding to commands over control port until feedback port is connected to #35

Open
fps opened this issue Oct 21, 2019 · 2 comments

Comments

@fps
Copy link
Contributor

fps commented Oct 21, 2019

run the following in this order (this is using BSD netcat):

  1. mod-host -p 5555 -f 6666

wait until it has forked..

  1. nc localhost 5555

  2. 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.

  1. in another terminal: nc localhost 6666

after step 4 the error to the previous command appears.

  1. kill the nc on port 6666

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

@fps
Copy link
Contributor Author

fps commented Oct 22, 2019

Confirmed to happen with a git build on ubuntu 18.04, too..

commit f6ed5c0

@fps
Copy link
Contributor Author

fps commented Oct 22, 2019

And also on commit 76ef52d

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

1 participant