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

Problemas con proftpd



Tengo funcionando el demonio xinetd con la siguiente configuracion para
un servidor ftp:

service ftp
{
        flags       = NAMEINARGS
        socket_type = stream
        protocol    = tcp
        wait        = no
        user        = root
        server      = /usr/sbin/proftpd
        server_args = proftpd 
}



Además, como servidor ftp he instaldo el proftd y su fichero de
configuración comienza así

ServerName                      "ProFTPD Anonymous Server"
ServerType                      inetd

# Port 21 is the standard FTP port.
Port                            21




Hasta aquí todo parece correcto, sin embargo cuando intento conectarme
por ftp me salta el siguiente error:

Connected to localhost.
500 Sorry, no server available to handle request on localhost

Al mirar los logs del servidor ftp me encuentro con este mensaje:

proftpd[1211]: krycho - error converting stdin to IPv6 socket: Protocol
not available

¿Qué significa y cómo puedo resolver este problema? Si sirve de algo
tengo instalado SID con un kernel 2.4.21.

-- 
Un saudo
  Cristóbal Fandiño	  http://www.fandixil.miarroba.com
          ___
         /   \ Enxeñeiro Técnico en Informática de Xestión	
        /     \	         Technical Engineer in 
        | 0 0 |	     Computer Science of Management	
    ___/  ___  \__     				  _----_
   /   \ /   \ /   \  				 /   _  \ 
+=/ /====\ _ /====\_\======================++   /   / \  \ 
  |/      \_/    Cristóbal Fandiño Torres  ||   |  |  |  |
	         ingcft00@mail15.com       ||   |  \ ___/  
*()()============()()======================++    \
						   \ 
						     



Reply to: