From owner-freebsd-current@FreeBSD.ORG Sun Jul 11 16:37:58 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74F2816A4CE; Sun, 11 Jul 2004 16:37:58 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E4D43D53; Sun, 11 Jul 2004 16:37:58 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.11] (junior-wifi.samsco.home [192.168.0.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6BGh82K019325; Sun, 11 Jul 2004 10:43:08 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <40F16CCC.4060405@samsco.org> Date: Sun, 11 Jul 2004 10:37:32 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Dixon References: <20040711163041.83094.qmail@web50704.mail.yahoo.com> <200407111736.20542.mark@markdnet.demon.co.uk> In-Reply-To: <200407111736.20542.mark@markdnet.demon.co.uk> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Kim Culhan cc: freebsd-current@freebsd.org cc: Marcel Moolenaar Subject: Re: -current kernel panics at boot without KDB DDB X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 11 Jul 2004 16:37:58 -0000 Mark Dixon wrote: > On Sunday 11 Jul 2004 17:30, Kim Culhan wrote: > >>To avoid a panic it seems you must have both >> >>options KDB >>options DDB >> >>In the kernel config > > > I think this should be added to UPDATING. > > Mark > > 'If it compiles, ship it' More likely it should be fixed so that DDB/KDB are not required options. Marcel? Scott