From owner-freebsd-current@FreeBSD.ORG Thu Aug 29 17:46:18 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 856F2184; Thu, 29 Aug 2013 17:46:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59E112BDA; Thu, 29 Aug 2013 17:46:18 +0000 (UTC) Received: from jhbbsd.localnet (unknown [38.105.238.108]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 36B0DB980; Thu, 29 Aug 2013 13:46:17 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: i915kms.ko not loading Date: Thu, 29 Aug 2013 13:06:31 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p28; KDE/4.5.5; amd64; ; ) References: <521E52A6.6040205@gmail.com> <521F6A52.2060206@gmail.com> <521F6B41.4030704@FreeBSD.org> In-Reply-To: <521F6B41.4030704@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <201308291306.31552.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 29 Aug 2013 13:46:17 -0400 (EDT) Cc: Alexander , =?iso-8859-15?q?Jean-S=E9bastien?= =?iso-8859-15?q?_P=E9dron?= X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 17:46:18 -0000 On Thursday, August 29, 2013 11:39:45 am Jean-S=E9bastien P=E9dron wrote: > On 29.08.2013 17:35, Alexander wrote: > > in sysctl: > > kern.coredump: 1 > > kern.corefile: /var/coredumps/%U.%N.%P.core > >=20 > > but coredump files not created. These control user process core dumps, not kernel crash dumps. > > How to set for creating core files? >=20 > You must add the following line to your /etc/rc.conf: > dumpdev=3D"AUTO" >=20 > Also add this line to your /etc/sysctl.conf: > debug.debugger_on_panic=3D0 >=20 > 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. This is mostly correct, but the cash dump is written to /var/crash, not the contents of kern.corefile. =2D-=20 John Baldwin