Redhat 7 + bind 9

James A Griffin agriffin at cpcug.org
Sun Feb 25 23:27:00 UTC 2001


Darren Evans wrote:
> 
> These are the configuration options i've used to compile it.
> 
> # sh configure --prefix=/usr/local --sysconfdir=/etc  --localstatedir=/var
> --mandir=/usr/local/man --disable-threads
> 
> I am getting this error message, I suspect this is the reason it cannot
> serve requests, although i'm not sure if this means it cannot create
> /var/run/ndc or that there is another issue lurking, like it's Redhat 7
> related.
> 
> # named-checkconf
> type 'unix' control channels are not implemented
> 
> named.conf
> options {
>          directory "/var/named" ;
>          listen-on {
>          1.2.3.4;
>          127.0.0.1;
>          };
>          listen-on port 53 { any; };
>          auth-nxdomain yes;              // always set AA on NXDOMAIN.
> };
> 
> controls {
>          unix "/var/run/ndc" perm 0600 owner 25 group 25;
           inet
-----------^^^^ it is in the documentation.

>          inet 127.0.0.1 allow { 127.0.0.1; } keys { localkey; };
> };
[snip]
> 
> I've spent a while searching lists and suchlife, it would be nice to
> see DNS and BIND updated for version 9.

It can be ordered from O'Rielly for future delivery.

> 
> Darren

Jim


More information about the bind-users mailing list