ispCP - Board - Support
centos - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: centos (/thread-1189.html)

Pages: 1 2


RE: centos - Seth - 08-20-2007 12:09 AM

ProServ-UK Wrote:what are the errors you get ?

well...first some perl modules were missing..ok..that's not a big error..i installed the perl modules, than it freezed @ some point in make -f Makefile.fedora install, i don't know what i did but i think i fixed that one too, than it says it can't find named configuration file (it looks for it in /etc/bind, but it is in /var/named/chroot/etc/named.conf) and than i just powered off the virtual machine Rolleyes


RE: centos - ProServ-UK - 08-20-2007 12:11 AM

hmmmm, give me a few minutes ill see what i can find for you


RE: centos - ProServ-UK - 08-20-2007 12:13 AM

cant you just duplicate the file and put a copy into /etc/bind as a temporary fix ? easy enough solution for now


RE: centos - Seth - 08-20-2007 12:18 AM

ProServ-UK Wrote:cant you just duplicate the file and put a copy into /etc/bind as a temporary fix ? easy enough solution for now

that would work..but i bet more errors will show up after....anyway, i'm installing debian etch now on vmware to see how it works on it


RE: centos - Seth - 08-20-2007 12:27 AM

latest build got stuck here

cd ./keys && make install
make[1]: Entering directory `/root/web/svn/nightly/keys'
perl rpl.pl /tmp/ispcp-1.0.0/var/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp-1.0.0/var/www/ispcp/engine/ispcp-db-keys.pl /tmp/ispcp-1.0.0/var/www/ispcp/engine/messager/ispcp-db-keys.pl

nevermind, seems like it worked..it took so long that i though it freezed Smile


RE: centos - ProServ-UK - 08-20-2007 12:31 AM

debian etch good way to go, sorry for the late reply im designing a new main page so that i dont have to go through tons of menus to get to the different log in screens Tongue


RE: centos - Seth - 08-20-2007 12:34 AM

new error Sad

Activate AWStats [no]:
ERROR: External command '/usr/bin/mysql --host=localhost --user=root --pass=password ispcp < /etc/ispcp/database/languages.sql 1>/tmp/db.sql.stdout 2>/tmp/db.sql.stderr' returned '1' status !


RE: centos - ProServ-UK - 08-20-2007 12:36 AM

if you need any help with the etch install let me know ive done it a few times lol


RE: centos - raphael - 08-20-2007 09:23 AM

Seth Wrote:latest build got stuck here

cd ./keys && make install
make[1]: Entering directory `/root/web/svn/nightly/keys'
perl rpl.pl /tmp/ispcp-1.0.0/var/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp-1.0.0/var/www/ispcp/engine/ispcp-db-keys.pl /tmp/ispcp-1.0.0/var/www/ispcp/engine/messager/ispcp-db-keys.pl

nevermind, seems like it worked..it took so long that i though it freezed Smile
It may take some time if the kernel's pseudo random number generator doesn't have enough data. At some point of the RC3 milestone the internal pseudo random numbers generator was dropped.

In those cases all you need to do is either feed it, or make use of devices (network, whatever).
To feed it, do something like echo '#%&RFDCTFG&FCGD$U&/%HT&EBG%G$WEV%$g54egw54W$%W%$54' > /dev/random

and so on...