Probleme with vsFTPd

Discussion in 'Server Operation' started by ahmedbj, May 3, 2009.

  1. ahmedbj

    ahmedbj New Member

    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
     
    Last edited: May 4, 2009
  2. Ben

    Ben Active Member Moderator

    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?)
     
  3. ahmedbj

    ahmedbj New Member

    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??
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Which distribution are you using? How exactly did you install vsftpd?
     
  5. Ben

    Ben Active Member Moderator

    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".
     
  6. ahmedbj

    ahmedbj New Member

    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
     

Share This Page