Confixx 3.3.4 und vsftp Server startet nicht mehr

aeppi

New Member
Hallo,

seit gestern habe ich das Problem, das bei mir das vsftp nicht mehr startet. Wenn ich den Befehl:
Code:
/etc/init.d/vsftp restart
eingebe erscheint:
Code:
/etc/init.d/vsftpd restart
Restarting FTP server: vsftpdNo /usr/sbin/vsftpd found running; none killed.
Ich habe schon mit:
Code:
admin/subs/vsftpd_install.pl
versucht und das update_script laufen lassen, den Server neu gestartet usw. Der FTP-Server will nicht mehr. Die Datei " xferlog " ist lehr.

meine vi /etc/vsftpd.conf:
Code:
#### PARALLELS CONFIXX VSFTPD KONFIGURATIONSDATEI ####
#### erstellt am Thu Apr  2 17:34:01 2009 ###

anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022

xferlog_enable=YES
xferlog_file=/var/log/xferlog
xferlog_std_format=YES

ascii_upload_enable=YES
ascii_download_enable=YES
ls_recurse_enable=YES

connect_from_port_20=YES

chroot_local_user=YES

userlist_enable=YES
userlist_file=/etc/chrootUsers
userlist_deny=NO

pam_service_name=vsftpd

#
# The following directive shows allways dot-files.
# vsftpd of version less than 1.1.3 does not support feature 'force_dot_files'.
# If your vsftpd has this feature then 
# remove commenting mark ('#') to activate the directive below.
#

#force_dot_files=YES




### ENDE ####

Was kann ich noch kontrollieren?
 
So, jetzt geht es wieder

Code:
rm /var/run/vsftpd/vftpd.pid
und
Code:
apt-get install --reinstall vsftp

und erstaunlich es geht erst mal wieder,

allerdings wenn ich es neustarten will kommt immer noch:

Code:
/etc/init.d/vsftpd restart
error... no listen statement in vsftp.conf !!
Restarting FTP server: vsftpdNo /usr/sbin/vsftpd found running; none killed.
irgend etwas ist da noch nicht richtig. xferlog ist immer noch lehr.
 
Back
Top