MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: kloxo-fan on 2014-10-20, 10:24:18

Title: Unknown key rndckey in named.options
Post by: kloxo-fan on 2014-10-20, 10:24:18
Hi, after today's update 7.0.0.b-2014102004.mr all my servers give error:
Code: [Select]
Stopping named:                                            [  OK  ]
Starting named:
Error in named configuration:
/opt/configs/bind/conf/defaults/named.options.conf:148: unknown key 'rndckey'
                                                           [FAILED]
The Kloxo update says:
- fix named.options.conf in bind (use 'rndckey' instead 'rndc-key')
but it seems that something is wrong.
Title: Re: Unknown key rndckey in named.options
Post by: MRatWork on 2014-10-20, 11:00:56
inform here 'cat /etc/rndc.key'.
Title: Re: Unknown key rndckey in named.options
Post by: kloxo-fan on 2014-10-21, 00:56:04
inform here 'cat /etc/rndc.key'.

return:
Code: [Select]
key "rndc-key" {
        algorithm hmac-md5;
        secret "MrNuIg1iJxpDbSIorTRB8A==";
};
Title: Re: Unknown key rndckey in named.options
Post by: MRatWork on 2014-10-21, 02:48:33
Run:
Code: [Select]
sed -i 's/rndc-key/rndckey/' /etc/rndc.key