no save
Assistance
Achat
News

Forum | Linux/Unix
problème de demarage vsftpd et xinetd HELP ME
nouabi, le mar. 26 juin 2007 à 12:33:56
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



nouabi
juin 07
Suivant
REPONSES
nouabi
juin 07
nouabi
juin 07
Version Web
Réalisé par RedShift
no save