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
-
Hello,
![image](https://private-user-images.githubusercontent.com/45941536/337937863-e6adb530-3af6-4279-802a-6d5b2263c2eb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NDA0NjgsIm5iZiI6MTczODg0MDE2OCwicGF0aCI6Ii80NTk0MTUzNi8zMzc5Mzc4NjMtZTZhZGI1MzAtM2FmNi00Mjc5LTgwMmEtNmQ1YjIyNjNjMmViLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDExMDkyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVjYTkwOGI4MWRmNGViNTg1ZDI1MWVlZTU4ZGVjZjlmNGNjZWZkMjRmZWEyNDA3MmY3MGFkMDI1M2MyOWI1N2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4DufNlMGIGpIf-JL9ZDnGcHhWPfnMnmSWSFCPg0FVRQ)
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