(ftpd) Socket operation on non-socket
Matthew Dillon
dillon at apollo.backplane.com
Sun Sep 19 17:51:33 PDT 2004
I get the same thing. It looks like ftpd goes into an infinite
accept() loop, I'm tracking it down.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
:Hello
:
:If I start the ftpd server with
:
: /usr/libexec/ftpd -4Dl
:
:and connect to it I get a *lot* of these messages:
:
:Sep 19 18:07:16 hostname ftpd[15422]: getsockname (/usr/libexec/ftpd):
:Socket operation on non-socket
:Sep 19 18:07:16 hostname ftpd[15423]: getsockname (/usr/libexec/ftpd):
:Socket operation on non-socket
:Sep 19 18:07:16 hostname ftpd[15424]: getsockname (/usr/libexec/ftpd):
:Socket operation on non-socket
:
:and so on. It prints them to the console and to /var/log/messages.
:
:When I start ftpd within inetd this doesn't happen.
:
:I'm using a plain installation of DragonFly_Stable (13. Sept.).
:
:What's wrong?
:
:
:Thanks.
:
:Fabian
More information about the Bugs
mailing list