Bind-8.2.2p5 chroot. logging not working

John Narron zeek at cdsinet.net
Sun Sep 24 22:31:32 UTC 2000



----- Original Message -----
From: "Jim Garvin" <jim at izone.com>
To: <bind-users at isc.org>
Sent: Sunday, September 24, 2000 5:10 PM
Subject: Bind-8.2.2p5 chroot. logging not working


>
> Hi,
> I have installed bind-8.2.2p5 as per the instructions for chroot. On
Redhat 6.2
> http://www.linuxdoc.org/HOWTO/Chroot-BIND-HOWTO-1.html
> Everything is working fine except the logging evertime I start up I get
> named[24704]: /etc/named.conf:14: syntax error near logging
> named[24704]: /etc/named.conf:19: syntax error near channel
> I would appreciate any insight as to why this is occuring I have also
> tried the same
> named.conf on a non-chrooted machine and it works fine.
> I have named running under user named and group named .
> I have read through all the newsgroups and I am at a loss. below are
configs.
> TIA
> Jim
>
> **named.conf
> options {
>          directory "/etc/namedb";
>          pid-file "/var/run/named.pid";
>          named-xfer "/bin/named-xfer";
>          allow-transfer{
>                  192.168.0.4
> };
>

You forgot to close-off your allow-trasfer statement.

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





More information about the bind-users mailing list