Bind-8.2.2p5 chroot. logging not working

Mathias Körber mathias at koerber.org
Mon Sep 25 10:27:57 UTC 2000


> **named.conf
> options {
>          directory "/etc/namedb";
>          pid-file "/var/run/named.pid";
>          named-xfer "/bin/named-xfer";
>          allow-transfer{
>                  192.168.0.4
> };

Your allow-transfer statement is not closed (or actually it
is and the option statement isn't :-)
As logging is defined not to be defined inside an option
statement, it is an error here.

I guess you made a mistake when copying it and the statement is
properly closed in the non-chrooted server.

>=20
> logging {
>           channel dns_syslog {
>             syslog daemon;
>             severity info;
>           };

Mathias




More information about the bind-users mailing list