Subcategories

  • Discussions about development snapshots for pfSense Plus 25.03

    48 Topics
    741 Posts
    stephenw10S

    Hmm Ok.

    Are you able to replicate it though? Like if you resave it now does it panic again?

  • Builder_Profiles, Are they applicable to v 2.1?

    2
    0 Votes
    2 Posts
    1k Views
    jimpJ

    They haven't been touched by anyone in a long time, they likely do not work with 2.1

  • Atheros wireless driver in pfsense 2.1

    17
    0 Votes
    17 Posts
    18k Views
    Z

    @DigitalSpirit:

    Atheros driver from freebsd 9.0 compiles and works on pfsense
    But in kernels that I maked has been broken pfctl
    and full image creation stops on php

    I am having the same problem with image creation halting at php (http://forum.pfsense.org/index.php/topic,61074.msg354170.html#msg354170).

    Can you tell me how did you overcome the problem? I am asking because you reported above that you could finally create the NanoBSD images. Thanks!

  • Configuration portability

    4
    0 Votes
    4 Posts
    2k Views
    K

    @mikeisfly:

    I'm assuming I could take a full backup file and edit it to my needs and restore that without corrupting the whole system right? Assuming I don't make any mistakes.

    That's the only way it can reasonably work. What you want is the separation of Interface Assignments (e.g. LAN is em0, WAN is em1) and "the rest". So you can prepare a new box with Interface Assignments (e.g. LAN: ra0, WAN: ra1) and pull all the additional information from an Interface-Assigment-less configuration file.

    Well, it should work in such a simple case. But what about VLANs? Ouch. An automated decision which VLANs to keep and which to ignore would be quite complex, if not immpossible.

    The only safe way is to manually edit the configuration file with a text editor before restoring it on the target machine. It's quite simple, in most cases. In some more complex cases, I did a partial pre-configuration of the target machine and then manually merged the config fiels from the old and the new machine.

  • Helper Script

    5
    0 Votes
    5 Posts
    2k Views
    B

    Okay thanks. I will try this.

  • Question concerning package development (OpenJDK and MongoDB)

    12
    0 Votes
    12 Posts
    6k Views
    cmcdonaldC

    So I'm trying to get back into this. I have been doing quite a bit of research into jails. I think running the controller in a jail is absolutely imperative for a few reasons: 1) It keeps the system has "vanilla" as possible (easy to install/uninstall without touching the underlying system). 2) It isolates what could potentially be a security threat. So basically, can a pfSense package create a jail and install software into it without having the PfJailctl package installed?

  • How to add a new language ?

    7
    0 Votes
    7 Posts
    8k Views
    D

    The same remark from my own experience of translation - some of the buttons in forms at their translation into another language no longer work. Therefore, in its version of the name translation, I left the fields and buttons in English - and all had to work as it should.

    And I think 100% Gui translation is not needed, because you might lose the meaning of the names of the terms that will worsen the understanding of the end user.

    But it is my opinion only.

  • Ntpd still broke

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Captive Portal's index.php file

    6
    0 Votes
    6 Posts
    7k Views
    K

    @Lectrician:

    Well, it seems to have cut down on the amount of duplicate entries, but there seems to still be two or three each day, but only single duplicates, not multiple.

    I guess because some users bail out faster than the session data gets written.

    As an additional measure you could check your logfile if the last 1000 bytes or so already contain the currrent user's MAC address (with a timestamp not older than a few minutes). As you perform locking on the file, you'll have not trouble with race conditions, I think.

  • Amazing piece of code…

    6
    0 Votes
    6 Posts
    4k Views
    E

    It was wrong mareclloc :)

  • Backports, Reintegration, Parallel Development…?

    3
    0 Votes
    3 Posts
    1k Views
    K

    Thanks for your answer. So, backporting is the strategy.

    I submitted my changes (as a pull request) to the master branch now as well.

    The repository pfsense-tools, where I had to patch the DSCP kernel patch (for FreeBSD versions 8.3, 9.0, 10.0), appears to be organized a bit differently though.

  • Data Storage Methods used?

    4
    0 Votes
    4 Posts
    2k Views
    C

    Thanks for the info…

  • Tell Me About The Development

    2
    0 Votes
    2 Posts
    2k Views
    jimpJ

    That's a fairly vague question and not one that's easy to answer. Can you be more specific about what exactly you're looking to find out about?

  • Build pfSense 2.0.3 without ixgbe driver built-in

    8
    0 Votes
    8 Posts
    3k Views
    stephenw10S

    @Altar:

    What about pfSense upgrades ?

    Shall they leave my driver and loader.conf.local untouched ?

    loader.conf.local will be copied across an update but the module will not. This is only sensible when you think about it as an update may render the module incompatible and could potentially stop the system booting.

    It would be interesting to find some way around this though as most updates do not change the kernel. You could keep a copy of it in /root/ which is preserved across an update (in Nano at least) for easy copying back to /boot/modules. I haven't tried that.

    Steve

  • Concurrent Online Users

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    L

    It appears this information comes from the ARP table, and so this is where I have grabbed the qty from.

  • Diff to upgrade pfsense

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    jimpJ

    There are things that do a binary diff, but it's really not worth the effort. Just use the normal firmware update files, not much reason to rock the boat there and potentially miss or break something.

  • Where to find the wol module/class in pfsense

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • IPsec with certs - vpn_ipsec_force_reload() failure

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to submit a patch (adding ovh.com DDNS service) ?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    stan-qazS

    I got some assistance on submitting a new widget here: http://forum.pfsense.org/index.php/topic,58278.msg312391.html#msg312391

    Or just the git links here: http://forum.pfsense.org/index.php/topic,59193.msg318188.html#msg318188

  • Issues with newest 2.0.3-PRERELEASE

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    jimpJ

    check_reload_status is a command broker of sorts. It accepts commands from scripts and handles actions based on those commands.

    When your link goes down/up, it fires off rc.newwanip. When that happens, some commands run that tell check_reload_status to do things like update firewall rules and so on, then check_reload_status will run the commands as needed.

    What you're seeing is a side effect of some other issue, check_reload_status on its own isn't actually the problem, it's whatever issued the large number of commands to it.

  • Need help with error message on pFsense 2.1 package builder system

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    jimpJ

    Yep, they do make things easy.

    also make sure to watch the spacing on the command I put in above, some options are quite picky about where spaces are/are not (PHP's getopt is a bit weird sometimes)

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