Hi, I am trying to run two copies of named ,first one listens on external interface and second one on internal + loopback.When starting, the first copy of named starts fine.After starting the second copy I get the error
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' When sending signal 1 to second copy I get the error reloading nameserver named[11888]: unix control "/var/run/ndc" connect failed: Permission denied named[11888]: ctl_server: bind: /var/run/ndc: Address already in use named[11888]: couldn't create pid file '/var/run/named.pid' The first copy of named starts as user named and listens on external interface only.It is started by daemon named -u named The second copy starts as int-named (a user created manually) and listens on internal and loopback interface.It is started by daemon named -u int-named -c /home/int-named/named.conf.internal In all other respects named seems to be working properly.I can send the extracts of relevant log entries offlist if needed. I would be much obliged if someone could throw light on these errors and their ramifications. Regards, -dayalan _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
