From owner-freebsd-current@FreeBSD.ORG Thu Aug 29 15:39:48 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 80A9A6B6 for ; Thu, 29 Aug 2013 15:39:48 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4409521A9 for ; Thu, 29 Aug 2013 15:39:48 +0000 (UTC) Received: from [2001:1b48:10b:cafe:225:64ff:febe:589f] (helo=viking.yzserv.com) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VF4K1-000IZ6-JK; Thu, 29 Aug 2013 17:39:46 +0200 Message-ID: <521F6B41.4030704@FreeBSD.org> Date: Thu, 29 Aug 2013 17:39:45 +0200 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130813 Thunderbird/17.0.8 MIME-Version: 1.0 To: Alexander Subject: Re: i915kms.ko not loading References: <521E52A6.6040205@gmail.com> <521F1367.8090002@FreeBSD.org> <521F6A52.2060206@gmail.com> In-Reply-To: <521F6A52.2060206@gmail.com> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2VNNRABJPHQAPTRJIIBCV" Cc: freebsd-current@freebsd.org 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 15:39:48 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2VNNRABJPHQAPTRJIIBCV Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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. >=20 > How to set for creating core files? You must add the following line to your /etc/rc.conf: dumpdev=3D"AUTO" Also add this line to your /etc/sysctl.conf: debug.debugger_on_panic=3D0 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. --=20 Jean-S=C3=A9bastien P=C3=A9dron ------enig2VNNRABJPHQAPTRJIIBCV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlIfa0EACgkQa+xGJsFYOlMtlACeLxs/N1MKx3g8MLnAXBiW682R tRIAn2NJxWI1yNHe7MF/hQh38XGx8PoU =RPHr -----END PGP SIGNATURE----- ------enig2VNNRABJPHQAPTRJIIBCV--