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

    Unbound cannot start in 2.2 RELEASE

    Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
    19 Posts 9 Posters 15.4k 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.
    • D
      doktornotor Banned
      last edited by

      I guess you should uncheck the "Do not use the DNS Forwarder as a DNS server for the firewall" in System - General. (Should see 127.0.0.1 in System Information - DNS Server(s) dashboard).

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

        That is checked and all is fine and working for all clients and also for pfsense update status.

        Just not for drill.  No idea why.
        I put my LAN IP in the server list just to see what would happen and all is well.

        I wouldn't mind having 8.8.8.8/8.8.4.4 in the list as long as I can be 100% sure its never going to be used by LAN clients for DNS resolution.

        1 Reply Last reply Reply Quote 0
        • D
          doktornotor Banned
          last edited by

          Yes. You should UNcheck that.

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

            I just did as you suggested and its working fine with that being unchecked as you suggest and nothing entered into the IP list.

            The only reason I ever did check that block is because just yesterday update status wouldn't work unless I checked it but today seems it is working.

            Maybe I just needed to wait a bit?  No idea.

            Ohhhhh well - Its working now.  Good enough for me.

            Which button do you prefer I press?  [applaud] or [smite]?

            Looks like you are trying to break the record for most helpful person with most smites.  haha.

            1 Reply Last reply Reply Quote 0
            • D
              doktornotor Banned
              last edited by

              @kejianshi:

              The only reason I ever did check that block is because just yesterday update status wouldn't work unless I checked it but today seems it is working.

              The updates/packages site seems to randomly become unresponsive without any good reason. (Not really any pattern but it happens much more frequently on boxes with IPv6 connectivity.)

              @kejianshi:

              Which button do you prefer I press?  [applaud] or [smite]? 
              Looks like you are trying to break the record for most helpful person with most smites.

              LOLz… Press whatever you want. This karma thing should be nuked from the forum.

              1 Reply Last reply Reply Quote 0
              • johnpozJ
                johnpoz LAYER 8 Global Moderator
                last edited by

                ^ I have been clicking applaud on dok whenever I remember.. Trying to get him into the positive range where he should be ;)

                Seems he ticked off someone with more desire to keep sending him down, where my buddy only did about 20 before got bored..

                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
                • R
                  reqlez
                  last edited by

                  @johnpoz:

                  ^ I have been clicking applaud on dok whenever I remember.. Trying to get him into the positive range where he should be ;)

                  Seems he ticked off someone with more desire to keep sending him down, where my buddy only did about 20 before got bored..

                  I should probably smite him for highjacking my thread ! lol  ( j/k ).

                  By the way, the reason i had to recreate that key file is because unbound would not recreate it during bootup or startup. I didn't copy it form anywhere, I just used the unbound utility that seeds that file form somewhere.

                  1 Reply Last reply Reply Quote 0
                  • luckman212L
                    luckman212 LAYER 8
                    last edited by

                    @reqlez:

                    okay for anybody experiencing the same issue, this is how i solved it:

                    rm /var/unbound/root.key
                    unbound-anchor -a /var/unbound/root.key
                    chown unbound /var/unbound/root.key

                    Was having a heck of a time on my 2.2.2 install with the same issue. Thanks for your help - fix worked for me! I wonder why this file gets corrupt? I was messing around with captive portal, it happened after that… not sure if that's related or coincidental.

                    1 Reply Last reply Reply Quote 0
                    • A
                      Amiga500
                      last edited by

                      I recently moved, and when I re-connected my device unbound wouldn't start.
                      Before I performed the required steps to recreate the root.key file, I looked at it with "cat /var/unbound/root.key"
                      I was surprised to find this…

                      # The format of this file is documented in the dhcpd.leases(5) manual page.
                      # This lease file was written by isc-dhcp-4.2.6
                      
                      lease 10.0.2.135 {
                        starts 0 2015/05/24 21:24:57;
                        ends 0 2015/05/24 21:47:05;
                        tstp 0 2015/05/24 21:47:05;
                        cltt 0 2015/05/24 21:24:57;
                        binding state free;
                        hardware ethernet 00:0c:29:x:x:x;
                      }
                      lease 10.0.2.136 {
                        starts 1 2015/05/25 17:26:23;
                        ends 1 2015/05/25 19:26:23;
                        tstp 1 2015/05/25 19:26:23;
                        cltt 1 2015/05/25 17:26:23;
                        binding state free;
                        hardware ethernet e4:ce:8f:x:x:x;
                        uid "\001\344\316\217*\311\226";
                      }
                      lease 10.0.2.134 {
                        starts 1 2015/05/25 17:50:13;
                        ends 2 2015/05/26 17:50:13;
                        tstp 2 2015/05/26 17:50:13;
                        cltt 1 2015/05/25 17:50:13;
                        binding state free; .... 
                      

                      After recreating the root.key file it looks completely different…

                      ; autotrust trust anchor file
                      ;;id: . 1
                      ;;last_queried: 1434226551 ;;Sat Jun 13 16:15:51 2015
                      ;;last_success: 1434226551 ;;Sat Jun 13 16:15:51 2015
                      ;;next_probe_time: 1434266973 ;;Sun Jun 14 03:29:33 2015
                      ;;query_failed: 0
                      ;;query_interval: 43200
                      ;;retry_time: 8640
                      .	172800	IN	DNSKEY	257 3 8 ...
                      

                      Is another process writing to this file and breaking unbound?

                      1 Reply Last reply Reply Quote 0
                      • C
                        cmb
                        last edited by

                        @beetlejelly:

                        Is another process writing to this file and breaking unbound?

                        No, that's typical of what happens when a file isn't fsynced and you lose power shortly after writing it. Should be worked around now, and reported upstream to be fixed in Unbound.
                        https://redmine.pfsense.org/issues/5334

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