Subcategories

  • Discussions about development snapshots for pfSense Plus 25.07

    58 Topics
    819 Posts
    J

    I would agree. 18 hours in and everything continues to run smoothly. The issue related to image availability I believe is the valid answer and we can close this out as solved. Thanks everyone. -JD

  • Pfsense libipx.so.5 not found

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    jimpJ

    cd /home/pfsense/tools/pfPorts/php5/ && make all install clean
    cd /home/pfsense/tools/pfPorts/php5-pfSense-module/ && make all install clean

    Then run the build again.

  • How can I help improve the web interface?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    E

    You could start by making your own local copy of the repository by cloning it with Git and committing your changes to your local repository as you work on it.  When you have some changes to share, you could make a publicly available clone on https://rcs.pfsense.org/ (which is where the main pfSense repositories also reside) and push your changes.  For testing your changes, a system (either physical or virtual) with a full install would be useful so you could use gitsync to apply your changes to your test system (playback gitsync from the developer shell on the console menu).

    Some useful documents for a new pfSense developer:
    http://devwiki.pfsense.org/DeveloperRules
    http://devwiki.pfsense.org/GitWorkflow

    If you do any development, it should be done on recent 2.0 snapshot builds (except if you are trying to make a package for 1.2.3).

  • Error at "portsnap fetch extract" of DevelopersBootStrapAndDevISO

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    R

    Apologize.  It was blocked by my filter (dansguardian).  I will fix this and try again.

  • Xml field type for interfaces+virtualips?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    jimpJ

    It looks like you already created a ticket for this a couple weeks ago:
    http://redmine.pfsense.org/issues/556

    You might look at the haproxy package. I think I saw someone mention that you can pick a CARP IP from a drop-down in that package.

  • Building 2.0…

    Locked
    12
    0 Votes
    12 Posts
    8k Views
    N

    Right, I stop building right now, but I will try later. Thanks

  • Something's wrong with my builded pfsense _IT IS NOW OK!

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    G

    I fix the problem
    edit the file pfPorts/php4/Makefile.ext
    change line 47
    LIB_DEPENDS+=  curl.5:${PORTSDIR}/ftp/curl
    TO
    LIB_DEPENDS+=  curl.6:${PORTSDIR}/ftp/curl

    Everything's ok!

  • Where is load balancing done?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    jimpJ

    The load balancing is done in pf, and it has to happen so fast that there is not enough time to take any of that into consideration. It may work on slow connections but it likely wouldn't scale well.

    Ideas like that are easy to dream up, but much harder to actually implement. :-)

  • Cvsup down

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    jimpJ

    It's not dead, it's firewalled. That is a private cvsup server.

    Just pick any of the public FreeBSD cvsup mirrors and use one :)

  • Devloper errors

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    jimpJ

    Support for the developer ISO has been broken for quite some time and I don't believe anyone is working on a fix.

  • HowTo check pfSense version

    Locked
    3
    0 Votes
    3 Posts
    25k Views
    jimpJ

    Yep, /etc/version does the main version and /etc/platform will also get you pfSense (full install) or nanobsd (embedded) or cdrom, too.

    That may help if you need to have specific code checks for nanobsd/embedded.

  • Where can I got the kernel config file for pfsense 2.0

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    jimpJ

    They are in the tools repo on the pfSense gitorious site:

    http://rcs.pfsense.org/

    Once you have downloaded a clone of the tools repo with git, they are under builder_scripts/conf/

    There are different files for different versions (embedded, full, 64 bit, etc)

  • Unable to get pack file

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Unexpected behaviour attempting to build pfSense 2.0BETA

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    W

    I've found the problem. When I invoked menu.sh I chose the option to "set version" and, when prompted "Enter the cvsup server address or hit enter to use the fastest found" I hit the enter key. I noticed that the printed version data displayed soon after gave the CVSUP Server as an email address. I didn't realise the significance of this.

    After investigation, I ran menu.sh again and gave "" <enter>(three keystrokes) as the cvsup server and this time the version data didn't include the CVSUP Server.

    Problem in menu.sh:

                   get_text "Enter the cvsup server address or hit enter to use the fastest found"                CVSUP_SOURCE=$get_text_value                get_text "Enter the E-mail address to send a message to upon operation finish"                EMAIL_ADDRESS_WHEN_FINISHED=$get_text_value                get_text "Enter the E-mail address to send a message to upon operation error"                EMAIL_ADDRESS_WHEN_ERROR=$get_text_value                get_text "Enter the twitter username to update upon snapshot posting"                TWITTER_SNAPSHOTS_USERNAME=$get_text_value                if [ ! "$TWITTER_SNAPSHOTS_USERNAME" = "" ]; then                        get_text "Enter the twitter password to update upon snapshot posting"                        TWITTER_SNAPSHOTS_PASSWORD=$get_text_value                fi                ./set_version.sh $PFSENSE_VERSION \ $CVSUP_SOURCE \ $EMAIL_ADDRESS_WHEN_FINISHED \ $EMAIL_ADDRESS_WHEN_ERROR \ $TWITTER_SNAPSHOTS_USERNAME \ $TWITTER_SNAPSHOTS_PASSWORD

    If just the <enter>key is typed to the cvsup server prompt the shell variable CVSUP_SOURCE is set to the null string so when set_version.sh is called the second parameter is null so that on entry to set_version.sh the third parameter from the call becomes the second parameter (hence setting the cvsup server name to the email address).

    Perhaps CVSUP_SOURCE, EMAIL_ADDRESS_WHEN_FINISHED and EMAIL_ADDRESS_WHEN_ERROR need to be set to '""' (or somesuch; is there a shell variable to pass null strings as "" rather than <nothing>?) so the parameters don't vanish in the call to set_version.sh.</nothing></enter></enter>

  • 0 Votes
    2 Posts
    3k Views
    E

    The function guess_interface_from_ip seems to be what I was looking for.

  • An error said the O_NONBLOCK symbol with a syntax error!

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Rules/country IP blocking suggestion….

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    E

    Yep that is all present in 2.0

  • Problems following DevelopersBootStrapAndDevIso

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    W

    @esullender:

    Using a samba share I copied the ISO out to my host (Win) system. I then setup a new VM and mounted this ISO. The pfSense boot screen showed up (so far so good!)..  BUT I get the following error (when loading the liveCD version):   /libexec/ld-elf.so.1: Shared object "libipx.so.4" not found, required by "ifconfig"

    Having the exact same problem here…I also built the image myself following the Wiki, mounting the new .iso in VMWare and getting the "libipx.so.4" error message.

    What to do? Can anyone help?

  • Developers isos

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Errore ! build pfSense from scratch

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Make my own packages

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    found why:
    the file to edit is pkg_config.7.xml …

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.