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

    To 23.01 or not ? that is the question :)

    Scheduled Pinned Locked Moved General pfSense Questions
    43 Posts 18 Posters 20.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.
    • M
      mdp716
      last edited by

      After seeing several posts from folks I view as experts (Lawrence Networks comes to mind right off) saying they're good with the UG to 23.01 I decided to go ahead and give it a go.

      Started from 22.05 on a third party Intel platform with a J4125 CPU.

      Installed packages were:

      Backup
      Cron
      ntopng
      openvpn-client-export
      Service-Watchdog
      Telegraf (disabled)

      Since I have a functioning Boot Environments and backed up prior to UG I opted not to uninstall any of the packages on the first go around just to see what happens as prior upgrades (notably the CE --> Plus was particularly picky about installed packages) with them installed did not go well.

      I'm happy to report that the Upgrade was successful at this point less than an hour in.

      I did have to stop ntopng, reapply the backup of the configuration I had and then re-edit the ntopng.inc file to point ntopng to my SSD where I wanted the DB to write to before restarting ntopng. Note to netgate folks, sure wish you'd use the more mainstream ntopng version instead of the buggy/modified one you have as a package.

      My OpenVPN set up is functioning as is all of the other packages as near as I can tell at this point.

      The driving force for me was that I bought a Cisco AP and wanted to have it connect directly to another interface on the pfsense device instead of go through a switch connected to an interface on the pfsense device which is how I have an Orbi RBR50 set up and I intended to simply move the configurations and rules from the one interface to the other but then I read that there was a known issue with that and that it was fixed in 23.01 so I wanted to be on 23.01 before adding that interface and moving the configs/rules.

      1 Reply Last reply Reply Quote 2
      • O
        OffstageRoller @johnpoz
        last edited by

        @johnpoz said in To 23.01 or not ? that is the question :):

        I hadn't put in the sg4860 setting in loader.conf.local - partly because I wanted to see the console error. Which I did see, it pretty much made use of console impossible with the flood of messages.. So I did the setting per the release notes, rebooted again and that is gone.

        Did you end up applying the ichsmb0 fix, ehci0 fix, or both?

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

          @offstageroller I did this

          hint.ichsmb.0.disabled=1

          In the loader.conf.local - I don't recall seeing anything about echi0 ?? Guess I did a really shitty job this time of paying attention... I missed the pfblocker version thing in the release notes.. And now I seemed to have missed something else.. Even though I was aware of the ichsmb0 thing..

          Yeah I was only seeing ichsmb0 in my console.. no echi0 issues that I saw. And once I rebooted after doing the above entry only my console was clean.

          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
          • stephenw10S
            stephenw10 Netgate Administrator
            last edited by

            You only need ichsmb0 disabled.

            Disabling EHCI also stops the error flood but it also disables the eMMC because that is USB connected in RCC-VE, including the 4860.

            F 1 Reply Last reply Reply Quote 0
            • O
              OffstageRoller
              last edited by

              Thank you both @johnpoz and @stephenw10!

              I'll apply this to my SG-4860, reboot, verify all is still well, and then upgrade to 23.01.

              For anyone using Ansible with pfSense, here's what you can add to your yaml to accomplish this:

              - name: workaround for cpu increase on sg-4860 with pfSense 23.01 and above
                lineinfile:
                  path: /boot/loader.conf.local
                  state: present
                  create: true
                  line: "hint.ichsmb.0.disabled=1"
                  owner: root
                  group: wheel
                  mode: "0644"
                remote_user: root
              

              Are the docs available for me to submit a PR/MR for so I can clean up the wording for others that have an SG-4860 (https://docs.netgate.com/pfsense/en/latest/releases/23-01.html)? Currently, the wording is vague to where it's not clear which one you should apply, if not both. But now that we know it's only ichsmb0, we can update the docs so users hopefully won't have to search through the forums and find posts like these to know for sure :).

              S 1 Reply Last reply Reply Quote 1
              • S
                SteveITS Galactic Empire @OffstageRoller
                last edited by

                @offstageroller there’s a feedback button on each doc page. Thanks for the clarification. :)

                Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                Upvote 👍 helpful posts!

                1 Reply Last reply Reply Quote 0
                • bingo600B
                  bingo600 @AndyRH
                  last edited by bingo600

                  @andyrh said in To 23.01 or not ? that is the question :):

                  @chudak Nothing magical, just thought it was interesting that the last boot (power outage) worked out to be 180 days before I would have time to do the upgrade.

                  Damm i'm the Bejnamin here

                  309aa919-71b1-422d-ac16-ba4080332995-image.png

                  Might consider to upgrade my home prod. sometime next weekend.

                  Or might just switch the already upgraded Hystou/Protectli in for a while ...
                  Just have to rename my IGBxx to EMxx in the "Prod" config file.

                  /Bingo

                  If you find my answer useful - Please give the post a 👍 - "thumbs up"

                  pfSense+ 23.05.1 (ZFS)

                  QOTOM-Q355G4 Quad Lan.
                  CPU  : Core i5 5250U, Ram : 8GB Kingston DDR3LV 1600
                  LAN  : 4 x Intel 211, Disk  : 240G SAMSUNG MZ7L3240HCHQ SSD

                  Dobby_D 1 Reply Last reply Reply Quote 0
                  • S SteveITS referenced this topic on
                  • chudakC
                    chudak
                    last edited by chudak

                    Inspired by positive posts, I got brave and upgraded my system remotely (on VPN session)

                    Everything generally went smoothly
                    My packages came back all up to date (after the upgrade):
                    I did not remove any of them

                    2eb80bf7-a5a3-4f43-ae94-6b58e302daca-image.png

                    OpenVPN and TailScale seem to work.

                    I did get a crash error and again this:

                    An error occurred while uploading the encrypted Netgate pfSense Plus configuration to https://acb.netgate.com/save (Could not resolve host: acb.netgate.com) @ 2023-02-22 09:46:19
                    
                    Crash report begins.  Anonymous machine information:
                    
                    amd64
                    14.0-CURRENT
                    FreeBSD 14.0-CURRENT #0 plus-RELENG_23_01-n256037-6e914874a5e: Fri Feb 10 20:30:29 UTC 2023     root@freebsd:/var/jenkins/workspace/pfSense-Plus-snapshots-23_01-main/obj/amd64/VDZvZksF/var/jenkins/workspace/pfSense-Plus-snapshots-23_01-main/sources/FreeBS
                    
                    Crash report details:
                    
                    PHP Errors:
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  Failed loading Zend extension 'opcache.so' (tried: /usr/local/lib/php/20210902/opcache.so (/usr/local/lib/php/20210902/opcache.so: Undefined symbol "zend_inheritance_cache_get"), /usr/local/lib/php/20210902/opcache.so.so (Cannot open "/usr/local/lib/php/20210902/opcache.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: session: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: bcmath: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: bz2: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: ctype: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'curl.so' (tried: /usr/local/lib/php/20210902/curl.so (/usr/local/lib/php/20210902/curl.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/curl.so.so (Cannot open "/usr/local/lib/php/20210902/curl.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: dom: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: filter: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: gettext: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: intl: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'ldap.so' (tried: /usr/local/lib/php/20210902/ldap.so (/usr/local/lib/php/20210902/ldap.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/ldap.so.so (Cannot open "/usr/local/lib/php/20210902/ldap.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: libbe: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: mbstring: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: mcrypt: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: pcntl: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'pdo.so' (tried: /usr/local/lib/php/20210902/pdo.so (/usr/local/lib/php/20210902/pdo.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/pdo.so.so (Cannot open "/usr/local/lib/php/20210902/pdo.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: pfSense: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: posix: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'radius.so' (tried: /usr/local/lib/php/20210902/radius.so (/usr/local/lib/php/20210902/radius.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/radius.so.so (Cannot open "/usr/local/lib/php/20210902/radius.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: readline: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: rrd: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'shmop.so' (tried: /usr/local/lib/php/20210902/shmop.so (/usr/local/lib/php/20210902/shmop.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/shmop.so.so (Cannot open "/usr/local/lib/php/20210902/shmop.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'simplexml.so' (tried: /usr/local/lib/php/20210902/simplexml.so (/usr/local/lib/php/20210902/simplexml.so: Undefined symbol "zend_ce_stringable"), /usr/local/lib/php/20210902/simplexml.so.so (Cannot open "/usr/local/lib/php/20210902/simplexml.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'sockets.so' (tried: /usr/local/lib/php/20210902/sockets.so (/usr/local/lib/php/20210902/sockets.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/sockets.so.so (Cannot open "/usr/local/lib/php/20210902/sockets.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: sqlite3: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'sysvmsg.so' (tried: /usr/local/lib/php/20210902/sysvmsg.so (/usr/local/lib/php/20210902/sysvmsg.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/sysvmsg.so.so (Cannot open "/usr/local/lib/php/20210902/sysvmsg.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'sysvsem.so' (tried: /usr/local/lib/php/20210902/sysvsem.so (/usr/local/lib/php/20210902/sysvsem.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/sysvsem.so.so (Cannot open "/usr/local/lib/php/20210902/sysvsem.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'sysvshm.so' (tried: /usr/local/lib/php/20210902/sysvshm.so (/usr/local/lib/php/20210902/sysvshm.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/sysvshm.so.so (Cannot open "/usr/local/lib/php/20210902/sysvshm.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'tokenizer.so' (tried: /usr/local/lib/php/20210902/tokenizer.so (/usr/local/lib/php/20210902/tokenizer.so: Undefined symbol "zend_ce_stringable"), /usr/local/lib/php/20210902/tokenizer.so.so (Cannot open "/usr/local/lib/php/20210902/tokenizer.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'xml.so' (tried: /usr/local/lib/php/20210902/xml.so (/usr/local/lib/php/20210902/xml.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/xml.so.so (Cannot open "/usr/local/lib/php/20210902/xml.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: xmlwriter: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'zlib.so' (tried: /usr/local/lib/php/20210902/zlib.so (/usr/local/lib/php/20210902/zlib.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/zlib.so.so (Cannot open "/usr/local/lib/php/20210902/zlib.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: pdo_sqlite: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:42:20 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'xmlreader.so' (tried: /usr/local/lib/php/20210902/xmlreader.so (/usr/local/lib/php/20210902/xmlreader.so: Undefined symbol "dom_node_class_entry"), /usr/local/lib/php/20210902/xmlreader.so.so (Cannot open "/usr/local/lib/php/20210902/xmlreader.so.so")) in Unknown on line 0
                    [22-Feb-2023 09:42:20 America/Los_Angeles] PHP Fatal error:  Uncaught TypeError: Return value of g_get() must be an instance of mixed, string returned in /etc/inc/globals.inc:411
                    Stack trace:
                    #0 /etc/inc/globals.inc(129): g_get('product_version')
                    #1 /etc/inc/config.inc(29): require_once('/etc/inc/global...')
                    #2 /usr/local/pkg/wireguard/includes/wg_service.inc(24): require_once('/etc/inc/config...')
                    #3 {main}
                      thrown in /etc/inc/globals.inc on line 411
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  Failed loading Zend extension 'opcache.so' (tried: /usr/local/lib/php/20210902/opcache.so (/usr/local/lib/php/20210902/opcache.so: Undefined symbol "zend_inheritance_cache_get"), /usr/local/lib/php/20210902/opcache.so.so (Cannot open "/usr/local/lib/php/20210902/opcache.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: session: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: bcmath: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: bz2: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: ctype: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'curl.so' (tried: /usr/local/lib/php/20210902/curl.so (/usr/local/lib/php/20210902/curl.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/curl.so.so (Cannot open "/usr/local/lib/php/20210902/curl.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: dom: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: filter: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'ftp.so' (tried: /usr/local/lib/php/20210902/ftp.so (/usr/local/lib/php/20210902/ftp.so: Undefined symbol "zend_ce_value_error"), /usr/local/lib/php/20210902/ftp.so.so (Cannot open "/usr/local/lib/php/20210902/ftp.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: gettext: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: intl: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'ldap.so' (tried: /usr/local/lib/php/20210902/ldap.so (/usr/local/lib/php/20210902/ldap.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/ldap.so.so (Cannot open "/usr/local/lib/php/20210902/ldap.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: libbe: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: mbstring: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: mcrypt: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: pcntl: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'pdo.so' (tried: /usr/local/lib/php/20210902/pdo.so (/usr/local/lib/php/20210902/pdo.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/pdo.so.so (Cannot open "/usr/local/lib/php/20210902/pdo.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: pfSense: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: posix: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'radius.so' (tried: /usr/local/lib/php/20210902/radius.so (/usr/local/lib/php/20210902/radius.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/radius.so.so (Cannot open "/usr/local/lib/php/20210902/radius.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: readline: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: rrd: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'shmop.so' (tried: /usr/local/lib/php/20210902/shmop.so (/usr/local/lib/php/20210902/shmop.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/shmop.so.so (Cannot open "/usr/local/lib/php/20210902/shmop.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'simplexml.so' (tried: /usr/local/lib/php/20210902/simplexml.so (/usr/local/lib/php/20210902/simplexml.so: Undefined symbol "zend_ce_stringable"), /usr/local/lib/php/20210902/simplexml.so.so (Cannot open "/usr/local/lib/php/20210902/simplexml.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'sockets.so' (tried: /usr/local/lib/php/20210902/sockets.so (/usr/local/lib/php/20210902/sockets.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/sockets.so.so (Cannot open "/usr/local/lib/php/20210902/sockets.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: sqlite3: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: ssh2: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'sysvmsg.so' (tried: /usr/local/lib/php/20210902/sysvmsg.so (/usr/local/lib/php/20210902/sysvmsg.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/sysvmsg.so.so (Cannot open "/usr/local/lib/php/20210902/sysvmsg.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'sysvsem.so' (tried: /usr/local/lib/php/20210902/sysvsem.so (/usr/local/lib/php/20210902/sysvsem.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/sysvsem.so.so (Cannot open "/usr/local/lib/php/20210902/sysvsem.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'sysvshm.so' (tried: /usr/local/lib/php/20210902/sysvshm.so (/usr/local/lib/php/20210902/sysvshm.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/sysvshm.so.so (Cannot open "/usr/local/lib/php/20210902/sysvshm.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'tokenizer.so' (tried: /usr/local/lib/php/20210902/tokenizer.so (/usr/local/lib/php/20210902/tokenizer.so: Undefined symbol "zend_ce_stringable"), /usr/local/lib/php/20210902/tokenizer.so.so (Cannot open "/usr/local/lib/php/20210902/tokenizer.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'xml.so' (tried: /usr/local/lib/php/20210902/xml.so (/usr/local/lib/php/20210902/xml.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/xml.so.so (Cannot open "/usr/local/lib/php/20210902/xml.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: xmlwriter: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'zlib.so' (tried: /usr/local/lib/php/20210902/zlib.so (/usr/local/lib/php/20210902/zlib.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/zlib.so.so (Cannot open "/usr/local/lib/php/20210902/zlib.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: pdo_sqlite: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:43:00 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'xmlreader.so' (tried: /usr/local/lib/php/20210902/xmlreader.so (/usr/local/lib/php/20210902/xmlreader.so: Undefined symbol "dom_node_class_entry"), /usr/local/lib/php/20210902/xmlreader.so.so (Cannot open "/usr/local/lib/php/20210902/xmlreader.so.so")) in Unknown on line 0
                    [22-Feb-2023 09:43:00 America/Los_Angeles] PHP Fatal error:  Uncaught TypeError: Return value of g_get() must be an instance of mixed, string returned in /etc/inc/globals.inc:411
                    Stack trace:
                    #0 /etc/inc/globals.inc(129): g_get('product_version')
                    #1 /etc/inc/config.inc(29): require_once('/etc/inc/global...')
                    #2 /usr/local/pkg/wireguard/includes/wg_service.inc(24): require_once('/etc/inc/config...')
                    #3 {main}
                      thrown in /etc/inc/globals.inc on line 411
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  Failed loading Zend extension 'opcache.so' (tried: /usr/local/lib/php/20210902/opcache.so (/usr/local/lib/php/20210902/opcache.so: Undefined symbol "zend_inheritance_cache_get"), /usr/local/lib/php/20210902/opcache.so.so (Cannot open "/usr/local/lib/php/20210902/opcache.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: session: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: bcmath: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: bz2: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: ctype: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'curl.so' (tried: /usr/local/lib/php/20210902/curl.so (/usr/local/lib/php/20210902/curl.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/curl.so.so (Cannot open "/usr/local/lib/php/20210902/curl.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: dom: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: filter: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'ftp.so' (tried: /usr/local/lib/php/20210902/ftp.so (/usr/local/lib/php/20210902/ftp.so: Undefined symbol "zend_ce_value_error"), /usr/local/lib/php/20210902/ftp.so.so (Cannot open "/usr/local/lib/php/20210902/ftp.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: gettext: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: intl: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'ldap.so' (tried: /usr/local/lib/php/20210902/ldap.so (/usr/local/lib/php/20210902/ldap.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/ldap.so.so (Cannot open "/usr/local/lib/php/20210902/ldap.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: libbe: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: mbstring: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: mcrypt: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: pcntl: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'pdo.so' (tried: /usr/local/lib/php/20210902/pdo.so (/usr/local/lib/php/20210902/pdo.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/pdo.so.so (Cannot open "/usr/local/lib/php/20210902/pdo.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: pfSense: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: posix: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'radius.so' (tried: /usr/local/lib/php/20210902/radius.so (/usr/local/lib/php/20210902/radius.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/radius.so.so (Cannot open "/usr/local/lib/php/20210902/radius.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: readline: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: rrd: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'shmop.so' (tried: /usr/local/lib/php/20210902/shmop.so (/usr/local/lib/php/20210902/shmop.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/shmop.so.so (Cannot open "/usr/local/lib/php/20210902/shmop.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'simplexml.so' (tried: /usr/local/lib/php/20210902/simplexml.so (/usr/local/lib/php/20210902/simplexml.so: Undefined symbol "zend_ce_stringable"), /usr/local/lib/php/20210902/simplexml.so.so (Cannot open "/usr/local/lib/php/20210902/simplexml.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'sockets.so' (tried: /usr/local/lib/php/20210902/sockets.so (/usr/local/lib/php/20210902/sockets.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/sockets.so.so (Cannot open "/usr/local/lib/php/20210902/sockets.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: sqlite3: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: ssh2: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'sysvmsg.so' (tried: /usr/local/lib/php/20210902/sysvmsg.so (/usr/local/lib/php/20210902/sysvmsg.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/sysvmsg.so.so (Cannot open "/usr/local/lib/php/20210902/sysvmsg.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'sysvsem.so' (tried: /usr/local/lib/php/20210902/sysvsem.so (/usr/local/lib/php/20210902/sysvsem.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/sysvsem.so.so (Cannot open "/usr/local/lib/php/20210902/sysvsem.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'sysvshm.so' (tried: /usr/local/lib/php/20210902/sysvshm.so (/usr/local/lib/php/20210902/sysvshm.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/sysvshm.so.so (Cannot open "/usr/local/lib/php/20210902/sysvshm.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'tokenizer.so' (tried: /usr/local/lib/php/20210902/tokenizer.so (/usr/local/lib/php/20210902/tokenizer.so: Undefined symbol "zend_ce_stringable"), /usr/local/lib/php/20210902/tokenizer.so.so (Cannot open "/usr/local/lib/php/20210902/tokenizer.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'xml.so' (tried: /usr/local/lib/php/20210902/xml.so (/usr/local/lib/php/20210902/xml.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/xml.so.so (Cannot open "/usr/local/lib/php/20210902/xml.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: xmlwriter: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'zlib.so' (tried: /usr/local/lib/php/20210902/zlib.so (/usr/local/lib/php/20210902/zlib.so: Undefined symbol "zend_objects_not_comparable"), /usr/local/lib/php/20210902/zlib.so.so (Cannot open "/usr/local/lib/php/20210902/zlib.so.so")) in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: pdo_sqlite: Unable to initialize module
                    Module compiled with module API=20210902
                    PHP    compiled with module API=20190902
                    These options need to match
                     in Unknown on line 0
                    [22-Feb-2023 17:44:01 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'xmlreader.so' (tried: /usr/local/lib/php/20210902/xmlreader.so (/usr/local/lib/php/20210902/xmlreader.so: Undefined symbol "dom_node_class_entry"), /usr/local/lib/php/20210902/xmlreader.so.so (Cannot open "/usr/local/lib/php/20210902/xmlreader.so.so")) in Unknown on line 0
                    [22-Feb-2023 09:44:01 America/Los_Angeles] PHP Fatal error:  Uncaught TypeError: Return value of g_get() must be an instance of mixed, string returned in /etc/inc/globals.inc:411
                    Stack trace:
                    #0 /etc/inc/globals.inc(129): g_get('product_version')
                    #1 /etc/inc/config.inc(29): require_once('/etc/inc/global...')
                    #2 /usr/local/pkg/wireguard/includes/wg_service.inc(24): require_once('/etc/inc/config...')
                    #3 {main}
                      thrown in /etc/inc/globals.inc on line 411
                    
                    
                    
                    No FreeBSD crash data found.
                    			
                    

                    Will report more issues as I see them, but so far alive and looking up :)

                    GertjanG 1 Reply Last reply Reply Quote 0
                    • Dobby_D
                      Dobby_ @bingo600
                      last edited by

                      @bingo600 said in To 23.01 or not ? that is the question :):

                      Might consider to upgrade my home prod. sometime next weekend.

                      Wich version you are running 170 days.

                      #~. @Dobby

                      Turris Omnia - 4 Ports - 2 GB RAM / TurrisOS 7 Release (Btrfs)
                      PC Engines APU4D4 - 4 Ports - 4 GB RAM / pfSense CE 2.7.2 Release (ZFS)
                      PC Engines APU6B4 - 4 Ports - 4 GB RAM / pfSense+ (Plus) 24.03_1 Release (ZFS)

                      bingo600B 1 Reply Last reply Reply Quote 0
                      • bingo600B
                        bingo600 @Dobby_
                        last edited by bingo600

                        @dobby_
                        That is 22.01 (Plus)

                        aff7ccfe-de21-490b-be24-908ee3d6f8b3-image.png

                        Btw:I switched my Hystou/Protecli in prod, at home w. 23.01

                        372054d7-6011-421d-ac0e-c7489931ad67-image.png

                        I have no issues so far , besides to have to set speed shift , instead of using PowerD.

                        See:
                        https://forum.netgate.com/post/1088861

                        If you find my answer useful - Please give the post a 👍 - "thumbs up"

                        pfSense+ 23.05.1 (ZFS)

                        QOTOM-Q355G4 Quad Lan.
                        CPU  : Core i5 5250U, Ram : 8GB Kingston DDR3LV 1600
                        LAN  : 4 x Intel 211, Disk  : 240G SAMSUNG MZ7L3240HCHQ SSD

                        Dobby_D 1 Reply Last reply Reply Quote 0
                        • Dobby_D
                          Dobby_ @bingo600
                          last edited by

                          @bingo600

                          I have no issues so far , besides to have to set speed shift , > instead of using PowerD.

                          You are a lucky guy! Many reported much more ram usage, as me before but no on 23.01 release and three packets updated yesterday all is fine again.

                          I think I will never get an uptime like you with pfSense
                          or if I get another box I use one for private usage and
                          one for playing around with it.

                          #~. @Dobby

                          Turris Omnia - 4 Ports - 2 GB RAM / TurrisOS 7 Release (Btrfs)
                          PC Engines APU4D4 - 4 Ports - 4 GB RAM / pfSense CE 2.7.2 Release (ZFS)
                          PC Engines APU6B4 - 4 Ports - 4 GB RAM / pfSense+ (Plus) 24.03_1 Release (ZFS)

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            SteveITS Galactic Empire @Dobby_
                            last edited by

                            @dobby_ said in To 23.01 or not ? that is the question :):

                            much more ram usage

                            There's a patch for that. :)

                            Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                            When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                            Upvote 👍 helpful posts!

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

                              This one :

                              @chudak said in To 23.01 or not ? that is the question :):

                              I did get a crash error and again this:
                              An error occurred while uploading the encrypted Netgate pfSense Plus configuration to https://acb.netgate.com/save (Could not resolve host: acb.netgate.com) @ 2023-02-22 09:46:19

                              is special.

                              You - or the pfSense itself added/changed something to the config.
                              Like a monitoring stats file update.
                              And it decided to save a copy at "acb.netgate.com".
                              But, for reasons you can figure out, the resolver was just restarting at that moment.
                              The backup script won't "wait a bit" and times out right away with a "can't resolve acb.netgate.com". It it would have cached the IP of "acb.netgate.com" (as it is a Netgate server with a very fixed IP 208.123.73.212 that probably 'never' changes) the transfer would have sucseeded).

                              The 'crash' :

                              @chudak said in To 23.01 or not ? that is the question :):

                              Module compiled with module API=20210902
                              PHP compiled with module API=2019090

                              is another famous one.
                              PHP was running smoothly, doing upgrade/update stuff as always.
                              And then the system (PHP) decided to upgrade PHP itself.
                              7.4.x ( API base 20190902 ) to PHP 8.x ( API base 20210902 ).
                              And for some reason, PHP restarted while doing so.
                              It got confused : The - not yet - main php.ini file says : use API "20190902" but it found "20210902".
                              Something like that.

                              The next time the PHP process restart, everything will be fine.
                              It looks scary, but isn't a big deal.
                              I guess some day, Netgate will decide to clean up this part by shelling out to a not-PHP script to upgrade PHP. Or something like that.

                              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
                              • Dobby_D
                                Dobby_ @SteveITS
                                last edited by

                                @steveits said in To 23.01 or not ? that is the question :):

                                @dobby_ said in To 23.01 or not ? that is the question :):

                                much more ram usage

                                There's a patch for that. :)

                                Done! Thanks for that info, I will see how it works.

                                #~. @Dobby

                                Turris Omnia - 4 Ports - 2 GB RAM / TurrisOS 7 Release (Btrfs)
                                PC Engines APU4D4 - 4 Ports - 4 GB RAM / pfSense CE 2.7.2 Release (ZFS)
                                PC Engines APU6B4 - 4 Ports - 4 GB RAM / pfSense+ (Plus) 24.03_1 Release (ZFS)

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

                                  Upgrade 22.05 to 23.01, on 7100 1u (slave).... impossible to connect on after.
                                  I try to go back to the default config... same way.
                                  I try to install by pfSense-plus-memstick-serial-23.01-RELEASE-amd64.img furnished by netgate... same way.
                                  I go back to 22.05 with installation file furnished by netgate... many troubles, at the end not possible to reinstall the packages.....
                                  😥

                                  S 1 Reply Last reply Reply Quote 0
                                  • S
                                    SteveITS Galactic Empire @Globo
                                    last edited by

                                    @globo said in To 23.01 or not ? that is the question :):

                                    I go back to 22.05 with installation file furnished by netgate... many troubles, at the end not possible to reinstall the packages.....

                                    You’ll need to set the update branch to Previous Stable (22.05) to successfully install packages for 22.05.

                                    Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                                    When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                                    Upvote 👍 helpful posts!

                                    G 1 Reply Last reply Reply Quote 1
                                    • G
                                      Globo @SteveITS
                                      last edited by

                                      @steveits A great thanks.....

                                      1 Reply Last reply Reply Quote 0
                                      • F
                                        forum1 @stephenw10
                                        last edited by

                                        @stephenw10 said in To 23.01 or not ? that is the question :):

                                        You only need ichsmb0 disabled.

                                        Disabling EHCI also stops the error flood but it also disables the eMMC because that is USB connected in RCC-VE, including the 4860.

                                        It seems like there may be a bit more to it according to this post and the larger thread it's in, which was a follow-up to what I thought was a fully answered question I posed, but apparently was not the complete story.

                                        It's possible that while ichsmb0 takes care of the bulk of the issue, ehci0 may still be a lesser contribution to some errant interrupt. Of course disabling ehci0 might be a bigger pill to swallow for multiple reasons. It seems this could have been much better documented in the hardware errata and there really should have been a public Redmine bug with all the gory details. The "Netgate internal Redmine" bug reference didn't do us any favors.

                                        @OffstageRoller @johnpoz

                                        1 Reply Last reply Reply Quote 0
                                        • D
                                          Draco @johnpoz
                                          last edited by Draco

                                          @johnpoz said in To 23.01 or not ? that is the question :):

                                          Upgrade took approx 15 minutes before I was logging into the gui again

                                          Thank you for noting this! Without your comment on how long things took, I would've thought something was very wrong. I just upgraded my SG-5100 from 22.05 and it was sitting on "Rebooting... do not turn off" and retrying for quite some time. I was just about to plug in a debug console on the 5100 when the GUI came back (edit: after looking at the SMTP messages the 5100 sent to my Notifications e-mail address, the reboot took 10 minutes).

                                          All services are up and running; the only other surprise is that there were no package updates. I'm running:

                                          • list itembandwidth 0.7.5
                                          • Cron 0.3.8_3
                                          • openvpn-client-export 1.8
                                          • pfBlockerNG-devel [edit: 3.2.0_3 3.1.0_11]
                                          • Service_Watchdog 1.8.7_1
                                          • System_Patches 2.1

                                          I'm really looking forward to faster Unbound restarts in python mode (thanks Christian!)...

                                          S GertjanG M 3 Replies Last reply Reply Quote 0
                                          • S
                                            SteveITS Galactic Empire @Draco
                                            last edited by

                                            @draco Updating can take quite a while depending on CPU and moreso disk speed. Hence my sig. :) I actually made a redmine feature request to remove the timer this time around.

                                            re: package updates, an upgrade will install the newer packages. So there should never be package updates after a pfSense upgrade. I think it technically does an uninstall/reinstall? pfB 3.2 and patches 2.1 are both new in 23.01 I am pretty sure. Usually I follow Netgate's upgrade guide and uninstall at least pfBlocker and Suricata before upgrading.

                                            Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                                            When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                                            Upvote 👍 helpful posts!

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