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

Re: [MiNT] ftp server



On Thu, 3 Jun 2010 21:23:44 , "Ole Loots" <ole@monochrom.net> wrote:
>
> Am Do, 3.06.2010, 22:03 schrieb Peter Slegg:
>
> > bash-2.05a# ftp localhost
> > Connected to localhost.
> > 421 Service not available, remote server has closed connection
>
> You should try netstat - make sure the ftp port is open.
> It's good to start the ftp server manually for debugging purposes... I
> assume you know where the binary is located.

from the rpm it's:

/usr/sbin/in.ftpd
 
> Maybe inetd is the better way, but mprobably ftpd starts by typing: ftpd ?
> ( I don't know how your ftpd binary is named...)

After clearing the huge messages log file and rebooting I get this:

Jun  3 21:54:27 Milan syslogd 1.3-3: restart.
Jun  3 21:54:30 Milan inetd[80]: Online and ready (1 sockets)
Jun  3 21:55:50 Milan syslog: getpeername (/usr/sbin/in.ftpd): Socket operation on non-socket

so it seems to be starting but failing. Investigation needed.

Peter