PDA

View Full Version : hang installation program


Rolling
24th March 2006, 17:21
My setup hang when try restart proftpd:

All prerequisites are fulfilled.
Here we go...

Connected successfully to db db_ispconfig
Restarting some services...
/usr/sbin/apachectl restart: httpd restarted
* Stopping Postfix Mail Transport Agent... [ ok ]
* Starting Postfix Mail Transport Agent... [ ok ]
Restarting ProFTPD ftp daemon.proftpd.
..


thanks.

falko
24th March 2006, 19:00
What's your hostname? Does it exist in DNS or at least in /etc/hosts?
Usually ProFTPd hangs when it cannot resolve the hostname.

Please post the output of hostname and hostname -f

Rolling
27th March 2006, 20:16
Hi:

This is the output commands;

rolling@dual:~$ hostname
dual.local.com
rolling@dual:~$ hostname -f
dual.local.com
rolling@dual:~$ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost dual
192.168.0.128 dual.local.com dual
192.168.0.1 router



# 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

falko
28th March 2006, 10:59
Looks ok. Is there any output when you try to restart ProFTPd? Also anything in the logs?