Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2007 23:35:19 +0100 (CET)
From:      "Gelsema, P \(Patrick\) - FreeBSD" <freebsd@superhero.nl>
To:        "Philip M. Gollucci" <pgollucci@riderway.com>
Cc:        "Philip M. Gollucci" <philip@ridecharge.com>, "Gelsema, P \(Patrick\) - FreeBSD" <freebsd@superhero.nl>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: named / BIND 9.4.1-P1  /etc/named/master ownership
Message-ID:  <4861.10.202.77.103.1196721319.squirrel@webmail.superhero.nl>
In-Reply-To: <4754834E.6090200@riderway.com>
References:  <4760.10.202.77.103.1196718933.squirrel@webmail.superhero.nl> <47547D3F.50307@riderway.com> <4797.10.202.77.103.1196720642.squirrel@webmail.superhero.nl> <4754834E.6090200@riderway.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, December 3, 2007 23:29, Philip M. Gollucci wrote:
>> When I change the ownership, problem goes away.
>> How can I get the problem away without changing the ownership?
> in the options {} section
> what do you have for:
>
> options {
>         // Relative to the chroot directory
> 	// named_chrootdir="/var/named"
>         directory       "/etc/namedb";
>         pid-file        "/var/run/named/pid";
>         dump-file       "/var/dump/named_dump.db";
>         statistics-file "/var/stats/named.stats";
> .....
>

acl "home" {10.202.77.0/24;127.0.0.1;};

options {
        // Relative to the chroot directory, if any
        directory       "/etc/namedb";
        pid-file        "/var/run/named/pid";
        dump-file       "/var/dump/named_dump.db";
        statistics-file "/var/stats/named.stats";
        allow-query {"home"; };
        listen-on       { 10.202.77.110;
                          127.0.0.1; };


Ok.. In the /var directory there is no dump directory. So solving this I
should do the following:

hulk# mkdir /var/dump
hulk# chown bind:bind /var/dump

Is that correct?

Whilst I am on the BIND topic, does BIND automatically refreshed the
content of a zone. Will it notice that the serial of a loaded zone has
been changed and reload it?

Rgds,

Patrick

> --
> ------------------------------------------------------------------------
> Philip M. Gollucci (philip@ridecharge.com)
> o:703.549.2050x206
> Senior System Admin - Riderway, Inc.
> http://riderway.com / http://ridecharge.com
> 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF
>
> Work like you don't need the money,
> love like you'll never get hurt,
> and dance like nobody's watching.
>
>




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