Installed 2 ISPConfis successfull, really great tool. Did a 3. Installation today following http://www.howtoforge.com/perfect-server-opensuse-12.2-x86_64-apache2-dovecot-ispconfig-3 Did install FTP first time, OS openSUSE 12.3 32-bit. Did the changes for the 32bit Version. Fixed the problem with the user add to get the GUI. GUI show ftp offline, cannot bring it to online nor bringing port 21 up. Selected ssl for ftp, installed pure-ftp as in the manual. service pure-ftp start seam succesfull but no port 21 and GUI reports still error. Any help, tips Thank you
Any errors in the syslog / messages log? Is ftp listening n localhost? as thats whyt ispconfig is checking, a ftp server that listens on localhost.
pure-ftp problem messages says 2014-02-22T14:50:10.106147+01:00 web systemd[1]: Starting Pure-FTPd FTP server... 2014-02-22T14:50:10.121037+01:00 web systemd[1]: Started Pure-FTPd FTP server. 2014-02-22T14:50:10.143430+01:00 web pure-config.pl[6198]: Running: /usr/sbin/pure-ftpd -A -c10 -B -C3 -z -D -E -fftp -H -I15 -lmysql:/etc/pure-ftpd/db/mysql.conf -L2000:8 -m4 -s -U133:022 -u40 -x -r -i -k99 -G -Z netstat -an says Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.1:10024 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN tcp 0 0 172.16.100.100:53 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN tcp 0 0 172.16.100.100:22 172.16.1.106:59457 ESTABLISHED starting ftp web:/var/log # service pure-ftpd start web:/var/log # service pure-ftpd status pure-ftpd.service - Pure-FTPd FTP server Loaded: loaded (/usr/lib/systemd/system/pure-ftpd.service; enabled) Active: inactive (dead) since Sat, 2014-02-22 17:18:13 CET; 5s ago Process: 12510 ExecStart=/usr/sbin/pure-config.pl /etc/pure-ftpd/pure-ftpd.conf (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/pure-ftpd.service Feb 22 17:18:13 web.gerdakloos.de systemd[1]: Started Pure-FTPd FTP server. Feb 22 17:18:13 web.gerdakloos.de pure-config.pl[12510]: Running: /usr/sbin/pure-ftpd -A -c10 -B -C3 -z -... -Z web:/var/log # can't find anything about ftp in ispconfig_install.log Rainer