Subcategories

  • Discussions about development snapshots for pfSense Plus 25.07

    58 Topics
    833 Posts
    Bob.DigB

    @stephenw10 said in 25.07.r.20250709.2036 First Boot WireGuard Service not running:

    No errors shown?

    Ok, used the Log Filter function the first time in my life. 😊

    Jul 21 09:37:46 vnstatd 49296 Error: pidfile "/var/run/vnstat/vnstat.pid" lock failed (Resource temporarily unavailable), exiting. Jul 21 09:37:26 php-cgi 709 rc.bootup: The command '/usr/local/sbin/unbound -c /var/unbound/unbound.conf' returned exit code '1', the output was '[1753083446] unbound[58124:0] error: bind: address already in use [1753083446] unbound[58124:0] fatal error: could not open ports' Jul 21 09:37:16 kernel module_register_init: MOD_LOAD (iwi_monitor_fw, 0xffffffff8077ff30, 0) error 1 Jul 21 09:37:16 kernel module_register_init: MOD_LOAD (iwi_ibss_fw, 0xffffffff8077fe80, 0) error 1 Jul 21 09:37:16 kernel module_register_init: MOD_LOAD (iwi_bss_fw, 0xffffffff8077fdd0, 0) error 1 Jul 21 09:37:16 kernel module_register_init: MOD_LOAD (ipw_monitor_fw, 0xffffffff80760760, 0) error 1 Jul 21 09:37:16 kernel module_register_init: MOD_LOAD (ipw_ibss_fw, 0xffffffff807606b0, 0) error 1 Jul 21 09:37:16 kernel module_register_init: MOD_LOAD (ipw_bss_fw, 0xffffffff80760600, 0) error 1 Jul 21 09:34:32 nginx 2025/07/21 09:34:32 [error] 73048#100275: send() failed (54: Connection reset by peer) while logging to syslog, server: unix:/var/run/log Jul 21 09:53:20 php_wg 12725 /usr/local/pkg/wireguard/includes/wg_service.inc: The command '/usr/local/bin/dpinger -S -r 0 -i VPNcWgNtcpGW -B 10.3.9.26 -p /var/run/dpinger_VPNcWgNtcpGW~10.3.9.26~10.3.9.25.pid -u /var/run/dpinger_VPNcWgNtcpGW~10.3.9.26~10.3.9.25.sock -C "/etc/rc.gateway_alarm" -d 1 -s 500 -l 2000 -t 60000 -A 1000 -D 500 -L 20 10.3.9.25 >/dev/null' returned exit code '1', the output was '' Jul 21 09:53:20 php_wg 12725 /usr/local/pkg/wireguard/includes/wg_service.inc: The command '/usr/local/bin/dpinger -S -r 0 -i VPNcOciOPNGW -B 10.3.9.13 -p /var/run/dpinger_VPNcOciOPNGW~10.3.9.13~10.3.9.14.pid -u /var/run/dpinger_VPNcOciOPNGW~10.3.9.13~10.3.9.14.sock -C "/etc/rc.gateway_alarm" -d 1 -s 500 -l 2000 -t 60000 -A 1000 -D 500 -L 20 10.3.9.14 >/dev/null' returned exit code '1', the output was '' Jul 21 09:53:20 php_wg 12725 /usr/local/pkg/wireguard/includes/wg_service.inc: The command '/usr/local/bin/dpinger -S -r 0 -i VPNcOciPFGW -B 10.3.9.9 -p /var/run/dpinger_VPNcOciPFGW~10.3.9.9~10.3.9.10.pid -u /var/run/dpinger_VPNcOciPFGW~10.3.9.9~10.3.9.10.sock -C "/etc/rc.gateway_alarm" -d 1 -s 500 -l 2000 -t 60000 -A 1000 -D 500 -L 20 10.3.9.10 >/dev/null' returned exit code '1', the output was '' Jul 21 09:48:24 php-cgi 709 rc.bootup: The command '/usr/local/sbin/strongswanrc stop' returned exit code '1', the output was 'strongswan not running? (check /var/run/daemon-charon.pid).' Jul 21 09:48:17 php-fpm 589 /rc.newwanip: The command '/usr/local/sbin/unbound -c /var/unbound/unbound.conf' returned exit code '1', the output was '[1753084097] unbound[46889:0] error: bind: address already in use [1753084097] unbound[46889:0] fatal error: could not open ports'
  • Check-in 15304

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Increase max-write-idle in lighty-webConfigurator.conf

    Locked
    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • UPnp is not using TTL 4 as to specs

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Freenas package

    Locked
    12
    0 Votes
    12 Posts
    20k Views
    K

    I think HKPolice is just trying to get you guys irritated.  I think the direction pfSense is taking is a good one.  I also do not like the idea of running all of my products on one single machine.  Single point of failure.  I would recommend he could get an alix box from pcengines and then use the PC as a NAS box.  Having a single box which runs everything means when you need to reboot for something you are taking down all of your applications/services.

  • Modify config.xml via a php files

    Locked
    5
    0 Votes
    5 Posts
    5k Views
    C

    PHPMailer works great but I've read that it is no longer in active development.

    I found another alternative.
    http://www.swiftmailer.org
    The license is lgpl.

    Features are:
        * Persistent connectivity improves performance
        * Connection types selected by user - extendable
        * Complete header control with RFC 2822 requirements handled
        * Internationalization support (i18n)
        * Connection redundancy support
        * Load balancing and/or throttling support
        * SSL & TLS Support - for Gmail servers
        * Embedded images or other file types
        * Full MIME 1.0 library included (create multipart messages, attachments etc)
        * Batch mail processing
        * Smart runtime caching (in small, self-maintained packets)
        * Send attachments of any size even with PHP's 8MB Memory Limit
        * Support for multiple attachments
        * Lossless protection against header injection (encode, don't strip)
        * Set message priority
        * Request read receipts
        * Pluggable SMTP authentication (LOGIN, PLAIN, MD5-CRAM, POP Before SMTP)
        * Anti-flooding support for servers with limits on emails-per-connection
        * Bandwidth monitor included
        * Extensive event-driven plugin support (easy to write)

  • PfSense 1.2.1 - FreeBSD 7.1 coming now in september.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S

    No.

  • Problem after manual compile kernel

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    K

    Also I get errors:
    There were error(s) loading the rules: pfctl: DIOCADDRULE: Cannot allocate memory
    And
    There were error(s) loading the rules: pfctl: DIOCADDRULE: device busy

    Maybe this 1st error sometimes cause pfsense to crash. Not sure

  • Move to GIT

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    B

    @Monoecus:

    Does anybody know, when the move from CVS to git will be completed? I would be happy to be able to use git.

    It's been somewhat delayed due to other personal commitments.  I don't have a time frame for the final conversion just yet.

    –Bill

  • PfSense AMD64

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Embedded PF sense

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    G

    use Pf sense as the brand, will be better i think ::)

  • Intel Xscale 425

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • FreeBSD 7 dev iso

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    R

    Sai,

    git isn't really needed at the moment, but the problem with the compile comes from the iconv.h include file really being at /usr/include/sys/iconv.h rather than /usr/include/iconv.h

    easiest way to fix it is to just symlink it to the location where git is trying to find it.

    You will find shortly after this though that the newly restructured build process doesn't work with the "subshells" as the auto menu on the pfSense Dev ISO environment interferes with the subshell starting correctly.  You have to remove the menu part of the script from the automated login for root so the build process continues in the subshells as desired.  Otherwise it will give the impression that you've been logged out when the new subshell begins (the menu will get displayed and the build process hangs).

    I haven't succeeded in getting a completely working build from this environment yet, but I've been working on it.  I can't get the environment to build in a plain FreeBSD 7.0 environment bootstrapped for pfSense development either.  The issues are different in each environment.  The builds from this environment seem to have inconsistencies in pfPorts components (such as the PHP versions or extensions it is looking for), and the builds from plain FreeBSD have kernel issues (a Dev ISO build actually works, but the regular ISO build has kernel issues) I haven't been able to track down yet.

    Regards,
    Ron

  • build iso ok ,but install “can’t load 'kernel' ”

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    R

    Scratch my above patch suggestion.  Although the fact that the kernel build flag files are not getting removed properly between builds is the symptom, my suggested fix doesn't address it completely as other scripts are looking for things in the original location also.

    Ron

  • Options SW_WATCHDOG question

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Build 1.2.1 OK

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Add an option for console block screen

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Creating A Package with CoreGUI2

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    P

    Look at others work http://cvstrac.pfsense.com/dirview?d=tools/packages& seems to be the way to start on a package.
    In the xml file of a packages you'll find menu tabs and fields.

  • Need documentation project..

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    N

    @sullrich:

    doc.pfsense.org

    Hi,
    thanks for your answer … but at least I did not intend this, but the documentation project (analysis, planning, etc.)

    THANKS

  • CVS pfSense 1.3

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    N

    @cmb:

    cvsweb or http://cvs.pfsense.org/cvs.tgz

    Thanks

  • Usr.uzip compression

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.