Bind unresponsive during validity checks of zone reload
Summary
When a large zone is reloaded, and Bind start with the zone validity checks, Bind becomes unresponsive/slow for DNS queries until the reload is finished.
BIND version used
ISC Ubuntu PPA: 9.14.4-2+ubuntu18.04.1+deb.sury.org+1
BIND 9.14.4-Ubuntu (Stable Release) <id:ab4c496>
running on Linux x86_64 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019
built by make with '--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=/usr/include' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--disable-silent-rules' '--libdir=/usr/lib/x86_64-linux-gnu' '--libexecdir=/usr/lib/x86_64-linux-gnu' '--disable-maintainer-mode' '--disable-dependency-tracking' '--libdir=/usr/lib/x86_64-linux-gnu' '--sysconfdir=/etc/bind' '--with-python=python3' '--localstatedir=/' '--enable-threads' '--enable-largefile' '--with-libtool' '--enable-shared' '--enable-static' '--with-gost=no' '--with-openssl=/usr' '--with-gssapi=/usr' '--with-libidn2' '--with-libjson=/usr' '--with-lmdb=/usr' '--with-gnu-ld' '--with-geoip2' '--with-atf=no' '--enable-ipv6' '--enable-rrl' '--enable-filter-aaaa' '--disable-native-pkcs11' '--enable-dnstap' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fdebug-prefix-map=/build/bind9-uP6eK4/bind9-9.14.4=. -fstack-protector-strong -Wformat -Werror=format-security -fno-strict-aliasing -fno-delete-null-pointer-checks -DNO_VERSION_DATE -DDIG_SIGCHASE' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2'
compiled by GCC 7.4.0
compiled with OpenSSL version: OpenSSL 1.1.1 11 Sep 2018
linked to OpenSSL version: OpenSSL 1.1.1 11 Sep 2018
compiled with libxml2 version: 2.9.4
linked to libxml2 version: 20904
compiled with libjson-c version: 0.12.1
linked to libjson-c version: 0.12.1
compiled with zlib version: 1.2.11
linked to zlib version: 1.2.11
threads support is enabled
default paths:
named configuration: /etc/bind/named.conf
rndc configuration: /etc/bind/rndc.conf
DNSSEC root key: /etc/bind/bind.keys
nsupdate session key: //run/named/session.key
named PID file: //run/named/named.pid
named lock file: //run/named/named.lock
Steps to reproduce
A VM with 2 CPUs and 32G Ram. Configure Bind to load the "net" zone (freely available via https://czds.icann.org/home):
zone "net" {
type master;
file "/etc/bind/zones/net";
allow-transfer { 1.2.3.0/21; };
notify explicit;
also-notify { 1.2.3.139; };
};
Then, start Bind and wait until the zone is loaded and DNS queries are served.
In a second shell starting querying the zone, for example: while true; do date; dig @127.0.0.1 SOA net |egrep 'a.gtld-servers.net.|Query time|timed out';echo ""; sleep 1; done
Then, increase the zone's serial - I use "hexedit" as normal editors try load the whole textfile.
Then call rndc reload net
. In my setup, loading the zone takes around 3 minutes. As the zone is already in the file buffers, the zone loading is CPU bound. One of my CPUs is at 100%, the other CPU is idle. When the zone was loaded, Bind starts with validity checks ("zone net/IN: loaded; checking validity").
Once the validity checks begin, Bind becomes unresponsive and dig experiences timeouts. during the validity checks, Bind also consumes 1 CPU with 100%, the other CPU is idle. RAM is not an issue, after initial loading Bind uses 4.3G RAM, after reload 8.6G RAM.
Please see attached log files from Bind and the output of my dig command. You can relate the timestamps.
I have seen this issue also with Bind slaves with other large zones and large IXFRs. I initially thought this is a disk IO problem when dumping zones/journals to disk. But this time I can reproduce it with a "master" setup where there are now disk writes - only disk-reads from data which is in the buffers. Hence I do not believe this is a disk-IO problem.
I have seens this behavior also with Bind 9.11.3+dfsg-1ubuntu1.8 and older Bind versions.
I have reported this before on the users mailing list, but never gained attraction:
- https://lists.isc.org/pipermail/bind-users/2018-March/099814.html
- https://lists.isc.org/pipermail/bind-users/2019-March/101579.html
What is the current bug behavior?
Bind is very very slow answering queries
What is the expected correct behavior?
Bind should answer queries without drops during the zone reload.
Relevant configuration files
logging {
channel "log_message" {
file "/var/log/named/log_message" versions 4 size 10485760;
severity debug 1;
print-time yes;
print-severity yes;
print-category yes;
};
category "notify" {
"log_message";
};
category "xfer-in" {
"log_message";
};
category "xfer-out" {
"log_message";
};
category "dnssec" {
"log_message";
};
category "zoneload" {
"log_message";
};
category "default" {
"log_message";
};
category "network" {
"log_message";
};
category "dispatch" {
"log_message";
};
category "config" {
"log_message";
};
category "general" {
"log_message";
};
};
options {
directory "/var/cache/bind";
listen-on-v6 {
"any";
};
auth-nxdomain no;
dnssec-validation auto;
recursion no;
};
zone "net" {
type master;
file "/etc/bind/zones/net";
allow-transfer {
1.2.3.0/21;
};
also-notify {
1.2.3.139;
};
notify explicit;
};
Relevant logs and/or screenshots
See also the attachments.
bind.log
13-Aug-2019 16:38:02.289 general: info: received control channel command 'reload net'
13-Aug-2019 16:38:02.289 zoneload: debug 1: zone net/IN: starting load
13-Aug-2019 16:38:02.289 general: debug 1: zone_startload: zone net/IN: enter
13-Aug-2019 16:38:02.290 general: warning: /etc/bind/zones/net:108: signature has expired
13-Aug-2019 16:40:48.208 general: debug 1: zone_loaddone: zone net/IN: enter
13-Aug-2019 16:40:48.208 zoneload: debug 1: zone net/IN: loaded; checking validity
13-Aug-2019 16:40:48.244 general: error: zone net/IN: 0580.net/NS 'dns.cndomain.net' has no address records (A or AAAA)
13-Aug-2019 16:40:48.324 general: error: zone net/IN: 123ezvideo.net/NS 'ns1.wappoocreek.net' has no address records (A or AAAA)
13-Aug-2019 16:40:48.324 general: error: zone net/IN: 123ezvideo.net/NS 'ns2.wappoocreek.net' has no address records (A or AAAA)
13-Aug-2019 16:40:48.724 general: error: zone net/IN: 4five.net/NS 'ns1.gnlct.net' has no address records (A or AAAA)
13-Aug-2019 16:40:48.724 general: error: zone net/IN: 4five.net/NS 'ns2.gnlct.net' has no address records (A or AAAA)
13-Aug-2019 16:40:48.743 general: error: zone net/IN: 4votes.net/NS 'ns1.dunkit.net' has no address records (A or AAAA)
13-Aug-2019 16:40:48.743 general: error: zone net/IN: 4votes.net/NS 'ns2.dunkit.net' has no address records (A or AAAA)
13-Aug-2019 16:40:48.760 general: error: zone net/IN: 513k.net/NS 'dns.cndomain.net' has no address records (A or AAAA)
13-Aug-2019 16:40:49.100 general: error: zone net/IN: 96909.net/NS 'dns.cndomain.net' has no address records (A or AAAA)
13-Aug-2019 16:40:49.321 general: error: zone net/IN: accommodation-noosa.net/NS 'ns1.firstin.rapiddns.domaindeletedtpp.net' has no address records (A or AAAA)
13-Aug-2019 16:40:49.321 general: error: zone net/IN: accommodation-noosa.net/NS 'ns2.firstin.rapiddns.domaindeletedtpp.net' has no address records (A or AAAA)
13-Aug-2019 16:40:49.577 general: error: zone net/IN: aefae.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:40:49.577 general: error: zone net/IN: aefae.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:40:50.583 general: error: zone net/IN: ansori.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:40:50.583 general: error: zone net/IN: ansori.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:40:50.589 general: error: zone net/IN: antartikapedia.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:40:50.589 general: error: zone net/IN: antartikapedia.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:40:50.751 general: error: zone net/IN: appopen.net/NS 'ns01.bwwest.net' has no address records (A or AAAA)
13-Aug-2019 16:40:50.751 general: error: zone net/IN: appopen.net/NS 'ns02.bwwest.net' has no address records (A or AAAA)
13-Aug-2019 16:40:50.888 general: error: zone net/IN: ariansanat.net/NS 'ns1.morvaarid.net' has no address records (A or AAAA)
13-Aug-2019 16:40:50.889 general: error: zone net/IN: ariansanat.net/NS 'ns2.morvaarid.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.045 general: error: zone net/IN: as395089.net/NS 'ns2.henchman21.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.243 general: error: zone net/IN: atlanticconferences.net/NS 'ns1.rscs.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.243 general: error: zone net/IN: atlanticconferences.net/NS 'ns2.rscs.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.256 general: error: zone net/IN: atmmaintanence.net/NS 'ns1.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.256 general: error: zone net/IN: atmmaintanence.net/NS 'ns2.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.258 general: error: zone net/IN: atmwrap.net/NS 'ns1.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.258 general: error: zone net/IN: atmwrap.net/NS 'ns2.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.363 general: error: zone net/IN: authorizedby.net/NS 'ns01.bwwest.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.363 general: error: zone net/IN: authorizedby.net/NS 'ns02.bwwest.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.627 general: error: zone net/IN: badenk-9.net/NS 'coal.mediaforge.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.627 general: error: zone net/IN: badenk-9.net/NS 'poker.mediaforge.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.884 general: error: zone net/IN: bbc4738.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.884 general: error: zone net/IN: bbc4738.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.998 general: error: zone net/IN: beecp.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:40:51.998 general: error: zone net/IN: beecp.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:40:52.328 general: error: zone net/IN: bigredhand.net/NS 'ns1.exodns.net' has no address records (A or AAAA)
13-Aug-2019 16:40:52.328 general: error: zone net/IN: bigredhand.net/NS 'ns2.exodns.net' has no address records (A or AAAA)
13-Aug-2019 16:40:52.507 general: error: zone net/IN: bjsinsurancegroup.net/NS 'ns1.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:40:52.507 general: error: zone net/IN: bjsinsurancegroup.net/NS 'ns2.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:40:52.524 general: error: zone net/IN: blackandwhitemarketing.net/NS 'ns1.quid5.net' has no address records (A or AAAA)
13-Aug-2019 16:40:52.524 general: error: zone net/IN: blackandwhitemarketing.net/NS 'ns2.quid5.net' has no address records (A or AAAA)
13-Aug-2019 16:40:52.797 general: error: zone net/IN: bonniebraefarms.net/NS 'ns.monad.net' has no address records (A or AAAA)
13-Aug-2019 16:40:52.818 general: error: zone net/IN: bookpond.net/NS 'ns1.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:40:52.818 general: error: zone net/IN: bookpond.net/NS 'ns2.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:40:53.101 general: error: zone net/IN: brownandcompanydesign.net/NS 'ns1.rscs.net' has no address records (A or AAAA)
13-Aug-2019 16:40:53.101 general: error: zone net/IN: brownandcompanydesign.net/NS 'ns2.rscs.net' has no address records (A or AAAA)
13-Aug-2019 16:40:53.729 general: error: zone net/IN: carpemomentum.net/NS 'dns.taowebs.net' has no address records (A or AAAA)
13-Aug-2019 16:40:54.231 general: error: zone net/IN: chdata.net/NS 'ns1.digitalparagon.net.lamedelegationservers.net' has no address records (A or AAAA)
13-Aug-2019 16:40:54.599 general: error: zone net/IN: ciscodude.net/NS 'ns2.henchman21.net' has no address records (A or AAAA)
13-Aug-2019 16:40:54.661 general: error: zone net/IN: clairaudient.net/NS 'penfold.troo.net' has no address records (A or AAAA)
13-Aug-2019 16:40:54.719 general: error: zone net/IN: clearman.net/NS 'dns1.ryza.net' has no address records (A or AAAA)
13-Aug-2019 16:40:54.720 general: error: zone net/IN: clearman.net/NS 'dns2.ryza.net' has no address records (A or AAAA)
13-Aug-2019 16:40:54.781 general: error: zone net/IN: clonewarsadventures.net/NS 'ns1.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:40:54.781 general: error: zone net/IN: clonewarsadventures.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:40:54.781 general: error: zone net/IN: clonewarsadventures.net/NS 'ns5.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:40:54.781 general: error: zone net/IN: clonewarsadventures.net/NS 'ns6.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:40:55.500 general: error: zone net/IN: courthousedata.net/NS 'ns1.digitalparagon.net.lamedelegationservers.net' has no address records (A or AAAA)
13-Aug-2019 16:40:55.573 general: error: zone net/IN: cpldis.net/NS 'ns1.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:40:55.573 general: error: zone net/IN: cpldis.net/NS 'ns2.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:40:55.574 general: error: zone net/IN: cpldistribution.net/NS 'ns1.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:40:55.574 general: error: zone net/IN: cpldistribution.net/NS 'ns2.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:40:55.883 general: error: zone net/IN: culturewar.net/NS 'penfold.troo.net' has no address records (A or AAAA)
13-Aug-2019 16:40:56.467 general: error: zone net/IN: deliverlab.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:40:56.468 general: error: zone net/IN: deliverlab.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:40:56.972 general: error: zone net/IN: distrirecrute.net/NS 'dns1.canelle-hebergement.net' has no address records (A or AAAA)
13-Aug-2019 16:40:56.972 general: error: zone net/IN: distrirecrute.net/NS 'dns2.canelle-hebergement.net' has no address records (A or AAAA)
13-Aug-2019 16:40:57.472 general: error: zone net/IN: dumpcore.net/NS 'dns.taowebs.net' has no address records (A or AAAA)
13-Aug-2019 16:40:57.768 general: error: zone net/IN: ecomversion.net/NS 'ns1.ovhosts.net' has no address records (A or AAAA)
13-Aug-2019 16:40:57.768 general: error: zone net/IN: ecomversion.net/NS 'ns2.ovhosts.net' has no address records (A or AAAA)
13-Aug-2019 16:40:57.768 general: error: zone net/IN: ecomversions.net/NS 'lanternshop-dns3.ovhosts.net' has no address records (A or AAAA)
13-Aug-2019 16:40:57.768 general: error: zone net/IN: ecomversions.net/NS 'lanternshop-dns4.ovhosts.net' has no address records (A or AAAA)
13-Aug-2019 16:40:57.940 general: error: zone net/IN: eisecurity.net/NS 'ns1.eiservices.net' has no address records (A or AAAA)
13-Aug-2019 16:40:57.940 general: error: zone net/IN: eisecurity.net/NS 'ns5.eiservices.net' has no address records (A or AAAA)
13-Aug-2019 16:40:57.940 general: error: zone net/IN: eisecurity.net/NS 'ns6.eiservices.net' has no address records (A or AAAA)
13-Aug-2019 16:40:57.940 general: error: zone net/IN: eisecurity.net/NS 'ns7.eiservices.net' has no address records (A or AAAA)
13-Aug-2019 16:40:57.940 general: error: zone net/IN: eisecurity.net/NS 'ns8.eiservices.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.105 general: error: zone net/IN: elumen.net/NS 'dns.taowebs.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.141 general: error: zone net/IN: emeraldgalleries.net/NS 'ns1.xgdns.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.141 general: error: zone net/IN: emeraldgalleries.net/NS 'ns2.xgdns.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1033811888-1563885214813-2-h.net/NS 'emt-ns1.emt-t-1103083444-1563602472054-2-tula.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1064922227-1563888196065-2-rktw.net/NS 'emt-ns1.emt-t-1186833606-1563516024397-2-hjjv.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1208953414-1563887187191-2-ydky.net/NS 'emt-ns1.emt-t-521044988-1563555868629-2-zok.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1377472001-1563884928211-2-d.net/NS 'emt-ns1.emt-t-404928151-1563602625049-2-pqwop.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1422170273-1563884837074-2-xp.net/NS 'emt-ns1.emt-t-395988623-1563516180402-2-dedvn.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1423561989-1563813129365-2-zezy.net/NS 'emt-ns1.emt-t-1946008882-1556298364639-2-klcmw.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1425412118-1563887212663-2-sj.net/NS 'emt-ns1.emt-t-1987065963-1563397803543-2-wkcx.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1432042857-1563885914191-2-yqgs.net/NS 'emt-ns1.emt-t-934588395-1563555900018-2-txzpx.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1482706050-1563887403519-2-mbws.net/NS 'emt-ns1.emt-t-1103083444-1563602472054-2-tula.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1587368407-1563886873724-2-edn.net/NS 'emt-ns1.emt-t-1783008994-1563459005754-2-wux.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1622884042-1563834882566-2-e.net/NS 'emt-ns1.emt-t-1987065963-1563397803543-2-wkcx.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1709125541-1563884443047-2-nvtg.net/NS 'emt-ns1.emt-t-934588395-1563555900018-2-txzpx.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1718055931-1563886754249-2-xvr.net/NS 'emt-ns1.emt-t-1186833606-1563516024397-2-hjjv.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1784271004-1563885651039-2-znzgv.net/NS 'emt-ns1.emt-t-404928151-1563602625049-2-pqwop.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1794483390-1563814575114-2-f.net/NS 'emt-ns1.emt-t-453984219-1556298390619-2-wwlb.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1858020672-1563884931045-2-oigg.net/NS 'emt-ns1.emt-t-721736589-1563631392016-2-qhbe.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1876998896-1563845700370-2-gumyr.net/NS 'emt-ns1.emt-t-934588395-1563555900018-2-txzpx.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-1905340372-1563887095552-2-yopm.net/NS 'emt-ns1.emt-t-721736589-1563631392016-2-qhbe.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-2042827301-1563816086172-2-r.net/NS 'emt-ns1.emt-t-453984219-1556298390619-2-wwlb.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-2076013125-1563815422320-2-y.net/NS 'emt-ns1.emt-t-1946008882-1556298364639-2-klcmw.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-209738102-1563886280328-2-epz.net/NS 'emt-ns1.emt-t-395988623-1563516180402-2-dedvn.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-2098893438-1563896041558-2-ley.net/NS 'emt-ns1.emt-t-894939202-1563895135947-2-zgmxg.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-2125047043-1563886670588-2-qtdm.net/NS 'emt-ns1.emt-t-934588395-1563555900018-2-txzpx.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-2143532205-1563814635289-2-zl.net/NS 'emt-ns1.emt-t-1946008882-1556298364639-2-klcmw.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-284928577-1563885034158-2-t.net/NS 'emt-ns1.emt-t-1987065963-1563397803543-2-wkcx.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-539725573-1563885766948-2-bnn.net/NS 'emt-ns1.emt-t-1987065963-1563397803543-2-wkcx.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-542328227-1563896828384-2-hgxh.net/NS 'emt-ns1.emt-t-840880512-1563895162167-2-wuud.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-543081026-1563886719314-2-bbf.net/NS 'emt-ns1.emt-t-1102776308-1563602444945-2-un.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-603946136-1563896077893-2-w.net/NS 'emt-ns1.emt-t-840880512-1563895162167-2-wuud.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.199 general: error: zone net/IN: emt-t-60858781-1563887098507-2-ohf.net/NS 'emt-ns1.emt-t-404928151-1563602625049-2-pqwop.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.200 general: error: zone net/IN: emt-t-630572779-1563813852659-2-xhr.net/NS 'emt-ns1.emt-t-453984219-1556298390619-2-wwlb.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.200 general: error: zone net/IN: emt-t-640222669-1563896800928-2-xsp.net/NS 'emt-ns1.emt-t-894939202-1563895135947-2-zgmxg.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.200 general: error: zone net/IN: emt-t-712846578-1563885710780-2-vyhql.net/NS 'emt-ns1.emt-t-521044988-1563555868629-2-zok.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.200 general: error: zone net/IN: emt-t-782016718-1563886033659-2-s.net/NS 'emt-ns1.emt-t-1186833606-1563516024397-2-hjjv.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.200 general: error: zone net/IN: emt-t-834812770-1563887001847-2-rifs.net/NS 'emt-ns1.emt-t-395988623-1563516180402-2-dedvn.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.200 general: error: zone net/IN: emt-t-924788770-1563811622835-2-hi.net/NS 'emt-ns1.emt-t-453984219-1556298390619-2-wwlb.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.200 general: error: zone net/IN: emt-t-998887898-1563885947561-2-i.net/NS 'emt-ns1.emt-t-1103083444-1563602472054-2-tula.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.377 general: error: zone net/IN: eqnlandmark.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.452 general: error: zone net/IN: erzax.net/NS 'ns1.trxhost.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.452 general: error: zone net/IN: erzax.net/NS 'ns2.trxhost.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.671 general: error: zone net/IN: everquestnextlandmark.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.850 general: error: zone net/IN: ezua.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.850 general: error: zone net/IN: ezua.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.864 general: error: zone net/IN: f9update.net/NS 'ns1.proplannetworks.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.864 general: error: zone net/IN: f9update.net/NS 'ns2.proplannetworks.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.919 general: error: zone net/IN: faisalblog.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:40:58.919 general: error: zone net/IN: faisalblog.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:00.525 general: error: zone net/IN: gigglebooks.net/NS 'ns1.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:00.525 general: error: zone net/IN: gigglebooks.net/NS 'ns2.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:00.525 general: error: zone net/IN: gigglepops.net/NS 'ns1.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:00.525 general: error: zone net/IN: gigglepops.net/NS 'ns2.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:00.719 general: error: zone net/IN: gocketnoi.net/NS 'ns1.zingteen.net' has no address records (A or AAAA)
13-Aug-2019 16:41:00.719 general: error: zone net/IN: gocketnoi.net/NS 'ns2.zingteen.net' has no address records (A or AAAA)
13-Aug-2019 16:41:01.126 general: error: zone net/IN: grupoalbacora.net/NS 'dns69.redemptionperiodhost.net' has no address records (A or AAAA)
13-Aug-2019 16:41:01.126 general: error: zone net/IN: grupoalbacora.net/NS 'dns79.redemptionperiodhost.net' has no address records (A or AAAA)
13-Aug-2019 16:41:01.169 general: error: zone net/IN: gtres.net/NS 'dns111.redemptionperiodhost.net' has no address records (A or AAAA)
13-Aug-2019 16:41:01.169 general: error: zone net/IN: gtres.net/NS 'dns112.redemptionperiodhost.net' has no address records (A or AAAA)
13-Aug-2019 16:41:01.272 general: error: zone net/IN: gxn7.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:01.272 general: error: zone net/IN: gxn7.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:01.349 general: error: zone net/IN: hahakids.net/NS 'ns1.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:01.349 general: error: zone net/IN: hahakids.net/NS 'ns2.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:02.384 general: error: zone net/IN: howtoweddingfair.net/NS 'ns1.onguide.net' has no address records (A or AAAA)
13-Aug-2019 16:41:02.783 general: error: zone net/IN: identisend.net/NS 'ns1.zenithdatasystems.net' has no address records (A or AAAA)
13-Aug-2019 16:41:02.783 general: error: zone net/IN: identisend.net/NS 'ns2.zenithdatasystems.net' has no address records (A or AAAA)
13-Aug-2019 16:41:03.424 general: error: zone net/IN: insurancevillage.net/NS 'ns1.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:03.424 general: error: zone net/IN: insurancevillage.net/NS 'ns2.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:03.578 general: error: zone net/IN: ionnxa.net/NS 'ns1.trxhost.net' has no address records (A or AAAA)
13-Aug-2019 16:41:03.578 general: error: zone net/IN: ionnxa.net/NS 'ns2.trxhost.net' has no address records (A or AAAA)
13-Aug-2019 16:41:03.831 general: error: zone net/IN: iukxn.net/NS 'ns1.trxhost.net' has no address records (A or AAAA)
13-Aug-2019 16:41:03.831 general: error: zone net/IN: iukxn.net/NS 'ns2.trxhost.net' has no address records (A or AAAA)
13-Aug-2019 16:41:03.856 general: error: zone net/IN: iwicommunity.net/NS 'ns3.hostinz.net' has no address records (A or AAAA)
13-Aug-2019 16:41:03.856 general: error: zone net/IN: iwicommunity.net/NS 'ns4.hostinz.net' has no address records (A or AAAA)
13-Aug-2019 16:41:03.994 general: error: zone net/IN: jarrodsmith.net/NS 'ns1.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:03.994 general: error: zone net/IN: jarrodsmith.net/NS 'ns2.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:04.073 general: error: zone net/IN: jeannetterowe.net/NS 'ns1.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:04.073 general: error: zone net/IN: jeannetterowe.net/NS 'ns2.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:04.566 general: error: zone net/IN: juntoplus.net/NS 'ns1.biztekinc.net' has no address records (A or AAAA)
13-Aug-2019 16:41:04.567 general: error: zone net/IN: juntoplus.net/NS 'ns2.biztekinc.net' has no address records (A or AAAA)
13-Aug-2019 16:41:04.722 general: error: zone net/IN: kanamono-club.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:04.722 general: error: zone net/IN: kanamono-club.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:05.095 general: error: zone net/IN: kingsys.net/NS 'dns.cndomain.net' has no address records (A or AAAA)
13-Aug-2019 16:41:05.099 general: error: zone net/IN: kinlyside.net/NS 'ns1.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:05.099 general: error: zone net/IN: kinlyside.net/NS 'ns2.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:05.371 general: error: zone net/IN: krisk.net/NS 'dns1.sudet.net' has no address records (A or AAAA)
13-Aug-2019 16:41:05.458 general: error: zone net/IN: kurumakaitori-navi.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:05.458 general: error: zone net/IN: kurumakaitori-navi.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:05.654 general: error: zone net/IN: landmarkthegame.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:05.676 general: error: zone net/IN: lanranger.net/NS 'dns1.ryza.net' has no address records (A or AAAA)
13-Aug-2019 16:41:05.676 general: error: zone net/IN: lanranger.net/NS 'dns2.ryza.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.130 general: error: zone net/IN: libertyoffices.net/NS 'ns1.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.130 general: error: zone net/IN: libertyoffices.net/NS 'ns2.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.385 general: error: zone net/IN: liyn-an.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.385 general: error: zone net/IN: liyn-an.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.430 general: error: zone net/IN: loblolly.net/NS 'dns1.ryza.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.430 general: error: zone net/IN: loblolly.net/NS 'dns2.ryza.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.453 general: error: zone net/IN: locksmith-24.net/NS 'ns1.dnssites.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.454 general: error: zone net/IN: locksmith-24.net/NS 'ns2.dnssites.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.552 general: error: zone net/IN: lortsmith.net/NS 'ns1.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.552 general: error: zone net/IN: lortsmith.net/NS 'ns2.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.708 general: error: zone net/IN: lumilab.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.708 general: error: zone net/IN: lumilab.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.860 general: error: zone net/IN: maddoxsmith.net/NS 'ns1.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.860 general: error: zone net/IN: maddoxsmith.net/NS 'ns2.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.993 general: error: zone net/IN: makerteam.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:06.993 general: error: zone net/IN: makerteam.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:07.257 general: error: zone net/IN: maryjobrown.net/NS 'ns1.rscs.net' has no address records (A or AAAA)
13-Aug-2019 16:41:07.258 general: error: zone net/IN: maryjobrown.net/NS 'ns2.rscs.net' has no address records (A or AAAA)
13-Aug-2019 16:41:07.341 general: error: zone net/IN: mattcannon.net/NS 'ns1.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:07.341 general: error: zone net/IN: mattcannon.net/NS 'ns2.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:07.425 general: error: zone net/IN: mbnog.net/NS 'ns2.henchman21.net' has no address records (A or AAAA)
13-Aug-2019 16:41:07.884 general: error: zone net/IN: micromaq.net/NS 'dns120.redemptionperiodhost.net' has no address records (A or AAAA)
13-Aug-2019 16:41:07.884 general: error: zone net/IN: micromaq.net/NS 'dns121.redemptionperiodhost.net' has no address records (A or AAAA)
13-Aug-2019 16:41:08.023 general: error: zone net/IN: minerpro.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:08.023 general: error: zone net/IN: minerpro.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:08.206 general: error: zone net/IN: mobileatms.net/NS 'ns1.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:08.206 general: error: zone net/IN: mobileatms.net/NS 'ns2.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:08.384 general: error: zone net/IN: moonpoongji.net/NS 'ns.homekorea.net' has no address records (A or AAAA)
13-Aug-2019 16:41:09.392 general: error: zone net/IN: nevskiyprospekt.net/NS 'ns1.moriboydns.net.lamedelegationservers.net' has no address records (A or AAAA)
13-Aug-2019 16:41:09.392 general: error: zone net/IN: nevskiyprospekt.net/NS 'ns2.moriboydns.net.lamedelegationservers.net' has no address records (A or AAAA)
13-Aug-2019 16:41:09.426 general: error: zone net/IN: newitonline.net/NS 'ns1.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:09.426 general: error: zone net/IN: newitonline.net/NS 'ns2.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:09.554 general: error: zone net/IN: nickstricks.net/NS 'ns1.quid5.net' has no address records (A or AAAA)
13-Aug-2019 16:41:09.554 general: error: zone net/IN: nickstricks.net/NS 'ns2.quid5.net' has no address records (A or AAAA)
13-Aug-2019 16:41:10.350 general: error: zone net/IN: onlinedatingblueprint.net/NS 'ns1.recorderbooks.net' has no address records (A or AAAA)
13-Aug-2019 16:41:10.350 general: error: zone net/IN: onlinedatingblueprint.net/NS 'ns2.recorderbooks.net' has no address records (A or AAAA)
13-Aug-2019 16:41:10.850 general: error: zone net/IN: pamaterial.net/NS 'ns3.store.onthee.net' has no address records (A or AAAA)
13-Aug-2019 16:41:10.850 general: error: zone net/IN: pamaterial.net/NS 'ns13.store.onthee.net' has no address records (A or AAAA)
13-Aug-2019 16:41:10.850 general: error: zone net/IN: pamaterial.net/NS 'ns19.store.onthee.net' has no address records (A or AAAA)
13-Aug-2019 16:41:10.864 general: error: zone net/IN: pandawastore.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:10.864 general: error: zone net/IN: pandawastore.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:11.041 general: error: zone net/IN: patrihotel.net/NS 'ns1.recorderbooks.net' has no address records (A or AAAA)
13-Aug-2019 16:41:11.041 general: error: zone net/IN: patrihotel.net/NS 'ns2.recorderbooks.net' has no address records (A or AAAA)
13-Aug-2019 16:41:11.105 general: error: zone net/IN: pbindo.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:11.105 general: error: zone net/IN: pbindo.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:11.105 general: error: zone net/IN: pbindonesia.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:11.105 general: error: zone net/IN: pbindonesia.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:11.282 general: error: zone net/IN: personalphysiciansgroup.net/NS 'dns1.ryza.net' has no address records (A or AAAA)
13-Aug-2019 16:41:11.282 general: error: zone net/IN: personalphysiciansgroup.net/NS 'dns2.ryza.net' has no address records (A or AAAA)
13-Aug-2019 16:41:11.922 general: error: zone net/IN: posnav.net/NS 'ns.bx.net' has no address records (A or AAAA)
13-Aug-2019 16:41:11.922 general: error: zone net/IN: posnav.net/NS 'ns2.bx.net' has no address records (A or AAAA)
13-Aug-2019 16:41:11.980 general: error: zone net/IN: ppgcalendar.net/NS 'dns1.ryza.net' has no address records (A or AAAA)
13-Aug-2019 16:41:11.980 general: error: zone net/IN: ppgcalendar.net/NS 'dns2.ryza.net' has no address records (A or AAAA)
13-Aug-2019 16:41:12.609 general: error: zone net/IN: quadnetit.net/NS 'ns1.ormis.net' has no address records (A or AAAA)
13-Aug-2019 16:41:12.609 general: error: zone net/IN: quadnetit.net/NS 'ns2.ormis.net' has no address records (A or AAAA)
13-Aug-2019 16:41:12.795 general: error: zone net/IN: raid-data.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:12.795 general: error: zone net/IN: raid-data.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:12.913 general: error: zone net/IN: razorsports.net/NS 'ns1.biztekinc.net' has no address records (A or AAAA)
13-Aug-2019 16:41:12.913 general: error: zone net/IN: razorsports.net/NS 'ns2.biztekinc.net' has no address records (A or AAAA)
13-Aug-2019 16:41:13.289 general: error: zone net/IN: residualincomebiz.net/NS 'ns1.wappoo.net' has no address records (A or AAAA)
13-Aug-2019 16:41:13.290 general: error: zone net/IN: residualincomebiz.net/NS 'ns2.wappoo.net' has no address records (A or AAAA)
13-Aug-2019 16:41:13.550 general: error: zone net/IN: rncarpio.net/NS 'penfold.troo.net' has no address records (A or AAAA)
13-Aug-2019 16:41:13.869 general: error: zone net/IN: rustads.net/NS 'ns1.greatplainshosting.net' has no address records (A or AAAA)
13-Aug-2019 16:41:13.869 general: error: zone net/IN: rustads.net/NS 'ns2.greatplainshosting.net' has no address records (A or AAAA)
13-Aug-2019 16:41:14.392 general: error: zone net/IN: schwarz-mode.net/NS 'ns3.uubi.net' has no address records (A or AAAA)
13-Aug-2019 16:41:14.439 general: error: zone net/IN: scoutingpages.net/NS 'ns01.bwwest.net' has no address records (A or AAAA)
13-Aug-2019 16:41:14.439 general: error: zone net/IN: scoutingpages.net/NS 'ns02.bwwest.net' has no address records (A or AAAA)
13-Aug-2019 16:41:14.654 general: error: zone net/IN: sellsword.net/NS 'penfold.troo.net' has no address records (A or AAAA)
13-Aug-2019 16:41:14.803 general: error: zone net/IN: setoband.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:14.803 general: error: zone net/IN: setoband.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.253 general: error: zone net/IN: simplesystem123.net/NS 'ns1.wappoo.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.253 general: error: zone net/IN: simplesystem123.net/NS 'ns2.wappoo.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.374 general: error: zone net/IN: skatechina.net/NS 'dns.cndomain.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.417 general: error: zone net/IN: sky-wars.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.417 general: error: zone net/IN: sky-wars.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.524 general: error: zone net/IN: smartmeterservices.net/NS 'ns1.webtized.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.524 general: error: zone net/IN: smartmeterservices.net/NS 'ns2.webtized.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.537 general: error: zone net/IN: smartycat.net/NS 'ns1.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.537 general: error: zone net/IN: smartycat.net/NS 'ns2.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.550 general: error: zone net/IN: smile-sharing.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.550 general: error: zone net/IN: smile-sharing.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.665 general: error: zone net/IN: soedirect.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.665 general: error: zone net/IN: soedirect.net/NS 'ns4.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.665 general: error: zone net/IN: soedirect.net/NS 'ns6.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.665 general: error: zone net/IN: soegame.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.665 general: error: zone net/IN: soegame.net/NS 'ns4.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.665 general: error: zone net/IN: soegame.net/NS 'ns6.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.665 general: error: zone net/IN: soegames.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.665 general: error: zone net/IN: soegames.net/NS 'ns4.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.665 general: error: zone net/IN: soegames.net/NS 'ns6.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.788 general: error: zone net/IN: sony-online.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.788 general: error: zone net/IN: sony-online.net/NS 'ns4.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.788 general: error: zone net/IN: sony-online.net/NS 'ns6.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.788 general: error: zone net/IN: sony-station.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.788 general: error: zone net/IN: sony-station.net/NS 'ns4.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.788 general: error: zone net/IN: sony-station.net/NS 'ns6.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.788 general: error: zone net/IN: sony-verant.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.788 general: error: zone net/IN: sony-verant.net/NS 'ns4.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.788 general: error: zone net/IN: sony-verant.net/NS 'ns6.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.789 general: error: zone net/IN: sonygames.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.789 general: error: zone net/IN: sonygames.net/NS 'ns4.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.789 general: error: zone net/IN: sonygames.net/NS 'ns6.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.790 general: error: zone net/IN: sonyonlineentertainment.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.790 general: error: zone net/IN: sonyonlineentertainment.net/NS 'ns4.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.790 general: error: zone net/IN: sonyonlineentertainment.net/NS 'ns6.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.790 general: error: zone net/IN: sonystation.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.790 general: error: zone net/IN: sonystation.net/NS 'ns4.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.790 general: error: zone net/IN: sonystation.net/NS 'ns6.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.790 general: error: zone net/IN: sonystyle.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.790 general: error: zone net/IN: sonystyle.net/NS 'ns4.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.790 general: error: zone net/IN: sonystyle.net/NS 'ns6.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.790 general: error: zone net/IN: sonyverant.net/NS 'ns2.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.790 general: error: zone net/IN: sonyverant.net/NS 'ns4.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.790 general: error: zone net/IN: sonyverant.net/NS 'ns6.sonyonline.net' has no address records (A or AAAA)
13-Aug-2019 16:41:15.967 general: error: zone net/IN: spellstrike.net/NS 'penfold.troo.net' has no address records (A or AAAA)
13-Aug-2019 16:41:16.144 general: error: zone net/IN: stacktrace.net/NS 'penfold.troo.net' has no address records (A or AAAA)
13-Aug-2019 16:41:16.352 general: error: zone net/IN: stockbon.net/NS 'dns.taowebs.net' has no address records (A or AAAA)
13-Aug-2019 16:41:16.697 general: error: zone net/IN: supraluminal.net/NS 'penfold.troo.net' has no address records (A or AAAA)
13-Aug-2019 16:41:16.748 general: error: zone net/IN: suveniri.net/NS 'dns1.zgmedia.net.lamedelegationservers.net' has no address records (A or AAAA)
13-Aug-2019 16:41:16.825 general: error: zone net/IN: swordspoint.net/NS 'penfold.troo.net' has no address records (A or AAAA)
13-Aug-2019 16:41:17.391 general: error: zone net/IN: teonor.net/NS 'penfold.troo.net' has no address records (A or AAAA)
13-Aug-2019 16:41:18.014 general: error: zone net/IN: thewilkinsonfamily.net/NS 'ns1.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:18.014 general: error: zone net/IN: thewilkinsonfamily.net/NS 'ns2.year2100.net' has no address records (A or AAAA)
13-Aug-2019 16:41:18.063 general: error: zone net/IN: thinmoon.net/NS 'dns01-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:18.063 general: error: zone net/IN: thinmoon.net/NS 'dns02-server-cowboy-net.unavailable-hosts.net' has no address records (A or AAAA)
13-Aug-2019 16:41:18.105 general: error: zone net/IN: threadsafe.net/NS 'penfold.troo.net' has no address records (A or AAAA)
13-Aug-2019 16:41:18.300 general: error: zone net/IN: tneicna.net/NS 'zeus.insolwwb.net.lamedelegationservers.net' has no address records (A or AAAA)
13-Aug-2019 16:41:18.300 general: error: zone net/IN: tneicna.net/NS 'alpha.insolwwb.net.lamedelegationservers.net' has no address records (A or AAAA)
13-Aug-2019 16:41:18.362 general: error: zone net/IN: tomdc.net/NS 'ns1.mackrotech.net' has no address records (A or AAAA)
13-Aug-2019 16:41:18.362 general: error: zone net/IN: tomdc.net/NS 'ns2.mackrotech.net' has no address records (A or AAAA)
13-Aug-2019 16:41:18.488 general: error: zone net/IN: touchhoneymoonfair.net/NS 'ns1.onguide.net' has no address records (A or AAAA)
13-Aug-2019 16:41:18.506 general: error: zone net/IN: tourtok.net/NS 'yee.hellostock.net' has no address records (A or AAAA)
13-Aug-2019 16:41:18.936 general: error: zone net/IN: turtlecat.net/NS 'ns1.rscs.net' has no address records (A or AAAA)
13-Aug-2019 16:41:19.169 general: error: zone net/IN: uncledirt.net/NS 'dns.taowebs.net' has no address records (A or AAAA)
13-Aug-2019 16:41:19.392 general: error: zone net/IN: usrlocalsrc.net/NS 'ns1.ithsv.net' has no address records (A or AAAA)
13-Aug-2019 16:41:19.392 general: error: zone net/IN: usrlocalsrc.net/NS 'ns2.ithsv.net' has no address records (A or AAAA)
13-Aug-2019 16:41:19.764 general: error: zone net/IN: videoadv.net/NS 'dns1.newmediaplan.net' has no address records (A or AAAA)
13-Aug-2019 16:41:19.764 general: error: zone net/IN: videoadv.net/NS 'dns2.newmediaplan.net' has no address records (A or AAAA)
13-Aug-2019 16:41:19.875 general: error: zone net/IN: viral57.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:19.875 general: error: zone net/IN: viral57.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:19.875 general: error: zone net/IN: viral81.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:19.875 general: error: zone net/IN: viral81.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:19.970 general: error: zone net/IN: vivanewton.net/NS 'dns1.ryza.net' has no address records (A or AAAA)
13-Aug-2019 16:41:19.970 general: error: zone net/IN: vivanewton.net/NS 'dns2.ryza.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.135 general: error: zone net/IN: vxe4.net/NS 'ns1.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.135 general: error: zone net/IN: vxe4.net/NS 'ns2.dreamnesia.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.162 general: error: zone net/IN: waecghana.net/NS 'my.ormis.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.162 general: error: zone net/IN: waecghana.net/NS 'your.ormis.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.165 general: error: zone net/IN: wafrica.net/NS 'ns1.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.165 general: error: zone net/IN: wafrica.net/NS 'ns2.multicpu.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.231 general: error: zone net/IN: waratahlodge.net/NS 'ns1.fasthostserver.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.231 general: error: zone net/IN: waratahlodge.net/NS 'ns2.fasthostserver.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.423 general: error: zone net/IN: webxct.net/NS 'ns1.qwkinet.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.423 general: error: zone net/IN: webxct.net/NS 'ns2.qwkinet.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.431 general: error: zone net/IN: weddinghallchoice.net/NS 'ns1.onguide.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.607 general: error: zone net/IN: wheretostay.net/NS 'ns1.wtsn.net' has no address records (A or AAAA)
13-Aug-2019 16:41:20.607 general: error: zone net/IN: wheretostay.net/NS 'ns2.wtsn.net' has no address records (A or AAAA)
13-Aug-2019 16:41:21.028 general: error: zone net/IN: wsmtp.net/NS 'ns1.ithsv.net' has no address records (A or AAAA)
13-Aug-2019 16:41:21.028 general: error: zone net/IN: wsmtp.net/NS 'ns2.ithsv.net' has no address records (A or AAAA)
13-Aug-2019 16:41:21.925 general: error: zone net/IN: ygtrade.net/NS 'ns.fnsoft.net' has no address records (A or AAAA)
13-Aug-2019 16:41:21.960 general: error: zone net/IN: yiwutown.net/NS 'ns.fnsoft.net' has no address records (A or AAAA)
13-Aug-2019 16:41:22.169 general: error: zone net/IN: yuuzoo.net/NS 'ns0.allwedoisit.domaindeletedtpp.net' has no address records (A or AAAA)
13-Aug-2019 16:41:22.169 general: error: zone net/IN: yuuzoo.net/NS 'ns1.allwedoisit.domaindeletedtpp.net' has no address records (A or AAAA)
13-Aug-2019 16:41:22.376 general: error: zone net/IN: zigbeemeter.net/NS 'ns1.webtized.net' has no address records (A or AAAA)
13-Aug-2019 16:41:22.376 general: error: zone net/IN: zigbeemeter.net/NS 'ns2.webtized.net' has no address records (A or AAAA)
13-Aug-2019 16:41:22.377 general: error: zone net/IN: zigbeemetering.net/NS 'ns1.webtized.net' has no address records (A or AAAA)
13-Aug-2019 16:41:22.377 general: error: zone net/IN: zigbeemetering.net/NS 'ns2.webtized.net' has no address records (A or AAAA)
13-Aug-2019 16:41:43.279 general: debug 1: dns_zone_verifydb: zone net/IN: enter
13-Aug-2019 16:41:43.279 database: debug 1: calling free_rbtdb(net)
13-Aug-2019 16:41:43.279 database: debug 1: adjust_quantum: old=100, new=325
13-Aug-2019 16:41:43.279 general: debug 1: zone_settimer: zone net/IN: enter
13-Aug-2019 16:41:43.280 zoneload: info: zone net/IN: loaded serial 1563897768 (DNSSEC signed)
13-Aug-2019 16:41:43.283 database: debug 1: adjust_quantum: old=325, new=493
13-Aug-2019 16:41:43.283 general: debug 1: zone_timer: zone net/IN: enter
13-Aug-2019 16:41:43.283 general: debug 1: zone_maintenance: zone net/IN: enter
13-Aug-2019 16:41:43.284 notify: info: zone net/IN: sending notifies (serial 1563897768)
13-Aug-2019 16:41:43.284 general: debug 1: zone_settimer: zone net/IN: enter
13-Aug-2019 16:41:43.284 database: debug 1: adjust_quantum: old=493, new=619
13-Aug-2019 16:41:43.285 database: debug 1: adjust_quantum: old=619, new=714
13-Aug-2019 16:41:43.286 database: debug 1: adjust_quantum: old=714, new=785
13-Aug-2019 16:41:43.286 database: debug 1: adjust_quantum: old=785, new=838
13-Aug-2019 16:41:43.287 database: debug 1: adjust_quantum: old=838, new=878
13-Aug-2019 16:41:43.288 database: debug 1: adjust_quantum: old=878, new=908
13-Aug-2019 16:41:43.288 database: debug 1: adjust_quantum: old=908, new=931
13-Aug-2019 16:41:43.289 database: debug 1: adjust_quantum: old=931, new=948
13-Aug-2019 16:41:43.289 database: debug 1: adjust_quantum: old=948, new=961
13-Aug-2019 16:41:43.290 database: debug 1: adjust_quantum: old=961, new=970
13-Aug-2019 16:41:43.290 database: debug 1: adjust_quantum: old=970, new=977
13-Aug-2019 16:41:43.291 database: debug 1: adjust_quantum: old=977, new=982
13-Aug-2019 16:41:43.292 database: debug 1: adjust_quantum: old=982, new=986
13-Aug-2019 16:41:43.292 database: debug 1: adjust_quantum: old=986, new=989
13-Aug-2019 16:41:43.293 database: debug 1: adjust_quantum: old=989, new=991
13-Aug-2019 16:41:43.293 database: debug 1: adjust_quantum: old=991, new=993
13-Aug-2019 16:41:43.294 database: debug 1: adjust_quantum: old=993, new=994
13-Aug-2019 16:41:43.294 database: debug 1: adjust_quantum: old=994, new=995
13-Aug-2019 16:41:43.295 database: debug 1: adjust_quantum: old=995, new=996
13-Aug-2019 16:41:43.296 database: debug 1: adjust_quantum: old=996, new=997
13-Aug-2019 16:41:48.094 database: debug 1: done free_rbtdb(net)
dig.log
# while true; do date; dig @127.0.0.1 SOA net |egrep 'a.gtld-servers.net.|Query time|timed out';echo ""; sleep 1; done
Tue Aug 13 16:40:14 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:15 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:16 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 1 msec
Tue Aug 13 16:40:17 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:18 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:19 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 1 msec
Tue Aug 13 16:40:20 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:22 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:23 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:24 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 1 msec
Tue Aug 13 16:40:25 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:26 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:27 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:28 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:29 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:30 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 1 msec
Tue Aug 13 16:40:32 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:33 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:34 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:35 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 385 msec
Tue Aug 13 16:40:38 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:40 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:41 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:42 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:43 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 1 msec
Tue Aug 13 16:40:44 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 1 msec
Tue Aug 13 16:40:45 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:46 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:48 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:49 UTC 2019
;; connection timed out; no servers could be reached
Tue Aug 13 16:40:54 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 8 msec
Tue Aug 13 16:40:55 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:56 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:40:57 UTC 2019
;; connection timed out; no servers could be reached
Tue Aug 13 16:41:02 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:04 UTC 2019
;; connection timed out; no servers could be reached
Tue Aug 13 16:41:09 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:10 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:11 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:12 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:13 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:14 UTC 2019
;; connection timed out; no servers could be reached
Tue Aug 13 16:41:19 UTC 2019
;; connection timed out; no servers could be reached
Tue Aug 13 16:41:24 UTC 2019
;; connection timed out; no servers could be reached
Tue Aug 13 16:41:30 UTC 2019
;; connection timed out; no servers could be reached
Tue Aug 13 16:41:35 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:36 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:37 UTC 2019
;; connection timed out; no servers could be reached
Tue Aug 13 16:41:42 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897767 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:43 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:44 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:45 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:47 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:48 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:49 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:50 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:51 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:52 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:53 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:55 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:56 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Tue Aug 13 16:41:57 UTC 2019
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1563897768 1800 900 604800 86400
;; Query time: 0 msec
Possible fixes
I have no idea. But as this happend to me so often with different setups, VMs, Bind versions I think there may be a internal problem with bind during zone reload (locking ...).