Chris H. wrote:
OK then. If I understand you correctly, I simply need to create: /var/crash (the default)
Yes. Also you need a swap size > ram size.
add the following to /etc/rc.conf: dumpdev="AUTO" dumpdir="/var/crash" bounce the server and ensure that /etc/rc.d/dumpon is started immediately after the boot process has completed. Correct?
if you don't want reboot your machine after changing rc.conf you can run `/etc/rc.d/dumpon start`. It will mark your swap as a dumpdev. At the boot time /etc/rc.d/dumpon will be started automatically (if "dumpdev" is set). After system crash the kernel memory dump will be saved to the dempdev and after reboot dump will be extracted from the swap into dumpdir by the savecore. -- WBR, Andrey V. Elsukov _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
