problem vsftpd "No /usr/sbin/vsftpd found running; none killed" Hello when i tried to restart my vsftpd server i've got this error * Stopping FTP server: vsftpd No /usr/sbin/vsftpd found running; none killed. [ OK ] * Starting FTP server: vsftpd [ OK ] and this is what in my vsftpd.conf and when i try to connect to ftp server i got this error : ftp: connect: Connection refused can someone help me thank you
Do you find vsftpd listening on port 21 if you check netstat -tap? What does the log tell (should be /var/log/vsftpd.log or /var/log/xfer.log or similar). How do you try to connect? ftp, ftps (which port?)
no it's not listening if you mean by ftps ftp over ssl, yes and port it's 20, i think that it does existe in my config file??
If vsftpd is not listening, this explains the "connection refused" thing. But you should see any startup errors when starting vsftpd, if not on the screen then at least in the log I'd guess. So either the [OK] behind "starting" in your restart process is misleading or vsftpd is crashed anywhen after a successful start, as it indicated "ok".
sorry, i had made some error in my vsftpd.conf and now i correct them. but there is another problem now, is that when i had configured vsftpd with ssl i can't connect with local user neither from my web browser nor the console. i hade a message : error 530 : non-anonymous user must be used encryption that's what i added to my vsftpd.conf so how i can encrypted acces to local users ? thank you