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

    pfSense Plus 25.07 Beta Now Available

    Scheduled Pinned Locked Moved Messages from the pfSense Team
    28 Posts 14 Posters 1.6k 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
      netblues @pfGeorge
      last edited by

      e4633fda-ac20-402a-8869-974ea41a0ab9-image.png

      Updated "dirty" from 25.03 beta with no obvious issues

      Is there an interim fix list between previous beta and this?

      1 Reply Last reply Reply Quote 0
      • chudakC
        chudak @pfGeorge
        last edited by

        @pfGeorge I'd like to test from 24.03

        Is there a way to do so?

        1 Reply Last reply Reply Quote 0
        • JonathanLeeJ
          JonathanLee
          last edited by

          Does this have the latest Squid version ? And or fix the squid package status page issue??

          Make sure to upvote

          1 Reply Last reply Reply Quote 0
          • dennypageD
            dennypage
            last edited by

            The release notes indicate:

            This release includes support for DHCPv6 Prefix Delegation in the Kea DHCP daemon.
            

            For clarification, does this work with IPv6 Track Interfaces?

            I.E. Can Kea provide an IPv6 delegation to a client on the on LAN interface if the LAN IPv6 interface is set up as a Track Interface following the WAN interface (which has received a /56 from the ISP via DHCP)?

            dennypageD 1 Reply Last reply Reply Quote 0
            • E
              ebcdic
              last edited by

              Does this mean there isn't going to be a 25.03?

              N 1 Reply Last reply Reply Quote 0
              • N
                netblues @ebcdic
                last edited by

                @ebcdic Definitely no 25.03 will exist. We expect 25.07 rc and release. soon.

                1 Reply Last reply Reply Quote 0
                • I
                  ITSGS_
                  last edited by

                  Upgraded from 25.03 Beta to 25.07 Beta without issues on my SG4200.

                  1 Reply Last reply Reply Quote 0
                  • W
                    WN1X
                    last edited by

                    Upgraded my 4200 MAX without difficulty. However, I just noticed something strange with the the Status-->Monitoring display. The number of processes listed is huge in comparison to what top shows (64 processes) screenshot

                    W 1 Reply Last reply Reply Quote 0
                    • W
                      WN1X @WN1X
                      last edited by

                      @WN1X Here is the image:
                      Screenshot 2025-07-10 at 8.27.38โ€ฏAM.png

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

                        @WN1X

                        You, image shows two things : "300" processes, which is a lot. 3x times to much.
                        But then : if you've installed and activated every possible pfSense package, it might be normal.

                        The avarage pocessor usage is actually close to "zero" so if there are really 200 processes to much, they don't 'cost' you anything : tjhe are probably all sleeping.

                        Anyway, it time to leave the "all goes well" interface, the GUI, and use the real one.
                        Use the console, or ven better, activate SSH and ssh into your pfsense, use menu option 8 and type in the magic command :

                        top
                        

                        and you'll see in an interactive way what processes are doing what.

                        You could get the big list with all processes with

                        ps aux
                        

                        Use

                        ps aux | wc -l
                        

                        to count.

                        edit : Humm : Diagnostics > System Activity ;)
                        Be ware : this GUI 'top' version lists probably all the threads. Not just the processes - a process can have multiple threads.

                        f7f61503-8062-44e0-a5ce-c2debefab141-image.png

                        and now I understand you question ๐Ÿ˜Š I saw the
                        Status > Monitoring and selected "System > Processor".

                        and surprise :

                        831a2f14-40a0-4348-8d78-a12168278b39-image.png

                        so your 4200 and my 4100 are running nominal, and just fine ๐Ÿ‘

                        The monitoring tools show, imho, threads, not processes.

                        No "help me" PM's please. Use the forum, the community will thank you.
                        Edit : and where are the logs ??

                        W 1 Reply Last reply Reply Quote 0
                        • W
                          WN1X @Gertjan
                          last edited by

                          @Gertjan Either the labels need to be changed to say "threads" or the data source should be changed to show actual process counts.

                          Either way, it's just a minor bug.

                          W 1 Reply Last reply Reply Quote 0
                          • W
                            WN1X @WN1X
                            last edited by

                            @WN1X Digging into the /var/db/rrd/updaterrd.sh script which collects the data, I see it is using:

                            PROCS=`ps uxaH | wc -l | awk '{print $1;}'`
                            

                            to collect the process count. I believe the fix is to change this to:

                            PROCS=`ps uxa | wc -l | awk '{print $1;}'`
                            
                            GertjanG 1 Reply Last reply Reply Quote 0
                            • GertjanG
                              Gertjan @WN1X
                              last edited by

                              @WN1X

                              On the other hand, your question / our discussions shows (me) somewhat that there is no 'good' number to be shown, but more a constant number (if all goes well).
                              Like this : my own pfSense 'process' stats over one year. As you can see, the number, whatever it might be, is stable, and that's what counts.

                              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 1
                              • X
                                xenta
                                last edited by

                                Updated from 24.11 without issues ! ๐Ÿ˜Š

                                X 1 Reply Last reply Reply Quote 0
                                • X
                                  xenta @xenta
                                  last edited by

                                  @xenta said in pfSense Plus 25.07 Beta Now Available:

                                  Updated from 24.11 without issues ! ๐Ÿ˜Š

                                  On SG 1100.... ๐Ÿ™„

                                  1 Reply Last reply Reply Quote 1
                                  • dennypageD
                                    dennypage @dennypage
                                    last edited by

                                    @dennypage said in pfSense Plus 25.07 Beta Now Available:

                                    The release notes indicate:

                                    This release includes support for DHCPv6 Prefix Delegation in the Kea DHCP daemon.
                                    

                                    For clarification, does this work with IPv6 Track Interfaces?

                                    I.E. Can Kea provide an IPv6 delegation to a client on the on LAN interface if the LAN IPv6 interface is set up as a Track Interface following the WAN interface (which has received a /56 from the ISP via DHCP)?

                                    @pfGeorge would you be able to comment on this please? Thanks.

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      PiAxel @pfGeorge
                                      last edited by

                                      @pfGeorge
                                      Hello!
                                      the last version doesn't work for me !
                                      5a4a32e8-66f3-4aa6-915d-6832788fb9ef-image.png
                                      the reboot get stuck at setting the ipv6 default getway
                                      I had to restore the last good boot config.
                                      have good day !

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

                                        Latest beta update (around 14 or 15 July) introduces something new :

                                        52dd408d-7c9e-4d1d-952a-f41052a4006e-image.png

                                        No "help me" PM's please. Use the forum, the community will thank you.
                                        Edit : and where are the logs ??

                                        P 1 Reply Last reply Reply Quote 0
                                        • P
                                          PiAxel @Gertjan
                                          last edited by

                                          @Gertjan
                                          73797962-0d34-4d9a-bf56-d155286de1e1-image.png

                                          Bob.DigB 1 Reply Last reply Reply Quote 1
                                          • Bob.DigB
                                            Bob.Dig LAYER 8 @PiAxel
                                            last edited by

                                            @PiAxel Call it a RC and I am on it. ๐Ÿ˜‰

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