Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 11/08/2013, à 21:17

ubuntu-sat

probleme de ftp sever avec ubuntu 10.04 32 bit vsftpd

salut a tous
j'ai un probleme de conexion a mon server ftp

j'ai installé vsftpd
mais je peux pas redemarer le seervice de vsftpd
j'ai tapé la commende
sudo /etc/init.d/vsftpd restart
elle affiche ce message
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the restart(8) utility, e.g. restart vsftpd
vsftpd start/pre-start, process 5754
je pense que le probleme est la configuration de fichier  vsftpd.conf
voila la configuration de mon fichier vsftpd.conf

listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
nopriv_user=vsftpd
chroot_local_user=YES
secure_chroot_dir=/var/run/vsftpd
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/certs/vsftpd.pem
guest_enable=YES
guest_username=vsftpd
local_root=/var/www/vhosts/$USER
user_sub_token=$USER
virtual_use_local_privs=YES
user_config_dir=/etc/vsftpd_user_conf
local_max_rate=2000000 # bytes per sec, 2Mbytes per sec
max_clients=50 # to avoid DOS attack, if you have a huge server, increase this..
ftpd_banner=Welcome to vsFTPd Server, managed by EHCP (Easy Hosting Control Panel, www.ehcp.net )
allow_writeable_chroot=YES

est ce que est juste
si non svp donne moi la juste configuration

Merci d’avance

Hors ligne

#2 Le 11/08/2013, à 21:19

ubuntu-sat

Re : probleme de ftp sever avec ubuntu 10.04 32 bit vsftpd

mon problème
je peux pas connecter a mon server ftp

Hors ligne

#3 Le 12/08/2013, à 07:51

tiramiseb

Re : probleme de ftp sever avec ubuntu 10.04 32 bit vsftpd

Déjà, ton serveur tourne-t-il ?
Le message du script de démarrage est normal, tout semble bien se lancer.
La connexion est-elle refusée au niveau réseau, ou est-ce l'authentification qui ne passe pas ?

En bref : comment ça se passe exactement quand tu tentes de te connecter ?

Hors ligne

#4 Le 12/08/2013, à 08:18

ubuntu-sat

Re : probleme de ftp sever avec ubuntu 10.04 32 bit vsftpd

bon
j'ai essayé de connecter 
elle affiche
connexion a  ip

ip c'est l ip de mon serveur

après
elle affiche
Aucune connexion n'a pu être établie car l'ordinateur cible l'a expressément refusée.
La connexion a échouée.
comment faire pour traiter ce problème
j'ai utilisé ehcp

Hors ligne

#5 Le 12/08/2013, à 08:20

tiramiseb

Re : probleme de ftp sever avec ubuntu 10.04 32 bit vsftpd

Je ne connais pas "ehcp".

Bon, la connexion est refusée côté serveur.

Il faudrait les retours des commandes suivantes...

1/ vérifier si le serveur FTP est bien en écoute :

sudo netstat -tlnp

2/ vérifier les règles de pare-feu :

iptables -nL

Hors ligne

#6 Le 12/08/2013, à 08:30

ubuntu-sat

Re : probleme de ftp sever avec ubuntu 10.04 32 bit vsftpd

merci pour l'aide
bon
pour

sudo netstat -tlnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      32155/mysqld    
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      3633/apache2    
tcp        0      0 87.98.246.207:53        0.0.0.0:*               LISTEN      32119/named     
tcp        0      0 127.0.0.2:53            0.0.0.0:*               LISTEN      32119/named     
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      32119/named     
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1309/sshd       
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      32119/named     
tcp        0      0 127.0.0.1:10023         0.0.0.0:*               LISTEN      19593/postgrey.pid 
tcp6       0      0 :::110                  :::*                    LISTEN      15572/couriertcpd
tcp6       0      0 :::143                  :::*                    LISTEN      15542/couriertcpd
tcp6       0      0 :::53                   :::*                    LISTEN      32119/named     
tcp6       0      0 :::22                   :::*                    LISTEN      1309/sshd       
tcp6       0      0 ::1:953                 :::*                    LISTEN      32119/named     
tcp6       0      0 :::993                  :::*                    LISTEN      15560/couriertcpd
tcp6       0      0 :::995                  :::*                    LISTEN      15590/couriertcpd
15590/couriertcpd

et pour

iptables -nL
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination  

Hors ligne

#7 Le 12/08/2013, à 08:34

tiramiseb

Re : probleme de ftp sever avec ubuntu 10.04 32 bit vsftpd

Le pare-feu ne bloque rien.
Le serveur FTP n'est pas démarré.

Il faut regarder dans ses logs.
/var/log/vsftpd.log ?
/var/log/syslog ?
Aucune idée d'où sont ses logs : cela fait bien longtemps que je n'utilise plus ce protocole dinosauresque.

Hors ligne

#8 Le 12/08/2013, à 08:41

ubuntu-sat

Re : probleme de ftp sever avec ubuntu 10.04 32 bit vsftpd

oui
pour vsftpd.log

Sun Aug 11 10:25:06 2013 [pid 1130] CONNECT: Client "mon ip personnel"
Sun Aug 11 10:25:08 2013 [pid 1129] [user de mon ftp serveur] FAIL LOGIN: Client "mon ip personnel"

pour syslog

