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

Redhat/CentOS #2

Open
adorosario opened this issue Sep 4, 2009 · 4 comments
Open

Redhat/CentOS #2

adorosario opened this issue Sep 4, 2009 · 4 comments

Comments

@adorosario
Copy link

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.

@edwardbadboy
Copy link
Contributor

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.

@erikfrey
Copy link
Owner

-q0 instructs netcat to close immediately after reading EOF from stdin.

It may not be necessary at all in Fedora, but I don't have a way of testing. If you can get br to run the example and performance tests in Fedora, with different arguments to netcat, I'll add a switch to conditionally use those args.

@lloydzhou
Copy link

i get the error message "nc: invalid option -- 'q'" when run it in centos6.4.

@cristina-abad
Copy link

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

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

5 participants