can't delete or edit a dns zone

winger

Verified User
Joined
Oct 5, 2004
Messages
176
Location
Rio de Janeiro - Brasil
if I try to delete or edit a dns zone I got this error:

Error Deleting Records

Details

Unable to save dns zone: named-zonecheck returned:
loading "domain.info" from "/var/named/domain.info.db.temp" class "IN"
zone domain.info/IN: NS 'ns1.domain.info' has no address records (A or AAAA)
zone domain.info/IN: not loaded due to errors.

any help in fix this?
 
the weird is that we have 3 servers in a dns cluster

ns1 - DA with CentOS 6.x 64 bits

ns2 - DA winh CentOS 5.x 64 bits

ns3 - DA with CentOS 6.x 64 bits

I got the error at the ns1 and ns3 servers and if I edit a dns zone at the ns2 it works in all of then :confused:
 
zone domain.info/IN: NS 'ns1.domain.info' has no address records (A or AAAA)

Try to add A record for ns1 like

NS A YOUR_NS1_SERVER_IP

Regards
 
zone domain.info/IN: NS 'ns1.domain.info' has no address records (A or AAAA)

Try to add A record for ns1 like

NS A YOUR_NS1_SERVER_IP

Regards

thanks, but I have this problem at any domain

it was all working until named stops to work, we have managed to have named working again but we can not open to edir or delete any file
 
Back
Top