ndc: get key definition: not found

B

bdraco

Guest
Here\'s the problem

Below is the default rndc.conf that comes with redhat 7.2 ..Notice the only key defined is \'rndckey\' And the default key is set to \'key\' ... thats just not going to work :)
===================


/* $Id: rndc.conf,v 1.6.4.1 2001/01/09 22:32:57 bwelling Exp $ */

/*
* Sample rndc configuration file.
*/

options {
default-server localhost;
default-key \"key\";
};

server localhost {
key \"key\";
};

key \"rndckey\" {
algorithm hmac-md5;
secret \"@KEY@\";
};
 
B

bdraco

Guest
fix for this with 7.2

rsync -av rsync://rsync.cpanel.net/scripts /scripts
/scripts/fixrh72ndckey
 

jumpdomain

Well-Known Member
Aug 12, 2001
109
0
316
Yes, this is a bug on Red Hat\'s part... Even our non CPanel 7.2 servers have this error...