On a virtual machine on my office computer I am trying out DNS management and I seem to detect a number of problems. When adding a subdomain pma.domain.com I see in /var/log/liveconfig/liveconfig.log error messages like this:
[2016/01/12 20:32:09.846161] [1103|1108] Error while updating zone 'domain.com' (host 'pma'): DNS update failed
The only thing that is written is the standard domain.com.db, but it is not loaded by bind because I also see in /var/log/syslog:
Jan 12 20:25:46 domain named[1720]: zone domain.com/IN: NS 'ns1.domain.com' has no address records (A or AAAA)
Jan 12 20:25:46 domain named[1720]: zone domain.com/IN: not loaded due to errors.
I added in LC this ns1 subdomain and the A record but since no subdomains are written to any file, this will not help.
This on Ubuntu 14.04.3 LTS with LiveConfig 2.0.1-r3988
Please let me know what other information I should provide to debug this.