Hi
My only question is: Do the crash dumps work if the swap space is encrypted with geli ?
I mean is it possible to get a crash dump core file after a panic if full disk encryption is deployed ?
Because the developers handbook states the following:
My /etc/rc.conf configuration:
My /etc/fstab configuration:
Sorry if my question is really stupid.
Thank you
My only question is: Do the crash dumps work if the swap space is encrypted with geli ?
I mean is it possible to get a crash dump core file after a panic if full disk encryption is deployed ?
Because the developers handbook states the following:
Before the kernel will dump the contents of its physical memory to a dump device, a dump device must be configured. A dump device is specified by using the dumpon(8) command to tell the kernel where to save kernel crash dumps. The dumpon(8) program must be called after the swap partition has been configured with swapon(8). This is normally handled by setting the dumpdev variable in rc.conf(5) to the path of the swap device (the recommended way to extract a kernel dump) or AUTO to use the first configured swap device.
My /etc/rc.conf configuration:
Code:
dumpdev="AUTO"
dumpdir="/var/crash"
savecore_enable="YES"
My /etc/fstab configuration:
Code:
/dev/ada0p4.eli none swap sw 0 0
Sorry if my question is really stupid.
Thank you