From owner-freebsd-newbies Tue Oct 8 17:49:46 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A62937B401 for ; Tue, 8 Oct 2002 17:49:45 -0700 (PDT) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 9EB3143E6A for ; Tue, 8 Oct 2002 17:49:43 -0700 (PDT) (envelope-from keramida@freebsd.org) Received: (qmail 4784 invoked from network); 9 Oct 2002 00:42:44 -0000 Received: from upnet-dialinpool-68.upnet.gr (HELO hades.hell.gr) (@150.140.128.186) by nic.upatras.gr with SMTP; 9 Oct 2002 00:42:44 -0000 Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.6) with ESMTP id g990ntsQ015378; Wed, 9 Oct 2002 03:49:55 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by hades.hell.gr (8.12.6/8.12.6/Submit) id g990ntu6015373; Wed, 9 Oct 2002 03:49:55 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Wed, 9 Oct 2002 03:49:54 +0300 From: Giorgos Keramidas To: Anclo Cc: jfm@blueyonder.co.uk, freebsd-newbies@freebsd.org Subject: Re: unknown option "ICMP_BANDLIM" Message-ID: <20021009004954.GA6623@hades.hell.gr> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.1.6.0.20021008203256.026b5dc0@imap.3dresearch.com> Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2002-10-08 20:35, Anclo 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