From owner-freebsd-questions Wed Jan 23 13: 2:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from soda.csua.berkeley.edu (soda.CSUA.Berkeley.EDU [128.32.247.226]) by hub.freebsd.org (Postfix) with ESMTP id 58BDF37B416 for ; Wed, 23 Jan 2002 13:02:44 -0800 (PST) Received: from localhost (mjm@localhost) by soda.csua.berkeley.edu (8.11.6/8.11.4) with ESMTP id g0NL2ip12729 for ; Wed, 23 Jan 2002 13:02:44 -0800 (PST) (envelope-from joup@bigfoot.com) X-Authentication-Warning: soda.csua.berkeley.edu: mjm owned process doing -bs Date: Wed, 23 Jan 2002 13:02:44 -0800 (PST) From: Mark Miller X-X-Sender: mjm@soda.csua.berkeley.edu To: freebsd-questions@freebsd.org Subject: config(8) fails on buildkernel Message-ID: <20020123125109.K2359-100000@soda.csua.berkeley.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I recently upgraded to FreeBSD 4.4 with build world, and everything seemed to go well. Right now I'm trying to add "option NTFS" to my kernel, but config is failing with the message: % make buildkernel KERNCONF=JOBUKI.09 ===> JOBUKI.09 mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/JOBUKI.09 JOBUKI.09 ERROR: version of config(8) does not match kernel! config version = 400018, version required = 400019 I have tried the following: cd /usr/src/usr.sbin/config; make clean; make; make install; This process succeeds, but when I try to rebuild the kernel, I get the same error. I have synched my kernel source with RELENG_4, and I have also tried the "traditional method" outlined in the handbook (config ./JOBUKI.09, etc. etc.) Is there anything I can do to fix this? Thanks, Mark Miller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message