Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
manual page | zpool-features
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Darrel  
View profile  
 More options Sep 18 2012, 10:57 am
Newsgroups: mpc.lists.freebsd.current, muc.lists.freebsd.current
From: Darrel <levi...@iglou.com>
Date: Tue, 18 Sep 2012 10:57:39 -0400 (EDT)
Local: Tues, Sep 18 2012 10:57 am
Subject: manual page | zpool-features
Hello,

OpenBSD Packet Filter seems to have broken between 9.0 and 9.1, as it did
from 8.2 to 9.0.  I built stable/9 and it was not fixed.  Since I like to
run Packet Filter, I ran these commands:

# cd /usr
# svn co svn://svn.freebsd.org/base/head src

Then I checked /usr/src/UPDATING and found this:

20120828:
         A new ZFS feature flag "com.delphix:empty_bpobj" has been merged
         to -HEAD. Pools that have empty_bpobj in active state can not be
         imported read-write with ZFS implementations that do not support
         this feature. For more information read the zpool-features(5)
         manual page.

Unfortunately, I do not have a manual page for zpool-features.

Does this mean that I can not update from 9 to 10?  This amd64 has zfs
root.

Darrel
_______________________________________________
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fabian Keil  
View profile  
 More options Sep 18 2012, 2:58 pm
Newsgroups: mpc.lists.freebsd.current, muc.lists.freebsd.current
From: Fabian Keil <freebsd-lis...@fabiankeil.de>
Date: Tue, 18 Sep 2012 20:56:17 +0200
Local: Tues, Sep 18 2012 2:56 pm
Subject: Re: manual page | zpool-features

It should be part of the checkout. Try:

man /usr/src/cddl/contrib/opensolaris/cmd/zpool/zpool-features.5

> Does this mean that I can not update from 9 to 10?

No.

Fabian

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Garrett Cooper  
View profile  
 More options Sep 18 2012, 3:09 pm
Newsgroups: mpc.lists.freebsd.current, muc.lists.freebsd.current
From: Garrett Cooper <yaneg...@gmail.com>
Date: Tue, 18 Sep 2012 12:07:01 -0700
Local: Tues, Sep 18 2012 3:07 pm
Subject: Re: manual page | zpool-features
On Tue, Sep 18, 2012 at 11:56 AM, Fabian Keil

    Dumb question: why isn't this manpage installed with the rest?
Thanks,
-Garrett
_______________________________________________
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yuri Pankov  
View profile  
 More options Sep 18 2012, 3:12 pm
Newsgroups: mpc.lists.freebsd.current, muc.lists.freebsd.current
From: Yuri Pankov <yuri.pan...@gmail.com>
Date: Tue, 18 Sep 2012 23:11:05 +0400
Local: Tues, Sep 18 2012 3:11 pm
Subject: Re: manual page | zpool-features

It is, but the OP only did a src checkout :-)
_______________________________________________
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darrel  
View profile  
 More options Sep 19 2012, 12:36 pm
Newsgroups: mpc.lists.freebsd.current, muc.lists.freebsd.current
From: Darrel <levi...@iglou.com>
Date: Wed, 19 Sep 2012 12:36:10 -0400 (EDT)
Local: Wed, Sep 19 2012 12:36 pm
Subject: Re: manual page | zpool-features

>> 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
_______________________________________________
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darrel  
View profile  
 More options Sep 21 2012, 10:26 pm
Newsgroups: mpc.lists.freebsd.current, muc.lists.freebsd.current
From: Darrel <levi...@iglou.com>
Date: Fri, 21 Sep 2012 22:10:50 -0400 (EDT)
Local: Fri, Sep 21 2012 10:10 pm
Subject: Re: manual page | zpool-features

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
_______________________________________________
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Garrett Cooper  
View profile  
 More options Sep 21 2012, 10:46 pm
Newsgroups: mpc.lists.freebsd.current, muc.lists.freebsd.current
From: Garrett Cooper <yaneg...@gmail.com>
Date: Fri, 21 Sep 2012 19:44:44 -0700
Local: Fri, Sep 21 2012 10:44 pm
Subject: Re: manual page | zpool-features

On Fri, Sep 21, 2012 at 7:10 PM, Darrel <levi...@iglou.com> wrote:

Welcome to the wonderful world that no one knows how UPDATING works anymore...
-Garrett
_______________________________________________
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darrel  
View profile  
 More options Sep 21 2012, 11:14 pm
