Hi,
I have copied a DNS configuration (/etc/named.conf) from 11.1 to 11.2. When I try to configure the DNS via YAST (opensuse 11.2) I receive a start error related to the instruction
controls {
inet 127.0.0.1 allow { localhost; } keys { XXXX; };
};
after any update in YAST the declaration is changed to
controls {keys { XXXX; };;
inet 127.0.0.1 allow { localhost; };;
which is erroneous and stop the start of bind
I can reproduce it and think this is a bug but before opening a report via bugzilla I want to have a confirmation
If I configure the DHCP and set the DDNS (dynamic update of DNS from the DHCP server) then I receive also the error
Anybody see the same?
Regards
Philippe