http://bugzilla.novell.com/show_bug.cgi?id=567307 http://bugzilla.novell.com/show_bug.cgi?id=567307#c0 Summary: Yasrt doesn't recognize the control statement for DNS Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: conde.philippe@skynet.be QAContact: jsrain@novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8pre) Gecko/20091225 Lightning/1.0b2pre SeaMonkey/2.0.2pre When I try to configure the DNS via YAST (opensuse 11.2) I receive a start error related to the instruction Code: controls { inet 127.0.0.1 allow { localhost; } keys { XXXX; }; }; after any update in YAST the declaration is changed to Code: controls {keys { XXXX; };; inet 127.0.0.1 allow { localhost; };; which is erroneous and stop the start of bind I can reproduce it. Yast doesn't give the possibility to enter this statement needed for rndc. If I configure the DHCP and set the DDNS (dynamic update of DNS from the DHCP server) then I receive also the error when this statement is present in named.conf Reproducible: Always Steps to Reproduce: 1. set statement "controls" in named.conf 2. start DNS server --> ok 2. use yast to change something in DNS configuration 3. when exiting the problem occurs: error message due to error in named.conf Actual Results: error starting DNS server and named.conf is erroneous Expected Results: DNS server should start and statement control should not be bad modified -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.