Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2007 21:45:03 +0200
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: ftp daemon fails
Message-ID:  <200709122145.03934.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <12619050.post@talk.nabble.com>
References:  <12619050.post@talk.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 11 September 2007 18:51:44 tekkie140 wrote:
> hi - all of a sudden (it used to work) i can't start the ftpd daemon.
>
> # /usr/libexec/ftpd -l -R -p ftpd-id
> Sept 10 09:02:22 myhostname ftpd[1234]: getpeername (/usr/libexec/ftpd):
> Socket operation on non-socket
> #
>
> anyone know where i should look?  /etc/hosts looks okay.

getpeername means it doesn't have anything to connect with. It doesn't have 
anything to connect with, because you didn't specify -D option and as such it 
expects a socket from inetd.

-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709122145.03934.fbsd.questions>