From owner-freebsd-current@FreeBSD.ORG Thu Apr 26 22:35:17 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 1CD0B16A401 for ; Thu, 26 Apr 2007 22:35:17 +0000 (UTC) (envelope-from tcumming123@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.237]) by mx1.freebsd.org (Postfix) with ESMTP id BC10213C45D for ; Thu, 26 Apr 2007 22:35:16 +0000 (UTC) (envelope-from tcumming123@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so234977nze for ; Thu, 26 Apr 2007 15:35:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=C2rT4R5oAdh5T/7hSig43ZdWpb5jXmOywIdg0h4K7f03o2gYVNXd2uR0M2VJruSewGXaVio2mo6oTJ9A/cSueiL1z9XshkdgLv5goDJ2cqPgvWPfxwdLFK03Wvhq5AEiKTARyRyLCiKtTJUd7ejXXzRdNyvK7nABcTtRiKmiUgg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=LGaaHWOrPTiMuHc+dRdEip3zux1xyyGQVc/lyL9BIy/WYL3MIVKKgaXy8EF1Cf2z1lVWwXxgDHZo7f8iGcA6lsEnmTLE8XxtFYHXxnNu/nIs9NxlZtgxH2xZZgZ38QxJ30PXox8yL1NwdRUORzUsVz1wXf9BIUryz/TeBWpBaEs= Received: by 10.114.26.1 with SMTP id 1mr761640waz.1177626915905; Thu, 26 Apr 2007 15:35:15 -0700 (PDT) Received: by 10.114.159.16 with HTTP; Thu, 26 Apr 2007 15:35:15 -0700 (PDT) Message-ID: Date: Thu, 26 Apr 2007 15:35:15 -0700 From: "Tom Cumming" To: "Ollivier Robert" In-Reply-To: <20070426204602.GA81382@keltia.freenix.fr> MIME-Version: 1.0 References: <20070426204602.GA81382@keltia.freenix.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Thu, 26 Apr 2007 22:35:17 -0000 > What about using the "panic" command in ddb? :) The problem is not getting it to panic, the problem is getting it to save core after the panic. I can find no way to configure the dump device before I boot, only after the OS is up. This means a panic during boot will not dump core because the dump device is not configured. tom