> Not sure whether this has anything to do with the recent update but my
> secondary DNS server doesn't seem to be updating records anymore!
>
> Apart from the update, nothing has been changed on this server - but it
> seems to no longer be updating the secondary records from the primary
> records.
>
> The primary still has zone transfer access allowed etc.
>
> Anybody able to give me a clue?
Do;
/bin/chmod 770 /var/named/chroot/var/named
You may need to restart named then.
service named restart
Also, restart named on the secondary server as well.
-Brian