From owner-freebsd-newbies Mon Oct 7 15:19:45 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 50D6E37B404 for ; Mon, 7 Oct 2002 15:19:44 -0700 (PDT) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 18B6A43E6A for ; Mon, 7 Oct 2002 15:19:40 -0700 (PDT) (envelope-from keramida@freebsd.org) Received: (qmail 27049 invoked from network); 7 Oct 2002 22:12:37 -0000 Received: from upnet-dialinpool-10.upatras.gr (HELO hades.hell.gr) (@150.140.128.244) by nic.upatras.gr with SMTP; 7 Oct 2002 22:12:37 -0000 Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.6) with ESMTP id g97MJUAZ026113; Tue, 8 Oct 2002 01:19:31 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by hades.hell.gr (8.12.6/8.12.6/Submit) id g97LbP7T023566; Tue, 8 Oct 2002 00:37:25 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 8 Oct 2002 00:37:25 +0300 From: Giorgos Keramidas To: Anclo Cc: jfm@blueyonder.co.uk, freebsd-newbies@freebsd.org Subject: Re: unknown option "ICMP_BANDLIM" Message-ID: <20021007213724.GA20025@hades.hell.gr> References: <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.1.6.0.20021007085334.03547fd0@imap.3dresearch.com> X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 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-07 09:02, Anclo wrote: > At 07:57 AM 10/6/2002, you wrote: > >"Anclo" wrote: > > > I'm trying to build my first custom kernel (4.6-RELEASE) and I'm > > > getting the message: > > > MYKERNEL:56: unknown option "ICMP_BANDLIM" > > > > > > Any idea why? Should I simply comment out option ICMP_BANDLIM? > > > > No, don't comment out the option if you need it. I'd guess the > > kernel config file is corrupted probably with Carriage Returns 0D > > ^M things. Have you transferred the file from Windows at some > > stage? Which editor do you use? > > No, never transferred the file from Windows, and edited it with vim. > > 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. Are you running the config(8) command in the correct directory, i.e. the one that the file MYKERNEL exists in? You might also want to note that the recommended way of building kernels (the one suggested by /usr/src/UPDATING) is to create a kernel config called MYKERNEL in /usr/src/sys/i386/conf and then run: # cd /usr/src # make KERNCONF=MYKERNEL buildkernel -- 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