From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 19:57:34 2003 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 CCC8F16A4CE for ; Wed, 3 Dec 2003 19:57:34 -0800 (PST) Received: from arrow.wiznet.ca (arrow.wiznet.ca [216.138.223.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id D133343F93 for ; Wed, 3 Dec 2003 19:57:31 -0800 (PST) (envelope-from willyyam@sillyrabbi.dyndns.org) Received: from sillyrabbi.dyndns.org (H241.C230.tor.velocet.net [216.138.230.241]) by arrow.wiznet.ca (Postfix) with ESMTP id F34705400; Wed, 3 Dec 2003 22:57:26 -0500 (EST) Received: from willyyam by sillyrabbi.dyndns.org with local (Exim 4.24; FreeBSD) id 1ARkcq-000Hoq-UC; Wed, 03 Dec 2003 22:58:00 -0500 Date: Wed, 3 Dec 2003 22:58:00 -0500 From: William O'Higgins To: Steve Bertrand Message-ID: <20031204035800.GA68444@sillyrabbi.dyndns.org> References: <20031202043933.GB16782@sillyrabbi.dyndns.org> <1070340909.404.12.camel@ptp.northnetworks.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1070340909.404.12.camel@ptp.northnetworks.ca> User-Agent: Mutt/1.4.1i Sender: William O'Higgins cc: freebsd-questions Subject: Re: config(8) out of sync with source 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: Thu, 04 Dec 2003 03:57:34 -0000 >> Your version of config(8) is out of sync with your kernel source. >> > >Did you follow the procedure out of the handbook? > ># cvsup ># make buildworld ># cd /usr/src ># make buildkernel KERNCONF=MYKERNEL ># make installkernel KERNCONF=MYKERNEL ># make installworld I hadn't used that method, because I was unsure of the results, and the procedure in the Handbook is more extensive than I had time for. My reticence was well founded, since when I followed the above procedure it rendered the computer non-bootable. -- yours, William