Easy Bind Configuration
January 20, 2009 Posted by KP
Bind configuration has never been easier, I installed bind 9.6, only commented the following line in /etc/named/named.conf.
listen-on { 127.0.0.1; };
Then I added my zone files and it’s ready. Although I’m still seeing the message “the working directory is not writable“, moreover, not only # rndc reload causes this message, but also # /etc/rc.d/named start.
Related Posts:
- Named: the working directory is not writable
- Sample of BIND Configuration Files
- Commonly Used Configuration Files and Commands
- Google App configuration for bind
- First Website Is Running
- DNS Setup
Filed Under: DNS
January 30th, 2009 at 7:09 am
same problem here.
tried the steps you suggested, but nothing gets around that. changing permissions via chmod or chown seems to have no effect.