In the spate of misadventures with suPHP after the last update, I didn't notice this until a customer tried to create a new account/domain.
Previously, when a new domain was setup, DA puts the named config file for the domain in /var/named/chroot/var/named with a link of the same name in /var/named.
e.g. /var/named/placebo.com.db -> /var/named/chroot/var/named/placebo.com.db with owner root:named
However, since the update apparently, DA stores the file itself in /var/named without any linking anymore, and the ownership is root:root
For some reason, it seems that this is causing DNS to fail, as in, the domain cannot be found even after a few days.
I've tried manually to mv the file into the chroot folder, then creating a link and restarting named after that. There was no error with named when restarting. Given the default 86400 seconds, I'm waiting to see if after 24hrs, the domain starts showing up on the Internet.
If so, is there anyway to edit DA to configure it to do the same thing as before?
Also, in the same line, is it possible to configure DA to set up new domain records with lower timings instead of 24hrs, say 4hours and remain that way even when new versions are updated?
Previously, when a new domain was setup, DA puts the named config file for the domain in /var/named/chroot/var/named with a link of the same name in /var/named.
e.g. /var/named/placebo.com.db -> /var/named/chroot/var/named/placebo.com.db with owner root:named
However, since the update apparently, DA stores the file itself in /var/named without any linking anymore, and the ownership is root:root
For some reason, it seems that this is causing DNS to fail, as in, the domain cannot be found even after a few days.
I've tried manually to mv the file into the chroot folder, then creating a link and restarting named after that. There was no error with named when restarting. Given the default 86400 seconds, I'm waiting to see if after 24hrs, the domain starts showing up on the Internet.
If so, is there anyway to edit DA to configure it to do the same thing as before?
Also, in the same line, is it possible to configure DA to set up new domain records with lower timings instead of 24hrs, say 4hours and remain that way even when new versions are updated?