Displaying 2 results from an estimated 2 matches for "ssh_packet_write_pol".
Did you mean:
ssh_packet_write_poll
2015 Sep 18
3
[Bug 2469] New: ssh connection hangs indefinitely on EPIPE
...server crash or reboot), the client indefinitely
hangs.
Trace:
-> packet_write_wait(0xa8706c360, 0x0, 0x0, 0x0, 0x0, 0x600000)
-> ssh_packet_write_wait(0xa870151e0, 0x0, 0x0, 0x0, 0x0, 0x600000)
-> __addvdi3(0x4, 0x1, 0x0, 0x0, 0x0, 0x600000)
<- __addvdi3() = 5
-> ssh_packet_write_poll(0xa870151e0, 0x0, 0x0, 0x2dc, 0x8,
0x101010101010101)
-> sshbuf_len(0xa86ffc5d0, 0x0, 0x0, 0x2dc, 0x8,
0x101010101010101)
<- sshbuf_len() = 80
-> sshbuf_ptr(0xa86ffc5d0, 0x0, 0x50, 0xf00, 0x8,...
2017 Aug 30
4
sshd dies when starting gkrellm
...able -- a terminal will stay connected without
issue for days, as long as not much happens in it. Also a sshfs
connection dies immediately.
ssh -Y karren
gkrellm &
*sshd dies*
Cutting to the chase, the log message which seems the most important is:
Aug 23 14:45:11 karen sshd[62451]: fatal: Fssh_packet_write_poll:
Connection from 174.77.777.77 port 57670: Permission denied
However, even if I put both machines outside their respective firewalls,
opening all ports, the message is still the same. It sounds like
something internal to the server is denying access to the high port it
wants, but other high port...