From owner-freebsd-questions Tue Feb 12 8:51: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dra.com (mail.dra.com [192.65.218.159]) by hub.freebsd.org (Postfix) with ESMTP id 05D6337B416 for ; Tue, 12 Feb 2002 08:50:59 -0800 (PST) Received: from stlmail.dra.com (stlmail.dra.com [192.65.218.119]) by mail.dra.com (8.9.1/8.9.1) with ESMTP id KAA28590; Tue, 12 Feb 2002 10:44:59 -0600 (CST) Received: by stlmail.dra.com with Internet Mail Service (5.5.2653.19) id <1CJCMFPH>; Tue, 12 Feb 2002 10:44:41 -0600 Message-ID: From: Eric Six To: "'Toby Applegate'" , freebsd-questions@FreeBSD.ORG Subject: RE: problems with config(8) Date: Tue, 12 Feb 2002 10:44:32 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" 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 Update your kernel source. I had the same problem after updating to 4.5, for somereason it did not update the kernel source. Eric -----Original Message----- From: Toby Applegate [mailto:tapplega@utk.edu] Sent: Tuesday, February 12, 2002 10:22 AM To: freebsd-questions@FreeBSD.ORG Subject: problems with config(8) Hello, I have run into this error with config(8) and building a new kernel. It tells me that config is not the correct version. I tried compiling the a new config after updating my source tree, but it still gives the error. This problem is probably terribly simple but I do not know what to do beyond what I have tried and, as I am the sole person using FreeBSD in my group, I get help in terms of "Switch to Mandrake, dumbass." ;-) Error messages and system info follow. Thanks for any help! --toby applegate ---------------------- commsuite# uname -a FreeBSD commsuite.ns.utk.edu 4.4-STABLE FreeBSD 4.4-STABLE #2: Thu Dec 13 16:11:58 EST 2001 root@commsuite.ns.utk.edu:/usr/obj/usr/src/sys/COMMSUITE i386 commsuite# gcc -v Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] tapplega@commsuite:/usr/src$ sudo sh maint/cvsup.sh Parsing supfile "/etc/cvsupfile" Connecting to cvsup1.FreeBSD.org Connected to cvsup1.FreeBSD.org Server software version: SNAP_16_1e Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection src-sys/cvs Updating collection ports-all/cvs Edit ports/sysutils/tcplist/Makefile Add delta 1.14 2002.02.12.15.31.40 obrien Checkout ports/sysutils/tcplist/files/patch-utils.c Updating collection doc-all/cvs Shutting down connection to server Finished successfully tapplega@commsuite:/usr/src$ cd You have mail in /var/mail/tapplega tapplega@commsuite:~$ cd /usr/src/ tapplega@commsuite:/usr/src$ su Password: commsuite# make buildkernel KERNCONF=COMMSUITE -------------------------------------------------------------- >>> Kernel build for COMMSUITE started on Tue Feb 12 11:11:59 EST 2002 -------------------------------------------------------------- ===> COMMSUITE 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/u sr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/COMMSUITE COMMSUITE ERROR: version of config(8) does not match kernel! config version = 400018, version required = 400019 Make sure that /usr/src/usr.sbin/config is in sync with your /usr/src/sys and install a new config binary before trying this again. If running the new config fails check your config file against the GENERIC or LINT config files for changes in config syntax, or option/device naming conventions *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message