ispCP - Board - Support - VHCS fork

Full Version: IspCP RC4 does not work on CentOS 5 and 5.1 system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi, Fist of all I apologize for repeating but I don't install the IspCp on CentOS system.
After I Start the engine setup, the installation stop in this point :

DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{DMN_NAME}' eq '{DMN_NAME}', missing '{DMN_NAME}' in src !
DEBUG: push_el() sub_name: repl_var(), msg: Ending...
DEBUG: push_el() sub_name: repl_var(), msg: Starting...
DEBUG: push_el() sub_name: repl_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{DB_DIR}' eq '{DB_DIR}', missing '{DB_DIR}' in src !
DEBUG: push_el() sub_name: repl_var(), msg: Ending...
DEBUG: push_el() sub_name: repl_var(), msg: Starting...
DEBUG: push_el() sub_name: repl_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Ending...
DEBUG: push_el() sub_name: repl_tag(), msg: Ending...
DEBUG: push_el() sub_name: repl_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{DMN_NAME}' eq '{DMN_NAME}', missing '{DMN_NAME}' in src !
DEBUG: push_el() sub_name: repl_var(), msg: Ending...
DEBUG: push_el() sub_name: repl_var(), msg: Starting...
DEBUG: push_el() sub_name: repl_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{DB_DIR}' eq '{DB_DIR}', missing '{DB_DIR}' in src !
DEBUG: push_el() sub_name: repl_var(), msg: Ending...
DEBUG: push_el() sub_name: repl_var(), msg: Starting...
DEBUG: push_el() sub_name: repl_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Ending...
DEBUG: push_el() sub_name: repl_tag(), msg: Ending...
DEBUG: push_el() sub_name: repl_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Ending...
DEBUG: push_el() sub_name: repl_tag(), msg: Ending...
DEBUG: push_el() sub_name: repl_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{DMN_NAME}' eq '{DMN_NAME}', missing '{DMN_NAME}' in src !
DEBUG: push_el() sub_name: repl_var(), msg: Ending...
DEBUG: push_el() sub_name: repl_var(), msg: Starting...
DEBUG: push_el() sub_name: repl_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Ending...
DEBUG: push_el() sub_name: repl_tag(), msg: Ending...
DEBUG: push_el() sub_name: repl_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{DB_DIR}' eq '{DB_DIR}', missing '{DB_DIR}' in src !
DEBUG: push_el() sub_name: repl_var(), msg: Ending...
DEBUG: push_el() sub_name: prep_tpl(), msg: Ending...
DEBUG: push_el() sub_name: get_file(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Ending...
DEBUG: push_el() sub_name: get_file(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Ending...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Ending...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '// dmn [admin.gestalt.it] cfg entry BEGIN.
' ne '// dmn [admin.gestalt.it] cfg entry END.
', '// dmn [admin.gestalt.it] cfg entry BEGIN.
' or '// dmn [admin.gestalt.it] cfg entry END.
' missing in src !
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Ending...
DEBUG: push_el() sub_name: repl_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: Ending...
DEBUG: push_el() sub_name: repl_tag(), msg: Ending...
DEBUG: push_el() sub_name: sys_command(), msg: Starting...
DEBUG: push_el() sub_name: sys_command('cp -p /etc/named.conf /etc/ispcp/bind/backup/named.conf.1205846427'), msg: Ending...
DEBUG: push_el() sub_name: store_file(), msg: Starting...
DEBUG: push_el() sub_name: setfmode(), msg: Starting...
DEBUG: push_el() sub_name: setfmode(), msg: Ending...
DEBUG: push_el() sub_name: store_file(), msg: Ending...
DEBUG: push_el() sub_name: get_tag(), msg: Starting...
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: Undefined intput data, bt: |// bind Data BEGIN.
|, et: |// bind Data END.
|, src !
DEBUG: pop_el() sub_name: get_tag(), msg: ERROR: Undefined intput data, bt: |// bind Data BEGIN.
|, et: |// bind Data END.
|, src !
ERROR: Undefined intput data, bt: |// bind Data BEGIN.
|, et: |// bind Data END.
|, src !
[root@admin setup]#

Thanks in advanced.
check your named.conf

mine looks like this

Code:
// bind Data BEGIN.

// dmn [admin.steven.de] cfg entry BEGIN.
zone "admin.steven.de" {
    type    master;
    file    "/etc/namedb/master/admin.steven.de.db";
    notify    YES;
};
// dmn [admin.steven.de] cfg entry END.

// dmn [{DMN_NAME}] cfg entry BEGIN.
// dmn [{DMN_NAME}] cfg entry END.

// bind Data END.

but when I'm not wrong this part is written of the Installation itself so it shouldn't be there

Code:
// dmn [admin.steven.de] cfg entry BEGIN.
zone "admin.steven.de" {
    type    master;
    file    "/etc/namedb/master/admin.steven.de.db";
    notify    YES;
};
// dmn [admin.steven.de] cfg entry END.

perhaps it help Tongue
maybe the path to the named.conf is not set correctly in the ispcp.conf
Sorry StevenE I modify the file in /var/named/chroot/etc/named.conf
but when I restart the engine setup the file /var/named/chroot/etc/named.conf is empty.

joximu : The path of the named file is right!
[root@admin setup]# rpm -qa | grep bind
bind-chroot-9.3.3-10.el5

[root@admin setup]# vi /etc/ispcp/ispcp.conf
#
# BIND data
#

BIND_CONF_FILE = /var/named/chroot/etc/named.conf

BIND_DB_DIR = /var/named/chroot/var/named

where is the error?

thanks
joximu Wrote:maybe the path to the named.conf is not set correctly in the ispcp.conf

think the path is correctly, without the correct path there wouldn't be anything to output like in this case, and I'm pretty sure that if the named.conf is missing that the installation will say

/etc/namedb/named.conf does not exsist

something like that Smile
I don't know exactly what's going on on the bsd system.
I prefer setting BIND_CONF_FILE to something like named.ispcp.conf and then include this in the *normal* named.conf.

Also check the templates in /etc/ispcp/bind/* and ...parts/*

/J
But in this thread we speek the CentOS system!!!

joximu Wrote:I don't know exactly what's going on on the bsd system.
I prefer setting BIND_CONF_FILE to something like named.ispcp.conf and then include this in the *normal* named.conf.

Also check the templates in /etc/ispcp/bind/* and ...parts/*

/J
sorry!
lol, never mind, the lines afterwards are os independant Smile

<need a coffee> Joxi
I don't understand why The Team Declares that "RC4 is now ready for CentOS", this affermation is not valid!!! I try to install IspCP in 100 different way but I have the same problem!!!
Please help me!!!
Bebause it's an RC, only for testing. In my Opinion Debian should be the only supported Distro. All other Distros should be created by the community, when they need it.
Pages: 1 2
Reference URL's