Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Frequent unbound restarts

    Scheduled Pinned Locked Moved DHCP and DNS
    98 Posts 25 Posters 37.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • johnpozJ
      johnpoz LAYER 8 Global Moderator
      last edited by

      There has been lots of discussion on this.. I have not paid much attention to the threads because I don't have it registering dhcp other than my devices I have set for static via dhcp.  Other devices that would just get something out of the dhcp pool.. This would normally just be guest devices since all my other devices I setup a reservation for.

      I have zero need to being able to resolve by name a friends phone for example that might be on my guest wifi network once in a blue moon.

      But I do recall there being multiple threads and much discussion on this - I do believe pfblocker came up in the conversations as well as some sort of contributor to the restarts.  Since it reloads its lists into unbound when they update.

      For now I would disable dhcp leases registration and see if that lowers the number of restarts you see.

      An intelligent man is sometimes forced to be drunk to spend time with his fools
      If you get confused: Listen to the Music Play
      Please don't Chat/PM me for help, unless mod related
      SG-4860 24.11 | Lab VMs 2.8, 24.11

      1 Reply Last reply Reply Quote 0
      • B
        bimmerdriver
        last edited by

        Thanks for your reply. I did search and noted one thread in particular that was started a long time ago about this. It sounds like the same issue.

        I have reservations for all of my servers, desktops and laptops. Virtually all of the dynamic leases are mobile phones or tablets. I agree that it doesn't serve much purpose to register these leases. I occasionally have 30 tablets on the network in addition to the usual mobile phones. I'll take a look at the log when that happens next time. Irrespective of the utility of registering leases, the implementation (requiring unbound to restart) seems to be inherently inefficient.

        1 Reply Last reply Reply Quote 0
        • K
          kpa
          last edited by

          I haven't looked at the implementation that closely but Unbound has a 'reload' subcommand that should be enough to reload all of the configuration file without requiring a full restart of the daemon. However, Unbound is run under chroot in pfSense that might be the reason why a restart is required to fully reload all of the settings. This is guesswork on my part based on what I know about Unbound and chroot'ed daemons in general.

          1 Reply Last reply Reply Quote 0
          • RonpfSR
            RonpfS
            last edited by

            Disable DHCP Registration and configure Host Overrides in DNS Resolver.  ;)

            As for unbound, BBCan177 is presently trying to use live reload to make change to unbound DB instead of having it reload conf file at every change. But he ran into problems with DB getting out of sync with the conf file.

            So at some point in the future, maybe DHCP could use the same technique.

            2.4.5-RELEASE-p1 (amd64)
            Intel Core2 Quad CPU Q8400 @ 2.66GHz 8GB
            Backup 0.5_5, Bandwidthd 0.7.4_4, Cron 0.3.7_5, pfBlockerNG-devel 3.0.0_16, Status_Traffic_Totals 2.3.1_1, System_Patches 1.2_5

            1 Reply Last reply Reply Quote 0
            • B
              bimmerdriver
              last edited by

              @RonpfS:

              Disable DHCP Registration and configure Host Overrides in DNS Resolver.  ;)

              As for unbound, BBCan177 is presently trying to use live reload to make change to unbound DB instead of having it reload conf file at every change. But he ran into problems with DB getting out of sync with the conf file.

              So at some point in the future, maybe DHCP could use the same technique.

              Can you be more specific about host overrides? Maybe I'm missing something, but I didn't see any such setting.

              1 Reply Last reply Reply Quote 0
              • RonpfSR
                RonpfS
                last edited by

                Under Services / DNS Resolver / General Settings ?
                https://doc.pfsense.org/index.php/Unbound_DNS_Resolver

                Host Overrides allows creation of custom DNS responses/records to create new entries that do not exist in DNS outside the firewall, or to override DNS responses for other hosts.

                This is were I input the DHCP reservations so the hostname are resolved by unbound.

                Maybe you can just keep Static DHCP enabled to get the same result.

                2.4.5-RELEASE-p1 (amd64)
                Intel Core2 Quad CPU Q8400 @ 2.66GHz 8GB
                Backup 0.5_5, Bandwidthd 0.7.4_4, Cron 0.3.7_5, pfBlockerNG-devel 3.0.0_16, Status_Traffic_Totals 2.3.1_1, System_Patches 1.2_5

                1 Reply Last reply Reply Quote 0
                • mtarboxM
                  mtarbox
                  last edited by

                  I'm glad that someone else posted on this topic, albeit back in 2017.
                  I enabled TLD yesterday, and pfblocker is set to update at 0030.
                  Sometime around 0200 this morning my pfsense box started sending out multiple emails from the service watchdog that the dhcpd service and unbound had stopped and it was restarting those services. However I did not receive my daily email from the pfsense box, normally that comes in around 5-530am.
                  I'm unable to ssh into the pfsense box, and it was unresponsive this morning.
                  Unfortunately I start my work week today, so I can't even delve into it.
                  Luckily I do have a current backup, so I'm thinking I will follow the above, disable DHCP Registration and configure Host Overrides in DNS Resolver, and see if that solves the issues.

                  2.4.2
                  8gb ram

                  ![Screenshot (20).png](/public/imported_attachments/1/Screenshot (20).png)
                  ![Screenshot (20).png_thumb](/public/imported_attachments/1/Screenshot (20).png_thumb)

                  Si vis pacem, para pactum.

                  1 Reply Last reply Reply Quote 0
                  • B
                    bbrendon
                    last edited by

                    It seems like a good interim "hack" would be to patch the code to prevent unbound from restarting with dhcp udpates and create a cron job to do it on a more "controlled" basis.

                    Does anyone know which files in the php code needs changing? Is it under /usr/local/www ?

                    1 Reply Last reply Reply Quote 0
                    • GertjanG
                      Gertjan
                      last edited by Gertjan

                      You will find what you're looking for here /etc/inc.
                      Check services.inc and system.inc.

                      It's far more easier to disable the "DHCP Registration" completly, and give all host that you want be able to resolve at any time a static fixed MAC DHCP lease entry.
                      When these host renew, they will receive the same IP every time, and will unbound not be told to restart.

                      Remember : the real issue is unbound itself : it reads config file when it start. If some host-IP information is known afterwards - unbound can only be made aware when it restarts. A cron solution would make your device "non resolvable" for a certain time, the time it takes before the cron job runs.

                      No "help me" PM's please. Use the forum, the community will thank you.
                      Edit : and where are the logs ??

                      1 Reply Last reply Reply Quote 0
                      • RonpfSR
                        RonpfS
                        last edited by

                        @gertjan said in Frequent unbound restarts:

                        unbound can only be made aware when it restarts

                        pfblockerNG-devel is changing unbound internal db (Resolver Live Sync) using unbound-control cmd. So maybe at some point DHCP server could be doing something similar.

                        2.4.5-RELEASE-p1 (amd64)
                        Intel Core2 Quad CPU Q8400 @ 2.66GHz 8GB
                        Backup 0.5_5, Bandwidthd 0.7.4_4, Cron 0.3.7_5, pfBlockerNG-devel 3.0.0_16, Status_Traffic_Totals 2.3.1_1, System_Patches 1.2_5

                        1 Reply Last reply Reply Quote 2
                        • S
                          sotirone
                          last edited by

                          Is there really no other way to refresh other than restarting Unbound and reloading everything?

                          I mean this is not only a problem with the "Register DHCP leases in the DNS Resolver" but also with Remote OpenVPN clients that are using the DNS Resolver.

                          Every time a Remote Client connection is initiated or stopped, Unbound has to restart. If you are using pfBlocker-ng, that could mean upwards of 60 seconds of downtime.

                          I thought I read here on the forum that a fix was being developed but I guess I am mistaken.

                          Either Netgate or upstream needs to do something about this. Having to disable important features for the sake of uptime seems like quite a big problem for me.

                          Is there any way to escalate this?

                          1 Reply Last reply Reply Quote 0
                          • RonpfSR
                            RonpfS
                            last edited by RonpfS

                            DHCP could change the Unbound in-memory db as pfblockerNG does with Live Reload, instead of restarting Unbound.

                            2.4.5-RELEASE-p1 (amd64)
                            Intel Core2 Quad CPU Q8400 @ 2.66GHz 8GB
                            Backup 0.5_5, Bandwidthd 0.7.4_4, Cron 0.3.7_5, pfBlockerNG-devel 3.0.0_16, Status_Traffic_Totals 2.3.1_1, System_Patches 1.2_5

                            1 Reply Last reply Reply Quote 2
                            • J
                              jasonArloUser
                              last edited by jasonArloUser

                              Hi all

                              Is there any update on this? I'm trying to use PFBlockerNG-devel but this causes unbound restarts to take a noticeable amount of time and them happening every 10-30 minutes makes the whole package unusable.

                              I did a quick check on github and I see where the C code is sending a HUP to DNS. I could change this to call unbound-control like pfBlockerNG does (though I can't assume unbound is running the way PFBlocker can, so it will be slightly more complicated). Would such a pull request be accepted?

                              EDIT: Alternatively, we could change the unbound startup script to catch HUP and call unbound-control instead of restarting? That might be more robust.

                              1 Reply Last reply Reply Quote 0
                              • GertjanG
                                Gertjan
                                last edited by

                                @jasonArloUser said in Frequent unbound restarts:

                                I'm trying to use PFBlockerNG-devel but this causes unbound restarts

                                as per pfBlocker settings, it will reload restart unbound every :

                                f240bf36-a232-476d-8e9f-d34e1958fd95-image.png

                                @jasonArloUser said in Frequent unbound restarts:

                                to take a noticeable amount of time

                                Other options are : use less feeds. Or a bigger system.

                                @jasonArloUser said in Frequent unbound restarts:

                                on github and I see where the C code is sending a HUP to DNS

                                The DHCP daemon ?
                                Do what @RonpfS mentioned.
                                Give all important devices static mac mappings, and the DHCP server daemon won't restart unbound any-more.

                                No "help me" PM's please. Use the forum, the community will thank you.
                                Edit : and where are the logs ??

                                S 1 Reply Last reply Reply Quote 0
                                • J
                                  jasonArloUser
                                  last edited by

                                  That's what I'm doing but the fact is that the current implementation is wrong. When a new host enters the DNS local zone because it gets a DHCP release the correct thing to do is reload that zone, not restart the DNS service.

                                  1 Reply Last reply Reply Quote 1
                                  • GertjanG
                                    Gertjan
                                    last edited by

                                    Note that I agree with you.
                                    bind doesn't go wacka when an attached interface goes down. Or a zone needs to be reloaded. Etc.
                                    But bind is huuuuuuge to setup (read : error prune )- and the code foot print is even bigger.
                                    Putting a GUI in front of bind is daunting - a never ending story.

                                    But ..... for me the case was solved a long time ago.
                                    I just don't have unbound restarted any-more when a lease comes in.
                                    Problem solved.

                                    I had to list up all my IPv4 devices - they all use DHCP except for 2 servers, they are static.
                                    Most of my device have a Static MAC entry, so the DNS info is already stored into the DNS.

                                    New, other devices that enter my network could connect my 'known' devices like printers etc.
                                    Other, already present devices don't need to connect to these new devices so an DNS entry isn't needed.

                                    No "help me" PM's please. Use the forum, the community will thank you.
                                    Edit : and where are the logs ??

                                    J 1 Reply Last reply Reply Quote 2
                                    • S
                                      sotirone @Gertjan
                                      last edited by

                                      @Gertjan said in Frequent unbound restarts:

                                      Give all important devices static mac mappings, and the DHCP server daemon won't restart unbound any-more.

                                      That is a workaround, not a solution. Furthermore, one of the goals of DHCP is to reduce manual intervention. Having to manually set up (possibly thousands of) static DHCP entries it not much better than setting static IPs directly on clients.

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        jasonArloUser @Gertjan
                                        last edited by

                                        @Gertjan Oh I agree that Bind would be way too much effort here. But the solution is actually very close. All that needs to happen is the DHCP code that is currently sending a HUP signal just needs to call unbound-control to load the local zone, as that is all it can be effecting.

                                        In any case, I've done what you did so I don't expect to feel the pain much anymore but if I get annoyed at adding devices to the static mapping maybe I'll try to submit a patch request. :)

                                        1 Reply Last reply Reply Quote 1
                                        • GertjanG
                                          Gertjan
                                          last edited by Gertjan

                                          I had a look at this issue, and if memory servers me well, it's not the dhcp daemon that kick unbound, but the dhcpleases process (the IPv4 version) that is just stopped when you uncheck :

                                          c6438d49-c650-4bc9-9e1f-babbc17ddd55-image.png

                                          This little program updates the /etc/hosts file and signals unbound to "reload".
                                          unbound's default reaction will be : restart - what is causing all this.
                                          I'll hope that unbound will be more intelligent one day, and 'watches' files so it reload these file(s) that needed to be reloaded.

                                          I didn't look how Live Sync (unbound) is implemented ... but I tend to say it isn't done as 'bind' does it. But it's a beginning.
                                          True is : pfSense should use it for its hosts file / DHCP changes - if possible.

                                          Btw :
                                          Same story, from years ago https://forum.netgate.com/topic/79375/unbound-frequently-restarts-on-2-2-is-this-normal
                                          https://forum.netgate.com/topic/80517/unbound-seems-to-be-restarting-frequently
                                          etc.

                                          Today, it's nearly 2020 ..... and where is the doc about this "Live sync" : NOT here https://nlnetlabs.nl/documentation/unbound/ (and that's the source).

                                          No "help me" PM's please. Use the forum, the community will thank you.
                                          Edit : and where are the logs ??

                                          1 Reply Last reply Reply Quote 0
                                          • J
                                            jt
                                            last edited by

                                            do I understand correctly that the "Register DHCP leases in DNS resolver" functionality is totally unusable, forcing us to do a lot of manual work with registering devices' DHCP addresses as static leases? wtf? first FQDN alias resolution, now this.. pFsense is starting to be unusable.
                                            i mean, how are you others deal with this? :/

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.