From owner-freebsd-questions Sun Feb 13 17:40:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by builder.freebsd.org (Postfix) with ESMTP id 77B683F71 for ; Sun, 13 Feb 2000 17:40:06 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id SAA29051; Sun, 13 Feb 2000 18:07:54 -0800 (PST) Date: Sun, 13 Feb 2000 18:07:54 -0800 From: Alfred Perlstein To: Majid Almassari Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Kernel config Message-ID: <20000213180754.N17536@fw.wintelcom.net> References: <006901bf766c$f77d6900$1791ddd1@balfourplace.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <006901bf766c$f77d6900$1791ddd1@balfourplace.com>; from majid@ibroadcast.net on Sun, Feb 13, 2000 at 01:54:51PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Majid Almassari [000213 14:26] wrote: > Hi there, > This is a repost two days ago. I have not got any responses hopefully its > not that hard to solve. Your help is appreciated. so here it goes again > I'm trying to configure my Kernel to do the bpfilter support. when I run > /usr/sbin/config mykernel I get a message saying config: can't open > ../conf/devices.i386. Now the file devices.i386 is not in > /usr/src/sys/i386/conf/ I looked at other servers and they do have that file > there. So am I missing something? and how I can overcome that? Thanx for > help.-- you are running config from the directory: /usr/src/sys/i386/conf/mykernel right? if this is after a cvsup, you may need to build a new config, cd /usr/src/usr.sbin/config/ && make && make install then try again, alternately you may have hosed your sources and should cvsup again. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message