Subcategories

  • Discussions about snapshots for pfSense Plus 25.11

    17 Topics
    108 Posts
    GertjanG
    @PatRyan Try this : The file missing, /tmp/acme/Your-Domaine-name/reload.sh : /usr/local/pkg/acme/acme_command.sh importcert "Your-Domaine-name" "domaine.name" "/tmp/acme/Your-Domaine-name/domaine.name/domaine.name.key" "/tmp/acme/Your-Domaine-name/domaine.name/domaine.name.cer" "/tmp/acme/Your-Domaine-name/domaine.name/ca.cer" "/tmp/acme/Your-Domaine-name/domaine.name/fullchain.cer" Where : [image: 1762844764276-8efa8f55-aec2-4796-abb5-08eeeade8500-image.png] This command imports the obtained files (certificates) into the pfSense GUI cert store. This file isn't part of the package, it's auto generated with the GUI settings. Suggestion : Create this file in the root folder. Use the Services: Shellcmd Settings command (install the Shellcmd pfSense package), select Shell command or early shell command and copy the file from root to /tmp/acme/Your-Domaine-name/reload.sh cp /root/reload.sh /tmp/acme/Your-Domaine-name/reload.sh [image: 1762845136683-b82c2172-90fa-4ad5-a821-daac2f3dd77a-image.png] Be carefull : during boot, /tmp/ is probably empty. So you have to create /acme/ folder first, and then the /Your-Domaine-name/ folder before the actual copy command. I leave it up to you to create a nice one liner ^^ Normally, when the acme.sh package gets updated, and restored to normal, the file you copied during boot will just be created / overwritten with the correct info. Just keep in mind that you probably can / have to remove this temporary shell command in the future. A post-it ?
  • pfSense has detected a crash report or programming bug.

    4
    0 Votes
    4 Posts
    1k Views
    bmeeksB
    @markchen For now both Suricata and Snort simply dump the contents of a given log into a PHP data variable and then print the contents of the variable out to the browser. When the log files are huge, this operation exhausts the available PHP memory in the session. For now, as @Derelict mentioned, reduce the size of the logs by turning on the log size limiting and rotation features under LOGS MGMT. Keep the max log file sizes to the defaults or only a little larger. I'm looking at a future update in the LOGS VIEW code that would output the log data in a series of smaller data blocks.
  • COmpiling process is crashing on ver 2.5

    1
    0 Votes
    1 Posts
    174 Views
    No one has replied
  • pf 'overload' support?

    3
    0 Votes
    3 Posts
    686 Views
    JeGrJ
    Ah the virusprot table? Hmm, would be nice to separate them into customizable tables but good to know! :)
  • Usage of su -m / rc.subr _user support

    5
    0 Votes
    5 Posts
    822 Views
    S
    This change appears to make it consistent, if you wanted it to be: rc.initial: /bin/sh -c $1 change to /bin/sh -c "$1"
  • Limiters for Codel Shaping with Floating Rules - Moved to 2.5 Discussion

    1
    0 Votes
    1 Posts
    252 Views
    No one has replied
  • PFsense keep crashing randomly, please help

    6
    0 Votes
    6 Posts
    3k Views
    W
    Hi, Using a USB adapter is much better but I still experience crash from time to time (~ weelky). I found a procedure to compile the Realtek driver for FreeBSD (https://gist.github.com/jovimon/524e116471f249626fd2ccd141f3fe05), everything went as expected and I resumed using the ETH NICs however my PFSense keeps crashing (at least daily). I also tried the official guide but keep getting the same results (https://docs.netgate.com/pfsense/en/latest/hardware/tuning-and-troubleshooting-network-cards.html#tuning-and-troubleshooting-network-cards). Looking at the logs I was able to see an issue with the darkstat module so uninstalled it, but still experiencing daily crashes... At this point I still don't know whether it is hardware related or software/setup related.0_1552440129045_PFsense crash March2019.zip Please find attached the latest crash dump logs, any suggestions or help would be greatly appreciated! Thanks
  • How to make a script persistent across configuration restore?

    8
    0 Votes
    8 Posts
    1k Views
    ssbarneaS
    Thanks, I nailed it and endup with a script that does what I want, without the risk of running multiple instances in parallel.
  • Noob post: Widget to toggle rule and reset states

    1
    0 Votes
    1 Posts
    255 Views
    No one has replied
  • Multi Router Traffic Graph

    4
    0 Votes
    4 Posts
    827 Views
    S
    Thanks @KOM and @Grimson Looks like I can get so much more rather then wasting energy just to get traffic graphs. I was googling, but I was asking the wrong question :)
  • Bug in 2.4.5-DEVELOPMENT(amd64)

    2
    0 Votes
    2 Posts
    440 Views
    GrimsonG
    Old news, check the forums before you do useless posts: https://forum.netgate.com/topic/140693/backup-restore-php-error
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    2 Posts
    494 Views
    jimpJ
    Open a bug report for that on https://redmine.pfsense.org/projects/pfsense-packages -- that is likely an issue in the sync code for that package not declaring something it should so it doesn't happen properly at boot. Whoever is maintaining that package will need to fix it.
  • 0 Votes
    5 Posts
    818 Views
    T
    @jimp Great! Thanks for the quick fix. I'll update to the newest snapshot when I get home later today and test.
  • Vodafone Fiber work through PPPD host.uniq.patch

    9
    0 Votes
    9 Posts
    2k Views
    M
    Something is moving into this direction, thus still not entirely tested and so not ready for a merge review, there is a pull request ready https://github.com/pfsense/pfsense/pull/4048
  • Feature Request: Multi WAN Load Balancer

    2
    0 Votes
    2 Posts
    400 Views
    jimpJ
    That isn't anything pfSense can control. You'd need to put in a request upstream with FreeBSD to have that added to pf.
  • Feature Request: Multi WAN Failover set minimum Down

    1
    0 Votes
    1 Posts
    240 Views
    No one has replied
  • Persistent Crashes after I recently update

    2
    0 Votes
    2 Posts
    318 Views
    D
    Crashes panic reboots Please Help[image: 1547628617420-crashdump16012019.txt] Ever since i updated my Pfsense to latest version been having constant panic reboots. Please see the logs attached crashlog
  • how does pfS keep track of services for packages?

    4
    0 Votes
    4 Posts
    703 Views
    F
    You can use the functions in this file to create a service. That same file also has the functions that are used to determine the status of a service. Avahi example
  • .sh Permission Denied

    5
    0 Votes
    5 Posts
    5k Views
    W
    Really thanks a lot!!! the last question, is there a way to check if Cron work properly like some logs? Now the script run correctly i have checked with ssh really thanks a lot!! Thanks a lot Stefano.
  • Cannot use string offset as an array

    13
    0 Votes
    13 Posts
    4k Views
    J
    @jimp Thanks for your quick help, I was able to make it work with your second suggention: init_config_arr(array('aliases', 'alias', 0)); $config['aliases']['alias'][0]['name'] = 'LANNetworks'; $config['aliases']['alias'][0]['address'] = 'CIDR'; $config['aliases']['alias'][0]['descr'] = 'SomeDescription'; $config['aliases']['alias'][0]['type'] = 'network';
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.