Re: ftp daemon fails

2007-09-12 Thread Mel
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ftp daemon fails

2007-09-11 Thread tekkie140

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.
-- 
View this message in context: 
http://www.nabble.com/ftp-daemon-fails-tf4423871.html#a12619050
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]