From owner-freebsd-current@FreeBSD.ORG Sat Sep 22 02:10:58 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 021FF1065744 for ; Sat, 22 Sep 2012 02:10:58 +0000 (UTC) (envelope-from levitch@iglou.com) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id AFB828FC19 for ; Sat, 22 Sep 2012 02:10:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:References:Message-ID:In-Reply-To:Subject:To:From:Date; bh=nO1vcmfghpy72bCDZlpwJiU6JC2eOKxttIQBtsJMIvE=; b=Hcwn7BrGpV+Ruls1hsWWTVv5kTH1iaVtyqTwDp2E5y2nio9ecYfp3h+UMawu4n8BXx2VgCqk4jy/rV1sqSnD38eH/uauCwouBlKcqg3YvDRkk7BZJO5C3fu+tmYnr8Woe6uKbJHTytkhGFXojH+Wrn6VbpwYLgR2k2UiWwJnMwc=; Received: from iglou4.iglou.com ([192.107.41.39]:54902 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1TFFBC-0007gX-Pp by authid with igloumta_auth for freebsd-current@freebsd.org; Fri, 21 Sep 2012 22:10:50 -0400 Received: from shell1.iglou.com ([192.107.41.17]:38229 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1TFFBC-0006GJ-FW for freebsd-current@freebsd.org; Fri, 21 Sep 2012 22:10:50 -0400 Date: Fri, 21 Sep 2012 22:10:50 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: freebsd-current@freebsd.org In-Reply-To: Message-ID: References: <20120918205617.02ee281e@fabiankeil.de> User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b X-Mailman-Approved-At: Sat, 22 Sep 2012 02:25:12 +0000 Subject: Re: manual page | zpool-features X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 02:10:58 -0000 On Wed, 19 Sep 2012, Darrel wrote: >> >>>> Does this mean that I can not update from 9 to 10? >>> >>> No. >>> >> > > So I ran mergemaster and upgraded zpool from '28' to 'zpool-features' > and installed the new bootcode to ada0 and ada1. The next step > needs to be right before I can reboot. > > pfctl and snmp_pf need to be recompiled. Does this mean 'make > clean', 'make', and 'make install' in > /usr/src/usr.sbin/bsnmpd/modules/snmp_pf and /usr/src/sbin/pfctl? > Is either of the directories incorrect or some other combination > of make calls required there? > I asked this on 'questions' and no one answered- perhaps they are not running -current. I seem to be stuck with it now since zpool has been upgraded. Is there no one on this list willing to take a moment to let me know if the steps in the previous paragraph which I guess are correct are actually correct? The file /usr/src/UPDATING merely mentions that the modules should be compiled but does not describe it. Actually, I am becoming suspicious that FreeBSD does not maintain a OpenBSD Packet Firewall that survives upgrades. Perhaps I should just take all of the Packet Firewall stuff out of my kernel and learn to use ipfw2. Mergemaster was run on Wednesday and the file server just sits there waiting for a couple of commands and a reboot. Darrel