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


RE: Hostname Error - slayer - 05-27-2009 06:09 AM

I had no problem test the ispcp devoloper system with subdomain ^-^
but i think the stable dont wanna work with subdomain or Tongue


RE: Hostname Error - BeNe - 05-27-2009 07:04 PM

We do not talk about a SUBDOMAIN - we talk about a FQDN
Please read this -> http://en.wikipedia.org/wiki/FQDN

Greez BeNe


RE: Hostname Error - Mert - 06-29-2009 06:39 PM

Hello ,

I am having a similar problem also. I checked my hosts file and i dont have anything wrong with the file. Output of /etc/hosts

# 'hosts' file configuration.

127.0.0.1 localhost
::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

Output of /bin/hostname -f :

hostname: Unknown host


but yet again when i use perl ./ispcp-setup i receive the following error

Welcome to ispCP '1.0.0 RC7 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 !


RE: Hostname Error - joximu - 06-29-2009 08:25 PM

add a (or 2 if ipv6 is also used) line to your hosts file, so it looks like this (of course: your ip and name instead of 200.200....):
Code:
# 'hosts' file configuration.

127.0.0.1       localhost

200.200.200.200 server2.domain.tld server2
::ffff:200.200.200.200 server2.domain.tld server2

::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 - mishas - 07-06-2009 06:18 AM

Can I use ISPcp without domain name?


RE: Hostname Error - joximu - 07-06-2009 04:18 PM

???

no and yes.

no because ispCP is made for managing domains - if you don't have domains you don't need ispCP.

yes - you can access the gui with just the IP address - but there are some services (e.g. postfix) which you have to configure very well if you don't want to use any domain name.

so - short answer: no (if you know the components very well then you may be able to get it working but then you don't ask this question :-)

/J