From owner-freebsd-questions@FreeBSD.ORG Sat Mar 11 02:09:56 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 205A016A5C7 for ; Sat, 11 Mar 2006 02:09:55 +0000 (GMT) (envelope-from mefystofel@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B7EB4517A for ; Fri, 10 Mar 2006 14:01:36 +0000 (GMT) (envelope-from mefystofel@gmail.com) Received: by wproxy.gmail.com with SMTP id i32so650256wra for ; Fri, 10 Mar 2006 06:01:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=N7rDX7J3HZAdj+uulOVO/5x2VEjw+ZZNIdOdBWGo9ooLkrNn7FjDcaohvpagjcWTjjausJ7iVqaVaFdJTRStiH3sdFRZboZ9IAUEzQ5fadoxyXGXn6KRDQLYoOvyByXYr/HDQ2SCifoY3LViSoO1n3idJGsqGaPgr9ksOKiupH8= Received: by 10.54.123.12 with SMTP id v12mr692504wrc; Fri, 10 Mar 2006 06:01:29 -0800 (PST) Received: by 10.54.93.14 with HTTP; Fri, 10 Mar 2006 06:01:29 -0800 (PST) Message-ID: Date: Fri, 10 Mar 2006 19:01:29 +0500 From: "Roman Serbski" To: freebsd-questions@freebsd.org In-Reply-To: <20060310124819.GB12623@flame.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4402232A.8010908@locolomo.org> <44031DC4.6060804@locolomo.org> <440C25FE.6050401@locolomo.org> <20060310124819.GB12623@flame.pc> 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 02:09:56 -0000 On 3/10/06, Giorgos Keramidas wrote: > 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. Dear Erik and Giorgos, Thanks a lot for your assistance! I just cvsuped one hour ago, build/install kernel/world and now everything is working just fine! I had probably a bad luck during first cvsup... One last question (just for curiosity). What is the procedure for _upgrading_ of ipf? I mean, since ipf is already included in the base (v4.1.8), is it possible to upgrade it to v4.1.10? Thank you once again and have a nice day!