Re: Timeout dead connections

2013-04-01 Thread Matt Johnston
Hi, The attached attached patch against 2013.56 should fix it, or https://secure.ucc.asn.au/hg/dropbear/rev/70811267715c Dropbear wasn't running cleanup handlers when it exited due to the TCP connection being closed. Matt On Thu, Mar 28, 2013 at 07:24:55PM +0800, Matt Johnston wrote: I think

Re: Timeout dead connections

2013-04-01 Thread Matt Johnston
And the patch actually attached here. On Mon, Apr 01, 2013 at 11:01:42PM +0800, Matt Johnston wrote: Hi, The attached attached patch against 2013.56 should fix it, or https://secure.ucc.asn.au/hg/dropbear/rev/70811267715c Dropbear wasn't running cleanup handlers when it exited due to the

segfault RH EL5 /dev/urandom read-only

2013-04-01 Thread Scott Case
I just built the 2013.56 release and am receiving segfaults on startup. The offending line is the fwrite() in random.c in write_urandom(). Our RHEL 5 servers appear to have /dev/urandom as read-only. I am guessing that is likely the root cause. Commenting out the internals of write_urandom()