I am running ISPconfig 2.2.3 And i yesterday discovered my FTPserver is not running anymore. In services in I have tried to restart it but it does not help. As I am a bit of a newbe would not know whch command to use in the commandline to try it on the server direct. Can anybody tell me what to do PS: I wonder if it has anything to do with my upgrade from 2.2.2 to 2.2.3 ? Thanks in advance
now tried it through webmin the result: Executing /etc/init.d/proftpd start .. Starting ProFTPD ftp daemon: - getaddrinfo 'comedit' error: Name or service not known - warning: unable to determine IP address of 'comedit' - getaddrinfo 'comedit' error: Name or service not known - warning: unable to determine IP address of 'comedit' /etc/init.d/proftpd: line 175: 20922 Segmentation fault start-stop-daemon --start --quiet --pidfile "$PIDFILE" --exec $DAEMON -- $OPTIONS . Obviously there is a problem in finding the server, it loks for comedit and comedit seems not to be the name. Can somebody tell me where to put changes so I will work again ? Thanks in advance
no it is not mentioned It only states: 127.0.0.1 localhost.localdomain localhost kigaro # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts What must I change ?
Change Code: 127.0.0.1 localhost.localdomain localhost kigaro to Code: 127.0.0.1 localhost.localdomain localhost kigaro comedit