Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login
    Introducing Netgate Nexus: Multi-Instance Management at Your Fingertips.

    Errors trying to install package

    Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
    6 Posts 3 Posters 2.6k Views 3 Watching
    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.
    • C Offline
      clarknova
      last edited by

      26.03-RELEASE

      While trying to install the pfblockerNG package I get the following:
      Installing pfSense-pkg-pfBlockerNG...
      Updating pfSense-core repository catalogue...
      repository pfSense-core has no meta file, using default settings
      Unable to update repository pfSense-core
      Updating pfSense repository catalogue...
      repository pfSense has no meta file, using default settings
      Unable to update repository pfSense
      Error updating repositories!

      If I try option 13 from the shell I get this:

      Updating repositories metadata...
      Updating pfSense-core repository catalogue...
      pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-core/meta.conf: Problem with the local SSL certificate
      pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-core/meta.txz: Problem with the local SSL certificate
      repository pfSense-core has no meta file, using default settings
      pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-core/data.pkg: Problem with the local SSL certificate
      pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-core/data.tzst: Problem with the local SSL certificate
      pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-core/packagesite.pkg: Problem with the local SSL certificate
      pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-core/packagesite.tzst: Problem with the local SSL certificate
      Unable to update repository pfSense-core
      Updating pfSense repository catalogue...
      pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-pfSense_plus_v26_03/meta.conf: Problem with the local SSL certificate
      pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-pfSense_plus_v26_03/meta.txz: Problem with the local SSL certificate
      repository pfSense has no meta file, using default settings
      pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-pfSense_plus_v26_03/data.pkg: Problem with the local SSL certificate
      pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-pfSense_plus_v26_03/data.tzst: Problem with the local SSL certificate
      pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-pfSense_plus_v26_03/packagesite.pkg: Problem with the local SSL certificate
      pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-pfSense_plus_v26_03/packagesite.tzst: Problem with the local SSL certificate
      Unable to update repository pfSense
      Error updating repositories!

      I've read the package error can result from a DNS problem. I'm using external DNS and I'm able to resolve many names from the shell, so my DNS isn't broken.

      Where should I be looking to resolve this?

      db

      patient0P 1 Reply Last reply Reply Quote 0
      • patient0P Offline
        patient0 @clarknova
        last edited by

        @clarknova can you run pkg-static -d update and show the output?

        And on a side note: if you mark console output as 'code' (the </> button) in your post(s) then it's more readable, like

        Updating repositories metadata...
        Updating pfSense-core repository catalogue...
        pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-core/meta.conf: Problem with the local SSL certificate
        pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-core/meta.txz: Problem with the local SSL certificate
        repository pfSense-core has no meta file, using default settings
        

        in contrast to

        Updating repositories metadata...
        Updating pfSense-core repository catalogue...
        pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-core/meta.conf: Problem with the local SSL certificate
        pkg-static: Failed to fetch https://pfsense-plus-pkg.netgate.com/pfSense_plus-v26_03_amd64-core/meta.txz: Problem with the local SSL certificate
        repository pfSense-core has no meta file, using default settings

        C 1 Reply Last reply Reply Quote 0
        • C Offline
          clarknova @patient0
          last edited by

          @patient0 said in Errors trying to install package:

          pkg-static -d update

          Thanks for the formatting tip. I tried the Grouped Code tag in my original post but couldn't make it work.

          I've attached the output of the command here as a text file because it was flagged as spam when I pasted it in directly as code.

          output.txt

          db

          patient0P GertjanG 2 Replies Last reply Reply Quote 0
          • patient0P Offline
            patient0 @clarknova
            last edited by

            @clarknova see https://forum.netgate.com/post/1242520

            In forum thread Unable to update repository pfSense (26.03) stephenw10 provided a solution for it.

            C 1 Reply Last reply Reply Quote 1
            • GertjanG Online
              Gertjan @clarknova
              last edited by

              @clarknova said in Errors trying to install package:

              I've attached the output of the command here as a text file because it was flagged as spam when I pasted it in directly as code.

              output.txt

              Have a look at the file in /usr/local/etc/pfSense/pkg/repos/
              This is what I have :

              a149de37-0d06-4778-8c2c-fd2c9c1248ff-image.png

              Look at the time stamp of all these certificate files : very recent, just a couple of hours old.
              From what I make of it : when pfSense does a pkg update/upgrade, it syncs these files first.
              Your issue - I presume : that didn't work out, hence the "Problem with the local SSL certificate" messages as the files are not there, or truncated, or something like that.

              No "help me" PM's please. Use the forum, the community will thank you.

              1 Reply Last reply Reply Quote 0
              • C Offline
                clarknova @patient0
                last edited by

                @patient0 said in Errors trying to install package:

                https://forum.netgate.com/post/1242520

                This was the fix. Thanks to everyone for the input.

                db

                1 Reply Last reply Reply Quote 1
                • First post
                  Last post
                Copyright 2026 Rubicon Communications LLC (Netgate). All rights reserved.
                Privacy Policy · Cookie Policy