Replies: 1 comment
-
Look at the file ownership and permissions. The server is not able to read the file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,

I am getting the following error starting pdns service.
pdns_server[26910]: Error parsing bind configuration: Unable to open '/var/named/chroot/etc/named.rfc1912.zones': Permission denied
I have checked this file "named.rfc1912.zones" and it's exists and contain correct data:
zone "mydomain.com" IN {
type master;
file "/var/named/chroot/var/named/mydomain.com.zone";
allow-update { none; };
};
Please help.
Beta Was this translation helpful? Give feedback.
All reactions