-
Notifications
You must be signed in to change notification settings - Fork 88
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
Redhat/CentOS #2
Comments
I run into the nc -q0 problem as well. I'm using Fedora17. What's the meaning of the -q0 option? I wonder if there is another option can do the same thing as -q0 in Fedora's nc. |
It may not be necessary at all in Fedora, but I don't have a way of testing. If you can get |
i get the error message "nc: invalid option -- 'q'" when run it in centos6.4. |
Try installing nc6 and using it instead of nc in the br script. That solved the problem for me. Link to nc6 source: https://web.archive.org/web/20070813000522/http://ftp.deepspace6.net/pub/ds6/sources/nc6/nc6-1.0.tar.gz |
Any luck with the redhat system? I tried removing the -q0 from nc and that took me a little further.
However, there seem to be other problems with the ssh'ing.
The text was updated successfully, but these errors were encountered: