i915kms.ko not loading

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Thu Aug 29 15:39:48 UTC 2013


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20130829/39d613fb/attachment.sig>


More information about the freebsd-current mailing list