• Kernel panic wont dump

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    jimpJ

    Good to know they're fixed. :-)

  • Both CARP IPs in BACKUP state after failback

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    M

    Sorry, false alarm. Problem was caused by braindead switches which forgot that they had been interconnected with two bonded LACP links, causing a Layer 2 loop.

    M.

  • CARP (VRRPv2 advertisements) spamming filter logs

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    M

    Thanks, this would explain it (and some other problems). The issue went away after rebooting the switches. Guess they forgot they had eben configured with LACP somehow.

    Apologies for the false alarm.

    Cheers,

    M.

  • Older snapshots of 2.0

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    jimpJ

    The old snapshots are just deleted, they aren't archived. In most cases, the most current is the best to use. If something is broken in a current snapshot, then work with developers (on the forum, via tickets, etc) to get it fixed instead of moving backward.

  • PFSense 2.0 release notes???

    Locked
    2
    0 Votes
    2 Posts
    2k Views
  • Note:System log

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    N

    thank you man.

  • RRD Graphs

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    M

    Thanks, working perfectly  :)

  • PfSense Beta4 Captive Portal

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    E

    Are by any chance trying to open a https site and expect to be redirected?

  • Client machines unable to ping out from behind pfsense box…test setup

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    D

    Alrighty, tested with the Linksys router, set it up behind current router, made it's private net 10.44.55.x, was able to ping out from behind it successfully, so it IS definitely something within the pf box preventing the clients from getting out…..

    -Andy

    Andrew Miffleton
    Telecommunications Technician
    DFW Business Telephones, Inc.
    1260 Shiloh Rd
    Plano, TX 75074
    (972) 424-4242
    http://www.dfwbt.com

  • Squid can't work

    Locked
    60
    0 Votes
    60 Posts
    24k Views
    M

    The bug with Squid 2.7.9_4 (not 3.0) appears to have been squashed.

    Running latest i386 Pfsense build December 21 no problems.  ;D

  • CARP IPs stuck in INIT state

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    M

    Hi,

    thanks, that worked. Problem evaporated  ;)

    cu

    Martin

  • Run device driver seems to be missing from pfSense 2.0

    Locked
    24
    0 Votes
    24 Posts
    12k Views
    S

    @shadow:

    for the record, it appears the run driver doesn't work reliably yet anyway. I can associate but IP traffic is broken, looks similar to kern/132722.

    I'll be collecting more info and reporting it.

    2 bugs. One in ehci:
    http://lists.freebsd.org/pipermail/freebsd-current/2010-October/020504.html
    and one in the 802.11a support (at least)
    http://gitorious.org/run/run/commits/P4_ratectl_fix

  • Lagg edit input error

    Locked
    14
    0 Votes
    14 Posts
    5k Views
    D

    @ermal:

    Please try the latest version of snapshots it should be fixed.
    Jim was right that the code was 'too good' and was removing even present members of the lagg.

    It's a step in the right direction; but there's a new problem now.

    I was able to successfully add two nics to an already configured lagg (bringing the total to 4 nics). (see lagg_edit_error_5.JPG)

    But if i try to edit anything on this lagg or even delete it, pfSense reboots with the following message at the console (see lagg_edit_error_4.JPG).

    Cannot dump. Device not defines or unavailable.
    Automatic reboot in 15 seconds - press a key on the console to abort

    A dmesg at the console show the interfaces and so does an ifconfig. (see lagg_edit_error_6.JPG)

    If i do hit a key at the console, this is what show's up (see lagg_edit_error_7.JPG).

    lagg_edit_error_4.JPG
    lagg_edit_error_4.JPG_thumb
    lagg_edit_error_5.JPG
    lagg_edit_error_5.JPG_thumb
    lagg_edit_error_6.JPG
    lagg_edit_error_6.JPG_thumb
    lagg_edit_error_7.JPG
    lagg_edit_error_7.JPG_thumb

  • Dhcp Nak

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Getty spamming log file and breaking my 3G modem connection

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    G

    @wagonza Yes, this is in /etc/rc

    if [ "$PLATFORM" = "nanobsd" ]; then
    …skipping...

    Ensure gettytab is of a sane size

    if [ /bin/ls -la /etc/gettytab | /usr/bin/awk '{ print $5'} -lt 512 ]; then
            echo ">>> Restoring /etc/gettytab due to unusal size"
            echo ">>> Restoring /etc/gettytab due to unusal size" | /usr/bin/logger
            /bin/cp /etc/gettytab.bak /etc/gettytab
    fi

    @ jimp, thanks, it's fixed already now, and my 3G problems went away mysteriously at the same time :)
    Lets get that gettytab.bak file on NanoBSD builds. Looks like GeekGod meant for it to be there.

  • Aping exiting on signal 15

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    E

    Its normal in most of the cases.
    Its not ok if it does not start anymore :)

  • PFSense 2 tinydns package issue

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Default Install Open ports w/ pppoe

    Locked
    11
    0 Votes
    11 Posts
    3k Views
    C

    @mrguitar:

    I'm kind-of hoping someone w/ an alix and a PPPoE dls line can try to recreate the problem.

    Many, many others including myself would have seen it if it were that simple.

  • TIMEOUT - WRITE_DMA retrying

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    jimpJ

    If the Ubuntu version is like FreeBSD, after any update to VirtualBox it also updates the Kernel module, which you have to unload and then reload the updated version, or reboot and load the updated version. Perhaps something similar is happening to you.

    I run a couple pfSense test VMs on my VirtualBox install on FreeBSD and they work fine

  • Captive portal page not showing up

    Locked
    9
    0 Votes
    9 Posts
    2k Views
    E

    Should be fixed on latest snapshots.

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