Dec 12 15:51:39 bullet named[7709]: couldn't open pid file '/var/run/named.pid': Permission denied
drwxr-xr-x 2 named named 4096 Dec 12 14:13 named There is a named directory there, but it's empty. I assume that it was automatically created when I emerged bind early this afternoon. Any thoughts on what's causing this error?
It's trying to put the pid file in /var/run - you need to change named.conf to have it put it in /var/run/named instead
in named.conf: pid-file "/var/run/named/named.pid"; That should solve that problem for you. -- [email protected] mailing list

