[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] DNS GUI Bug



Found another script bug in the DNS GUI

options {
        directory "/etc/named";
allow-transfer { 194.162.224.20; 194.162.224.17; 194.153.75.3; 194.153.75.35; 194.153.75.20; ; }; ^ and extra ; is added every time you use the GUI when you edit or add some info to the "server settings" part.
one blank <space>; is added to the end this causes an error in the DNS reload
resulting in errors in zone xfer's from the aloud  hosts



};

Oct 16 07:41:39 boobox named[419]: reloading nameserver
Oct 16 07:41:39 boobox named[419]: /etc/named.conf:3: syntax error near ;
Oct 16 07:41:39 boobox named[419]: /etc/named.conf:4: syntax error near '}'
Oct 16 07:41:39 boobox named[419]: Forwarding source address is [0.0.0.0].4856
Oct 16 07:41:39 boobox named[419]: Ready to answer queries.

Barry