ispCP - Board - Support
[Solved] Setup / Hostname problem - 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: [Solved] Setup / Hostname problem (/thread-1480.html)



[Solved] Setup / Hostname problem - snoy_ms - 10-09-2007 07:28 AM

I tried to install ispCP (ispCP Omega 1.0.0 RC2c).
At the beginning of setup my problem. I enter the hostname, and as result i get the message "Hostname not a valid domain name!" ???

My hostname is: 123-123-123-123.clients.my-domain.de

I used my real IP and real domain name for this server....

Someone an idea ?


RE: Setup / Hostname problem - joximu - 10-09-2007 07:31 AM

Did you really take the "old" rc2c?
Then I only can tell you: please wait some days for the RC3 or take a current daily snapshot version.
The "long" hostname you wrote should be the right one to input...

/Joximu


RE: Setup / Hostname problem - snoy_ms - 10-09-2007 07:35 AM

I tried the latest snapshot two times:
http://www.isp-control.net/downloads/snapshots/ispcp-omega-trunk-20071008.tar.bz2

but this one stops during "make install". Therefore i used this one:
http://downloads.sourceforge.net/ispcp/ispcp-omega-1.0.0-rc2c.tar.bz2

This Versions runs until the hostname question during setup.

No idea ??? (Its an root server....)


RE: Setup / Hostname problem - raphael - 10-09-2007 08:05 AM

Quote:but this one stops during "make install"
that's caused because your system's entropy pool is almost, if not, empty.
You may want to feed it by doing some stuff like this:
Quote:# echo 'h8w4h88g8hg48j0g3j0gj09g4j90g4jk' > /dev/urandom
# cat /some/file/with-random-content > /dev/urandom
# ping -c 5 localhost
# ping -c 15 google.com > /dev/urandom
# ping -c 60 favoritehost.com > /dev/urandom
# ifconfig > /dev/urandom

then # make install


RE: Setup / Hostname problem - snoy_ms - 10-10-2007 05:29 PM

I tested it today and with the new trunk vision everything runs.