NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/59636: Lots of getsockname log spam from blocklistd



This means we got 2 messages from ssh at the same time:

> Sep  5 19:30:58 mail blocklistd[1071]: unconnected socket with no peer in message

The above is the first message that got aborted because of no peer

> Sep  5 19:31:28 mail blocklistd[1071]: processing type=1 fd=6 remote=192.168.11.1:50552 msg=ssh uid=0 gid=0
> Sep  5 19:31:28 mail blocklistd[1071]: getsockname failed (Invalid argument)

This is the second that has a peer, but died later in getsockname. To debug this we can add more annotations on the ssh side to see where in the code this is generated from.

christos

Attachment: signature.asc
Description: Message signed with OpenPGP



Home | Main Index | Thread Index | Old Index