ispCP - Board - Support
Ftp is Down - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Ftp is Down (/thread-3504.html)



Ftp is Down - scope1993 - 06-12-2008 10:34 PM

Hi, i just installed Ispcp, and it's working correctly, except Ftp, because in the "Server Status" of my Ispcp Admin panel it result DOWN, infact when i try to do "/etc/init.d/proftpd start i get this error :

Code:
server2:/var/www/ispcp/engine/setup# /etc/init.d/proftpd start
Starting ftp server: proftpd - IPv4 getaddrinfo 'server2' error: No address associated with hostname
- warning: unable to determine IP address of 'server2'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd/proftpd.conf'
failed!

instead with /etc/init.d/proftpd stop :
Code:
server2:/var/www/ispcp/engine/setup# /etc/init.d/proftpd stop
Stopping ftp server: proftpd.

I'm using Debian Etch 4.0
What i could do ?


RE: Ftp is Down - Zothos - 06-12-2008 10:38 PM

configure /etc/hosts and /etc/hostname....


RE: Ftp is Down - scope1993 - 06-12-2008 10:44 PM

This my /etc/hosts :
Code:
# 'hosts' file configuration.

127.0.0.1    scopefreewh.homepc.it.local    localhost
192.168.1.2    scopefreewh.homepc.it    scopefreewh
::ffff:192.168.1.2    scopefreewh.homepc.it    scopefreewh
::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

and this is my /etc/hostname :
Code:
server2

What i have to write in these configuration files ?


RE: Ftp is Down - scope1993 - 06-12-2008 11:09 PM

This Thread can be close, i've resolved with this :

http://isp-control.net/forum/ticket-200-proftp-fails-t-415.html

Thank you
Alessandro