Quote:
|
Originally Posted by DarkBen
ok thanks Falko
Code:
ls -la /var/lib/named
Code:
drwxrwxr-x 5 root root 4096 2005-11-25 00:00 .
drwxr-xr-x 23 root root 4096 2005-11-25 14:48 ..
drwxrwxr-x 2 root root 4096 2005-11-24 18:35 dev
drwxrwxr-x 3 root root 4096 2005-11-25 00:00 etc
drwxrwxr-x 4 root root 4096 2005-11-25 00:00 var
|
This does look like a permissions problem! Is your Bind running as user
named and group
named? Then you should do this:
Code:
chown -R named:named /var/lib/named
otherwise Bind does not have the permission to write to that directory.