Re: i915kms.ko not loading

From: Jean-Sébastien Pédron <dumbbell_at_FreeBSD.org>
Date: Thu, 29 Aug 2013 17:39:45 +0200
On 29.08.2013 17:35, Alexander wrote:
> in sysctl:
> kern.coredump: 1
> kern.corefile: /var/coredumps/%U.%N.%P.core
> 
> but coredump files not created.
> 
> How to set for creating core files?

You must add the following line to your /etc/rc.conf:
dumpdev="AUTO"

Also add this line to your /etc/sysctl.conf:
debug.debugger_on_panic=0

The core dump is written to the swap device when the crash occurs.
During the next boot, it's written to the specified kern.corefile path.

-- 
Jean-Sébastien Pédron


Received on Thu Aug 29 2013 - 13:39:48 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:40 UTC