OpenSSH login problem

2003-03-20 Thread Vladimir Terziev
Hi, I have a strange problem with sshd on one of my machines. The version of OpenSSH is OpenSSH_3.4p1. Up to yesterday it worked fine and I could login to the machine. Today I've fallen into the situation I could not login to the machine. The debug from login attempt is: > ssh

Re: write(2) SIGPIPE on a closed socket?

2003-03-20 Thread Luigi Rizzo
On Wed, Mar 19, 2003 at 10:27:57PM +1100, Bruce Evans wrote: ... ... > Similarly in for sockets except in the SO_NOSIGPIPE case, unless I am > misreading uipc_syscalls.c:sendit(): > > % error = so->so_proto->pr_usrreqs->pru_sosend(so, to, &auio, 0, control, > %

Re: write(2) SIGPIPE on a closed socket?

2003-03-20 Thread Bruce Evans
On Thu, 20 Mar 2003, Luigi Rizzo wrote: > On Wed, Mar 19, 2003 at 10:27:57PM +1100, Bruce Evans wrote: > ... > > > % error = so->so_proto->pr_usrreqs->pru_sosend(so, to, &auio, 0, control, > > %flags, td); > > % if (error) { > > % if (