Trying to figure out something in logfiles. Filtering down this report just to sf-lug.com, balug.org, and savingthedolph.in DNS stuff, as "retry limit exceeded" seems to be a recurring theme and I'd like to figure out why (and fix).
----- Forwarded message from logcheck system account logcheck@linuxmafia.com -----
Date: Sun, 02 Jun 2024 15:02:01 -0700 From: logcheck system account logcheck@linuxmafia.com To: root@linuxmafia.com Subject: linuxmafia.com 2024-06-02 15:02 System Events
System Events =-=-=-=-=-=-= Jun 2 14:22:31 linuxmafia named[1093]: client 96.86.170.229#35399: received notify for zone 'balug.org' Jun 2 14:24:01 linuxmafia named[1093]: zone balug.org/IN: refresh: retry limit for master 96.86.170.229#5353 exceeded (source 0.0.0.0#0) Jun 2 14:24:01 linuxmafia named[1093]: zone balug.org/IN: Transfer started. Jun 2 14:24:01 linuxmafia named[1093]: transfer of 'balug.org/IN' from 96.86.170.229#5353: connected using 96.95.217.99#36846 Jun 2 14:24:01 linuxmafia named[1093]: zone balug.org/IN: transferred serial 1717363350 Jun 2 14:24:01 linuxmafia named[1093]: transfer of 'balug.org/IN' from 96.86.170.229#5353: Transfer completed: 1 messages, 8 records, 871 bytes, 0.080 secs (10887 bytes/sec) Jun 2 14:28:07 linuxmafia named[1093]: zone sf-lug.org/IN: refresh: retry limit for master 96.86.170.229#5353 exceeded (source 0.0.0.0#0) Jun 2 14:28:07 linuxmafia named[1093]: zone sf-lug.org/IN: Transfer started. Jun 2 14:28:07 linuxmafia named[1093]: transfer of 'sf-lug.org/IN' from 96.86.170.229#5353: connected using 96.95.217.99#40709 Jun 2 14:28:07 linuxmafia named[1093]: transfer of 'sf-lug.org/IN' from 96.86.170.229#5353: Transfer completed: 0 messages, 1 records, 0 bytes, 0.058 secs (0 bytes/sec) Jun 2 14:52:03 linuxmafia named[1093]: zone savingthedolph.in/IN: refresh: retry limit for master 96.86.170.229#5353 exceeded (source 0.0.0.0#0) Jun 2 14:52:03 linuxmafia named[1093]: zone savingthedolph.in/IN: Transfer started. Jun 2 14:52:03 linuxmafia named[1093]: transfer of 'savingthedolph.in/IN' from 96.86.170.229#5353: connected using 96.95.217.99#35512 Jun 2 14:52:03 linuxmafia named[1093]: transfer of 'savingthedolph.in/IN' from 96.86.170.229#5353: Transfer completed: 0 messages, 1 records, 0 bytes, 0.052 secs (0 bytes/sec) Jun 2 14:58:05 linuxmafia named[1093]: zone sflug.com/IN: refresh: retry limit for master 96.86.170.229#5353 exceeded (source 0.0.0.0#0) Jun 2 14:58:05 linuxmafia named[1093]: zone sflug.com/IN: Transfer started. Jun 2 14:58:05 linuxmafia named[1093]: transfer of 'sflug.com/IN' from 96.86.170.229#5353: connected using 96.95.217.99#47957 Jun 2 14:58:05 linuxmafia named[1093]: transfer of 'sflug.com/IN' from 96.86.170.229#5353: Transfer completed: 0 messages, 1 records, 0 bytes, 0.052 secs (0 bytes/sec)
----- End forwarded message -----
At tne command line (on my nameserver):
$ dig @96.86.170.229 sf-lug.com axfr | wc -l 36 $ dig @96.86.170.229 balug.org | wc -l 18 $ dig @96.86.170.229 savingthedolph.in | wc -l 19 $
I'm going to be lazy (and need to go out for an errand), so will just say, WTF?