Results 1 to 8 of 8

Thread: named[862]: resolver priming query complete: every 20 seconds

  1. #1
    Join Date
    Sep 2005
    Beans
    319

    named[862]: resolver priming query complete: every 20 seconds

    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

  2. #2
    Join Date
    Nov 2016
    Beans
    1

    Re: named[862]: resolver priming query complete: every 20 seconds

    I've got the same situation. I upgraded 16.04 to 18.04 and now I'm getting this message every 10-20 seconds. I haven't changed my DNS config much in 10 years, its authoritative for my home domain and forwards to google for the rest.

    Google isn't helping on this one. Any ideas?
    Last edited by jsloveiv; August 20th, 2018 at 02:45 AM.

  3. #3
    Join Date
    Sep 2018
    Beans
    1

    Lightbulb Re: named[862]: resolver priming query complete: every 20 seconds

    I also had a big fight with this, flooding my logs.

    Finally it looks like bind needs the additional configuration option "allow-query-cache" set.

    My access control list name is: goodclients

    I added the line: allow-query-cache { goodclients; };
    to my /etc/bind/named.conf.options.

    I also had to set:
    dnssec-enable yes;
    dnssec-validation yes;
    cause of using google-forwarders.

    After reboot: again resolver priming messages ..
    I then found out, that this resolver priming immediately stops after calling command dig including the +trace option.
    The solution for me now is, that I added a ExecStartPost line in the bind9 service definition.
    ExecStartPost=/usr/bin/dig www.oneinternetsite.com +trace
    Pls. use an existing site here ..
    The output of the command then is in journal ...

    After checking it reoccurs after 17 hours again.
    Created a halfdaily cron job for dig with trace.
    Last edited by dawdler2; September 20th, 2018 at 02:46 PM.

  4. #4
    Join Date
    Jun 2010
    Beans
    2

    Re: named[862]: resolver priming query complete: every 20 seconds

    (withdrawn; suggested solution did't actually fix the problem in the long run.)
    Last edited by k6rfm; January 25th, 2019 at 04:52 AM. Reason: problem came back

  5. #5
    Join Date
    Feb 2019
    Beans
    1

    Re: named[862]: resolver priming query complete: every 20 seconds

    If you use bind9 as caching DNS server without any custom zones, you should add the line forward only;
    to your /etc/bind/named.conf.options.

  6. #6
    Join Date
    Apr 2010
    Beans
    1

    Re: named[862]: resolver priming query complete: every 20 seconds

    Sorry for posting on an old thread, but since this shows up high in Google results, it's a known (and fixed) bind9 bug: https://gitlab.isc.org/isc-projects/bind9/issues/752

    BIND9 maintains a long-term support branch, which doesn't have the fix (it's only on the short-term support and development branches currently). Ubuntu uses the long-term support branch (9.11).

  7. #7
    Join Date
    Jun 2020
    Beans
    1

    Re: named[862]: resolver priming query complete: every 20 seconds

    Thanks for the info @derobert. So what can be done then ? The "+trace fix" didn't change anything for me. (I can't update to 20.04)

  8. #8
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: named[862]: resolver priming query complete: every 20 seconds

    Ancient thread closed.

    @atralb, please start your own thread if you need help. The chances of getting help on old abandoned necromanced threads are minimal. Link back to this if it has useful information. The forum member you are addressing has not logged in since posting over 6 months ago.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •