Re: error in named.conf



I upgraded to FC3 development bind-9.3.0-1. The man page for this version says that the correct syntax for the pid-file option is

pid-file ( quoted_string | none );
________________________________________________________________________
My named.conf (CVS-12-21-04) is
// Named configuration, generated by NetworkManager

options {
       directory "/";
       query-source address * port 53;
       forward only;
       forwarders { @@FORWARDERS@@ };
       listen-on  { 127.0.0.1; };
       pid-file none;
};

// Disable rndc
controls { };

@@DOMAIN_ZONES@@
__________________________________________________________
No dummy pid-file is created in /tmp. The only NM file I find in /tmp is NetworkManager-named.conf-xxxxxx
__________________________________________________________
NetworkManager-named.conf-xxxxxx
// Named configuration, generated by NetworkManager

options {
       directory "/";
       query-source address * port 53;
       forward only;
       forwarders {  192.168.2.1; };
       listen-on  { 127.0.0.1; };
       pid-file none;
};

// Disable rndc
controls { };

--
Bill Moss
Professor, Mathematical Sciences
Clemson University




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