From owner-freebsd-stable@FreeBSD.ORG Wed Jan 12 16:16:55 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78EEA16A4CE for ; Wed, 12 Jan 2005 16:16:55 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42DF043D1D for ; Wed, 12 Jan 2005 16:16:55 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.43 (FreeBSD)) id 1ColAz-0006Y5-Vg; Wed, 12 Jan 2005 08:16:54 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16869.19829.466853.161383@ran.psg.com> Date: Wed, 12 Jan 2005 08:16:53 -0800 To: Scot Hetzel References: <16868.57334.33294.525910@ran.psg.com> <790a9fff0501120710341a3428@mail.gmail.com> cc: FreeBSD Stable Subject: Re: trap 12 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 16:16:55 -0000 >> Dumping 1023 MB >> >> Dump failed writing data (1) >> >> Dump failed writing trailer (1) >> >> Dump complete >> >> any hints to finding out why i can not get a saved core on this >> machnine would be much appreciated. >> > Is your swap drive your dumping to > 1023M. If not you need to > specify a dump drive that is > 1023M. foo.edu:/# bsdlabel twed0s1 # /dev/twed0s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 524288 0 4.2BSD 2048 16384 32776 b: 4194304 524288 swap c: 145211472 0 unused 0 0 # "raw" part, don't edit d: 2097152 4718592 4.2BSD 2048 16384 28552 e: 2097152 6815744 4.2BSD 2048 16384 28552 f: 41943040 8912896 4.2BSD 2048 16384 28552 g: 94224384 50855936 4.2BSD 2048 16384 28552 h: 131152 145080320 4.2BSD 2048 16384 8200 looks to be 2g for 1g o' ram randy