From owner-freebsd-current@FreeBSD.ORG Fri Apr 27 03:11: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 B311C16A400 for ; Fri, 27 Apr 2007 03:11:25 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 9E13213C45B for ; Fri, 27 Apr 2007 03:11:25 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 5A7851A3C19; Thu, 26 Apr 2007 20:11:52 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DE731513F4; Thu, 26 Apr 2007 23:11:24 -0400 (EDT) Date: Thu, 26 Apr 2007 23:11:24 -0400 From: Kris Kennaway To: Steve Kargl Message-ID: <20070427031124.GA18527@xor.obsecurity.org> References: <20070426204602.GA81382@keltia.freenix.fr> <20070427012401.GZ2445@obelix.dsto.defence.gov.au> <20070427013742.GA51877@troutmask.apl.washington.edu> <20070427014317.GA17436@xor.obsecurity.org> <20070427030017.GA52347@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070427030017.GA52347@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.2i Cc: freebsd-current@freebsd.org, Kris Kennaway 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:11:25 -0000 On Thu, Apr 26, 2007 at 08:00:17PM -0700, Steve Kargl wrote: > 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? To clarify, there is no way to set the dumpdev in the loader, by tunable or any other method :) Kris