From owner-freebsd-questions@FreeBSD.ORG Wed Sep 1 04:45:29 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 AC44416A4CE for ; Wed, 1 Sep 2004 04:45:29 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60DD443D5C for ; Wed, 1 Sep 2004 04:45:29 +0000 (GMT) (envelope-from ababurko@adelphia.net) Received: from ample.adelphia.net ([24.52.224.96]) by mta9.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040901044528.MNRO2583.mta9.adelphia.net@ample.adelphia.net> for ; Wed, 1 Sep 2004 00:45:28 -0400 Message-Id: <5.2.1.1.0.20040901003920.00a96148@mail.dc2.adelphia.net> X-Sender: ababurko@mail.dc2.adelphia.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Wed, 01 Sep 2004 00:45:28 -0400 To: freebsd-questions@freebsd.org From: Bob Ababurko Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: trouble compiling the kernel 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: Wed, 01 Sep 2004 04:45:29 -0000 Hello all- I am trying to recompile my kernel to make use of dummynet per the instruction in the handbook and I am getting this error output and cannot make use of it. I am calling my edited config file DUMMYNET, fyi. bash-2.05b# make buildkernel KERNCONF=DUMMYNET -------------------------------------------------------------- >>> Kernel build for DUMMYNET started on Wed Sep 1 00:38:41 EDT 2004 -------------------------------------------------------------- ===> DUMMYNET mkdir -p /usr/obj/usr/src/sys -------------------------------------------------------------- >>> stage 1: configuring the kernel -------------------------------------------------------------- cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/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/DUMMYNET /usr/src/sys/i386/conf/DUMMYNET ERROR: version of config(8) does not match kernel! config version = 500012, version required = 500013 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. the output from uname -a goes like this: bash-2.05b# uname -a FreeBSD europa.phreakout.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 Any help to figure what configure is doing here would be graciously accepted! thanks, Bob