PDA

View Full Version : Not able to restart FTP


comedit
26th May 2006, 14:03
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

comedit
26th May 2006, 15:35
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

till
26th May 2006, 15:59
Is comedit listed in the /etc/hosts file?

comedit
26th May 2006, 17:04
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 ?

falko
26th May 2006, 17:38
Change

127.0.0.1 localhost.localdomain localhost kigaro

to

127.0.0.1 localhost.localdomain localhost kigaro comedit

comedit
26th May 2006, 18:05
thanks a lot its working again