Dayalan Manohar <[EMAIL PROTECTED]> writes:

> named[11887]: ctl_server: bind: /var/run/ndc: Address already in use
> When sending signal 1 to the first copy I get the error
>   reloading nameserver
>   named[11883]: couldn't create pid file '/var/run/named.pid'

There you go.  The second copy of named is also trying to create a
pidfile /var/run/named.pid - which is what is causing the problem.

The option, as man named.conf says, is apparently -

     options { 
              [ pid-file path_name; ] 
              [ listen-on [ port ip_port ] { address_match_list }; ] 
             };

       --srs

-- 
Suresh Ramasubramanian  <---->  mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to