7

BIND 9.11.3 Ubuntu 18.04 kernel 4.15.0-23

I am running bind9 as my LAN DNS and it is working for all hosts and forwarding to internet through the google DNS IPs

Why does my log have many instances of this message. 3-4 entries per minute :

 named[862]: resolver priming query complete

I have run

 named-checkconf
 named-checkzone 

without errors.

Stephen Boston
  • 2,178
  • 4
  • 32
  • 55

2 Answers2

5

This is a known (and fixed in later versions) bug in bind9: https://gitlab.isc.org/isc-projects/bind9/issues/752

Note that bind9 9.11 continues to be supported as the long-term support branch, the fix is in 9.13 and later.

A workaround appears to be to run dig +trace on any domain frequently enough (every 8–12 hours) that the cache doesn't expire.

derobert
  • 109,670
  • 2
    I ran dig +trace google.com, but I still get those log lines. Do you have perchance another workaround ? (I'm unable to update to Ubuntu 20.04 and the 18.04 version doesn't seem to go past Bind 9.11.3) – Atralb Jun 24 '20 at 05:15
0

Nice to know; after seeing this I "fixed" it by upgrading to 9.16 in debian buster-backports, which fixes those error messages, but adds more dnssec ones, which have a different "fix" (and further changed /etc/init.d/bind9 to /etc/init.d/named).

AdminBee
  • 22,803
dxxds
  • 1