From owner-freebsd-questions@FreeBSD.ORG Sat Mar 11 01:17:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD58916A45D for ; Sat, 11 Mar 2006 01:17:47 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F1844107 for ; Fri, 10 Mar 2006 12:48:39 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k2ACmSa3017382 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 10 Mar 2006 14:48:30 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k2ACmJWx012657; Fri, 10 Mar 2006 14:48:19 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k2ACmJvc012656; Fri, 10 Mar 2006 14:48:19 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 10 Mar 2006 14:48:19 +0200 From: Giorgos Keramidas To: Roman Serbski Message-ID: <20060310124819.GB12623@flame.pc> References: <4402232A.8010908@locolomo.org> <44031DC4.6060804@locolomo.org> <440C25FE.6050401@locolomo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.473, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.93, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: Help with IP Filter 4.1.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2006 01:17:48 -0000 On 2006-03-10 09:44, Roman Serbski wrote: > > 3) try to see if you can upgrade to a newer ipfilter, latest is v4.1.10 > > I will try that, although I have faced with the problem while > upgrading to v4.1.10. According to ipf docs (INSTALL.FreeBSD): > > To build a kernel with the IP filter, follow these steps: > > make freebsd5 - went successfully > make install-bsd - went successfully > FreeBSD/kinstall - generated patch error about conf.c file not being found... Here's your problem then. This is *NOT* the way to install IP Filter on a FreeBSD system. You should only upgrade parts of the base system using the process documented and recommended in ``/usr/src/UPDATING''. Start over with a clean /usr/src and /usr/obj tree and read the file ``/usr/src/UPDATING'' for instructions about upgrading from source. - Giorgos