HOW GEEK!

geek notes for advice seekers

Bind on FreeBSD 7.2 error: named[1531]: the working directory is not writable

To fix this error, edit the following file:

/etc/mtree/BIND.chroot.dist

Change:

/set type=dir uname=root gname=wheel mode=0755

into:

/set type=dir uname=bind gname=wheel mode=0755

Then restart bind:

/etc/rc.d/named restart

, , ,

Leave a Reply

Your email address will not be published.