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

    2.0.2 ???

    Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
    145 Posts 30 Posters 58.1k 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.
    • I
      ingmthompson
      last edited by

      @jimp:

      Except the exact opposite would be true - that commit actually allowed the limits to be set, without that only the default values were being used.

      Check pfctl -sm

      Here's the output:

      $ pfctl -sm
      states        hard limit   194000
      src-nodes     hard limit   194000
      frags         hard limit     5000
      tables        hard limit     3000
      table-entries hard limit   200000

      This is with Advanced > Firewall/NAT set to this. Something's obviously up.

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

        ok, found the problem. Had a couple other things come in overnight anyhow, will make a new set later today.

        It's an easy fix if you want to do it manually…

        diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
        index 87401cc..d30ed24 100644
        --- a/etc/inc/filter.inc
        +++ b/etc/inc/filter.inc
        @@ -257,7 +257,7 @@ function filter_configure_sync($delete_states_if_needed = true) {
                $limitrules .= "set limit tables {$maxtables}\n";
                /* User defined maximum table entries in Advanced menu. */
                if ($config['system']['maximumtableentries'] <> "" && is_numeric($config['system']['maximumtableentries']))
        -               $rules .= "set limit table-entries {$config['system']['maximumtableentries']}\n";
        +               $limitrules .= "set limit table-entries {$config['system']['maximumtableentries']}\n";
        
                if ($config['system']['optimization'] <> "") {
                        $limitrules .= "set optimization {$config['system']['optimization']}\n";
        

        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
        • I
          ingmthompson
          last edited by

          @jimp:

          ok, found the problem. Had a couple other things come in overnight anyhow, will make a new set later today.

          No worries, thanks for the prompt response :)

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

            @maverick_slo:

            Hi!

            Can someone on 2.0.2 run this command: mpd5 -v
            And post output here?

            Thanks a lot!

            I'm getting a blank output.

            1 Reply Last reply Reply Quote 0
            • M
              maverick_slo
              last edited by

              Hi!

              Sorry to bother you all, I totally forgot I asket SAME question in other forum…
              Sorry again, 2.0.2 uses 5.6 version of MPD5 package...

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

                Tested the new build today, it's working perfectly. Looking forward to an official release!

                1 Reply Last reply Reply Quote 0
                • S
                  Supermule Banned
                  last edited by

                  NICE!!

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

                    Yes I meant to post about that new build last night. We had a couple issues come up (you can see the RELENG_2_0 commit log on github) that required some fixes, and I put in the limit fix for the table entries as well when I did that.

                    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
                    • E
                      ezyclie
                      last edited by

                      Thanks Jim for the unofficial release.

                      Btw my LCDProc won't run after upgrade from 2.0.1 to 2.0.2 but there is nothing from System Logs

                      1 Reply Last reply Reply Quote 0
                      • E
                        eviltrooper
                        last edited by

                        hello,

                        where can i download the new 2.0.2 Image?

                        And can i upgrade from my new installed 2.0.1 ?

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

                          @eviltrooper:

                          where can i download the new 2.0.2 Image?

                          And can i upgrade from my new installed 2.0.1 ?

                          See my link and explanation here: http://forum.pfsense.org/index.php/topic,52810.msg290463.html#msg290463

                          And yes you can upgrade from 2.0.1 or any older release.

                          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
                          • E
                            eviltrooper
                            last edited by

                            :) ahh okay.. thanks..

                            1 Reply Last reply Reply Quote 0
                            • ?
                              A Former User
                              last edited by

                              Hi. Just a note about the new upgrade, the "WOL" seems missing from the drop down list of "Services". I noticed you updated the downloads you mentioned above today and tried it out just now. Everything else seems great just the one glitch so far. The widget on the dashboard works and shows my listed machines for "WOL" so I am guessing it is only a navigation, or webpage error. Nice job though so far. Great firewall. :)
                              FYI, tried default theme "pfsense_ng" and still no joy. was originally set at "the_wall"

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

                                Nice catch, it was apparently accidentally removed in an earlier commit. I added it back.

                                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
                                • P
                                  Pennyless
                                  last edited by

                                  @jimp:

                                  they can be found here

                                  Hi Jim,

                                  "here" is not there.
                                  I need WOL.
                                  Is the Nov 19 64bit 2.0.2 build available?

                                  Thx

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

                                    Try here:
                                    http://files.nyi.pfsense.org/jimp/foo/shiny/ehrmagerd/

                                    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
                                      jimp Rebel Alliance Developer Netgate
                                      last edited by

                                      There should be one more build coming later today that will hopefully be the last, but we'll need to test it of course.

                                      I'll post here again once it's up.

                                      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
                                      • I
                                        InVidTiv
                                        last edited by

                                        Thanks, testing now ;)

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

                                          Latest build is up now, hopefully the last, unless someone uncovers a show-stopper…

                                          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
                                          • J
                                            joako
                                            last edited by

                                            I apologize if this is off topic, but I found a very minor UI bug in 2.0.1, can someone test if it's in 2.0.2 before I report it? Don't want to waste the developer's time if it's already fixed but this week I don't have time to test it myself.

                                            Services > DNS Forwarder > Add (+) Domain Overrides:

                                            Name: Test
                                            IP: 10.10.10.10
                                            Description: (null)

                                            Click save and back on the DNS Forwarder screen there's no alert. Now delete the domain override just created and the message "The DNS forwarder configuration has been changed. You must apply the changes in order for them to take effect." is displayed. Adding the domain override also requires the changes to be applied in order to take effect, but the user is not notified.

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