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

get none results #7

Open
lloydzhou opened this issue Jun 16, 2013 · 5 comments
Open

get none results #7

lloydzhou opened this issue Jun 16, 2013 · 5 comments

Comments

@lloydzhou
Copy link

i have run this command to test it:

br < Makefile

and get nothing...
20130616172222

@lloydzhou
Copy link
Author

i think that, if you can add some log for this framework....
so we can debug it...

@cscetbon
Copy link

did you find where the problem was ? I got the same issue ...

@hardway
Copy link

hardway commented Jan 31, 2015

Empty result with ubuntu 14.04 too.

I believe it's a netcat issue, which exit too soon on network input EOF
Related bug: https://bugs.launchpad.net/ubuntu/+source/netcat-openbsd/+bug/544935

A dirty workaround:
Add -q -1 for 1st and 3rd nc command
So it will keep forwarding data until pipe on the other end was broken

1st: the one listening on remote node:8193 to receive work data; 
2nd: listening on remote node:8192 to send back processed data
3rd: retrieving processed data from remote node:8192
4th: sending work data to remote node:8193

@dakusui
Copy link

dakusui commented Feb 18, 2015

I have hit the same issue and fixed it by doing

sudo apt-get remove netcat-openbsd

and then

sudo apt-get install netcat-traditional

@cristina-abad
Copy link

None of the proposed suggestions worked for me (CentOS). However, I found that nc6 works like a charm. After downloading and installing, you should change the br script to use nc6 instead of nc.

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