From owner-freebsd-questions@FreeBSD.ORG Tue Nov 25 18:45:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4F4F1065674 for ; Tue, 25 Nov 2008 18:45:08 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB738FC13 for ; Tue, 25 Nov 2008 18:45:03 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id mAPIinHh020217; Tue, 25 Nov 2008 19:44:49 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id mAPIinBx020214; Tue, 25 Nov 2008 19:44:49 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 25 Nov 2008 19:44:49 +0100 (CET) From: Wojciech Puchar To: Frank Solensky In-Reply-To: <1227635054.6253.16.camel@frank-laptop> Message-ID: <20081125194420.M20210@wojtek.tensor.gdynia.pl> References: <1227635054.6253.16.camel@frank-laptop> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions Subject: Re: Kernel crash before dumpon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2008 18:45:09 -0000 > > The page includes the following suggestion on how I might be able to > proceed: > Alternatively, the dump device can be hard-coded via the > dump clause in the config(5) line of a kernel configuration > file. This approach is deprecated and should be used only > if a kernel is crashing before dumpon(8) can be executed. > > I tried adding > config dump "/dev/ad4s3b" > to the configuration file but that option appears to be no longer > supported: the config command gives an error message of: > root/dump/swap specification obsolete > > Is the paragraph above obsolete? If so, what's the preferred way to > collect the dump? > > Thanks > > in rc.conf dumpdev="/dev/dumpdevice"