Newsgroups: mpc.lists.freebsd.current, muc.lists.freebsd.current
From: Darrel <levi...@iglou.com>
Date: Fri, 21 Sep 2012 23:14:36 -0400 (EDT)
Local: Fri, Sep 21 2012 11:14 pm
Subject: Re: manual page | zpool-features

> Welcome to the wonderful world that no one knows how UPDATING works anymore...
> -Garrett

Thank you.

Assholes [ pardon me] that they tend to be, with many exceptions- the
steps would have been included in an OpenBSD update that required portions
of the tree to be recompiled.

Darrel
_______________________________________________
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Garrett Cooper  
View profile  
 More options Sep 22 2012, 2:23 am
Newsgroups: mpc.lists.freebsd.current, muc.lists.freebsd.current
From: Garrett Cooper <yaneg...@gmail.com>
Date: Fri, 21 Sep 2012 23:22:00 -0700
Subject: Re: manual page | zpool-features
On Sep 21, 2012, at 9:15 PM, Glen Barber <g...@FreeBSD.org> wrote:

Should is the operable word. If one does something that affects a non-niche group, it's a wise idea to use updating as it was supposed to be used. As it stands updating is neither used nor abused.
Thanks,
-Garrett_______________________________________________
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fbsd8  
View profile  
 More options Sep 22 2012, 9:00 am
Newsgroups: mpc.lists.freebsd.current, muc.lists.freebsd.current
From: Fbsd8 <fb...@a1poweruser.com>
Date: Sat, 22 Sep 2012 08:57:48 -0400
Local: Sat, Sep 22 2012 8:57 am
Subject: Re: manual page | zpool-features
snip

> 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.

> Darrel

On the subject of OpenBSD Packet Firewall

OpenBSD 4.5 version of PF firewall which is included with the base
FreeBSD 8.x and 9.x releases is no longer supported by OpenBSD and very
back level.

The most current version of OpenBSD is 5.1. PF version 5.0 changed the
syntax of the NAT statement making PF no longer backwards compatible
which breaks some Freebsd standard, so updated versions of OpenBSD PF
will no longer be mass ported to FreeBSD. Any bug fix code to OpenBSD PF
will have to be incorporated by hand into FreeBSD's version of PF from
this point on.

The following will shine some more light on the subject.

http://www.freebsd.org/cgi/query-pr.cgi?pr=167057

http://lists.freebsd.org/pipermail/freebsd-pf/2012-September/006740.html

_______________________________________________
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darrel  
View profile  
 More options Sep 22 2012, 5:26 pm
Newsgroups: mpc.lists.freebsd.current, muc.lists.freebsd.current
From: Darrel <levi...@iglou.com>
Date: Sat, 22 Sep 2012 17:26:47 -0400 (EDT)
Local: Sat, Sep 22 2012 5:26 pm
Subject: Re: manual page | zpool-features

Thank you.  This information is good to know since I recompiled parts of
Packet Firewall and then rebooted the machine with no working Packet
Filter as a result.

I have adjusted to the changes and am running OpenBSD 5.1 on my perimeter.
Also, I am experimenting with NPF on NetBSD, which has a few bugs but
generally works just fine tested with 'nmap' and the like.  For FreeBSD, I
will change to IPFW.  It might be useful anyhow, since I have a Macintosh
and will eventually probably get another.  I would guess that the
Macintosh firewall is still 'ipfw2', or something not too dissimilar.

There is just no sense banging my head against a wall and repearting
mistakes that actually do not belong to me by trying to run Packet Filter
on FreeBSD.

Darrel
_______________________________________________
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "manual page | zpool-features < discontinue PF" by Darrel
Darrel  
View profile  
 More options Sep 22 2012, 5:39 pm
Newsgroups: mpc.lists.freebsd.current, muc.lists.freebsd.current
From: Darrel <levi...@iglou.com>
Date: Sat, 22 Sep 2012 17:39:50 -0400 (EDT)
Local: Sat, Sep 22 2012 5:39 pm
Subject: [solved] manual page | zpool-features < discontinue PF

Second reply.

I intended to change the subject line to solved.

Just for informational purposes, you might not want to do any firewall
comparison on the OpenBSD misc list.  A Packet Firewall developer
responded to me personally, writing that the signal-to-noise ratio was too
high and to refrain from posting to the list.

So much for solving problems and sharing ideas.

Darrel
_______________________________________________
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »