Apr 5 14:07:15 ns1 named[648]: journal file /etc/192.168.1.rev.jnl does not exist, creating it
Apr 5 14:07:15 ns1 named[648]: /etc/192.168.1.rev.jnl: create: permission denied
My named.conf file looks like this:
options {
directory "/etc";
pid-file "/var/run/named/named.pid";
};
zone "home.mydomain.co.uk" {
type master;
file "/etc/home.mydomain.co.uk.hosts";
allow-update {
192.168.1.100;
};
notify yes;
};
zone "1.168.192.in-addr.arpa" {
type master;
file "/etc/192.168.1.rev";
allow-update {
192.168.1.100;
};
check-names ignore;
};
logging {
category update {
default_debug;
};
};
Any help appreciated
Thanks