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

    States tab missing data

    Scheduled Pinned Locked Moved CE 2.6.0 Development Snapshots (Retired)
    21 Posts 9 Posters 2.2k Views 8 Watching
    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.
    • ? Offline
      A Former User @LostInIgnorance
      last edited by

      @lostinignorance My changes from the posted source are:

      • pfSense - Remove NTPd pool placeholders from the NTP status page (cosmetic)
        - Modify the RADVD reload from a "HUP" signal to a shutdown/restart
      • FreeBSD-src - no significant changes except to create a local build
      • FreeBSD-ports - Add the filterlog port and fix a filterlog build issue.

      The purpose of the process was to fix a 6RD issue and testing FreeBSD version 12 on 2.4 before 2.5 was widely available. I have been just doing it since. Most of the necessary changes have been fixed or incorporated now.

      1 Reply Last reply Reply Quote 0
      • M Offline
        mfld LAYER 8
        last edited by

        I encountered this, too after upgrading some instances from 2.5.1 Release to

        2.6.0.a.20210513.0100
        2.6.0.a.20210514.0100
        2.6.0.a.20210515.0100

        All are effected

        f2d.JPG

        This needs to be on redmine IMO.

        ? P 2 Replies Last reply Reply Quote 0
        • ? Offline
          A Former User @mfld
          last edited by

          @mfld I'm also on 2.6.0.a.20210515.0100 and I'm not having this issue:

          bbc4f33e-4094-4c0d-b63b-c98efc66d803-image.png

          So I think more information will be necessary to sort this out, as you can see my rules are quite basic.

          M 1 Reply Last reply Reply Quote 0
          • M Offline
            mfld LAYER 8 @Guest
            last edited by mfld

            @rschell Interesting. Let's start poking around then and compare notes re: setups.

            Where I have seen it, the systems are KVM virtualized, single WAN interface (vtnet0). One OpenVPN interface. No floating rules, no policy routing. NAT-Outbound set to hybrid.

            They did at some stage have 2.5.1-DEV with WireGuard which was then removed when they went 2.5.1-Release.

            I will try doing a fresh install of 2.6.0-dev from https://snapshots.netgate.com/amd64/pfSense_master/installer/ and restoring the .xml to see if that cleans things up somehow. Where does one obtain install images for dev snapshots ?

            1 Reply Last reply Reply Quote 0
            • P Offline
              Patch @mfld
              last edited by

              @mfld said in States tab missing data:

              This needs to be on redmine IMO.

              Sound similar to State counters not updating and always show 0/0 since last few updates
              But also appears to be more directly in redmine now 2.6.0-DEVELOPMENT - state and byte counters on firewall rules tabs are all 0 zerotext

              1 Reply Last reply Reply Quote 0
              • M Offline
                mfld LAYER 8
                last edited by

                Seems fixed in Version 2.6.0.a.20210521.0100 !

                Anyone on 2.6.0.a.20210521.0100 or later still seeing this, please get into redmine to let them know. On my end, it's all good now.

                M 1 Reply Last reply Reply Quote 0
                • M Offline
                  mfld LAYER 8 @mfld
                  last edited by

                  Issue is back with 2.6.0.a.20210604.0100

                  All zeroes...

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

                    There was a new pf merge unrelated to the old one, so the problem on 2.6.0 snapshots is new and without more debugging we can't say if it has a similar cause or fix to the previous issue. 2.5.2 is OK on the current snapshot, but it's about to get the same pf merge 2.6.0 has so it will likely be affected unless we fix it before the next build.

                    https://redmine.pfsense.org/issues/11994

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

                    Need help fast? Netgate Global Support!

                    Do not Chat/PM for help!

                    1 Reply Last reply Reply Quote 1
                    • W Offline
                      wizzkidstef
                      last edited by

                      Not sure what the status of this issue is, but it seems to be an issue fir me, on build 2.6.0.a.20210806.0500

                      Are there any logs you need me to upload?

                      68dbed1b-50ae-4013-aed9-f7bc4aa1eec1-image.png

                      532cb5ad-0c36-4709-b462-03edf3264f5c-image.png

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

                        I can't seem to replicate that here on current snapshots on any of my systems, but we did have someone else internally report the same problem yesterday.

                        Do you have any state data under Diagnostics > States?

                        If you run pfctl -vvsr do you see counts on rules you expect to be hit?

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

                        Need help fast? Netgate Global Support!

                        Do not Chat/PM for help!

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

                          Looks like somehow your pfSense PHP module may be out of sync with the kernel and needs reinstalled.

                          Try this from a shell prompt (console or SSH, not GUI):

                          pkg upgrade -fy php74-pfSense-module; /etc/rc.php-fpm_restart; /etc/rc.restart_webgui
                          

                          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!

                          W 1 Reply Last reply Reply Quote 2
                          • W Offline
                            wizzkidstef @jimp
                            last edited by

                            @jimp Thanks. That helped... however when I go to states it now looks like this, and doesn't show anything if you select anything other than 'All' for interfaces

                            020dff73-02f0-46c6-9b80-3d0877dace49-image.png

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

                              ok, that's a different problem. I'm seeing that on systems here as well. Likely a similar cause, a mismatch between kernel and the sources for pfctl or similar, but since that's all in base it's unlikely to have an easy temporary workaround until we fix it in the builds.

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

                              Need help fast? Netgate Global Support!

                              Do not Chat/PM for help!

                              1 Reply Last reply Reply Quote 0
                              • W Offline
                                wizzkidstef
                                last edited by

                                Alright, no worries. Thanks again for your help. Did you need me to submit a bug report on redmine?

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

                                  No, that's ok. I'm working on one right now since it's easy for us to reproduce, but I'm still gathering some data for it so I know more about when it happens.

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

                                  Need help fast? Netgate Global Support!

                                  Do not Chat/PM for help!

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