-
Notifications
You must be signed in to change notification settings - Fork 16
5.6.0 npt x64 binary hanging #1287
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
Comments
WIth my testing these are my results against a 5.5.0 using the 5.6.0
Then connecting to the port 9000 with ncat I see
but using 5.5.0
the ncat looks just fine
Using the 5.6.0
then ncat
And yes, I have a disk out in my raid array :-( |
Looks like the npt_to_port_22 test has not been running in recent action runs which likely explains how this slipped through |
That wasn't the case, I just wasn't reading the test output properly |
Progress: If I run npt with the However if I run |
Identified the bug, introduced in this PR In brief: when running npt from the command line without the Have made a fix and tested; will make a PR. Have created another ticket to add the e2e test |
How does that explain the oddness with the encryption ? |
Two srv's on the daemon side; both open control sockets; srvd now has two connections from daemon. Client creates control socket - gets joined at the srvd to the 1st control socket on the daemon side Client creates "real" socket - gets joined at the srvd to the 2nd control socket on the daemon side. Encryption keys are therefore different, therefore boom |
Describe the bug
Whilst testing for https://github.com/atsign-foundation/operations/issues/179 I'm finding that the
npt
binary from the 5.6.0 is causing a hung connection.Steps to reproduce
python -m http.server
sshnpd -a @bareindoornetball -m @cpswan -d ocinpd1 --po localhost:8000
npt
client to connect:npt -f @cpswan -t @bareindoornetball -d ocinpd1 -p 8000 -l 8000 -r @rv_eu -K
curl localhost:8000
That
curl
just hangs, whilst if I usenpt
from the 5.5.0 release it's just fine.Expected behavior
I get the HTML wrapped directory listing from the test VM
The text was updated successfully, but these errors were encountered: