To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
or, via email, send a message with subject or body 'help' to
freebsd-d...@freebsd.org
You can reach the person managing the list at
freebsd-...@freebsd.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-doc digest..."
Today's Topics:
1. docs/144880: [patch][ipmon(8)] Missing BUGS section header
(Glen Barber)
2. docs/144881: [patch][handbook] Reference to incorrect manual
page (Glen Barber)
3. docs/144893: handbook section 18.16.1 Disk Encryption with
gbde. is outdated. (Aiza)
4. Your message to qi4j-dev awaits moderator approval
(qi4j-dev...@lists.ops4j.org)
----------------------------------------------------------------------
Message: 1
Date: Fri, 19 Mar 2010 19:30:36 GMT
From: Glen Barber <glen.j...@gmail.com>
Subject: docs/144880: [patch][ipmon(8)] Missing BUGS section header
To: freebsd-gn...@FreeBSD.org
Message-ID: <201003191930....@www.freebsd.org>
>Number: 144880
>Category: docs
>Synopsis: [patch][ipmon(8)] Missing BUGS section header
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Mar 19 19:40:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Glen Barber
>Release: 8.0-STABLE
>Organization:
>Environment:
FreeBSD orion 8.0-STABLE FreeBSD 8.0-STABLE #43 r205084: Fri Mar 12 11:27:30 EST 2010 root@orion:/usr/obj/usr/src/sys/ORION amd64
>Description:
The BUGS section header for ipmon(8) is commented.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
--- /usr/src/contrib/ipfilter/man/ipmon.8.orig 2009-11-14 15:03:45.000000000 -0500
+++ /usr/src/contrib/ipfilter/man/ipmon.8 2010-03-19 14:44:22.000000000 -0400
@@ -181,6 +181,6 @@
/etc/services
.SH SEE ALSO
ipl(4), ipf(8), ipfstat(8), ipnat(8)
-.\".SH BUGS
+.SH BUGS
.PP
If you find any, please send email to me at dar...@pobox.com
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 2
Date: Fri, 19 Mar 2010 19:32:50 GMT
From: Glen Barber <glen.j...@gmail.com>
Subject: docs/144881: [patch][handbook] Reference to incorrect manual
page
To: freebsd-gn...@FreeBSD.org
Message-ID: <201003191932....@www.freebsd.org>
>Number: 144881
>Category: docs
>Synopsis: [patch][handbook] Reference to incorrect manual page
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Mar 19 19:40:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Glen Barber
>Release: 8.0-STABLE
>Organization:
>Environment:
FreeBSD orion 8.0-STABLE FreeBSD 8.0-STABLE #43 r205084: Fri Mar 12 11:27:30 EST 2010 root@orion:/usr/obj/usr/src/sys/ORION amd64
>Description:
Section 30.5.8 of the Handbook states:
If the packet is a TCP packet, there will be an additional field starting with a hyphen followed by letters corresponding to any flags that were set. See the ipmon(8) manual page for a list of letters and their flags.
However, ipmon(8) directs the user to ipf.conf(5), so let's reference
that directly instead.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
--- /usr/doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml.orig 2009-12-11 15:13:07.000000000 -0500
+++ /usr/doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml 2010-03-19 14:43:17.000000000 -0400
@@ -515,8 +515,8 @@
<acronym>NAT</acronym> rules can be set or deleted with the
&man.ipnat.1; utility. The &man.ipfstat.8; utility can print
run-time statistics for the kernel parts of IPFILTER. The
- &man.ipmon.8; program can log IPFILTER actions to the system log
- files.</para>
+ &man.ipf.conf.5; program can log IPFILTER actions to the system
+ log files.</para>
<para>IPF was originally written using a rule processing logic of
<quote>the last matching rule wins</quote> and used only
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 3
Date: Sat, 20 Mar 2010 07:32:00 GMT
From: Aiza <aiz...@comclark.com>
Subject: docs/144893: handbook section 18.16.1 Disk Encryption with
gbde. is outdated.
To: freebsd-gn...@FreeBSD.org
Message-ID: <201003200732....@www.freebsd.org>
>Number: 144893
>Category: docs
>Synopsis: handbook section 18.16.1 Disk Encryption with gbde. is outdated.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Mar 20 07:40:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Aiza
>Release: 8.0 release
>Organization:
none
>Environment:
>Description:
Handbook section 18.16.1 Disk Encryption with gbde. Starts off with these two itens.
2. Add gbde(4) Support to the Kernel Configuration File
Add the following line to the kernel configuration file:
options GEOM_BDE
Rebuild the kernel as described in Chapter 8.
Reboot into the new kernel.
3. An alternative to recompiling the kernel is to use kldload to load gbde(4):
# kldload geom_bde
***Items 2 & 3 can be deleted as gbde is now part of the base release ****
The newfs -U -O2 /dev/ad4s1c.bde command is incorrect in item number
5. Create a File System on the Encrypted Device. It should be replaced with this
newfs -U -O2 -o space /dev/ad4s1c.bde command where -O2 is a uppercase O and -o space is an lower case o. Point out the uppercase lowercase usage because its impossible to tell from command as shown in handbook.
Also the content of man gbde needs updating to remove all reference to experimental code.
Section 18.16.2 Disk Encryption with geli item (1. Adding geli Support to the Kernel) can be removed because geli is now part of the base release.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 4
Date: Sat, 20 Mar 2010 11:26:59 +0100
From: qi4j-dev...@lists.ops4j.org
Subject: Your message to qi4j-dev awaits moderator approval
To: freeb...@freebsd.org
Message-ID: <mailman.4381.12690...@lists.ops4j.org>
Content-Type: text/plain; charset="us-ascii"
Your mail to 'qi4j-dev' with the subject
Returned mail: see transcript for details
Is being held until the list moderator can review it for approval.
The reason it is being held:
Post by non-member to a members-only list
Either the message will get posted to the list, or you will receive
notification of the moderator's decision. If you would like to cancel
this posting, please visit the following URL:
http://lists.ops4j.org/mailman/confirm/qi4j-dev/0d7cdbb9b0391bd364c209d02eb9ca917b7ba074
------------------------------
End of freebsd-doc Digest, Vol 364, Issue 6
*******************************************