Aug 12 00:05:01 shar-sat syslogd 1.5.0#5ubuntu4: restart.
Aug 12 00:09:01 shar-sat CRON[3345]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Aug 12 00:22:10 shar-sat -- MARK --
Aug 12 00:39:01 shar-sat CRON[3364]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Aug 12 00:52:01 shar-sat CRON[3383]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Aug 12 01:02:10 shar-sat -- MARK --
Aug 12 01:09:01 shar-sat CRON[3386]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Aug 12 01:22:10 shar-sat -- MARK --
Aug 12 01:39:01 shar-sat CRON[3405]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Aug 12 01:52:01 shar-sat CRON[3417]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Aug 12 02:02:10 shar-sat -- MARK --
Aug 12 02:09:01 shar-sat CRON[3427]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Aug 12 02:22:10 shar-sat -- MARK --
Aug 12 02:39:01 shar-sat CRON[3446]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Aug 12 02:52:01 shar-sat CRON[3460]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Aug 12 02:52:18 shar-sat init: vsftpd main process (3534) terminated with status 1
Aug 12 02:52:18 shar-sat init: vsftpd main process ended, respawning
Aug 12 02:52:18 shar-sat init: vsftpd main process (3537) terminated with status 1
Aug 12 02:52:18 shar-sat init: vsftpd main process ended, respawning
Aug 12 02:52:18 shar-sat init: vsftpd main process (3540) terminated with status 1
Aug 12 02:52:18 shar-sat init: vsftpd main process ended, respawning
Aug 12 02:52:18 shar-sat init: vsftpd main process (3543) terminated with status 1
Aug 12 02:52:18 shar-sat init: vsftpd main process ended, respawning
Aug 12 02:52:18 shar-sat init: vsftpd main process (3546) terminated with status 1
Aug 12 02:52:18 shar-sat init: vsftpd main process ended, respawning
Aug 12 02:52:18 shar-sat init: vsftpd main process (3549) terminated with status 1
Aug 12 02:52:18 shar-sat init: vsftpd main process ended, respawning
Aug 12 02:52:18 shar-sat init: vsftpd main process (3552) terminated with status 1
Aug 12 02:52:18 shar-sat init: vsftpd main process ended, respawning
Aug 12 02:52:18 shar-sat init: vsftpd main process (3555) terminated with status 1
Aug 12 02:52:18 shar-sat init: vsftpd main process ended, respawning
Aug 12 02:52:18 shar-sat init: vsftpd main process (3558) terminated with status 1
Aug 12 02:52:18 shar-sat init: vsftpd main process ended, respawning
Aug 12 02:52:18 shar-sat init: vsftpd main process (3561) terminated with status 1
Aug 12 02:52:18 shar-sat init: vsftpd main process ended, respawning
Aug 12 02:52:18 shar-sat init: vsftpd main process (3564) terminated with status 1
Aug 12 02:52:18 shar-sat init: vsftpd respawning too fast, stopped
Aug 12 03:09:01 shar-sat CRON[3573]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Aug 12 03:11:59 shar-sat init: vsftpd main process (3592) terminated with status 1
Aug 12 03:11:59 shar-sat init: vsftpd main process ended, respawning
Aug 12 03:11:59 shar-sat init: vsftpd main process (3595) terminated with status 1
Aug 12 03:11:59 shar-sat init: vsftpd main process ended, respawning
Aug 12 03:11:59 shar-sat init: vsftpd main process (3598) terminated with status 1
Aug 12 03:11:59 shar-sat init: vsftpd main process ended, respawning
Aug 12 03:11:59 shar-sat init: vsftpd main process (3601) terminated with status 1
Aug 12 03:11:59 shar-sat init: vsftpd main process ended, respawning
Aug 12 03:11:59 shar-sat init: vsftpd main process (3604) terminated with status 1
Aug 12 03:11:59 shar-sat init: vsftpd main process ended, respawning
Aug 12 03:11:59 shar-sat init: vsftpd main process (3607) terminated with status 1
Aug 12 03:11:59 shar-sat init: vsftpd main process ended, respawning
Aug 12 03:11:59 shar-sat init: vsftpd main process (3610) terminated with status 1
Aug 12 03:11:59 shar-sat init: vsftpd main process ended, respawning
Aug 12 03:11:59 shar-sat init: vsftpd main process (3613) terminated with status 1
Aug 12 03:11:59 shar-sat init: vsftpd main process ended, respawning
Aug 12 03:11:59 shar-sat init: vsftpd main process (3616) terminated with status 1
Aug 12 03:11:59 shar-sat init: vsftpd main process ended, respawning
Aug 12 03:11:59 shar-sat init: vsftpd main process (3619) terminated with status 1
Aug 12 03:11:59 shar-sat init: vsftpd main process ended, respawning
Aug 12 03:11:59 shar-sat init: vsftpd main process (3622) terminated with status 1
Aug 12 03:11:59 shar-sat init: vsftpd respawning too fast, stopped
Aug 12 03:22:11 shar-sat -- MARK --
Aug 12 03:39:01 shar-sat CRON[3762]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)

Hors ligne

#9 Le 12/08/2013, à 08:43

tiramiseb

Re : probleme de ftp sever avec ubuntu 10.04 32 bit vsftpd

Il faudrait trouver pourquoi il "respawn too fast". Par contre là je n'ai aucune idée de la direction dans laquelle chercher et je n'ai malheureusement pas beaucoup de temps à t'accorder...

Hors ligne

#10 Le 12/08/2013, à 08:47

ubuntu-sat

Re : probleme de ftp sever avec ubuntu 10.04 32 bit vsftpd

Merci beaucoup tiramiseb pour vos guides

Hors ligne

#11 Le 12/08/2013, à 08:51

ubuntu-sat

Re : probleme de ftp sever avec ubuntu 10.04 32 bit vsftpd

ehcp panneau de configuration pour hébergement des sites web
est ce que il ya d'autres pour l'essayer sur ubuntu
je veux  de changer la version de ubuntu
est ce que le changement de version de ubuntu ça fait la faire

Hors ligne