Current time: 04-30-2024, 12:20 PM Hello There, Guest! (LoginRegister)


Post Reply 
IspCP RC4 does not work on CentOS 5 and 5.1 system
Author Message
rickygestalt Offline
Junior Member
*

Posts: 17
Joined: Mar 2008
Reputation: 0
Post: #1
IspCP RC4 does not work on CentOS 5 and 5.1 system
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.
03-19-2008 12:10 AM
Find all posts by this user Quote this message in a reply
StevenE Offline
Junior Member
*

Posts: 104
Joined: Feb 2008
Reputation: 0
Post: #2
RE: IspCP RC4 does not work on CentOS 5 and 5.1 system
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
03-19-2008 12:17 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #3
RE: IspCP RC4 does not work on CentOS 5 and 5.1 system
maybe the path to the named.conf is not set correctly in the ispcp.conf
03-19-2008 12:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
rickygestalt Offline
Junior Member
*

Posts: 17
Joined: Mar 2008
Reputation: 0
Post: #4
RE: IspCP RC4 does not work on CentOS 5 and 5.1 system
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
03-19-2008 12:34 AM
Find all posts by this user Quote this message in a reply
StevenE Offline
Junior Member
*

Posts: 104
Joined: Feb 2008
Reputation: 0
Post: #5
RE: IspCP RC4 does not work on CentOS 5 and 5.1 system
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
03-19-2008 12:34 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #6
RE: IspCP RC4 does not work on CentOS 5 and 5.1 system
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
03-19-2008 12:45 AM
Visit this user's website Find all posts by this user Quote this message in a reply
rickygestalt Offline
Junior Member
*

Posts: 17
Joined: Mar 2008
Reputation: 0
Post: #7
RE: IspCP RC4 does not work on CentOS 5 and 5.1 system
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
03-19-2008 12:51 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #8
RE: IspCP RC4 does not work on CentOS 5 and 5.1 system
sorry!
lol, never mind, the lines afterwards are os independant Smile

<need a coffee> Joxi
03-19-2008 12:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
rickygestalt Offline
Junior Member
*

Posts: 17
Joined: Mar 2008
Reputation: 0
Post: #9
RE: IspCP RC4 does not work on CentOS 5 and 5.1 system
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!!!
03-20-2008 02:32 AM
Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #10
RE: IspCP RC4 does not work on CentOS 5 and 5.1 system
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.
(This post was last modified: 03-20-2008 03:37 AM by gOOvER.)
03-20-2008 03:29 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)