Bonjour tout le monde !
J'ai installé un serveur ftp vsFTPd sur ma gentoo
J'ai installé aussi le xinetd pour le faire tourner
voici mes fichier de config :
/etc/xinetd.conf
service ftp
{
id = ftp
disable = no
socket_type = stream
wait = no
server = /etc/init.d/vsftpd
per_source = 5
instance = 200
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
}
/etc/vsftpd.conf
listen=YES
anonymous_enable=YES
...
Je fait apres un /etc/init.d/xinetd restart
Il démarre mais il m'affiche :
One of the files in /etc/{conf.d,init.d} or /etc/rc.conf has a modification time ine the future!
Stopping xinetd [ok]
Starting xinetd [ok]
puis un /etc/init.d/vsftpd start
One of the files in /etc/{conf.d,init.d} or /etc/rc.conf has a modification time ine the future!
One of the files in /etc/{conf.d,init.d} or /etc/rc.conf has a modification time ine the future!
Starting vsftpd [!!]
Aidez moi SVP
Nouabi

