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 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386


Any help to figure what configure is doing here would be graciously accepted!

thanks,
Bob

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to