Date: Wed, 9 Oct 2002 03:49:54 +0300 From: Giorgos Keramidas <keramida@freebsd.org> To: Anclo <anclo@anclo.com> Cc: jfm@blueyonder.co.uk, freebsd-newbies@freebsd.org Subject: Re: unknown option "ICMP_BANDLIM" Message-ID: <20021009004954.GA6623@hades.hell.gr> In-Reply-To: <5.1.1.6.0.20021008203256.026b5dc0@imap.3dresearch.com> References: <5.1.1.6.0.20021007085334.03547fd0@imap.3dresearch.com> <4025.209.195.180.12.1033877525.squirrel@mirror.3dresearch.com> <4025.209.195.180.12.1033877525.squirrel@mirror.3dresearch.com> <5.1.1.6.0.20021007085334.03547fd0@imap.3dresearch.com> <5.1.1.6.0.20021008203256.026b5dc0@imap.3dresearch.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-10-08 20:35, Anclo <anclo@anclo.com> wrote: > At 05:37 PM 10/7/2002, Giorgos Keramidas wrote: > > > Since then, I run CVSup and now when I try to run > > > /usr/sbin/config MYKERNEL I get the message: > > > config: MYKERNEL: No such file or directory. > > > > You might also want to note that the recommended way [...] > > > > # cd /usr/src > > # make KERNCONF=MYKERNEL buildkernel > > Here is what I got: > > /usr/src/sys/i386/conf]$ ls -al > [...] > lrwxr-xr-x 1 root wheel 25 Aug 22 07:12 MONOSTATOS1 -> /root/kernels/MONOSTATOS1 > -rw-r--r-- 1 root wheel 253 Jul 15 13:48 Makefile > -rw-r--r-- 1 root wheel 31318 Oct 6 02:08 NOTES > -rw-r--r-- 1 root wheel 8555 Oct 6 02:08 OLDCARD This config file is not located in /usr/src and is probably one that you created a long time ago, based on an older version of LINT or NOTES. The NOTES configuration doesn't exist in 4.x versions of FreeBSD, so this is a FreeBSD-CURRENT tree that you are trying to build. Are you sure you should be running FreeBSD-CURRENT? "It is not for the faint of heart", as the Handbook says. > -------------------------------------------------------------- > >>> Kernel build for MONOSTATOS1 started on Tue Oct 8 14:14:59 EDT 2002 > -------------------------------------------------------------- > ===> MONOSTATOS1 > 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/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > config -d /usr/obj/usr/src/sys/MONOSTATOS1 > /usr/src/sys/i386/conf/MONOSTATOS1 > /usr/src/sys/i386/conf/MONOSTATOS1:48: unknown option "USERCONFIG" This option is gone from FreeBSD-CURRENT. It's been removed a fair amount of time ago. You need to regenerate your MONOSTATOS1 config file, from a more recent set of options. This option was moved out of revision 1.1015 of src/sys/i386/conf/NOTES and into src/sys/conf/NOTES. Then in revision 1.1018 of that file, the USERCONFIG option was deprecated. Both of these changes were done during the first two weeks of April 2002. They are fairly old material. You shouldn't be running -CURRENT if you can't find out what's wrong with changes like these... -- keramida@FreeBSD.org -==- FreeBSD: The Power to Serve FreeBSD 5.0-CURRENT #3: Wed Oct 2 04:55:42 EEST 2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021009004954.GA6623>
