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

    FreeBSD 9.0

    Scheduled Pinned Locked Moved 2.1 Snapshot Feedback and Problems - RETIRED
    26 Posts 10 Posters 10.3k 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.
    • F
      flynhawaiian
      last edited by

      Sweet.  Thanks so much for your amazing help and work on the project!

      1 Reply Last reply Reply Quote 0
      • D
        dhatz
        last edited by

        Considering one of pfsense's main building blocks is pf, isn't it a bit disheartening that FreeBSD's pf is so far behind the latest version?

        Right now FreeBSD 8.3 includes pf 4.1, which was released 5 years ago.

        Even the general-purpose Mac OS X Lion (OS X 10.7) includes a newer version (pf 4.3).

        Meanwhile OpenBSD will be releasing 5.1 in about a month: http://www.openbsd.org/51.html

        1 Reply Last reply Reply Quote 0
        • D
          databeestje
          last edited by

          Our pf isn't really the same as the one freebsd ships with. There are a number of extension specific to our project.

          That said, the big change configuration file is a significant undertaking to get right.

          1 Reply Last reply Reply Quote 0
          • D
            dhatz
            last edited by

            @databeestje:

            Our pf isn't really the same as the one freebsd ships with. There are a number of extension specific to our project.

            Are those pf extensions the ones listed at
            https://github.com/bsdperimeter/pfsense-tools/tree/master/patches/RELENG_8_3
            or are there more ?

            TIA

            1 Reply Last reply Reply Quote 0
            • D
              databeestje
              last edited by

              those are it, some are shaper related or for layer 7 filtering, which isn't going to go into free or open anyhow.

              1 Reply Last reply Reply Quote 0
              • Y
                yon
                last edited by

                now PF 2.1 version support SATA Disk ?

                I want to buy new server.

                If you are interested in free peering for clearnet and dn42,contact me !

                1 Reply Last reply Reply Quote 0
                • N
                  n1ko
                  last edited by

                  @yon:

                  now PF 2.1 version support SATA Disk ?

                  I want to buy new server.

                  Pfsense has "supported" sata disks for many years. And its about the hdd controllers,not the hdd's or the bustype… :)

                  1 Reply Last reply Reply Quote 0
                  • C
                    cmb
                    last edited by

                    @dhatz:

                    Considering one of pfsense's main building blocks is pf, isn't it a bit disheartening that FreeBSD's pf is so far behind the latest version?

                    No, there isn't anything in newer versions we would benefit from that we don't already have back ported.

                    1 Reply Last reply Reply Quote 0
                    • C
                      clarknova
                      last edited by

                      @cmb:

                      No, there isn't anything in newer versions we would benefit from that we don't already have back ported.

                      Can we take that as a confirmation that TRIM will be included then?

                      db

                      1 Reply Last reply Reply Quote 0
                      • D
                        databeestje
                        last edited by

                        Considering the amount of disk space pfSense normally uses TRIM for SSDs is moot. With just writing to some RRD databases it's not going to make much difference, if at all.

                        TRIM is something to maintain performance if you fill the disk and delete everything. Which isn't very likely.

                        If it's in FreeBSD 8.3, great, otherwise I see no point in investing time to backport it.

                        1 Reply Last reply Reply Quote 0
                        • C
                          clarknova
                          last edited by

                          TRIM makes a lot of sense in the context of certain packages, such as squid.

                          db

                          1 Reply Last reply Reply Quote 0
                          • D
                            databeestje
                            last edited by

                            you do realize that squid, in combination with TRIM will wear your SSD out faster, right?

                            1 Reply Last reply Reply Quote 0
                            • C
                              clarknova
                              last edited by

                              Yes, but in terms of performance that's the way to go.

                              db

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

                                TRIM is in 8.3 already.

                                [2.1-DEVELOPMENT][root@pfsense-amd64.localdomain]/root(2): tunefs --help
                                usage: tunefs [-A] [-a enable | disable] [-e maxbpg] [-f avgfilesize]
                                              [-J enable | disable ] [-L volname] [-l enable | disable]
                                              [-m minfree] [-N enable | disable] [-n enable | disable]
                                              [-o space | time] [-p] [-s avgfpdir] [-t enable | disable]
                                              special | filesystem
                                [2.1-DEVELOPMENT][root@pfsense-amd64.localdomain]/root(3): uname -a
                                FreeBSD pfsense-amd64.localdomain 8.3-RC2 FreeBSD 8.3-RC2 #1: Fri Mar 23 11:17:24 EDT 2012     root@FreeBSD_8.3_pfSense_2.1.snaps.pfsense.org:/usr/obj./usr/pfSensesrc/src/sys/pfSense_SMP.8  amd64
                                

                                From tunefs(8)

                                -t enable | disable
                                            Turn on/off the TRIM enable flag.  If enabled, and if the under-
                                            lying device supports the BIO_DELETE command, the file system
                                            will send a delete request to the underlying device for each
                                            freed block.  The trim enable flag is typically set when the
                                            underlying device uses flash-memory as the device can use the
                                            delete command to pre-zero or at least avoid copying blocks that
                                            have been deleted.

                                Can't be set on a live FS, has to be done when booted/mounted from some other media (iso, memstick, attached to another 8.3 box, etc).

                                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
                                • C
                                  clarknova
                                  last edited by

                                  Good news, Jim. Could I request that it be an option in the installer then, and/or enabled by default for SSDs?

                                  db

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

                                    Seeing as "detecting" an SSD would be non-trivial at that stage, probably an option might be helpful. Open a ticket at redmine (if there isn't one already). It may not make 2.1 unless someone gets time to add it (or funds it). Adding it to the experimental web-based installer (/installer/) would be much easier than adding it in the console/curses installer.

                                    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
                                    • C
                                      clarknova
                                      last edited by

                                      @jimp:

                                      Seeing as "detecting" an SSD would be non-trivial at that stage

                                      Are there ill effects of enabling TRIM on a non-SSD? Maybe SSD detection is moot, and the installer simply needs to choose a default and/or give the user a choice.

                                      I will open a ticket in redmine.

                                      db

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

                                        Not sure, but when it comes to filesystems, I'd rather not play it fast and loose with options. Setting only what is necessary is best.

                                        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
                                        • L
                                          lebel
                                          last edited by

                                          @dhatz:

                                          Meanwhile OpenBSD will be releasing 5.1 in about a month: http://www.openbsd.org/51.html

                                          meanwhile, was there any reasons why not simply run pfSense over OpenBSD instead of FreeBSD?  Is there things only found on FreeBSD that pfSense would absolutely requires?

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

                                            Many.

                                            http://doc.pfsense.org/index.php/Why_did_you_choose_FreeBSD_instead_of_%27insert_OS_here%27%3F

                                            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
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.