ispCP - Board - Support
Hostname Error - 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: Hostname Error (/thread-6811.html)

Pages: 1 2


Hostname Error - slayer - 05-27-2009 03:45 AM

Always i try to install ispcpi got errors while im set up front end

****:/var/www/ispcp/engine/setup# perl ispcp-setup
Generating database keys, it may take some time, please wait...
If it takes to long, please check http://www.isp-control.net/documentation/frequently_asked_questions/what_does_generating_database_keys_it_may_take_some_time_please_wait..._on_setup​_mean


Welcome to ispCP '1.0.0 OMEGA' Setup Dialog.
This program will set up ispCP OMEGA system on your server.

Next you are asked to enter a "fully qualified hostname" (FQHN).
For more infos read http://en.wikipedia.org/wiki/FQDN.

hostname: Unknown host
ERROR: External command '/bin/hostname -f 1>/tmp/ispcp-setup.hostname' returned '1' status !

I cant write anithing after i type the command perl ispcp-setup ... error

pls help T_T


RE: Hostname Error - BeNe - 05-27-2009 04:20 AM

Please check your /etc/hostname and post the content here.

Greez BeNe


RE: Hostname Error - slayer - 05-27-2009 04:42 AM

/etc/hostname is exactly only the machine name written i gave ^-^


RE: Hostname Error - BeNe - 05-27-2009 04:48 AM

and the file "/bin/hostname" also exist ?

Greez BeNe


RE: Hostname Error - slayer - 05-27-2009 04:49 AM

yeah and the content is the machine name


RE: Hostname Error - BeNe - 05-27-2009 04:55 AM

The content of this file "/bin/hostname" is the machine hostname ?!
You mean /etc/hostname or ?
Please post the Output of:
Code:
/bin/hostname -f
here.

Greez BeNe


RE: Hostname Error - slayer - 05-27-2009 04:59 AM

/bin# hostname -f
hostname: Unknown host


sry my mistake


RE: Hostname Error - BeNe - 05-27-2009 05:12 AM

As you can see there is the Error Wink
Please post the ouput of:
Code:
cat /etc/hostname
and
Code:
cat /etc/hosts

....and we will see more.

Greez BeNe


RE: Hostname Error - slayer - 05-27-2009 05:15 AM

SilentAngel:/bin# cat /etc/hostname
SilentAngel
SilentAngel:/bin# cat /etc/hosts
# 'hosts' file configuration.

127.0.0.1 silentangel.de.local localhost
192.168.0.130 silentangel.de silentange
::ffff:192.168.0.130 silentangel.de silentange
::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


RE: Hostname Error - BeNe - 05-27-2009 05:25 AM

Code:
SilentAngel:/bin# cat /etc/hostname
SilentAngel
SilentAngel is not a FQDN!
srv01.silentangel.tld is a FQDN for example!

Greez BeNe