Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2008 21:04:16 +0100
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Abdullah Ibn Hamad Al-Marri <wearabnet@yahoo.ca>
Subject:   Re: FreeBSD 7.0 BIND high ram usage and weird transfer msg
Message-ID:  <200803072104.17147.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <760574.54570.qm@web33702.mail.mud.yahoo.com>
References:  <760574.54570.qm@web33702.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 06 March 2008 17:23:05 Abdullah Ibn Hamad Al-Marri wrote:

> etc changed
>         user expected 0 found 53 modified
>         gid expected 0 found 53 modified
> etc/namedb changed
>         user expected 0 found 53 modified
>         gid expected 0 found 53 modified
>
> Freebsd always resets them unless we run named as root

That looks like mtree messages, so that's probably because you run named 
chrooted as per rc.conf. And this is good, /etc/namedb should not be 
writeable by the nameserver.

       dump-file       "/var/dump/named_dump.db";

under options should get rid of one.

And I suspect that in your slave zones, you don't have:
	file "slave/mydomain.net";
              ^^^^^^
but rather some file in /etc/namedb.

-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.



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