Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Sep 2004 00:45:28 -0400
From:      Bob Ababurko <ababurko@adelphia.net>
To:        freebsd-questions@freebsd.org
Subject:   trouble compiling the kernel
Message-ID:  <5.2.1.1.0.20040901003920.00a96148@mail.dc2.adelphia.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.2.1.1.0.20040901003920.00a96148>