dumping master file: tmp-xxx: open: permission denied

Doug Barton dougb at dougbarton.us
Wed Jan 15 00:49:15 UTC 2014


On 01/14/2014 08:14 AM, LuKreme wrote:
> so I should change
>
> zone "kreme.com" { type slave; masters { 75.148.37.67; }; file "slave/kreme.com";  };
>
> to
>
> zone "kreme.com" { type slave; masters { 75.148.37.67; }; file “/var/named/etc/namedb/slave/kreme.com";  };
>
> and that will eliminate the errors?

No. All path names in your configuration file should be relative to the 
chroot directory. So /etc/namedb/slave/kreme.com.

You seem to be using FreeBSD. The default named.conf has the 
configuration you should start with if you're using the default rc.d 
script to start named. Start with that, follow the examples, and only 
change things in the default if you're certain you know what the 
implications of those changes will be.

Doug



More information about the bind-users mailing list