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

    What do you want to see in the pfSense package system?

    pfSense Packages
    54
    69
    81.4k
    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.
    • C
      colin_
      last edited by

      Exactly what it says on the tin. Reworking the package system is giving me a chance to add features that didn't make it into 1.0, and I would like to get suggestions from our userbase as to what would be some nice features to have for both users and developers alike.

      Please remember that very few (if any) of these changes will actually be making it into our 1.0 release.

      1 Reply Last reply Reply Quote 0
      • ?
        Guest
        last edited by

        Colin, I really like the direction you're taking the package system, as outlined in the blog.  It almost seems, however, that you're going to run into a situation where you have two separate types of packages.  Ones like nmap or ntop which add a front-end to a single piece of installed software, and another type of package which could more appropriately be called a meta-package.

        This second type would be a group of different software installations intended to work together to perform a specific function, with a unifying user interface. With packages of this type it would be fairly easy to develop very specialized types of pfsense installs.  Is this a goal for the packaging system – to enable users to build very specialized pfsense installs?

        1 Reply Last reply Reply Quote 0
        • Z
          ZGamer
          last edited by

          I like the idea of the modular system where it would add the software to the specified directories but be implemented in the web-interface vi a pre-set modular interface where adding 1 to 10 or more modules would show up in the menus in one of two styles; the first being meshed in with the rest of the items and the second would be a menu that says Modules or something and all the loaded modules would be in the list.

          –------------------------------------------------------------------------------------
          pfSense Documentation Wiki
          Need Commercial Support?
          Personal Blog

          1 Reply Last reply Reply Quote 0
          • S
            sullrich
            last edited by

            @ZGamer:

            I like the idea of the modular system where it would add the software to the specified directories but be implemented in the web-interface vi a pre-set modular interface where adding 1 to 10 or more modules would show up in the menus in one of two styles; the first being meshed in with the rest of the items and the second would be a menu that says Modules or something and all the loaded modules would be in the list.

            Right now packages make items in the <installedpackages><menu>area so they automatically appear.  It's pretty easy to add items to the menus.

            Scott
            </menu></installedpackages>

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

              Colin,

              I had several ideas that I shared with you before, but one that seems to be increasingly important due to continuous ensuring pfSense is secure is some sort of package upgrade option rather than complete new installations.  In the case of the Squid package I'm working on, there have been a few security updates that did not impact the actual package (i.e., xml/php), but did not require reinstallation of the entire package to apply the binaries and such only applicable to Squid_Stable.  Any ideas how to accomplish this?  Thanks!

              Mike

              1 Reply Last reply Reply Quote 0
              • ?
                Guest
                last edited by

                Could something like this be accomplished with rsynch using binary diffs?

                1 Reply Last reply Reply Quote 0
                • Z
                  ZGamer
                  last edited by

                  @submicron:

                  Could something like this be accomplished with rsynch using binary diffs?

                  Possibly, the only problem would config variables changing names….any new additions could be appended to the configs but changes to existing would require parsing and replacement in the configs.

                  –------------------------------------------------------------------------------------
                  pfSense Documentation Wiki
                  Need Commercial Support?
                  Personal Blog

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

                    @submicron:

                    This second type would be a group of different software installations intended to work together to perform a specific function, with a unifying user interface. With packages of this type it would be fairly easy to develop very specialized types of pfsense installs.  Is this a goal for the packaging system – to enable users to build very specialized pfsense installs?

                    The new package system should make it easy to make both types of packages. A 'master' package XML file could be made (with or without GUI fields) that would simply tie all the XML and software dependencies together into a single package. This XML file would then be passed to repomaker instead of all of the 'subpackages', allowing a single package entry to be presented to the client.

                    I will also try to mesh the package system as closely as possible with the base, though full integration may not be available right away.

                    @ZGamer:

                    I like the idea of the modular system where it would add the software to the specified directories but be implemented in the web-interface vi a pre-set modular interface where adding 1 to 10 or more modules would show up in the menus in one of two styles; the first being meshed in with the rest of the items and the second would be a menu that says Modules or something and all the loaded modules would be in the list.

                    Adding additional menu sections would be tricky, particularly with 'metallic' and similar themes. If the look and feel of the webGUI is made more easily customizable I may be able to look at this feature.

                    @Myntric:

                    I had several ideas that I shared with you before, but one that seems to be increasingly important due to continuous ensuring pfSense is secure is some sort of package upgrade option rather than complete new installations. In the case of the Squid package I'm working on, there have been a few security updates that did not impact the actual package (i.e., xml/php), but did not require reinstallation of the entire package to apply the binaries and such only applicable to Squid_Stable. Any ideas how to accomplish this? Thanks!

                    The 'installed packages' page already provides buttons for upgrading either the software or XML dependencies, though this process isn't very intelligent just yet. I would like to eventually make 'installed packages' a basic summary page with important data about the package and provide a link to view more detailed information and provide a variety of ways to manipulate the installed package.

                    @submicron:

                    Could something like this be accomplished with rsynch using binary diffs?

                    Although bdiffs could theoretically be used in the future to provide smaller updates for packages, I would like to avoid using them for the time being.

                    1 Reply Last reply Reply Quote 0
                    • Z
                      ZGamer
                      last edited by

                      @colin_:

                      Adding additional menu sections would be tricky, particularly with 'metallic' and similar themes. If the look and feel of the webGUI is made more easily customizable I may be able to look at this feature.

                      Possibly making the words in menus text and have css to change the text on mouse-over and possibly do an image swap for the background. Would be similar but not exactly the same. Also would cut down on the number of different graphics being loaded.

                      –------------------------------------------------------------------------------------
                      pfSense Documentation Wiki
                      Need Commercial Support?
                      Personal Blog

                      1 Reply Last reply Reply Quote 0
                      • S
                        sullrich
                        last edited by

                        @ZGamer:

                        @colin_:

                        Adding additional menu sections would be tricky, particularly with 'metallic' and similar themes. If the look and feel of the webGUI is made more easily customizable I may be able to look at this feature.

                        Possibly making the words in menus text and have css to change the text on mouse-over and possibly do an image swap for the background. Would be similar but not exactly the same. Also would cut down on the number of different graphics being loaded.

                        Just to clarify.  You can add package items to any existing menu.  However, adding a new menu is not supported at the moment.

                        1 Reply Last reply Reply Quote 0
                        • H
                          hoba
                          last edited by

                          @sullrich:

                          @ZGamer:

                          @colin_:

                          Adding additional menu sections would be tricky, particularly with 'metallic' and similar themes. If the look and feel of the webGUI is made more easily customizable I may be able to look at this feature.

                          Possibly making the words in menus text and have css to change the text on mouse-over and possibly do an image swap for the background. Would be similar but not exactly the same. Also would cut down on the number of different graphics being loaded.

                          Just to clarify.  You can add package items to any existing menu.  However, adding a new menu is not supported at the moment.

                          Adding complete new menus would break our maintheme (metallic). If adding complete new menus this is something that has to be supported by the theme as well. So it's not only a packagesystem thing but a theme thing as well if such a functionality is added. We would have to overthink this if we make this an option.

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

                            Might be a good idea to think about this kind of thing now rater than later, when things are more complicated.  Are there any other reasons we would want to add more menus later on?  Sounds like a strucural question that will probably be needed at some point later and should be planned for now to me.

                            1 Reply Last reply Reply Quote 0
                            • F
                              fegul
                              last edited by

                              I too like the idea of a modular system where people can create other little tools for it that can be installed on a user-needed basis.  Kind of like the Firefox model where you can install different extensions based on what you want.  If people can add their own "widgets" and have functionality that may not be originally in the package, or forseen during the making of pfsense, then it could be VERY successful.

                              PC Load letter!? WTF does that mean??

                              1 Reply Last reply Reply Quote 0
                              • ?
                                Guest
                                last edited by

                                Since it seems like pfsense is going to end up moving in a direction towards very specialized setups, the ability to add new menus would be helpful.  Some of the packages that are being requested, would require fairly extensive GUI items.  Squid could eventually get to the point where a menu for it makes sense, and a SPAM filtering package certainly could.  I realize we're all pushing for the 1.0 release right now, and I hate scope creep as much as anyone so this is probably something that'll be better off being considered post 1.0, but this would be a very useful addition to the UI.

                                1 Reply Last reply Reply Quote 0
                                • R
                                  robyns
                                  last edited by

                                  Print server function

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

                                    Hi

                                    I hope the freenas package work that was fine.  :)

                                    1 Reply Last reply Reply Quote 0
                                    • R
                                      rsw686
                                      last edited by

                                      The package system as it stands is good, however the lack of documentation hinders development of additional packages by outsiders. I've found some documentation but nothing thats complete. Also some of the xml tags are confusing and not self explanatory.

                                      For example

                                      custom_add_php_command

                                      When does this command run. I read something that stated it runs after the package install, however it also runs when changing the settings on a package. So when is this section useful when using the custom_php_install_command and custom_php_resync_config_command fields. Seems it would just duplicate things.

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        sullrich
                                        last edited by

                                        php_add is run after a item is changed in the gui.

                                        resync runs on bootup, etc so that the rc.d files are setup from a fresh state (bootup).

                                        Yes the docs are hurting.  We hope to get them in better shape very soon.

                                        1 Reply Last reply Reply Quote 0
                                        • H
                                          hoster
                                          last edited by

                                          Hi,

                                          it would be nice to implement a timelimitpackage.
                                          I need to give users or Ip addresses access on a given hour.

                                          For example: (Ip address 1) on Monday-Fryday  between 9:00 and 11:00 pm
                                                            (Ip address 2) on Saturday between 2:00-3:00, and so on

                                          greetings, hoster :)

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

                                            trackerd(tracks MACs to IPs) would be nice
                                            http://freshmeat.net/projects/trackerd
                                            integrates into snortsam/snort or stand alone

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