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 ([EMAIL PROTECTED])
> 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.
>
>

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to