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.
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
If your virtual server is an OpenVZ container, take a look here: http://www.howtoforge.com/forums/showthread.php?t=30057&highlight=pureftpd+openvz
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
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