From owner-freebsd-current@FreeBSD.ORG Thu Aug 29 15:35:53 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 A3E7C29B; Thu, 29 Aug 2013 15:35:53 +0000 (UTC) (envelope-from iskander@advancedhosters.com) Received: from int.advancedhosters.com (int.advancedhosters.com [213.174.132.248]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79A09215A; Thu, 29 Aug 2013 15:35:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=advancedhosters.com; s=mail; h=Sender:Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=+3t1GFt7V+C25JW5R4u08fGSi/svUQu0wEG2uFp41KU=; b=Zdk7+ccJI9EMfk7PRhLgwPsWo29SNp+EO6gaDAA0LapkSFXnDyevpkV4pHC94Pqf2BPdyJCjmK2wF2bp+/U/Zrza1e4KabZoV/tpnFLXqURLgOVdciEAzJdIGMXQg8F97zNQusCXB4JvHguEnSF9b7m4tHs1Uhjtw/D9b9QkCPU=; Received: from client186-7.emplot.net.ua ([193.110.107.186] helo=iskander.advancedhosters.com) by int.advancedhosters.com with esmtpa (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VF4GF-000IA6-JU; Thu, 29 Aug 2013 15:35:51 +0000 Message-ID: <521F6A52.2060206@gmail.com> Date: Thu, 29 Aug 2013 18:35:46 +0300 From: Alexander User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130827 Thunderbird/17.0.8 MIME-Version: 1.0 To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Subject: Re: i915kms.ko not loading References: <521E52A6.6040205@gmail.com> <521F1367.8090002@FreeBSD.org> In-Reply-To: <521F1367.8090002@FreeBSD.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: iskander@advancedhosters.com 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:35:53 -0000 29.08.2013 12:24, Jean-Sébastien Pédron пишет: > On 28.08.2013 21:42, Alexander Panyushkin wrote: >> problem in load module i915kms.ko >> if *kldload i915kms.ko* system is going to reboot > Are you able to obtain a kernel core dump? They're saved in /var/crash > during the next boot. > > If you have one, could you please send the last core.txt? This file > contains a trace of the crash, the state of the computer at the time of > the crash and dmesg's output. > 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?