From owner-freebsd-current@FreeBSD.ORG Fri Apr 27 03:01:25 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B141716A400 for ; Fri, 27 Apr 2007 03:01:25 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 8A56213C46C for ; Fri, 27 Apr 2007 03:01:25 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l3R30HRU052394; Thu, 26 Apr 2007 20:00:17 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l3R30Hue052393; Thu, 26 Apr 2007 20:00:17 -0700 (PDT) (envelope-from sgk) Date: Thu, 26 Apr 2007 20:00:17 -0700 From: Steve Kargl To: Kris Kennaway Message-ID: <20070427030017.GA52347@troutmask.apl.washington.edu> References: <20070426204602.GA81382@keltia.freenix.fr> <20070427012401.GZ2445@obelix.dsto.defence.gov.au> <20070427013742.GA51877@troutmask.apl.washington.edu> <20070427014317.GA17436@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070427014317.GA17436@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: freebsd-current@freebsd.org Subject: Re: Panic on boot. How do I get a kernel dump. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Apr 2007 03:01:25 -0000 On Thu, Apr 26, 2007 at 09:43:17PM -0400, Kris Kennaway wrote: > On Thu, Apr 26, 2007 at 06:37:42PM -0700, Steve Kargl wrote: > > > > Re-read the text that you quoted. Tom doesn't have > > dumpdev set, so there is no core for savecore to > > retrieve. ISTR, that one could set dumpdev in the > > loader. At the loader prompt, do > > > > set dumpdev="/dev/ad0s2b" > > I don't think this has existed for many years (it was removed during > GEOM development). > Bummer. I know I used this a long time ago to do some debugging. Is there a sysctl tunable that can be set in the loader? -- Steve