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
21 hours 36 min ago
1 day 2 hours ago
1 day 4 hours ago
1 day 4 hours ago
1 day 6 hours ago
1 day 11 hours ago
1 day 11 hours ago
1 day 14 hours ago
2 days 3 hours ago
2 days 4 hours ago