pfsense 2.7.0 crashes daily - help please
-
Hello, I keep having daily crashes, since a couple of days. I am on pfsense 2.7.0 on a Protectli FW4C. My network is quite simple 3 VLAN, one of them with VPN, no packages installed.
Here from the textdump crash reports:
db:0:kdb.enter.default> bt
Tracing pid 45035 tid 100264 td 0xfffffe0091b85740
kdb_enter() at kdb_enter+0x32/frame 0xfffffe0084fe2a80
vpanic() at vpanic+0x183/frame 0xfffffe0084fe2ad0
panic() at panic+0x43/frame 0xfffffe0084fe2b30
trap_fatal() at trap_fatal+0x409/frame 0xfffffe0084fe2b90
trap_pfault() at trap_pfault+0x4f/frame 0xfffffe0084fe2bf0
calltrap() at calltrap+0x8/frame 0xfffffe0084fe2bf0
--- trap 0xc, rip = 0xffffffff8115593c, rsp = 0xfffffe0084fe2cc0, rbp = 0xfffffe0084fe2cd0 ---
vm_object_terminate() at vm_object_terminate+0xfc/frame 0xfffffe0084fe2cd0
vm_object_deallocate() at vm_object_deallocate+0x1a8/frame 0xfffffe0084fe2d10
vm_map_process_deferred() at vm_map_process_deferred+0x92/frame 0xfffffe0084fe2d30
vm_map_remove() at vm_map_remove+0x100/frame 0xfffffe0084fe2d60
vmspace_exit() at vmspace_exit+0xaa/frame 0xfffffe0084fe2d90
exit1() at exit1+0x56c/frame 0xfffffe0084fe2df0
sys_exit() at sys_exit+0xd/frame 0xfffffe0084fe2e00
amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe0084fe2f30
fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe0084fe2f30
--- syscall (1, FreeBSD ELF64, exit), rip = 0x99ba2ca399a, rsp = 0x99b9e97beb8, rbp = 0x99b9e97bed0 ---Fatal trap 12: page fault while in kernel mode
cpuid = 2; apic id = 04
fault virtual address = 0xfffffc0001ecc878
fault code = supervisor read data, page not present
instruction pointer = 0x20:0xffffffff8115593c
stack pointer = 0x28:0xfffffe00c6298cc0
frame pointer = 0x28:0xfffffe00c6298cd0
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 55945 (netstat)
rdi: fffffc0001ecc868 rsi: 313b rdx: f0
rcx: 0 r8: fffffe008ef7c5c0 r9: fffffe0001ecbf78
rax: 0 rbx: fffffc0001ecc868 rbp: fffffe00c6298cd0
r10: ffffffff82c01ef8 r11: 4bc00000 r12: fffffe0091a92530
r13: 1 r14: fffff800427f9528 r15: 0
trap number = 12
panic: page fault
cpuid = 1
time = 1705684300
KDB: enter: panicWould be great if someone can look at it and point me in the right direction how to solve it. Is it an hardware issue, or something else?
Appreciate your feedback and thanks in advance for your support.
-
All three crashes are shown in Netstat and you have a bunch of errors:
config_aqm Unable to configure flowset, flowset busy! config_aqm Unable to configure flowset, flowset busy! config_aqm Unable to configure flowset, flowset busy!
That's normally just ugly: https://redmine.pfsense.org/issues/8991
What packages do you have installed?
Is there some reason you have not upgraded to 2.7.2?
Steve
-
Steve,
thanks for your feedback and the further information. My limiter settings to reduce bufferbloat might have caused the crashes.
I have changed the setting on AQM to Tail Drop on both, limiter (pipe) and child queue and scheduler to fq_codel on limiter (pipe) now.
I hope the errors:
"config_aqm Unable to configure flowset, flowset busy!" don't show up anymore and the system doesn't crash. Let's see!Currently, I have no packages installed. There is no real reason, why I have not upgraded to 2.7.2. Well, the update does't show up in the GUI. But I'll try to do the update by command line.
Thanks. Daniel