search for: channel_handle_efd_read

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

2019 Aug 20
2
[8.0p1] After the remote ssh command execution, the session does not terminate until an active disconnect
...m 'tail -f /var/xxx &' After looking at the debug logs and comparing the code, it seems there was a bug in the portable version during the adaptation of the 1.367 change (refactoring) of channels.c. The OpenBSD version looks correct, but for the portable version, the exit condition of channel_handle_efd_read() didn't get converted correctly, but somehow got copy-and-pasted from the rfd version. I couldn't find the change history for the portable version, so I can't when/how this happened. This should make the "force" condition the same as before the refactoring of the portable ve...
2019 Aug 20
3
[8.0p1] After the remote ssh command execution, the session does not terminate until an active disconnect
...ot;isatty" is set to 0, it never closes. ------ debug2: channel 0: output open -> closed debug2: channel 0: read<=0 rfd 8 len 0 debug2: channel 0: read failed debug2: channel 0: Fssh_chan_shutdown_read (i0 o3 sock -1 wfd 8 efd 10 [read]) debug2: channel 0: input open -> drain debug3: channel_handle_efd_read: channel 0: efd 10 isatty 0 detach_close 1 istate 1 force 0 FD_ISSET 0 debug2: channel 0: ibuf_empty delayed efd 10/(0) debug2: notify_done: reading debug3: channel_handle_efd_read: channel 0: efd 10 isatty 0 detach_close 1 istate 1 force 0 FD_ISSET 0 debug2: channel 0: ibuf_empty delayed efd 10/(0...