zpanel / zpanelx

ZPanel is a web hosting control panel written in PHP for Windows and *NIX host OS's.
http://www.zpanelcp.com
Other
415 stars 296 forks source link

named not receiving GUI updates for DNS #255

Open didyouexpectthat opened 10 years ago

didyouexpectthat commented 10 years ago

Hello.

In MySQL, under zpanel, zpanel_core, x_dns, entry 267 is as follows.

dn_id_pk int(6) unsigned 267
dn_acc_fk int(6) 1
dn_name_vc varchar(255) threefifteen.info
dn_vhost_fk int(6) 1 dn_type_vc varchar(50) A
dn_host_vc varchar(100) cpanel
dn_ttl_in int(30) 86400 dn_target_vc varchar(255) 199.101.98.36
dn_texttarget_tx varchar(255)
dn_priority_in int(50) 0 dn_weight_in int(50) 0 dn_port_in int(50) 0 dn_created_ts int(30) 1412622298 dn_deleted_ts int(30)

I've forced update with zpanel and with named.

root@hosting:[/]# cat /etc/zpanel/configs/bind/zones/threefifteen.info.txt | grep cpanel root@hosting:[/]#

Running on CentOS 6.5

Not sure where I should be seeing logging for the updates.