From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 18:31:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BA5616A41C for ; Sun, 17 Jul 2005 18:31:00 +0000 (GMT) (envelope-from csaba@beastie.creo.hu) Received: from beastie.creo.hu (www.creo.hu [217.113.62.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id A084643D46 for ; Sun, 17 Jul 2005 18:30:59 +0000 (GMT) (envelope-from csaba@beastie.creo.hu) Received: from beastie.creo.hu (localhost [127.0.0.1]) by beastie.creo.hu (8.13.3/8.13.3) with ESMTP id j6HITuMe014771 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 17 Jul 2005 20:29:56 +0200 (CEST) (envelope-from csaba@beastie.creo.hu) Received: (from csaba@localhost) by beastie.creo.hu (8.13.3/8.13.3/Submit) id j6HITu24014770 for freebsd-questions@freebsd.org; Sun, 17 Jul 2005 20:29:56 +0200 (CEST) (envelope-from csaba) Date: Sun, 17 Jul 2005 20:29:56 +0200 From: Csaba Henk To: freebsd-questions@freebsd.org Message-ID: <20050717182956.GJ73367@beastie.creo.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Subject: early panic and dump 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: Sun, 17 Jul 2005 18:31:00 -0000 I sent the following post to freebsd-current, but maybe it's better to be sent to questions -- the problem of dumping as such is not a current-specific question... > Hi! > > I tried to install both RELENG-6 and CURRENT, and both kernels behaved > the same way: panicked quite early (before init) with a page fault. Has > anyone met with this phenomena? > > I'd like to show you some fancy backtracks, but as it all happened before > starting init, rc.conf settings won't help me in getting the dump. > > What I've read: > > "the dump device can be hard-coded via the dump clause in the config(5) > line of a kernel configuration file." > > But putting > > dump /dev/ad0s4 > > into the config file is considered a syntax error, and the man page > of config doesn't contain anything about dumping. > > Another thing which I found on the net suggests setting the dumpdev > variable in the loader(8). I can do that, but it doesn't make a difference, > and again, the man page doesn't mention dumping. > > How to get that wacky dump these days? > > TIA. > > Cheers, > Csaba Note that the above quote is from Developers Handbook and the full quote is: 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. And that I fall into the "only if" case. Thanks. Csaba