From owner-freebsd-current@FreeBSD.ORG Wed Sep 19 16:36:18 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EAA5106566B for ; Wed, 19 Sep 2012 16:36:18 +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 BBFCF8FC0C for ; Wed, 19 Sep 2012 16:36:17 +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=6Ix67KvPBn43dtpeG8mDocjkZzWQEEGHGWDr5tHStCA=; b=UfTjh2rDuWRoxTBvzBWe+SHSS8L67yNy/I/yKJDAaLrKA+qWjyXOYUeyTdsWeDehQV8+tZgmzCKXg5gF6Kv5qwXhGgi6rre7nelctYqNc71mKc9PadsVlFqHKimMWy+Qh7SSCe8tG4X7ahfXba5Ha9uNmKQ7yxpSCls8hWJAY+8=; Received: from iglou4.iglou.com ([192.107.41.39]:46936 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1TENFz-00067A-5P by authid with igloumta_auth for freebsd-current@freebsd.org; Wed, 19 Sep 2012 12:36:11 -0400 Received: from shell1.iglou.com ([192.107.41.17]:38071 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1TENFy-00057d-Qu for freebsd-current@freebsd.org; Wed, 19 Sep 2012 12:36:10 -0400 Date: Wed, 19 Sep 2012 12:36:10 -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: Wed, 19 Sep 2012 17:20:13 +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: Wed, 19 Sep 2012 16:36:18 -0000 >> It should be part of the checkout. Try: >> >> man /usr/src/cddl/contrib/opensolaris/cmd/zpool/zpool-features.5 >> > > found it. :) > >>> 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? Thanks, Darrel