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

  • FreeBSD memory

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    S

    Neat

  • PfSense startup sequence

    Locked
    5
    0 Votes
    5 Posts
    10k Views
    M

    @billm:

    You're looking at HEAD rc.bootup and RELENG_1 rc - I moved stuff from rc (which is a shell script) to rc.bootup a week or two back (but only on HEAD).  Haven't gotten around to moving more stuff.  The end goal is to deprecate the /etc/rc shell script and move rc.bootup to it (if it makes sense).

    Nice, I always make mistakes.  Ok, 1.80.2.36 is in RELENG_1.

  • FreeBSD boot process

    Locked
    1
    0 Votes
    1 Posts
    6k Views
    No one has replied
  • A smaller FreeBSD libc?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    We have never attempted this to my knowledge.

  • VMWare Dev Edition -> RELENG_1-'Beta4'

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    /home/pfsense/tools/builder_scripts/cvsup_current

    EDITED: its ./cvsup_current , not cvs_sync.sh releng_1

  • PHP extensions

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • VMWare Developer Edition

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    J

    Had it set to bridged mode alread.  It threw me off as to what the relationships were.

    I had the class A internal network setup with my active physical card which was being picked up by the automatic bridging.  I was thinking that vmnet1 (it's own virtual adaptor) was connected to this.  When I opened the registry and read FreeBSD.vmx on  ultraedit, everything started to make more sense.  Now I can make my actual internet connection be the WAN to vmware, and drive the host computer via some route entries to get internet through the vmware LAN.

    All is fine now.  Thanks for the response.

  • Cvsup_current fails @ buildkernel

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Adding options to the web interface of a package - howto?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    you need to unset() the variable before doing the test.  That way its already deleted if the user does not enable the option.

    $testing_enabled = $config['installedpackages']['squid']['config'][0]['testing_enabled'];

    unset($config['installedpackages']['squid']['config'][0]['testing_enabled']);

    write_config():

    if (isset($testing_enabled) && ($testing_enabled == "on")) {
        $config_array[] = "# This is a test.\n";
    }

  • How I can make the upgrade to version 1.0 BETA2 for embedded image ?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    P

    Thanks!!

    I will wait for

    Paolo

  • Smartmon tools

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    H

    Nice! Make that a package when you are done  :)

  • How can I add new applications to the embedded firmware?

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    S

    Edit the scripts.  You have ALL the source.

  • Error making full-update

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    S

    No, our public key is hard-coded.

    You'll have to make the needed changes in your own tree and keep them seperate.

    Also, this is not supported.

  • How can I add new themes and customizations to the iso image?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    A

    add the theme to the

    home/pfsense/pfSense/usr/local/www/themes directory

    home/pfsense/pfSense is the root of the pfsense image

  • New error running build_update.sh

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    S

    Cool, thanks!!

    I ran it, I still got errors trying to build the image, but I'll see if I can sort them out. I haven't had time to look over the logs.

  • Error Running cvsup_current in Developers Edition

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    S

    Thanks!!

    I just discovered the support mailling list that I somehow missed… You answered the same there, sorry for that!

    Just one minor note: at least on my edition the freesbie directory doesn't exist, so I had to do the following:

    cd /home/pfsense/freesbie2
    cvs update -d

    Thanks again!!

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