sshd dies when starting gkrellm
Darren Tucker
dtucker at zip.com.au
Wed Aug 30 13:14:57 AEST 2017
On 30 August 2017 at 12:51, Darren Tucker <dtucker at zip.com.au> wrote:
>
> "Fssh_packet_write_poll" does not look like a message generated by the
> stock source available at openssh.com.
>
For the record this is due to some name mangling on the part of FreeBSD:
https://github.com/freebsd/freebsd/blob/master/crypto/openssh/ssh_namespace.h#L496
so misleadingly the error actually comes from opacket.c:packet_write_poll()
and not packet.c:ssh_packet_write_poll().
I would guess that something on the server (maybe a firewall) is causing
either accept() or read() on high numbered ports to fail with EPERM. I'd
suggest you strace/truss/ktrace the sshd immediately before triggering the
failure and look for what's EPERMing.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new)
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list