[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] DNS GUI Bug
- Subject: [cobalt-developers] DNS GUI Bug
 
- From: Barry Titmarsh <barry@xxxxxxxxxxxxxx>
 
- Date: Mon Oct 15 23:47:01 2001
 
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
 
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