Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2002 16:01:40 +1100
From:      Iain <iain@voffice.myspinach.org>
To:        freebsd-questions@freebsd.org
Subject:   strange problems with BIND 9.2.1
Message-ID:  <200211111601.40202.iain@voffice.myspinach.org>

next in thread | raw e-mail | index | archive | help
Hi,

I am having some frustrating problems with BIND 9.2.1 on FreeBSD 4.6.2

The main problem is that NOTIFY messages aren't being sent from the maste=
r to=20
the slaves. However I am also having trouble modifying the logging.

I have the following in my named.conf:

// reduce log verbosity on issues outside our control
logging {
        channel default_channel {
                syslog local5;
                severity info;
        };
        category lame-servers { null; };
        category "default" { "default_channel"; };
};

And in /etc/syslog.conf:

local5.*                                        /var/log/named.log

However the logs are still going to /var/log/messages instead of named.lo=
g and=20
I only get logging of severity warning.

I can't think why the master server is not sending notify messages. The=20
secondaries are defined in the zone files and are setup as slaves.=20

please help, Iain.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211111601.40202.iain>