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

    I get "pfSense-core has no meta file" and cannot update

    Scheduled Pinned Locked Moved CE 2.7.0 Development Snapshots (Retired)
    19 Posts 6 Posters 8.1k 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.
    • N
      NRgia
      last edited by NRgia

      After the 2.7.0-DEVELOPMENT (amd64) built on Fri Mar 11 snapshot I cannot update to future snapshots:

      I get the following errors:

      pkg update -f           
      Updating pfSense-core repository catalogue...                            
      pkg: https://pkg00.atx.netgate.com/packages/pfSense_master_amd64-core/meta.txz: No route to host 
      repository pfSense-core has no meta file, using default settings         
      pkg: https://pkg00.atx.netgate.com/packages/pfSense_master_amd64-core/packagesite.pkg: No route to host                                           
      pkg: https://pkg00.atx.netgate.com/packages/pfSense_master_amd64-core/packagesite.txz: No route to host                                           
      Unable to update repository pfSense-core                                 
      Updating pfSense repository catalogue...                                 
      pkg: https://pkg00.atx.netgate.com/packages/pfSense_master_amd64-pfSense_devel/meta.txz: No route to host                                         
      repository pfSense has no meta file, using default settings              
      pkg: https://pkg00.atx.netgate.com/packages/pfSense_master_amd64-pfSense_devel/packagesite.pkg: No route to host                                  
      pkg: https://pkg00.atx.netgate.com/packages/pfSense_master_amd64-pfSense_devel/packagesite.txz: No route to host                                  
      Unable to update repository pfSense                                      Error updating repositories!
      

      All other sites, are working as intended, so DNS is working properly.

      Can you please advise?

      1 Reply Last reply Reply Quote 0
      • G
        grandrivers
        last edited by

        I am also seeing this and automatic backups failing

        pfsense plus 25.03 super micro A1SRM-2558F
        C2558 32gig ECC  60gig SSD

        1 Reply Last reply Reply Quote 0
        • jimpJ
          jimp Rebel Alliance Developer Netgate
          last edited by

          The updates should be working again, though you may need to restart the DNS Resolver or Updater to ensure it's getting the correct DNS response.

          Any issue with AutoConfigBackup would be unrelated.

          Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

          Need help fast? Netgate Global Support!

          Do not Chat/PM for help!

          N 1 Reply Last reply Reply Quote 0
          • N
            NRgia @jimp
            last edited by

            @jimp said in I get "pfSense-core has no meta file" and cannot update:

            The updates should be working again, though you may need to restart the DNS Resolver or Updater to ensure it's getting the correct DNS response.

            Any issue with AutoConfigBackup would be unrelated.

            Thank you @jimp I restarted the DNS from the GUI, and I also used the following, in CLI:

            unbound-control -c /var/unbound/unbound.conf reload
            

            The same issue.
            I use the DNS Forwarder mode, maybe the DNS servers are still holding a bad entry in their cache?

            1 Reply Last reply Reply Quote 0
            • G
              grandrivers
              last edited by

              Well I also lost available packages all at same time, restarted unbound still no luck getting it to work

              pfsense plus 25.03 super micro A1SRM-2558F
              C2558 32gig ECC  60gig SSD

              N 1 Reply Last reply Reply Quote 0
              • X
                xplChris
                last edited by

                Moin,

                same here, pkg00 and pkg01 still resolves to the same addresses as before when asking netgates DNS Servers

                root@fra3:~# dig +short @ns1.netgate.com pkg00.atx.netgate.com
                208.123.73.207
                root@fra3:~# nmap -Pn -p443 208.123.73.207
                Starting Nmap 7.80 ( https://nmap.org ) at 2022-03-15 14:26 UTC
                Nmap scan report for 208.123.73.207
                Host is up.
                
                PORT    STATE    SERVICE
                443/tcp filtered https
                
                Nmap done: 1 IP address (1 host up) scanned in 2.11 seconds
                root@fra3:~# dig +short @ns1.netgate.com pkg01.atx.netgate.com
                208.123.73.209
                root@fra3:~# nmap -Pn -p443 208.123.73.209
                Starting Nmap 7.80 ( https://nmap.org ) at 2022-03-15 14:26 UTC
                Nmap scan report for 208.123.73.209
                Host is up.
                
                PORT    STATE    SERVICE
                443/tcp filtered https
                
                Nmap done: 1 IP address (1 host up) scanned in 2.43 seconds
                

                Greetings from Hamburg
                Chris

                1 Reply Last reply Reply Quote 0
                • jimpJ
                  jimp Rebel Alliance Developer Netgate
                  last edited by

                  It's possible that it's still cached. If you run a command such as host -t srv _https._tcp.packages-beta.netgate.com it should be returning files00.netgate.com and files01.netgate.com.

                  Give it a few more minutes and try it again.

                  Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                  Need help fast? Netgate Global Support!

                  Do not Chat/PM for help!

                  N 1 Reply Last reply Reply Quote 0
                  • X
                    xplChris
                    last edited by

                    Ah. now it works, a pkg-static -d update is now connecting to files00.netgate.com instead of pkg00.atx.netgate.com

                    Thanks!

                    N 1 Reply Last reply Reply Quote 1
                    • N
                      NRgia @jimp
                      last edited by

                      @jimp said in I get "pfSense-core has no meta file" and cannot update:

                      It's possible that it's still cached. If you run a command such as host -t srv _https._tcp.packages-beta.netgate.com it should be returning files00.netgate.com and files01.netgate.com.

                      Give it a few more minutes and try it again.

                      Output of the above command is:

                      _https._tcp.packages-beta.netgate.com has SRV record 10 10 443 pk00.atx.netgate.com
                      

                      I will try what @xplChris sugested

                      1 Reply Last reply Reply Quote 0
                      • N
                        NRgia @xplChris
                        last edited by

                        @xplchris said in I get "pfSense-core has no meta file" and cannot update:

                        Ah. now it works, a pkg-static -d update is now connecting to files00.netgate.com instead of pkg00.atx.netgate.com

                        Thanks!

                        It works after I used:

                        pkg-static -d update
                        

                        Thank you

                        1 Reply Last reply Reply Quote 0
                        • N
                          NRgia @grandrivers
                          last edited by

                          @grandrivers said in I get "pfSense-core has no meta file" and cannot update:

                          Well I also lost available packages all at same time, restarted unbound still no luck getting it to work

                          You should see them again after you fix this.

                          Try what @xplChris sugested

                          1 Reply Last reply Reply Quote 0
                          • Cool_CoronaC
                            Cool_Corona
                            last edited by

                            @nrgia said in I get "pfSense-core has no meta file" and cannot update:

                            pkg-static -d update

                            2304dfba-294c-4ece-b139-9e61937626c8-billede.png

                            Doesnt work here. Nothing shows up in architecture and cant check for updates.

                            N 1 Reply Last reply Reply Quote 0
                            • N
                              NRgia @Cool_Corona
                              last edited by

                              @cool_corona
                              What is the output of this:

                              host -t srv _https._tcp.packages-beta.netgate.com
                              
                              Cool_CoronaC 1 Reply Last reply Reply Quote 0
                              • Cool_CoronaC
                                Cool_Corona @NRgia
                                last edited by Cool_Corona

                                @nrgia

                                _https._tcp.packages-beta.netgate.com has SRV record 10 10 443 files00.netgate.com.
                                _https._tcp.packages-beta.netgate.com has SRV record 10 10 443 files01.netgate.com.

                                N 1 Reply Last reply Reply Quote 0
                                • jimpJ
                                  jimp Rebel Alliance Developer Netgate
                                  last edited by

                                  Then you have some other unrelated issue, start a new thread.

                                  Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                  Need help fast? Netgate Global Support!

                                  Do not Chat/PM for help!

                                  Cool_CoronaC 1 Reply Last reply Reply Quote 0
                                  • Cool_CoronaC
                                    Cool_Corona @jimp
                                    last edited by Cool_Corona

                                    @jimp Sorry.

                                    Maybe its related to this... the dropdown is empty

                                    9f3cc104-bec9-444b-a849-8dfb376974b0-billede.png

                                    1 Reply Last reply Reply Quote 0
                                    • N
                                      NRgia @Cool_Corona
                                      last edited by

                                      @cool_corona said in I get "pfSense-core has no meta file" and cannot update:

                                      @nrgia

                                      _https._tcp.packages-beta.netgate.com has SRV record 10 10 443 files00.netgate.com.
                                      _https._tcp.packages-beta.netgate.com has SRV record 10 10 443 files01.netgate.com.

                                      As per information provided by @jimp this looks good. Sorry, but I don't know what to suggest further.

                                      1 Reply Last reply Reply Quote 0
                                      • jimpJ
                                        jimp Rebel Alliance Developer Netgate
                                        last edited by

                                        That wouldn't be related to this. Start your own thread.

                                        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                        Need help fast? Netgate Global Support!

                                        Do not Chat/PM for help!

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

                                          I'm running 2.7.0-DEVELOPMENT (amd64) built on Fri Mar 11 06:21:33 UTC 2022 and it will not update. I tried restarting unbound, but it made no difference.

                                          Any suggestions?

                                          UPDATE: I tried to update from the console and this time it worked.

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