Howdy,
I woke up yesterday to internet connection being down. I noticed that my firewall (FreeBSD with pf) was not responding. Since I had several calls that morning, I did not get much chance to troubleshoot so I put my backup 14.1 FreeBSD online to get working. I hooked up my failed box to a monitor this evening and starting looking for clues and this is the only thing I was able to find:
I am running:
This is the second problem I have with this machine, a Beelink Mini PC EQ Series. First issue was a kernel crash but since I upgraded to 14.2, did not had that issue again.
Not sure if anyone can get a sense of what could have happened from the messages section above but I want to enable crash dumps in case this happens again and in case this is a bug, is this all I need to add to my rc.conf:
Thank you for your help!
I woke up yesterday to internet connection being down. I noticed that my firewall (FreeBSD with pf) was not responding. Since I had several calls that morning, I did not get much chance to troubleshoot so I put my backup 14.1 FreeBSD online to get working. I hooked up my failed box to a monitor this evening and starting looking for clues and this is the only thing I was able to find:
Code:
Feb 11 01:15:48 system kernel:
Feb 11 01:15:48 system syslogd: last message repeated 1 times
Feb 11 01:15:48 system kernel: Fatal trap 12: page fault while in kernel mode
Feb 11 01:15:48 system kernel: cpuid = 3; apic id = 06
Feb 11 01:15:48 system kernel: fault virtual address = 0x40000000000
Feb 11 01:15:48 system kernel: fault code = supervisor read data, page not present
Feb 11 01:15:48 system kernel: instruction pointer = 0x20:0xffffffff82839df8
Feb 11 01:15:48 system kernel: stack pointer = 0x28:0xfffffe00d95d0e90
Feb 11 01:15:48 system kernel: frame pointer = 0x28:0xfffffe00d95d0ec0
Feb 11 01:15:48 system kernel: code segment = base 0x0, limit 0xfffff, type 0x1b
Feb 11 01:15:48 system kernel: = DPL 0, pres 1, long 1, def32 0, gran 1
Feb 11 01:15:48 system kernel: processor eflags =
Feb 11 01:16:35 system syslogd: kernel boot file is /boot/kernel/kernel
Feb 11 01:16:35 system kernel: ---<<BOOT>>---
I am running:
Code:
uname -a
FreeBSD system 14.2-RELEASE-p1 FreeBSD 14.2-RELEASE-p1 GENERIC amd64
CPU: Intel(R) N100 (806.40-MHz K8-class CPU) (Alder Lake)
This is the second problem I have with this machine, a Beelink Mini PC EQ Series. First issue was a kernel crash but since I upgraded to 14.2, did not had that issue again.
Not sure if anyone can get a sense of what could have happened from the messages section above but I want to enable crash dumps in case this happens again and in case this is a bug, is this all I need to add to my rc.conf:
Code:
dumpdev="AUTO"
dumpdir="/var/crash"
savecore_enable="YES"
Thank you for your help!