From owner-freebsd-stable Fri Nov 12 12:40:27 1999 Delivered-To: freebsd-stable@freebsd.org Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id 4A17415084 for ; Fri, 12 Nov 1999 12:40:17 -0800 (PST) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.9.1a/8.9.1) with ESMTP id PAA12003; Fri, 12 Nov 1999 15:40:03 -0500 (EST) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id PAA06435; Fri, 12 Nov 1999 15:40:00 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.9.3/8.6.9) id PAA05304; Fri, 12 Nov 1999 15:40:00 -0500 (EST) Date: Fri, 12 Nov 1999 15:40:00 -0500 (EST) From: Thomas David Rivers Message-Id: <199911122040.PAA05304@lakes.dignus.com> To: ben@scientia.demon.co.uk, rivers@dignus.com Subject: Re: Solution to my 3.3-RELEASE panics! Cc: freebsd-stable@freebsd.org In-Reply-To: <19991112162402.D2052@strontium.scientia.demon.co.uk> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Thomas David Rivers wrote: > > > I'll have to attribute this to the "nut behind > > the wheel." Apparently, I must have done a > > config with some option (likely DDB) on and not > > done a clean build... (i.e. didn't do a `make clean; make') > > You shouldn't need to make clean... make depend; make should be enough. > > -- > Ben Smithurst | PGP: 0x99392F7D > ben@scientia.demon.co.uk | key available from keyservers and > | ben+pgp@scientia.demon.co.uk > I'm not sure. I'm _guessing_ this is what happened. config a brand kernel without options DDB. do a make - boot and run that kernel - all is fine. then, change the config file and add options DDB. Then, do make depend; make (which I believe is what I did.) But - some of the files that need to know that DDB is now defined are not recompiled (I'm guessing, I haven't checked on this.) - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message