Sorted out the problem. Seems many people have the same problem.
What happen was that I run "yum update" and somehow it updated bind-chroot package and maybe changed the permission of the chroot folders. As in numerous other posts in the forum, the solution was to run the following command again. Hope it will help others who have the same problem.
Code:
chmod 755 /var/named/
chmod 775 /var/named/chroot/
chmod 775 /var/named/chroot/var/
chmod 775 /var/named/chroot/var/named/
chmod 775 /var/named/chroot/var/run/
chmod 777 /var/named/chroot/var/run/named/
cd /var/named/chroot/var/named/
ln -s ../../ chroot
Recent comments
1 day 15 hours ago
1 day 18 hours ago
2 days 5 hours ago
2 days 8 hours ago
2 days 12 hours ago
2 days 19 hours ago
3 days 4 hours ago
3 days 6 hours ago
3 days 14 hours ago
3 days 15 hours ago