On Wed, 2007-01-24 at 14:14 -0600, Steven F Siirila wrote:
8: S_IFSOCK mode:0666 dev:293,0 ino:63591 uid:0 gid:0 size:0 O_RDWR|O_NONBLOCK SOCK_STREAM SO_SNDBUF(16384),SO_RCVBUF(5120) sockname: AF_UNIX peername: AF_UNIX default
Well this is the authentication socket.
9: S_IFSOCK mode:0666 dev:293,0 ino:43728 uid:0 gid:0 size:0 O_RDWR|O_NONBLOCK SOCK_STREAM SO_SNDBUF(16384),SO_RCVBUF(5120) sockname: AF_UNIX
This is a socket to master, but was it proxying yet? I think it should have said uid:<login process uid> if it was proxying..
Anyway I have tested this myself several times now, and it always closes it properly with me. I also don't see anything the code that could explain why it wouldn't close the connection.
Have you tried if you're able to reproduce this in a test installation? If you can reproduce it and give me access to such a system where this happens, I could fix it then.