ispCP - Board - Support
installion problem on centos - 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: installion problem on centos (/thread-3909.html)

Pages: 1 2


installion problem on centos - phyton - 08-02-2008 03:53 AM

hi all i have a problem

installion ispCP Omega 1.0.0 RC5 on centos 5.2

[Image: helpah2.jpg]


RE: installion problem on centos - pgentoo - 08-02-2008 07:03 AM

edit your /etc/ispcp/ispcp.conf and set:

DEBUG = 1

Then rerun the setup. This will expose some extra information that will help narrow down the step that it's breaking on.


RE: installion problem on centos - phyton - 08-02-2008 04:50 PM

[Image: help2ib2.jpg]


RE: installion problem on centos - phyton - 08-03-2008 05:27 AM

:S :S :S


RE: installion problem on centos - pgentoo - 08-06-2008 12:33 PM

Phyton,

Give RC6 a try...


RE: installion problem on centos - stockFD3S - 08-06-2008 06:18 PM

I'm having the same issue with RC6 on CentOS 5.2. My debug output is the same as above.


RE: installion problem on centos - gOOvER - 08-06-2008 06:23 PM

The Problem is, that the most Users of ispCP use Debian. When noone test it on other Distro's these Errors happen.

In my opinion ispCP should only support other Distro, when there is an Maintainer, where correct upcoming issus.


RE: installion problem on centos - pgentoo - 08-07-2008 03:43 AM

Well, it appears that it is breaking on a BIND conf file.

Try this.

Before you do the install, copy over your centos/bind/parts/* with debian/bind/parts/*.

I believe these files are identical between distros, and they are likely just out of sync with the main development distro (debian).


RE: installion problem on centos - lappy512 - 08-07-2008 12:33 PM

Same error, I'm running Centos 5.2 - copying the bind files over don't work. (You are talking about the files before you compile right?)


RE: installion problem on centos - calvincm2 - 08-09-2008 08:30 PM

Try this:
cp -f /etc/ispcp/bind/named.conf /var/named/chroot/etc/named-ispcp.conf
echo 'include "/etc/named-ispcp.conf";' >> /var/named/chroot/etc/named.conf

That is from the Fedora install script. The CentOS instructions leave you with an empty name-ispcp.conf which I think is the cause.
As a side note while troubleshooting this I noticed what appears to be a bug on line 680 of
/var/www/ispcp/engine/setup/ispcp-setup-methods.pl
where $cfg$cfg should be just $cfg