From owner-freebsd-current@FreeBSD.ORG Fri Aug 30 17:45:57 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 654B9762; Fri, 30 Aug 2013 17:45:57 +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 382AF24A2; Fri, 30 Aug 2013 17:45:56 +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:To:MIME-Version:From:Date:Message-ID; bh=MlrYfAHkxzVdbDfR9ptU8IdvIYS1T48/TJRXTNwqnEc=; b=nL7548JjmJzLXPQfU5U7kEFdjMLFCH9AEWfc8ao+JdbPbNRbSVD4UMt2udnmYdfv/iH9qk1FGCJF3T9Rep3fwOVXD6fYYCLAufEfzCMP8970flPKwQbBhwUclPkR571qsEVGVdXARvuczB525jnuJRsQANbtjs62192OcZu+7MY=; 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 1VFSlf-000NRw-9Y; Fri, 30 Aug 2013 17:45:55 +0000 Message-ID: <5220DA4E.3090100@gmail.com> Date: Fri, 30 Aug 2013 20:45:50 +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=?= , freebsd-current@freebsd.org Subject: Re: i915kms.ko not loading References: <521E52A6.6040205@gmail.com> <521F1367.8090002@FreeBSD.org> <521F6A52.2060206@gmail.com> <521F6B41.4030704@FreeBSD.org> <521F8A35.3080801@gmail.com> <5220A334.3080205@FreeBSD.org> <20130830171103.GB36239@funkthat.com> In-Reply-To: <20130830171103.GB36239@funkthat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: iskander@advancedhosters.com 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: Fri, 30 Aug 2013 17:45:57 -0000 30.08.2013 20:11, John-Mark Gurney пишет: > Jean-Sbastien Pdron wrote this message on Fri, Aug 30, 2013 at 15:50 +0200: >> On 29.08.2013 19:51, Alexander wrote: >>> I have swapinfo on zfs partition >> I always heard that swap on ZFS is asking for trouble, because ZFS loves >> to use memory. So when the system is using swap space, ZFS has more work >> and therefore wants more RAM, whici is unavailable. >> >> Furthermore, I'm not sure if kernel core dumping on swap on ZFS is >> supported at all. The following discussion on the forum suggests it's >> not possible: >> http://forums.freebsd.org/showthread.php?t=37958 >> >> Can you plug another driver and setup swap on it? A USB drive/key should >> be fine. > You don't need to use a swap device to dump to it... You can just set > up the USB drive as the dump device only... > Hi I created the coredump files after create swap on new disk. But size very large. Where can I upload these files. ls -lah /var/crash ... -rw-r--r-- 1 root wheel 2B Aug 30 20:27 bounds -rw------- 1 root wheel 480B Aug 30 20:27 info.0 lrwxr-xr-x 1 root wheel 6B Aug 30 20:27 info.last -> info.0 -r--r--r-- 1 root wheel 5B Jul 19 2010 minfree -rw------- 1 root wheel 450M Aug 30 20:27 vmcore.0 lrwxr-xr-x 1 root wheel 8B Aug 30 20:27 vmcore.last -> vmcore.0