After specifying the pid-file as you suggested the other errors got 
solved.(mucho thanks).

-snip-
ctl_server: bind: /var/run/ndc: Address already in use
.
.
ctl_writedone: /var/run/ndc: Broken pipe
-snip-

The above error stopped after adding

controls {
     unix "/var/run/int-ndc" perm 0600 owner 0 group 0;
     };

in named.conf of second copy

Now everything is working fine.

Regards,
-dayalan


 From the man page
-snip-
THE CONTROLS STATEMENT
    Syntax

      controls {
        [ inet ip_addr
          port ip_port
          allow { address_match_list; }; ]
        [ unix path_name
          perm number
          owner number
          group number; ]
      };

-snip-

Suresh Ramasubramanian wrote:


> 
> Then maybe one copy of named is listening both on localhost and on the
> public IP?
One copy listens on external interface only while other one on internal and loopback



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

Reply via email to