I use 12-STABLE and I try to get a crash dump.
My /etc/rc.conf has:
Then I run:
System reboots but the only file in /var/crash is minfree.
Any idea if I miss something?
Code:
config -x /boot/kernel/kernel | egrep -i 'db|deb'
makeoptions DEBUG=-g
options USB_DEBUG
options IEEE80211_DEBUG
options KDB_TRACE
options KDB
options DDB_CTF
device cardbus
Code:
dumpon -v /dev/mirror/gm0p3
kernel dumps on /dev/mirror/gm0p3
My /etc/rc.conf has:
Code:
dumpdev="AUTO"
Then I run:
Code:
sysctl debug.kdb.panic=1
System reboots but the only file in /var/crash is minfree.
Any idea if I miss something?