HELP Error reloading bind on *hostnamehere*: rndc: get config key list: not found

nickb

Well-Known Member
Feb 25, 2005
346
0
166
India
/scripts/fixndc
 
Last edited:

Nathan D.

Well-Known Member
Mar 21, 2004
78
0
156
Virginia
Error reloading bind on *hostnamehere*: rndc: get config key list: not found

Everything else is working fine but when bind has to reload, i get that error (it seems to still work though, just see that error). Any ideas?
 

Nathan D.

Well-Known Member
Mar 21, 2004
78
0
156
Virginia
When I do that, I get:
Code:
Can't call method "find_rndckey" without a package or object reference at /scripts/cPScript/DNSLib.pm line 772.
 

Nathan D.

Well-Known Member
Mar 21, 2004
78
0
156
Virginia
My named.conf only has the following in it:
Code:
zone "." {
        type hint;
        file "/var/named/named.ca";
};
I need specific help with my error. Can you please help? Anyone?
 

apodigm

Well-Known Member
May 12, 2003
67
0
156
same problem here...

everytime I get to the /scripts/fixndc item, I get this error message:

Can't call method "find_rndckey" without a package or object reference at cPScript/DNSLib.pm line 772
 

apodigm

Well-Known Member
May 12, 2003
67
0
156
ok... I've been narrowing in on my issue...

First... i do not have Fedore or chroot environment (that seems to be a common problem for others, but not the problem in my case). using RedHat ES 3 with latest Current cpanel.

I've looked for all sorts of things and it seems that my problem is related to rndc.key not having a key in there. I tried rndc-confgen, but I'm getting another error:

Unrecognized character \x7F at rndc-confgen line 1.

... so basically... i think my problem is related to the fact that rndc keys are not set/exchanged by the cluster manager.