From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 07:35:40 2004 Return-Path: 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 D9F1316A4CE for ; Tue, 24 Feb 2004 07:35:40 -0800 (PST) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D94D43D2F for ; Tue, 24 Feb 2004 07:35:40 -0800 (PST) (envelope-from kstewart@owt.com) Received: from localhost.invalid (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i1OFZ99U025638 for ; Tue, 24 Feb 2004 07:35:09 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Tue, 24 Feb 2004 07:35:39 -0800 User-Agent: KMail/1.6 References: <20040224114320.GA6479@xs4all.nl> In-Reply-To: <20040224114320.GA6479@xs4all.nl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402240735.39191.kstewart@owt.com> Subject: Re: Kernel build problem after make world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 15:35:41 -0000 On Tuesday 24 February 2004 03:43 am, fjaspers@xs4all.nl wrote: > HI, > > Sorry my information was somewhat obscure, you're answer however > wasn't. The 4BSD_SCHED option did the trick. I was kind of stretching on that one. It was the only sched option you were missing that I had and it stood out. > > The real problem was mee being impatient trying to build a 5.2 KERNEL > with a 5.0 config file. > I made a new config file patiently copying lines in from NOTES and > GENERIC. Now the world smiles again. :) > > Thnx for your help. > Great!! I think it is important to cp GENERIC to your kernel config for each major update. Then, start adding "#" in column 1 to comment out features. It may seem like work but it saves more time trying to figure out why something is broken. My systems are pretty simple when it comes to the configuration and I can take a GENERIC and convert it into a new config file in probably less than 5-10 minutes. If you keep a copy of the old one around, you can run diff on your old and new config and see what is different. When you start with a copy of GENERIC and delete features, your kernel config file is much more self documenting. Saving a few 100 bytes is not as important as keeping the structure of your config file so that people can key in very quickly on what you changed. This is especially true when you want free support :). I am retired but got talked into helping resurect an old project for a couple of weeks for an old friend. That dropped 8 hours a day from the time I had available to figure out FreeBSD errors. I simply didn't have the time to take a 5.2 GENERIC and see what you had chosen to use. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html