From owner-freebsd-current@FreeBSD.ORG Sun Aug 15 10:16:21 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4A5E1065670 for ; Sun, 15 Aug 2010 10:16:21 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5D0EE8FC0C for ; Sun, 15 Aug 2010 10:16:20 +0000 (UTC) Received: by bwz20 with SMTP id 20so1255219bwz.13 for ; Sun, 15 Aug 2010 03:16:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=DWT3eYn+7vttuCp5eT8VjCl08nCeSHDaO9Vdt+SOVRY=; b=fwdtRTBG/tQEbLLEnpMqyOQ+UBBTYrdwElUcSUHISQW76esUcrctLv3Zlz4K7P0H1r HJjzKLPuCYbNK7fru+V2rh+bAHMvmHut16WSEaYVdFwRywbPnyEpZ4p/J6RU58Hjcp5W YSXfGjFQzZNM+ZfITZyRglh6T2Z6oVHbV0yj4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=yAVitc4BMvtx6FoYs8CdjoQUwMw5n9c5xhjb5wpzcmvGkY0o53Up6q52nzMXIoho9U VIuyGboxH880nwUtG4TD7RaBWcYqojCXk5pBn4ZG+gUcidhhp825QpgX/sIb3hsv3B9K WMKY9HLcsCHvb0G0LOWWEmVXo2XPddy4L9DZ8= Received: by 10.204.27.20 with SMTP id g20mr2325472bkc.114.1281865617834; Sun, 15 Aug 2010 02:46:57 -0700 (PDT) Received: from ernst.jennejohn.org (p578E36CF.dip.t-dialin.net [87.142.54.207]) by mx.google.com with ESMTPS id y2sm3284357bkx.20.2010.08.15.02.46.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 15 Aug 2010 02:46:57 -0700 (PDT) Date: Sun, 15 Aug 2010 11:46:55 +0200 From: Gary Jennejohn To: =?ISO-8859-1?Q?=C1lvaro?= Castillo Message-ID: <20100815114655.65073248@ernst.jennejohn.org> In-Reply-To: References: X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: nvidia-driver not work X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2010 10:16:22 -0000 On Sun, 15 Aug 2010 02:35:02 +0100 __lvaro Castillo wrote: > I dont understand this -> Dump failed. Partition too small. -> My root > partition has got a 435GB only ocupated 17GB and swap 512MB > You have 4GB of memory and only 512MB of swap - too small to dump the contents of memory. Crash dumps go to the swap partition, not the root partition. swap should be about 1-1/2 times the size of memory if you want to be able to capture crash dumps, as a rule of thumb. -- Gary Jennejohn