Re: ERROR: version of config(8) does not match kernel
On Sun, Mar 12, 2006 at 04:58:49PM +0100, Kiffin Gish wrote: > I've update my src directory, but keep getting the following error (see > below). > > Yes I understand what it is saying, but how can I fix it?! I ran cvsup a > couple of times, but it doesn't seem to help. Follow the upgrading procedure from /usr/src/UPDATING and the handbook. Kris pgpW4HbiK9NMV.pgp Description: PGP signature
Re: ERROR: version of config(8) does not match kernel
Kiffin Gish <[EMAIL PROTECTED]> wrote: > I've update my src directory, but keep getting the following error > (see below). > > Yes I understand what it is saying, but how can I fix it?! I ran > cvsup a couple of times, but it doesn't seem to help. > > # cat cvs-supfile > *default host=cvsup3.nl.freebsd.org > *default base=/usr/local/etc/cvsup > *default prefix=/usr > *default tag=RELENG_6_0 > *default release=cvs delete use-rel-suffix compress > src-all > ports-all tag=. > doc-all tag=. > > # make buildkernel KERNCONF=WEBSERVER > > -- > >>> Kernel build for WEBSERVER started on Sun Mar 12 16:36:23 CET 2006 > -- > ===> WEBSERVER > mkdir -p /usr/obj/usr/src/sys > > -- > >>> stage 1: configuring the kernel > -- > cd /usr/src/sys/i386/conf; > PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/u > sr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src > /tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin: > /bin:/usr/sbin:/usr/bin config > -d /usr/obj/usr/src/sys/WEBSERVER /usr/src/sys > /i386/conf/WEBSERVER > ERROR: version of config(8) does not match kernel! > config version = 500013, version required = 63 > > 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. > Did you do a make buildworld before you tried building the kernel? Fabian -- http://www.fabiankeil.de/ signature.asc Description: PGP signature
ERROR: version of config(8) does not match kernel
I've update my src directory, but keep getting the following error (see below). Yes I understand what it is saying, but how can I fix it?! I ran cvsup a couple of times, but it doesn't seem to help. # cat cvs-supfile *default host=cvsup3.nl.freebsd.org *default base=/usr/local/etc/cvsup *default prefix=/usr *default tag=RELENG_6_0 *default release=cvs delete use-rel-suffix compress src-all ports-all tag=. doc-all tag=. # make buildkernel KERNCONF=WEBSERVER -- >>> Kernel build for WEBSERVER started on Sun Mar 12 16:36:23 CET 2006 -- ===> WEBSERVER mkdir -p /usr/obj/usr/src/sys -- >>> stage 1: configuring the kernel -- cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/u sr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src /tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin: /bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/WEBSERVER /usr/src/sys /i386/conf/WEBSERVER ERROR: version of config(8) does not match kernel! config version = 500013, version required = 63 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. -- Kiffin Gish <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"