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

    Web GUI crashes after upgrade from 22.05 to 23.01

    Scheduled Pinned Locked Moved Plus 23.01 Development Snapshots (Retired)
    77 Posts 4 Posters 19.8k 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.
    • J
      jjstecchino @jimp
      last edited by

      @jimp Both ssh and GUI are through an ipsec site to site. Ipsec conf is IKEv2 with a mutual PSK, Phase 1 encryption is AES 256, SHA256, DH 2048 bit.
      Phase 2 is an IPV4 tunnel, ESP, AES256-GCM 128bit PFS 14.

      These are the same settings I was running on 22.05 and previous versions without a hitch. If I revert to 22.05 all is well.

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

        Do you have AES-NI or some other crypto module enabled?

        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!

        J 1 Reply Last reply Reply Quote 0
        • J
          jjstecchino @jimp
          last edited by

          @jimp aes-ni is enabled

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

            Can you try disabling AES-NI to see if it makes a difference?

            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!

            J 1 Reply Last reply Reply Quote 0
            • J
              jjstecchino @jimp
              last edited by

              @jimp any way to disable from the cli so I don't have to go back to 22.05, change and re-update?

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

                Not easily, though you could use viconfig and find the aesni line and remove it.

                It would look like one of the following:

                <crypto_hardware>aesni</crypto_hardware>
                

                or

                <crypto_hardware>aesni_cryptodev</crypto_hardware>
                

                If you delete that and reboot it will not load the aesni module.

                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!

                J 1 Reply Last reply Reply Quote 0
                • J
                  jjstecchino @jimp
                  last edited by

                  @jimp Disabled AES-NI,

                  AES-NI module is not loaded anymore:

                  /root: kldstat
                  Id Refs Address Size Name
                  1 21 0xffffffff80200000 39a4240 kernel
                  2 1 0xffffffff83ba6000 5b2878 zfs.ko
                  3 1 0xffffffff84159000 aab0 opensolaris.ko
                  4 1 0xffffffff84720000 2220 cpuctl.ko
                  5 1 0xffffffff84723000 3248 ichsmb.ko
                  6 1 0xffffffff84727000 2178 smbus.ko
                  7 1 0xffffffff8472a000 20e8 coretemp.ko

                  Still same crash.

                  1 Reply Last reply Reply Quote 0
                  • stephenw10S
                    stephenw10 Netgate Administrator
                    last edited by

                    Can we assume this only happens when you try to access the GUI over IPSec? Or is that the only way you can test it?

                    J 1 Reply Last reply Reply Quote 0
                    • stephenw10S
                      stephenw10 Netgate Administrator
                      last edited by

                      Assuming it's policy based IPSec do you have static route via LAN in place to allow that access on the remote pfSense?

                      1 Reply Last reply Reply Quote 0
                      • J
                        jjstecchino @stephenw10
                        last edited by

                        @stephenw10 this is the only way I can test it. At the moment I don't have local access to this firewall. Once I do have local access I want to try a default config and if it works add ipsec and then packages. It will be a few weeks before I can go to the other house.

                        1 Reply Last reply Reply Quote 0
                        • stephenw10S
                          stephenw10 Netgate Administrator
                          last edited by

                          Do you have something behind it you could try accessing it via? Something you could remote desktop to maybe?

                          J 2 Replies Last reply Reply Quote 0
                          • J
                            jjstecchino @stephenw10
                            last edited by

                            @stephenw10 Not at the moment. maybe tomorrow I can remote to my son Macbook and try local access.

                            Don't know if it does matter but the problem firewall is running both ipv4 and ipv6

                            1 Reply Last reply Reply Quote 0
                            • stephenw10S
                              stephenw10 Netgate Administrator
                              last edited by

                              The IPSec tunnel is IPv4 only though?

                              J 1 Reply Last reply Reply Quote 0
                              • J
                                jjstecchino @stephenw10
                                last edited by

                                @stephenw10 yes

                                1 Reply Last reply Reply Quote 1
                                • J
                                  jjstecchino @stephenw10
                                  last edited by jjstecchino

                                  @stephenw10 Ok, local login to the firewall works without crashes. So it is the combination of logging in to the GUI through the ipsec vpn that is causing the problem.

                                  Weird enough I can access webcams, ssh without issues.

                                  The configuration is the same I was using on 22.05 without issues.

                                  1 Reply Last reply Reply Quote 0
                                  • stephenw10S
                                    stephenw10 Netgate Administrator
                                    last edited by

                                    Ok, that's good info. Our devs are looking into this I'll try to replicate it...

                                    J 1 Reply Last reply Reply Quote 0
                                    • J
                                      jjstecchino @stephenw10
                                      last edited by

                                      @stephenw10 Were you guys able to replicate the issue?
                                      I may be able to go to the other house this weekend. Should I try a fresh reinstall?

                                      1 Reply Last reply Reply Quote 0
                                      • stephenw10S
                                        stephenw10 Netgate Administrator
                                        last edited by

                                        I haven't replicated it yet.
                                        Do you have SWAP enabled on that device? What size if so? Getting a full core dump from that would be useful.

                                        Steve

                                        J 1 Reply Last reply Reply Quote 0
                                        • J
                                          jjstecchino @stephenw10
                                          last edited by jjstecchino

                                          @stephenw10
                                          /root: swapinfo
                                          Device 1K-blocks Used Avail Capacity
                                          /dev/ada0p3 1048576 0 1048576 0%

                                          How do I get you a full core dump?

                                          1 Reply Last reply Reply Quote 0
                                          • stephenw10S
                                            stephenw10 Netgate Administrator
                                            last edited by

                                            If you install the debug kernel with:

                                            [23.01-RC][root@6100.stevew.lan]/root: pkg install pfSense-kernel-debug-pfSense
                                            Updating pfSense-core repository catalogue...
                                            pfSense-core repository is up to date.
                                            Updating pfSense repository catalogue...
                                            pfSense repository is up to date.
                                            All repositories are up to date.
                                            The following 1 package(s) will be affected (of 0 checked):
                                            
                                            New packages to be INSTALLED:
                                                    pfSense-kernel-debug-pfSense: 23.01.b.20230106.0600 [pfSense-core]
                                            
                                            Number of packages to be installed: 1
                                            
                                            The process will require 709 MiB more space.
                                            145 MiB to be downloaded.
                                            
                                            Proceed with this action? [y/N]: y
                                            [1/1] Fetching pfSense-kernel-debug-pfSense-23.01.b.20230106.0600.pkg: 100%  145 MiB   5.2MB/s    00:29    
                                            Checking integrity... done (0 conflicting)
                                            [1/1] Installing pfSense-kernel-debug-pfSense-23.01.b.20230106.0600...
                                            [1/1] Extracting pfSense-kernel-debug-pfSense-23.01.b.20230106.0600: 100%
                                            

                                            Then when you reboot you can select that by hitting option 6 at the boot loader menu. However if you only have remote access that could be a problem.

                                            Steve

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