ISPConfig 3.0.1.1 / Debian Lenny FTP Problem

Discussion in 'Installation/Configuration' started by arkkimus, Apr 2, 2009.

  1. arkkimus

    arkkimus New Member

    Hi,

    I just installed ISPConfig 3.0.1.1 to clean installation of Debian Lenny.
    My server is RootDS (virtual).
    Everything went fine but ISPConfig Monitor page says my FTP-server is not Online. I tried /etc/init.d/pure-ftpd-mysql restart but still the same.
    This is output i get:

    /etc/init.d/pure-ftpd-mysql restart
    Restarting ftp server: Running: /usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l pam -E -O clf:/var/log/pure-ftpd/transfer.log -A -u 1000 -b -B

    But FTP still isnt working, cant connect and ISPConfig says its Offline.

    Any help what might be wrong?

    Oh and i followed Perfect Lenny installation guide.
     
  2. arkkimus

    arkkimus New Member

    I just ran

    ps aux |grep pure
    root 3654 0.0 0.0 3492 676 pts/0 S+ 19:59 0:00 grep pure

    Looks like pure-ftpd isnt running at all

    Tried /etc/init.d/pure-ftpd-mysql and same thing. Just this same output as with restart

    /etc/init.d/pure-ftpd-mysql start
    Starting ftp server: Running: /usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l pam -E -O clf:/var/log/pure-ftpd/transfer.log -A -u 1000 -b -B
     
  3. falko

    falko Super Moderator ISPConfig Developer

  4. odonel

    odonel New Member

    arkk, i had that same problem. it turned out that i missed the 2nd part in step 4 where you change the start mode from "inetd" to "standalone" and reboot after
     
  5. arkkimus

    arkkimus New Member

    Problem solved, i had to install inetutils-inetd, even tho Perfect Setup guide says
    Code:
    Restart inetd afterwards:
    
    /etc/init.d/openbsd-inetd restart
    So first i installed this openbsd-inetd but looks like in my case it didnt work.

    Anyway FTP works now, i still have few problems with other things but i'll write new topic when i dont feel this lazy :p
     

Share This Page