From owner-freebsd-sparc64@FreeBSD.ORG Wed Feb 1 22:17:52 2012 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 860461065670 for ; Wed, 1 Feb 2012 22:17:52 +0000 (UTC) (envelope-from boland37@xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.freebsd.org (Postfix) with ESMTP id 22B248FC15 for ; Wed, 1 Feb 2012 22:17:51 +0000 (UTC) Received: from charlemagne.boland.org (150-42-215.ftth.xms.internl.net [82.215.42.150]) (authenticated bits=0) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id q11MHK2x096530 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Wed, 1 Feb 2012 23:17:21 +0100 (CET) (envelope-from boland37@xs4all.nl) Message-ID: <4F29B9F0.1090305@xs4all.nl> Date: Wed, 01 Feb 2012 23:17:20 +0100 From: Michiel Boland User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.25) Gecko/20120114 Thunderbird/3.1.17 MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org References: <4F281812.6060506@xs4all.nl> In-Reply-To: <4F281812.6060506@xs4all.nl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: dumps don't fit on swap with default install X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2012 22:17:52 -0000 On 01/31/2012 17:34, Michiel Boland wrote: > Hi. I installed 9.0-RELEASE on sparc64 with a clean disk using the partition > scheme that was suggested by the installer. I enabled crash dumps (dumpdev="AUTO"). > > But at boot the dumpon command fails, apparently because the swap partition is > too small. It turns out that the guided install left a bunch of free space at the end of the disk, so I could expand my swap after all. # gpart show => 0 29886192 ada0 VTOC8 (14G) 0 27262368 1 freebsd-ufs (13G) 27262368 1492848 2 freebsd-swap (729M) 28755216 1130976 - free - (552M) Why does the installer leave that space anyway? Cheers Michiel