search for: output_wait_drain

Displaying 2 results from an estimated 2 matches for "output_wait_drain".

2002 Jun 26
2
debug output when ssh'ing a remote host
...n? (btw: I used "./configure --prefix=/opt/OpenSSH --sysconfdir=/etc/ssh") I appreciate your feedback. x at y # /opt/OpenSSH/bin/ssh -l root somehost debug: Forwarding authentication connection. debug: channel 0: new [authentication agent connection] debug: channel 0: OUTPUT_OPEN -> OUTPUT_WAIT_DRAIN [rvcd IEOF] debug: channel 0: OUTPUT_WAIT_DRAIN -> OUTPUT_CLOSED [obuf empty, send OCLOSE] debug: channel 0: shutdown_write debug: channel 0: INPUT_OPEN -> INPUT_WAIT_DRAIN [read failed] debug: channel 0: shutdown_read debug: channel 0: INPUT_WAIT_DRAIN -> INPUT_WAIT_OCLOSE [inbuf empty, s...
2000 Jan 07
2
possible clue on tcp forwarding problems
When I encounter the problem with TCP port forwarding locking up, I'll see this on the client window (if I haven't invoked ssh with -q): chan_shutdown_read failed for #1/fd6: Transport endpoint is not connected chan_shutdown_read failed for #1/fd6: Transport endpoint is not connected This is with Blowfish encryption. I have to kill and restart the client when this happens. Phil