I have Scalr updating the
client zones in a DNS chroot environment, however the
client zones file is not loaded.
I get the following error message in my log file
30-Nov-2011 13:53:02.967 zone
qcozz.com/IN: loading from master file client_zones/qcozz.com.db failed: file not found
30-Nov-2011 13:53:02.967 zone
qcozz.com/IN: not loaded due to errors.
I took the log at face value thinking that there was no path for the client_zones/qcozz.com.db file but the path has been symlinked to take care of any missing paths required for Scalr.
My symlinks are setup like this
/etc/bind -> /var/lib/named/etc/bind
/var/named/etc/namedb/client_zones -> /var/lib/named/etc/bind/client_zones
Has anyone setup DNS chroot with scalr?