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

    Pkg tool needs some common sense?

    2.4 Development Snapshots
    11
    28
    2.9k
    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

      While I hear ya on the timeouts.. It has always been recommended to remove packages before upgrade..

      https://doc.pfsense.org/index.php/Upgrade_Guide
      "It is always safest to remove packages before upgrading to a new major release. Packages will be reinstalled afterward, but are frequently a source of problems. To ensure a smooth upgrade, note the installed packages, remove them, perform the upgrade, and then reinstall whichever packages are necessary. "

      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.7.2, 24.11

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

        That doesn't help much either. It still takes ~30 minutes because pkg tries to fetch the packages info no matter whether you have something installed or not. IOW, that goddamn tool is absolutely useless for any offline work.

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

          as dok stated that wouldnt have helped.

          pfSense CE 2.7.2

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

            The problem comes from libfetch (it uses an imported version of the library) as far as I know. Libfetch has a global timeout that can be configured but no provisions for configuring a specific IPv6 -> IPv4 fallback timeout in case IPv6 connections are not working.

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

              You can put this into /usr/local/etc/pkg.conf to force the use of just IPv4:

              
              IP_VERSION=4
              
              

              You can also disable autofetching of the repo catalogs on every operation.

              
              REPO_AUTOUPDATE=NO
              
              

              That might mess with the GUI updater though, use with care.

              1 Reply Last reply Reply Quote 0
              • P
                PiBa
                last edited by

                There is also a 'prefer IPv4' checkbox in the system/advanced settings.. might be safer assuming it solves this..

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

                  @kpa:

                  You can put this into /usr/local/etc/pkg.conf to force the use of just IPv4:

                  
                  IP_VERSION=4
                  
                  

                  You can also disable autofetching of the repo catalogs on every operation.

                  
                  REPO_AUTOUPDATE=NO
                  
                  

                  That might mess with the GUI updater though, use with care.

                  Maybe this should automatically be done by /etc/rc.bootup "just in case" and then removed after platform_booting is false? Or, try to do some simplye connectivity checks to whatever URL is specified in pfSense-repo.conf … e.g.

                  1. test to see if its DNS can be resolved and then
                  2. test if it's pingable

                  before trying to do anything whatsoever with remote pkg commands?

                  1 Reply Last reply Reply Quote 0
                  • Y
                    yon
                    last edited by

                    yes, me too, ipv6 all down in v2.4.1, i have to back to 2.4.0 ok.

                    If you are interested in free peering for clearnet and dn42,contact me !

                    1 Reply Last reply Reply Quote 0
                    • ?
                      Guest
                      last edited by

                      @yon:

                      yes, me too, ipv6 all down in v2.4.1, i have to back to 2.4.0 ok.

                      I must have two very strange systems running 2.4.1 then, IPv6 is working fine on both of them, one using statics and one using DHCP6.

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

                        @yon:

                        yes, me too, ipv6 all down in v2.4.1, i have to back to 2.4.0 ok.

                        This is NOT the thread for debugging your broken 12WAN setups. Kindly leave it alone.

                        1 Reply Last reply Reply Quote 0
                        • ?
                          Guest
                          last edited by

                          Snigger… ;D

                          1 Reply Last reply Reply Quote 0
                          • Y
                            yon
                            last edited by

                            @doktornotor:

                            @yon:

                            yes, me too, ipv6 all down in v2.4.1, i have to back to 2.4.0 ok.

                            This is NOT the thread for debugging your broken 12WAN setups. Kindly leave it alone.

                            Are there any rules to limit the number of use? Is this a child's toy? Not a professional tool? ???
                            I would like any product to be tested in a complex and rigorous environment in order to find possible problems, rather than fear of problems and not dare to use.

                            If you are interested in free peering for clearnet and dn42,contact me !

                            1 Reply Last reply Reply Quote 0
                            • S
                              Steve_B Netgate
                              last edited by

                              No doubt you would like that for free, too?

                              Als ik kan

                              1 Reply Last reply Reply Quote 0
                              • ?
                                Guest
                                last edited by

                                @yon:

                                @doktornotor:

                                @yon:

                                yes, me too, ipv6 all down in v2.4.1, i have to back to 2.4.0 ok.

                                This is NOT the thread for debugging your broken 12WAN setups. Kindly leave it alone.

                                Are there any rules to limit the number of use? Is this a child's toy? Not a professional tool? ???
                                I would like any product to be tested in a complex and rigorous environment in order to find possible problems, rather than fear of problems and not dare to use.

                                Perhaps your requirements need professional support, here's the link to enable you to purchase it. https://www.pfsense.org/get-support/

                                1 Reply Last reply Reply Quote 0
                                • P
                                  perlenbacher
                                  last edited by

                                  At least that support will come without all the snipey comments and abuse. Probably a good buy…

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

                                    @kpa:

                                    You can put this into /usr/local/etc/pkg.conf to force the use of just IPv4:

                                    
                                    IP_VERSION=4
                                    
                                    

                                    You can also disable autofetching of the repo catalogs on every operation.

                                    
                                    REPO_AUTOUPDATE=NO
                                    
                                    

                                    That might mess with the GUI updater though, use with care.

                                    excellent thank you.

                                    I will see if I can get someone to add options for this in the GUI.

                                    pfSense CE 2.7.2

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

                                      @yon:

                                      yes, me too, ipv6 all down in v2.4.1, i have to back to 2.4.0 ok.

                                      I dont blame blame 2.4.1 for the ipv6 issue, it was down to an exotic config I had in place, and was just coincidence this is the first time I have ran a restore with that config which broke ipv6.

                                      My ipv6 has been fine since I fixed the config issue.  I waited to fix it as was advised in the pfsense UI to not make any config changes with a config restore in process.

                                      pfSense CE 2.7.2

                                      1 Reply Last reply Reply Quote 0
                                      • ?
                                        Guest
                                        last edited by

                                        @chrcoluk:

                                        @kpa:

                                        You can put this into /usr/local/etc/pkg.conf to force the use of just IPv4:

                                        
                                        IP_VERSION=4
                                        
                                        

                                        You can also disable autofetching of the repo catalogs on every operation.

                                        
                                        REPO_AUTOUPDATE=NO
                                        
                                        

                                        That might mess with the GUI updater though, use with care.

                                        excellent thank you.

                                        I will see if I can get someone to add options for this in the GUI.

                                        OK Chris, I've added the two you mentioned in the email, threw me a bit as they are ENV vars now, no longer in a conf file!

                                        Do you or anyone else want other vars added, the two that shout at me are these:

                                        FETCH_RETRY: integer
                                          Number of times to retry a failed fetch of a file.  Default:
                                          3.

                                        FETCH_TIMEOUT: integer
                                          Maximum number of seconds to wait for any one file to down-
                                          load from the network, either by SSH or any of the protocols
                                          supported by fetch(3) functions.  Default: 30.

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

                                          thanks bud, I will give it a whirl later today :)

                                          pfSense CE 2.7.2

                                          1 Reply Last reply Reply Quote 0
                                          • ?
                                            Guest
                                            last edited by

                                            @chrcoluk:

                                            thanks bud, I will give it a whirl later today :)

                                            Forget the package timout & retry, they are already set to 5 & 2 respectively in the code anyway.

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