From swell.k at gmail.com Tue Mar 1 11:20:10 2011 From: swell.k at gmail.com (Anonymous) Date: Tue, 01 Mar 2011 14:15:57 +0300 Subject: docs/155149: [patch] don't encourage using xorg.conf outside of PREFIX Message-ID: <867hcjw0pe.fsf@gmail.com> >Number: 155149 >Category: docs >Synopsis: [patch] don't encourage using xorg.conf outside of PREFIX >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: Tue Mar 01 11:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: cf. conf/155147 >Description: Xserver knows about PREFIX nowadays, so don't encourage using legacy paths. >From xorg.conf(5) /etc/X11/ /usr/local/etc/X11/ $XORGCONFIG /etc/X11/$XORGCONFIG /usr/local/etc/X11/$XORGCONFIG /etc/X11/xorg.conf /etc/xorg.conf /usr/local/etc/X11/xorg.conf. /usr/local/etc/X11/xorg.conf /usr/local/lib/X11/xorg.conf. /usr/local/lib/X11/xorg.conf where is a relative path (with no ".." components) specified with the -configdir command line option. >How-To-Repeat: >Fix: --- a.diff begins here --- Index: en_US.ISO8859-1/articles/compiz-fusion/article.sgml =================================================================== RCS file: /a/.cvsup/doc/en_US.ISO8859-1/articles/compiz-fusion/article.sgml,v retrieving revision 1.6 diff -u -p -r1.6 article.sgml --- en_US.ISO8859-1/articles/compiz-fusion/article.sgml 15 Jun 2008 15:58:38 -0000 1.6 +++ en_US.ISO8859-1/articles/compiz-fusion/article.sgml 1 Mar 2011 10:44:02 -0000 @@ -176,7 +176,7 @@ the proprietary driver: Find the following line in - /etc/X11/xorg.conf: + /usr/local/etc/X11/xorg.conf: Driver "nv" @@ -196,7 +196,7 @@ x11/nvidia-xconfig and x11/nvidia-settings ports. The former can assist you in writing settings to - /etc/X11/xorg.conf from the command line, and + /usr/local/etc/X11/xorg.conf from the command line, and the latter will allow you to modify screen settings from a GUI while running the &xorg; system. @@ -208,7 +208,7 @@ Before you install and run Compiz Fusion, you need to add a few - settings to /etc/X11/xorg.conf: + settings to /usr/local/etc/X11/xorg.conf: Add the following section to enable composite effects: @@ -367,7 +367,7 @@ emerald --replace & You are probably missing a setting in - /etc/X11/xorg.conf. Review this file + /usr/local/etc/X11/xorg.conf. Review this file carefully and check especially the DefaultDepth and AddARGBGLXVisuals directives. Index: en_US.ISO8859-1/articles/euro/article.sgml =================================================================== RCS file: /a/.cvsup/doc/en_US.ISO8859-1/articles/euro/article.sgml,v retrieving revision 1.12 diff -u -p -r1.12 article.sgml --- en_US.ISO8859-1/articles/euro/article.sgml 31 Jul 2010 11:08:14 -0000 1.12 +++ en_US.ISO8859-1/articles/euro/article.sgml 1 Mar 2011 10:44:55 -0000 @@ -259,7 +259,7 @@ BEGIN { Modifying X11 - Modify /etc/X11/xorg.conf + Modify /usr/local/etc/X11/xorg.conf (/etc/X11/XF86Config if you're running &xfree86;) in the following manner: Index: en_US.ISO8859-1/books/faq/book.sgml =================================================================== RCS file: /a/.cvsup/doc/en_US.ISO8859-1/books/faq/book.sgml,v retrieving revision 1.1132 diff -u -p -r1.1132 book.sgml --- en_US.ISO8859-1/books/faq/book.sgml 15 Jan 2011 12:51:40 -0000 1.1132 +++ en_US.ISO8859-1/books/faq/book.sgml 1 Mar 2011 10:41:04 -0000 @@ -7011,7 +7011,7 @@ options SYSVMSG # enable for linkend="moused" remap="another section"> and set up &man.moused.8;. - Then edit /etc/X11/xorg.conf and + Then edit /usr/local/etc/X11/xorg.conf and make sure you have the following lines: Section "InputDevice" @@ -7058,9 +7058,9 @@ options SYSVMSG # enable for do this, simply add the lines Buttons 5 and ZAxisMapping 4 5 to the InputDevice section of - /etc/X11/xorg.conf. For example, you + /usr/local/etc/X11/xorg.conf. For example, you might have the following InputDevice section - in /etc/X11/xorg.conf. + in /usr/local/etc/X11/xorg.conf. <quote>InputDevice</quote> Section for Wheeled Mouse Index: en_US.ISO8859-1/books/handbook/l10n/chapter.sgml =================================================================== RCS file: /a/.cvsup/doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml,v retrieving revision 1.134 diff -u -p -r1.134 chapter.sgml --- en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 1 Dec 2010 20:37:04 -0000 1.134 +++ en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 1 Mar 2011 10:42:33 -0000 @@ -806,7 +806,7 @@ font8x8="cp866-8x8"</programlisting> package.</para> <para>Check the <literal>"Files"</literal> section - in your <filename>/etc/X11/xorg.conf</filename> file. + in your <filename>/usr/local/etc/X11/xorg.conf</filename> file. The following line must be added <emphasis>before</emphasis> any other <literal>FontPath</literal> entries:</para> Index: en_US.ISO8859-1/books/handbook/x11/chapter.sgml =================================================================== RCS file: /a/.cvsup/doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v retrieving revision 1.207 diff -u -p -r1.207 chapter.sgml --- en_US.ISO8859-1/books/handbook/x11/chapter.sgml 15 Feb 2011 06:14:42 -0000 1.207 +++ en_US.ISO8859-1/books/handbook/x11/chapter.sgml 1 Mar 2011 10:46:34 -0000 @@ -677,7 +677,7 @@ EndSection</programlisting> This is typically <filename>/etc/X11/xorg.conf</filename> or <filename>/usr/local/etc/X11/xorg.conf</filename>.</para> - <screen>&prompt.root; <userinput>cp xorg.conf.new /etc/X11/xorg.conf</userinput></screen> + <screen>&prompt.root; <userinput>cp xorg.conf.new /usr/local/etc/X11/xorg.conf</userinput></screen> <para>The X11 configuration process is now complete. <application>&xorg;</application> may be now @@ -830,7 +830,7 @@ EndSection</programlisting> <para>And likewise with the freefont or other collections. To have the X server detect these fonts, add an appropriate line to the - X server configuration file (<filename>/etc/X11/xorg.conf</filename>), + X server configuration file (<filename>/usr/local/etc/X11/xorg.conf</filename>), which reads:</para> <programlisting>FontPath "/usr/local/lib/X11/fonts/URW/"</programlisting> @@ -866,7 +866,7 @@ EndSection</programlisting> in this example because it is more consistent with the other font rendering back-ends. To enable the freetype module just add the following line to the <literal>"Module"</literal> section of the - <filename>/etc/X11/xorg.conf</filename> file.</para> + <filename>/usr/local/etc/X11/xorg.conf</filename> file.</para> <programlisting>Load "freetype"</programlisting> --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From pluknet at FreeBSD.org Wed Mar 2 08:26:11 2011 From: pluknet at FreeBSD.org (pluknet at FreeBSD.org) Date: Wed, 2 Mar 2011 08:26:11 GMT Subject: docs/101464: sync ru_RU.KOI8-R/articles/portbuild/article.html with the original rev 1.12 Message-ID: <201103020826.p228QBE3086129@freefall.freebsd.org> Synopsis: sync ru_RU.KOI8-R/articles/portbuild/article.html with the original rev 1.12 State-Changed-From-To: open->closed State-Changed-By: pluknet State-Changed-When: Wed Mar 2 08:23:56 UTC 2011 State-Changed-Why: The change from the follow-up email is also committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=101464 From dfilter at FreeBSD.ORG Wed Mar 2 08:30:14 2011 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed, 2 Mar 2011 08:30:13 GMT Subject: docs/101464: commit references a PR Message-ID: <201103020830.p228UDOi086377@freefall.freebsd.org> The following reply was made to PR docs/101464; it has been noted by GNATS. From: dfilter at FreeBSD.ORG (dfilter service) To: bug-followup at FreeBSD.org Cc: Subject: Re: docs/101464: commit references a PR Date: Wed, 2 Mar 2011 08:22:31 +0000 (UTC) pluknet 2011-03-02 08:22:17 UTC FreeBSD doc repository (src committer) Modified files: ru_RU.KOI8-R/articles/portbuild article.sgml Log: Minor translation fix. PR: docs/101464 (followup email) Submitted by: novel Approved by: avg (mentor, implicit) Revision Changes Path 1.11 +1 -1 doc/ru_RU.KOI8-R/articles/portbuild/article.sgml _______________________________________________ cvs-all at freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org" From lnkgyv at gmail.com Thu Mar 3 11:30:42 2011 From: lnkgyv at gmail.com (Yurij) Date: Thu, 03 Mar 2011 12:56:09 +0200 Subject: Translate handbook ipfw section Message-ID: <4D6F73C9.4030601@gmail.com> Now this section is not avaliable in russian translate. I will take this. Ok? From lnkgyv at gmail.com Thu Mar 3 16:53:40 2011 From: lnkgyv at gmail.com (Yurij) Date: Thu, 03 Mar 2011 18:52:38 +0200 Subject: IPFW handbook Message-ID: <4D6FC756.7060802@gmail.com> ??????? ????? ??? ???????? ? http://notabenoid.com/book/16204/. <http://notabenoid.com/book/16204/> ??? ???????? ????? ???????? ??????????. <http://notabenoid.com/book/16204/> -- with best regards Yurij Goncharuk From martin.ziegler at ziegi.ch Fri Mar 4 13:00:24 2011 From: martin.ziegler at ziegi.ch (Martin Ziegler) Date: Fri, 4 Mar 2011 12:50:27 GMT Subject: docs/155264: [handbook] Extend "7.2.2.1 Common Problems" with hw.snd.default_unit=n Message-ID: <201103041250.p24CoR9Q062533@red.freebsd.org> >Number: 155264 >Category: docs >Synopsis: [handbook] Extend "7.2.2.1 Common Problems" with hw.snd.default_unit=n >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Mar 04 13:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Martin Ziegler >Release: 8.2-RELEASE >Organization: >Environment: - >Description: Current graphic cards from ATI and Nvidia are often equipped with there own sound devices. Often these devices get lower device numbers (pcm*) than the actual sound card: > dmesg .. hdac0: HDA Driver Revision: 20100226_0142 hdac1: HDA Driver Revision: 20100226_0142 hdac0: HDA Codec #0: NVidia (Unknown) hdac0: HDA Codec #1: NVidia (Unknown) hdac0: HDA Codec #2: NVidia (Unknown) hdac0: HDA Codec #3: NVidia (Unknown) pcm0: <HDA NVidia (Unknown) PCM #0 DisplayPort> at cad 0 nid 1 on hdac0 pcm1: <HDA NVidia (Unknown) PCM #0 DisplayPort> at cad 1 nid 1 on hdac0 pcm2: <HDA NVidia (Unknown) PCM #0 DisplayPort> at cad 2 nid 1 on hdac0 pcm3: <HDA NVidia (Unknown) PCM #0 DisplayPort> at cad 3 nid 1 on hdac0 hdac1: HDA Codec #2: Realtek ALC889 pcm4: <HDA Realtek ALC889 PCM #0 Analog> at cad 2 nid 1 on hdac1 pcm5: <HDA Realtek ALC889 PCM #1 Analog> at cad 2 nid 1 on hdac1 pcm6: <HDA Realtek ALC889 PCM #2 Digital> at cad 2 nid 1 on hdac1 pcm7: <HDA Realtek ALC889 PCM #3 Digital> at cad 2 nid 1 on hdac1 .. As a result, the user need to set hw.snd.default_unit other than 0 (e.g. to 4 in the above example). >How-To-Repeat: - >Fix: Add a section about hw.snd.default_unit=n in the handbook, section "7.2.2.1 Common Problems" >Release-Note: >Audit-Trail: >Unformatted: From lnkgyv at gmail.com Fri Mar 4 13:31:17 2011 From: lnkgyv at gmail.com (Yurij) Date: Fri, 04 Mar 2011 15:21:46 +0200 Subject: translated.by IPFW handbook translate into russian Message-ID: <4D70E76A.6040103@gmail.com> I moved IPFW handbook section for translate in russian language into http://translated.by/you/freebsd-handbook-30-6-ipfw/original/ for more comfortable translate process. -- with best regards Yurij Goncharuk From gjb at FreeBSD.org Fri Mar 4 22:39:19 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Fri, 04 Mar 2011 17:28:24 -0500 Subject: Background color for caution blocks in the Handbook Message-ID: <4D716788.6090009@FreeBSD.org> Hi all, While looking through the new HAST documentation in the Handbook, it occurred to me that we don't have any special highlighting for 'caution' tags. I think maybe it would be good to have the caution sections stand out a bit, since those sections might contain the makings of a foot canon if the user is not careful. Any thoughts before I go hacking away at the CSS? Regards, -- Glen Barber | gjb at FreeBSD.org FreeBSD Documentation Project From danger at FreeBSD.org Sat Mar 5 11:02:39 2011 From: danger at FreeBSD.org (Daniel Gerzo) Date: Sat, 05 Mar 2011 11:46:00 +0100 Subject: Background color for caution blocks in the Handbook In-Reply-To: <4D716788.6090009@FreeBSD.org> References: <4D716788.6090009@FreeBSD.org> Message-ID: <4D721468.5090800@FreeBSD.org> On 4.3.2011 23:28, Glen Barber wrote: > Hi all, > > While looking through the new HAST documentation in the Handbook, it > occurred to me that we don't have any special highlighting for 'caution' > tags. > > I think maybe it would be good to have the caution sections stand out a > bit, since those sections might contain the makings of a foot canon if > the user is not careful. Generally, I think it's a good idea; the only question is what color to choose. Well, I don't really care that much, but make sure to not let this go into a bikeshed discussion ;-) -- S pozdravom / Best regards Daniel Gerzo, FreeBSD committer From wblock at wonkity.com Sat Mar 5 17:02:41 2011 From: wblock at wonkity.com (Warren Block) Date: Sat, 5 Mar 2011 10:02:40 -0700 (MST) Subject: Background color for caution blocks in the Handbook In-Reply-To: <4D721468.5090800@FreeBSD.org> References: <4D716788.6090009@FreeBSD.org> <4D721468.5090800@FreeBSD.org> Message-ID: <alpine.BSF.2.00.1103050954130.89393@wonkity.com> On Sat, 5 Mar 2011, Daniel Gerzo wrote: > On 4.3.2011 23:28, Glen Barber wrote: >> Hi all, >> >> While looking through the new HAST documentation in the Handbook, it >> occurred to me that we don't have any special highlighting for 'caution' >> tags. >> >> I think maybe it would be good to have the caution sections stand out a >> bit, since those sections might contain the makings of a foot canon if >> the user is not careful. > > Generally, I think it's a good idea; the only question is what color to > choose. Well, I don't really care that much, but make sure to not let this go > into a bikeshed discussion ;-) Red is already used for something, notes I think. Yellow for caution seems appropriate. From gjb at FreeBSD.org Sat Mar 5 18:27:34 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Sat, 05 Mar 2011 13:11:24 -0500 Subject: Background color for caution blocks in the Handbook In-Reply-To: <alpine.BSF.2.00.1103050954130.89393@wonkity.com> References: <4D716788.6090009@FreeBSD.org> <4D721468.5090800@FreeBSD.org> <alpine.BSF.2.00.1103050954130.89393@wonkity.com> Message-ID: <4D727CCC.6000203@FreeBSD.org> On 3/5/11 12:02 PM, Warren Block wrote: > On Sat, 5 Mar 2011, Daniel Gerzo wrote: > >> On 4.3.2011 23:28, Glen Barber wrote: >>> Hi all, >>> >>> While looking through the new HAST documentation in the Handbook, it >>> occurred to me that we don't have any special highlighting for 'caution' >>> tags. >>> >>> I think maybe it would be good to have the caution sections stand out a >>> bit, since those sections might contain the makings of a foot canon if >>> the user is not careful. >> >> Generally, I think it's a good idea; the only question is what color >> to choose. Well, I don't really care that much, but make sure to not >> let this go into a bikeshed discussion ;-) > Yes, staying away from a bikeshed would be nice, though there is some painting involved here. ;) > Red is already used for something, notes I think. Yellow for caution > seems appropriate. I was originally hesitant to use yellow to avoid causing visual pain when reading. How about the colors I have here: http://www.glenbarber.us/FreeBSD/doc/en_US.ISO8859-1/books/handbook/disks-hast.html -- Glen Barber | gjb at FreeBSD.org FreeBSD Documentation Project From perrin at apotheon.com Sat Mar 5 18:34:00 2011 From: perrin at apotheon.com (Chad Perrin) Date: Sat, 5 Mar 2011 11:22:47 -0700 Subject: Background color for caution blocks in the Handbook In-Reply-To: <4D727CCC.6000203@FreeBSD.org> References: <4D716788.6090009@FreeBSD.org> <4D721468.5090800@FreeBSD.org> <alpine.BSF.2.00.1103050954130.89393@wonkity.com> <4D727CCC.6000203@FreeBSD.org> Message-ID: <20110305182247.GA56753@guilt.hydra> On Sat, Mar 05, 2011 at 01:11:24PM -0500, Glen Barber wrote: > On 3/5/11 12:02 PM, Warren Block wrote: > > On Sat, 5 Mar 2011, Daniel Gerzo wrote: > > > >> On 4.3.2011 23:28, Glen Barber wrote: > >>> Hi all, > >>> > >>> While looking through the new HAST documentation in the Handbook, it > >>> occurred to me that we don't have any special highlighting for 'caution' > >>> tags. > >>> > >>> I think maybe it would be good to have the caution sections stand out a > >>> bit, since those sections might contain the makings of a foot canon if > >>> the user is not careful. > >> > >> Generally, I think it's a good idea; the only question is what color > >> to choose. Well, I don't really care that much, but make sure to not > >> let this go into a bikeshed discussion ;-) > > > > Yes, staying away from a bikeshed would be nice, though there is some > painting involved here. ;) > > > Red is already used for something, notes I think. Yellow for caution > > seems appropriate. > > I was originally hesitant to use yellow to avoid causing visual pain > when reading. How about the colors I have here: > > http://www.glenbarber.us/FreeBSD/doc/en_US.ISO8859-1/books/handbook/disks-hast.html Some kind of thick yellow outline for the box, with think black outlines for the yellow line, might work. That might require doubling up on divs around your warnings, though, which is more than just using CSS -- so you should probably ignore this idea. As long as the colors you've selected do not conflict with other uses of the same colors, I'm happy with it. Your version of the bikeshed looks awesome to me. I'm feeling too lazy to check on whether there are conflicting uses of the same colors. -- Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20110305/50173761/attachment.sig> From sonic2000gr at gmail.com Sat Mar 5 18:55:05 2011 From: sonic2000gr at gmail.com (Manolis Kiagias) Date: Sat, 05 Mar 2011 20:55:23 +0200 Subject: Background color for caution blocks in the Handbook In-Reply-To: <4D727CCC.6000203@FreeBSD.org> References: <4D716788.6090009@FreeBSD.org> <4D721468.5090800@FreeBSD.org> <alpine.BSF.2.00.1103050954130.89393@wonkity.com> <4D727CCC.6000203@FreeBSD.org> Message-ID: <4D72871B.9030103@gmail.com> On 03/05/2011 08:11 PM, Glen Barber wrote: > > I was originally hesitant to use yellow to avoid causing visual pain > when reading. How about the colors I have here: > > http://www.glenbarber.us/FreeBSD/doc/en_US.ISO8859-1/books/handbook/disks-hast.html > > I think it looks fine. It is a lighter version of the warning color, which makes sense. Commit it before it gets into a bikeshed :) From wblock at wonkity.com Sat Mar 5 19:32:32 2011 From: wblock at wonkity.com (Warren Block) Date: Sat, 5 Mar 2011 12:32:30 -0700 (MST) Subject: Background color for caution blocks in the Handbook In-Reply-To: <4D727CCC.6000203@FreeBSD.org> References: <4D716788.6090009@FreeBSD.org> <4D721468.5090800@FreeBSD.org> <alpine.BSF.2.00.1103050954130.89393@wonkity.com> <4D727CCC.6000203@FreeBSD.org> Message-ID: <alpine.BSF.2.00.1103051230300.89985@wonkity.com> On Sat, 5 Mar 2011, Glen Barber wrote: > I was originally hesitant to use yellow to avoid causing visual pain > when reading. How about the colors I have here: > > http://www.glenbarber.us/FreeBSD/doc/en_US.ISO8859-1/books/handbook/disks-hast.html That is yellow. On my monitor, the red text could stand to be a little darker for contrast. Otherwise, looks good. From isabell121 at gmail.com Sat Mar 5 20:22:41 2011 From: isabell121 at gmail.com (Isabell Long) Date: Sat, 5 Mar 2011 19:52:12 +0000 Subject: Background color for caution blocks in the Handbook In-Reply-To: <alpine.BSF.2.00.1103051230300.89985@wonkity.com> References: <4D716788.6090009@FreeBSD.org> <4D721468.5090800@FreeBSD.org> <alpine.BSF.2.00.1103050954130.89393@wonkity.com> <4D727CCC.6000203@FreeBSD.org> <alpine.BSF.2.00.1103051230300.89985@wonkity.com> Message-ID: <20110305195212.GA12662@sky.issyl0.co.uk> Hi all, On Sat, Mar 05, 2011 at 12:32:30PM -0700, Warren Block wrote: > On Sat, 5 Mar 2011, Glen Barber wrote: >> http://www.glenbarber.us/FreeBSD/doc/en_US.ISO8859-1/books/handbook/disks-hast.html > > That is yellow. On my monitor, the red text could stand to be a little > darker for contrast. Otherwise, looks good. Despite being new to FreeBSD, this team and this list, I thought I'd contribute my thoughts. Colour is good, where necessary. The yellow on that page is pleasant, on my monitor?not blinding, as yellow has a tendancy to be in my experience, but definitely there drawing my attention to the notice. I like it! Thanks, Isabell. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: Digital signature URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20110305/c3bf0cb9/attachment.sig> From scraver at gsd-usa.com Sat Mar 5 22:42:37 2011 From: scraver at gsd-usa.com (Steve Craver) Date: Sat, 5 Mar 2011 14:17:59 -0800 Subject: Background color for caution blocks in the Handbook In-Reply-To: <20110305182247.GA56753@guilt.hydra> References: <4D716788.6090009@FreeBSD.org> <4D721468.5090800@FreeBSD.org> <alpine.BSF.2.00.1103050954130.89393@wonkity.com> <4D727CCC.6000203@FreeBSD.org> <20110305182247.GA56753@guilt.hydra> Message-ID: <AANLkTimw9rLb8YrTKi6=jrtyd1TmqakAO+R20ntungFV@mail.gmail.com> I would like to suggest using darker print to contrast with the yellow. I see Glenn Barber beat me to it. But yes commit it. On Sat, Mar 5, 2011 at 10:22, Chad Perrin <perrin at apotheon.com> wrote: > On Sat, Mar 05, 2011 at 01:11:24PM -0500, Glen Barber wrote: > > On 3/5/11 12:02 PM, Warren Block wrote: > > > On Sat, 5 Mar 2011, Daniel Gerzo wrote: > > > > > >> On 4.3.2011 23:28, Glen Barber wrote: > > >>> Hi all, > > >>> > > >>> While looking through the new HAST documentation in the Handbook, it > > >>> occurred to me that we don't have any special highlighting for > 'caution' > > >>> tags. > > >>> > > >>> I think maybe it would be good to have the caution sections stand out > a > > >>> bit, since those sections might contain the makings of a foot canon > if > > >>> the user is not careful. > > >> > > >> Generally, I think it's a good idea; the only question is what color > > >> to choose. Well, I don't really care that much, but make sure to not > > >> let this go into a bikeshed discussion ;-) > > > > > > > Yes, staying away from a bikeshed would be nice, though there is some > > painting involved here. ;) > > > > > Red is already used for something, notes I think. Yellow for caution > > > seems appropriate. > > > > I was originally hesitant to use yellow to avoid causing visual pain > > when reading. How about the colors I have here: > > > > > http://www.glenbarber.us/FreeBSD/doc/en_US.ISO8859-1/books/handbook/disks-hast.html > > Some kind of thick yellow outline for the box, with think black outlines > for the yellow line, might work. That might require doubling up on divs > around your warnings, though, which is more than just using CSS -- so you > should probably ignore this idea. > > As long as the colors you've selected do not conflict with other uses of > the same colors, I'm happy with it. Your version of the bikeshed looks > awesome to me. > > I'm feeling too lazy to check on whether there are conflicting uses of > the same colors. > > -- > Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] > From scraver at gsd-usa.com Sat Mar 5 22:48:02 2011 From: scraver at gsd-usa.com (Steve Craver) Date: Sat, 5 Mar 2011 14:19:54 -0800 Subject: Background color for caution blocks in the Handbook In-Reply-To: <AANLkTimw9rLb8YrTKi6=jrtyd1TmqakAO+R20ntungFV@mail.gmail.com> References: <4D716788.6090009@FreeBSD.org> <4D721468.5090800@FreeBSD.org> <alpine.BSF.2.00.1103050954130.89393@wonkity.com> <4D727CCC.6000203@FreeBSD.org> <20110305182247.GA56753@guilt.hydra> <AANLkTimw9rLb8YrTKi6=jrtyd1TmqakAO+R20ntungFV@mail.gmail.com> Message-ID: <AANLkTi=UYoUgxUG7xpB3wG2ZFu_=te8+1AsvE8CRrvp-@mail.gmail.com> Sorry I should have said Warren Block. Sorry Warren. On Sat, Mar 5, 2011 at 14:17, Steve Craver <scraver at gsd-usa.com> wrote: > I would like to suggest using darker print to contrast with the yellow. I > see Glenn Barber beat me to it. But yes commit it. > > > On Sat, Mar 5, 2011 at 10:22, Chad Perrin <perrin at apotheon.com> wrote: > >> On Sat, Mar 05, 2011 at 01:11:24PM -0500, Glen Barber wrote: >> > On 3/5/11 12:02 PM, Warren Block wrote: >> > > On Sat, 5 Mar 2011, Daniel Gerzo wrote: >> > > >> > >> On 4.3.2011 23:28, Glen Barber wrote: >> > >>> Hi all, >> > >>> >> > >>> While looking through the new HAST documentation in the Handbook, it >> > >>> occurred to me that we don't have any special highlighting for >> 'caution' >> > >>> tags. >> > >>> >> > >>> I think maybe it would be good to have the caution sections stand >> out a >> > >>> bit, since those sections might contain the makings of a foot canon >> if >> > >>> the user is not careful. >> > >> >> > >> Generally, I think it's a good idea; the only question is what color >> > >> to choose. Well, I don't really care that much, but make sure to not >> > >> let this go into a bikeshed discussion ;-) >> > > >> > >> > Yes, staying away from a bikeshed would be nice, though there is some >> > painting involved here. ;) >> > >> > > Red is already used for something, notes I think. Yellow for caution >> > > seems appropriate. >> > >> > I was originally hesitant to use yellow to avoid causing visual pain >> > when reading. How about the colors I have here: >> > >> > >> http://www.glenbarber.us/FreeBSD/doc/en_US.ISO8859-1/books/handbook/disks-hast.html >> >> Some kind of thick yellow outline for the box, with think black outlines >> for the yellow line, might work. That might require doubling up on divs >> around your warnings, though, which is more than just using CSS -- so you >> should probably ignore this idea. >> >> As long as the colors you've selected do not conflict with other uses of >> the same colors, I'm happy with it. Your version of the bikeshed looks >> awesome to me. >> >> I'm feeling too lazy to check on whether there are conflicting uses of >> the same colors. >> >> -- >> Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] >> > > From www at FreeBSD.org Sat Mar 5 23:12:11 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Sat, 5 Mar 2011 23:12:11 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103052312.p25NCBXt038815@red.freebsd.org> ? relnotes/doc/share/sgml/catalog-auto ? relnotes/doc/share/sgml/dev-auto.sgml ? relnotes7/doc/en_US.ISO8859-1/errata/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/errata/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/errata/article.html ? relnotes7/doc/en_US.ISO8859-1/errata/docbook.css ? relnotes7/doc/en_US.ISO8859-1/errata/index.html ? relnotes7/doc/en_US.ISO8859-1/errata/late-news.html ? relnotes7/doc/en_US.ISO8859-1/errata/open-issues.html ? relnotes7/doc/en_US.ISO8859-1/errata/security.html ? relnotes7/doc/en_US.ISO8859-1/hardware/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/hardware/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/hardware/article.html ? relnotes7/doc/en_US.ISO8859-1/hardware/docbook.css ? relnotes7/doc/en_US.ISO8859-1/hardware/index.html ? relnotes7/doc/en_US.ISO8859-1/hardware/proc.html ? relnotes7/doc/en_US.ISO8859-1/hardware/support.html ? relnotes7/doc/en_US.ISO8859-1/readme/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/readme/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/readme/acknowledgements.html ? relnotes7/doc/en_US.ISO8859-1/readme/article.html ? relnotes7/doc/en_US.ISO8859-1/readme/contacting.html ? relnotes7/doc/en_US.ISO8859-1/readme/docbook.css ? relnotes7/doc/en_US.ISO8859-1/readme/index.html ? relnotes7/doc/en_US.ISO8859-1/readme/obtain.html ? relnotes7/doc/en_US.ISO8859-1/readme/seealso.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/relnotes/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/article.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/docbook.css ? relnotes7/doc/en_US.ISO8859-1/relnotes/index.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/new.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/upgrade.html ? relnotes7/doc/share/sgml/catalog-auto ? relnotes7/doc/share/sgml/dev-auto.sgml env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o index.html --param transtable.xml "'/w/www/build/doc/share/sgml/transtable.xml'" --param mirrors.xml "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml'" --param news.project.xml-master "'/w/www/build/www/share/sgml/news.xml'" --param news.project.xml "'/w/www/build/www/share/sgml/news.xml'" --param news.press.xml-master "'/w/www/build /www/share/sgml/press.xml'" --param news.press.xml "'/w/www/build/www/share/sgml/press.xml'" --param events.xml-master "'/w/www/build/www/share/sgml/events.xml'" --param events.xml "'/w/www/build/www/share/sgml/events.xml'" --param advisories.xml "'/w/www/build/www/share/sgml/advisories.xml'" --param notices.xml "'/w/www/build/www/share/sgml/notices.xml'" index.xsl /w/www/build/www/share/sgml/news.xml /w/www/build/www/share/sgml/news.xml:160: parser error : Opening and ending tag mismatch: month line 35 and year </year> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.22 real 0.07 user 0.03 sys From gjb at FreeBSD.org Sat Mar 5 23:16:00 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Sat, 05 Mar 2011 18:15:58 -0500 Subject: Background color for caution blocks in the Handbook In-Reply-To: <AANLkTi=UYoUgxUG7xpB3wG2ZFu_=te8+1AsvE8CRrvp-@mail.gmail.com> References: <4D716788.6090009@FreeBSD.org> <4D721468.5090800@FreeBSD.org> <alpine.BSF.2.00.1103050954130.89393@wonkity.com> <4D727CCC.6000203@FreeBSD.org> <20110305182247.GA56753@guilt.hydra> <AANLkTimw9rLb8YrTKi6=jrtyd1TmqakAO+R20ntungFV@mail.gmail.com> <AANLkTi=UYoUgxUG7xpB3wG2ZFu_=te8+1AsvE8CRrvp-@mail.gmail.com> Message-ID: <4D72C42E.1010509@FreeBSD.org> Hi all, On 3/5/11 5:19 PM, Steve Craver wrote: > Sorry I should have said Warren Block. Sorry Warren. > > On Sat, Mar 5, 2011 at 14:17, Steve Craver <scraver at gsd-usa.com> wrote: > >> I would like to suggest using darker print to contrast with the yellow. I >> see Glenn Barber beat me to it. But yes commit it. Making the text darker was brought up a few times, so I'll make that change. Thanks to everyone for the feedback, it's appreciated. Regards, -- Glen Barber | gjb at FreeBSD.org FreeBSD Documentation Project From www at FreeBSD.org Sat Mar 5 23:22:08 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Sat, 5 Mar 2011 23:22:08 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103052322.p25NM8rX039227@red.freebsd.org> ? relnotes/doc/share/sgml/catalog-auto ? relnotes/doc/share/sgml/dev-auto.sgml ? relnotes7/doc/en_US.ISO8859-1/errata/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/errata/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/errata/article.html ? relnotes7/doc/en_US.ISO8859-1/errata/docbook.css ? relnotes7/doc/en_US.ISO8859-1/errata/index.html ? relnotes7/doc/en_US.ISO8859-1/errata/late-news.html ? relnotes7/doc/en_US.ISO8859-1/errata/open-issues.html ? relnotes7/doc/en_US.ISO8859-1/errata/security.html ? relnotes7/doc/en_US.ISO8859-1/hardware/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/hardware/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/hardware/article.html ? relnotes7/doc/en_US.ISO8859-1/hardware/docbook.css ? relnotes7/doc/en_US.ISO8859-1/hardware/index.html ? relnotes7/doc/en_US.ISO8859-1/hardware/proc.html ? relnotes7/doc/en_US.ISO8859-1/hardware/support.html ? relnotes7/doc/en_US.ISO8859-1/readme/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/readme/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/readme/acknowledgements.html ? relnotes7/doc/en_US.ISO8859-1/readme/article.html ? relnotes7/doc/en_US.ISO8859-1/readme/contacting.html ? relnotes7/doc/en_US.ISO8859-1/readme/docbook.css ? relnotes7/doc/en_US.ISO8859-1/readme/index.html ? relnotes7/doc/en_US.ISO8859-1/readme/obtain.html ? relnotes7/doc/en_US.ISO8859-1/readme/seealso.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/relnotes/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/article.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/docbook.css ? relnotes7/doc/en_US.ISO8859-1/relnotes/index.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/new.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/upgrade.html ? relnotes7/doc/share/sgml/catalog-auto ? relnotes7/doc/share/sgml/dev-auto.sgml env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o index.html --param transtable.xml "'/w/www/build/doc/share/sgml/transtable.xml'" --param mirrors.xml "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml'" --param news.project.xml-master "'/w/www/build/www/share/sgml/news.xml'" --param news.project.xml "'/w/www/build/www/share/sgml/news.xml'" --param news.press.xml-master "'/w/www/build /www/share/sgml/press.xml'" --param news.press.xml "'/w/www/build/www/share/sgml/press.xml'" --param events.xml-master "'/w/www/build/www/share/sgml/events.xml'" --param events.xml "'/w/www/build/www/share/sgml/events.xml'" --param advisories.xml "'/w/www/build/www/share/sgml/advisories.xml'" --param notices.xml "'/w/www/build/www/share/sgml/notices.xml'" index.xsl /w/www/build/www/share/sgml/news.xml /w/www/build/www/share/sgml/news.xml:160: parser error : Opening and ending tag mismatch: month line 35 and year </year> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.12 real 0.05 user 0.05 sys From www at FreeBSD.org Sat Mar 5 23:32:12 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Sat, 5 Mar 2011 23:32:11 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103052332.p25NWB2L039724@red.freebsd.org> ? relnotes/doc/share/sgml/catalog-auto ? relnotes/doc/share/sgml/dev-auto.sgml ? relnotes7/doc/en_US.ISO8859-1/errata/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/errata/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/errata/article.html ? relnotes7/doc/en_US.ISO8859-1/errata/docbook.css ? relnotes7/doc/en_US.ISO8859-1/errata/index.html ? relnotes7/doc/en_US.ISO8859-1/errata/late-news.html ? relnotes7/doc/en_US.ISO8859-1/errata/open-issues.html ? relnotes7/doc/en_US.ISO8859-1/errata/security.html ? relnotes7/doc/en_US.ISO8859-1/hardware/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/hardware/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/hardware/article.html ? relnotes7/doc/en_US.ISO8859-1/hardware/docbook.css ? relnotes7/doc/en_US.ISO8859-1/hardware/index.html ? relnotes7/doc/en_US.ISO8859-1/hardware/proc.html ? relnotes7/doc/en_US.ISO8859-1/hardware/support.html ? relnotes7/doc/en_US.ISO8859-1/readme/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/readme/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/readme/acknowledgements.html ? relnotes7/doc/en_US.ISO8859-1/readme/article.html ? relnotes7/doc/en_US.ISO8859-1/readme/contacting.html ? relnotes7/doc/en_US.ISO8859-1/readme/docbook.css ? relnotes7/doc/en_US.ISO8859-1/readme/index.html ? relnotes7/doc/en_US.ISO8859-1/readme/obtain.html ? relnotes7/doc/en_US.ISO8859-1/readme/seealso.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/relnotes/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/article.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/docbook.css ? relnotes7/doc/en_US.ISO8859-1/relnotes/index.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/new.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/upgrade.html ? relnotes7/doc/share/sgml/catalog-auto ? relnotes7/doc/share/sgml/dev-auto.sgml env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o index.html --param transtable.xml "'/w/www/build/doc/share/sgml/transtable.xml'" --param mirrors.xml "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml'" --param news.project.xml-master "'/w/www/build/www/share/sgml/news.xml'" --param news.project.xml "'/w/www/build/www/share/sgml/news.xml'" --param news.press.xml-master "'/w/www/build /www/share/sgml/press.xml'" --param news.press.xml "'/w/www/build/www/share/sgml/press.xml'" --param events.xml-master "'/w/www/build/www/share/sgml/events.xml'" --param events.xml "'/w/www/build/www/share/sgml/events.xml'" --param advisories.xml "'/w/www/build/www/share/sgml/advisories.xml'" --param notices.xml "'/w/www/build/www/share/sgml/notices.xml'" index.xsl /w/www/build/www/share/sgml/news.xml /w/www/build/www/share/sgml/news.xml:160: parser error : Opening and ending tag mismatch: month line 35 and year </year> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.11 real 0.09 user 0.02 sys From www at FreeBSD.org Sat Mar 5 23:42:10 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Sat, 5 Mar 2011 23:42:10 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103052342.p25NgAk6040107@red.freebsd.org> ? relnotes/doc/share/sgml/catalog-auto ? relnotes/doc/share/sgml/dev-auto.sgml ? relnotes7/doc/en_US.ISO8859-1/errata/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/errata/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/errata/article.html ? relnotes7/doc/en_US.ISO8859-1/errata/docbook.css ? relnotes7/doc/en_US.ISO8859-1/errata/index.html ? relnotes7/doc/en_US.ISO8859-1/errata/late-news.html ? relnotes7/doc/en_US.ISO8859-1/errata/open-issues.html ? relnotes7/doc/en_US.ISO8859-1/errata/security.html ? relnotes7/doc/en_US.ISO8859-1/hardware/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/hardware/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/hardware/article.html ? relnotes7/doc/en_US.ISO8859-1/hardware/docbook.css ? relnotes7/doc/en_US.ISO8859-1/hardware/index.html ? relnotes7/doc/en_US.ISO8859-1/hardware/proc.html ? relnotes7/doc/en_US.ISO8859-1/hardware/support.html ? relnotes7/doc/en_US.ISO8859-1/readme/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/readme/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/readme/acknowledgements.html ? relnotes7/doc/en_US.ISO8859-1/readme/article.html ? relnotes7/doc/en_US.ISO8859-1/readme/contacting.html ? relnotes7/doc/en_US.ISO8859-1/readme/docbook.css ? relnotes7/doc/en_US.ISO8859-1/readme/index.html ? relnotes7/doc/en_US.ISO8859-1/readme/obtain.html ? relnotes7/doc/en_US.ISO8859-1/readme/seealso.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/relnotes/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/article.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/docbook.css ? relnotes7/doc/en_US.ISO8859-1/relnotes/index.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/new.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/upgrade.html ? relnotes7/doc/share/sgml/catalog-auto ? relnotes7/doc/share/sgml/dev-auto.sgml env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o index.html --param transtable.xml "'/w/www/build/doc/share/sgml/transtable.xml'" --param mirrors.xml "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml'" --param news.project.xml-master "'/w/www/build/www/share/sgml/news.xml'" --param news.project.xml "'/w/www/build/www/share/sgml/news.xml'" --param news.press.xml-master "'/w/www/build /www/share/sgml/press.xml'" --param news.press.xml "'/w/www/build/www/share/sgml/press.xml'" --param events.xml-master "'/w/www/build/www/share/sgml/events.xml'" --param events.xml "'/w/www/build/www/share/sgml/events.xml'" --param advisories.xml "'/w/www/build/www/share/sgml/advisories.xml'" --param notices.xml "'/w/www/build/www/share/sgml/notices.xml'" index.xsl /w/www/build/www/share/sgml/news.xml /w/www/build/www/share/sgml/news.xml:160: parser error : Opening and ending tag mismatch: month line 35 and year </year> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.31 real 0.07 user 0.03 sys From www at FreeBSD.org Sat Mar 5 23:52:11 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Sat, 5 Mar 2011 23:52:10 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103052352.p25NqAhv040648@red.freebsd.org> ? relnotes/doc/share/sgml/catalog-auto ? relnotes/doc/share/sgml/dev-auto.sgml ? relnotes7/doc/en_US.ISO8859-1/errata/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/errata/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/errata/article.html ? relnotes7/doc/en_US.ISO8859-1/errata/docbook.css ? relnotes7/doc/en_US.ISO8859-1/errata/index.html ? relnotes7/doc/en_US.ISO8859-1/errata/late-news.html ? relnotes7/doc/en_US.ISO8859-1/errata/open-issues.html ? relnotes7/doc/en_US.ISO8859-1/errata/security.html ? relnotes7/doc/en_US.ISO8859-1/hardware/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/hardware/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/hardware/article.html ? relnotes7/doc/en_US.ISO8859-1/hardware/docbook.css ? relnotes7/doc/en_US.ISO8859-1/hardware/index.html ? relnotes7/doc/en_US.ISO8859-1/hardware/proc.html ? relnotes7/doc/en_US.ISO8859-1/hardware/support.html ? relnotes7/doc/en_US.ISO8859-1/readme/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/readme/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/readme/acknowledgements.html ? relnotes7/doc/en_US.ISO8859-1/readme/article.html ? relnotes7/doc/en_US.ISO8859-1/readme/contacting.html ? relnotes7/doc/en_US.ISO8859-1/readme/docbook.css ? relnotes7/doc/en_US.ISO8859-1/readme/index.html ? relnotes7/doc/en_US.ISO8859-1/readme/obtain.html ? relnotes7/doc/en_US.ISO8859-1/readme/seealso.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/HTML.manifest ? relnotes7/doc/en_US.ISO8859-1/relnotes/TRADEMARKS.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/article.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/docbook.css ? relnotes7/doc/en_US.ISO8859-1/relnotes/index.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/new.html ? relnotes7/doc/en_US.ISO8859-1/relnotes/upgrade.html ? relnotes7/doc/share/sgml/catalog-auto ? relnotes7/doc/share/sgml/dev-auto.sgml env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o index.html --param transtable.xml "'/w/www/build/doc/share/sgml/transtable.xml'" --param mirrors.xml "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml'" --param news.project.xml-master "'/w/www/build/www/share/sgml/news.xml'" --param news.project.xml "'/w/www/build/www/share/sgml/news.xml'" --param news.press.xml-master "'/w/www/build /www/share/sgml/press.xml'" --param news.press.xml "'/w/www/build/www/share/sgml/press.xml'" --param events.xml-master "'/w/www/build/www/share/sgml/events.xml'" --param events.xml "'/w/www/build/www/share/sgml/events.xml'" --param advisories.xml "'/w/www/build/www/share/sgml/advisories.xml'" --param notices.xml "'/w/www/build/www/share/sgml/notices.xml'" index.xsl /w/www/build/www/share/sgml/news.xml /w/www/build/www/share/sgml/news.xml:160: parser error : Opening and ending tag mismatch: month line 35 and year </year> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.11 real 0.07 user 0.03 sys From www at FreeBSD.org Sun Mar 6 00:13:47 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Sun, 6 Mar 2011 00:13:47 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103060013.p260DlkJ042305@red.freebsd.org> U relnotes7/man4/man4.i386/sr.4 U relnotes7/man4/man4.i386/streams.4 U relnotes7/man4/man4.i386/svr4.4 U relnotes7/man4/man4.i386/viapm.4 U relnotes7/man4/man4.i386/vpd.4 U relnotes7/man4/man4.i386/vx.4 U relnotes7/man4/man4.i386/wl.4 U relnotes7/man4/man4.powerpc/Makefile U relnotes7/man4/man4.powerpc/bm.4 U relnotes7/man4/man4.powerpc/powermac_nvram.4 U relnotes7/man4/man4.sparc64/Makefile U relnotes7/man4/man4.sparc64/auxio.4 U relnotes7/man4/man4.sparc64/central.4 U relnotes7/man4/man4.sparc64/clkbrd.4 U relnotes7/man4/man4.sparc64/creator.4 U relnotes7/man4/man4.sparc64/ebus.4 U relnotes7/man4/man4.sparc64/eeprom.4 U relnotes7/man4/man4.sparc64/fhc.4 U relnotes7/man4/man4.sparc64/machfb.4 U relnotes7/man4/man4.sparc64/ofw_console.4 U relnotes7/man4/man4.sparc64/openfirm.4 U relnotes7/man4/man4.sparc64/openprom.4 U relnotes7/man4/man4.sparc64/rtc.4 U relnotes7/man4/man4.sparc64/sbus.4 U relnotes7/man4/man4.sparc64/snd_audiocs.4 /bin/mkdir -p /w/www/build/doc/en_US.ISO8859-1/share/sgml env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs --param 'transtable.xml' "'/w/www/build/doc/share/sgml/transtable.xml'" --param 'transtable-target-element' "'country'" --param 'transtable-word-group' "'country'" --param 'transtable-mode' "'sortkey'" /w/www/build/doc/share/sgml/transtable-local.xsl /w/www/build/doc/share/sgml/mirrors.xml | env -i LANG="en_US.ISO8859-1" /usr/bin/sort -f > / w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort.tmp env -i /usr/bin/grep "^<?xml" < /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort.tmp > /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort echo "<sortkeys>" >> /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort env -i /usr/bin/awk '/@sortkey@/ {sub(/@sortkey@/, ++line); print;}' < /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort.tmp >> /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort echo '</sortkeys>' >> /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml --param 'transtable.xml' "'/w/www/build/doc/share/sgml/transtable.xml'" --param 'transtable-target-element' "'country'" --param 'transtable-word-group' "'country'" --param 'transtable-sortkey.xml' "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort'" /w/www/build/doc/share/ sgml/transtable-local.xsl /w/www/build/doc/share/sgml/mirrors.xml /bin/rm -f /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort.tmp install /w/www/build/www/share/sgml/catalog-cwd.xml /w/www/build/www/en/catalog-cwd.xml echo '<!ENTITY base ".">' > /w/www/build/www/en/autogen.ent env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o index.html --param transtable.xml "'/w/www/build/doc/share/sgml/transtable.xml'" --param mirrors.xml "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml'" --param news.project.xml-master "'/w/www/build/www/share/sgml/news.xml'" --param news.project.xml "'/w/www/build/www/share/sgml/news.xml'" --param news.press.xml-master "'/w/www/build /www/share/sgml/press.xml'" --param news.press.xml "'/w/www/build/www/share/sgml/press.xml'" --param events.xml-master "'/w/www/build/www/share/sgml/events.xml'" --param events.xml "'/w/www/build/www/share/sgml/events.xml'" --param advisories.xml "'/w/www/build/www/share/sgml/advisories.xml'" --param notices.xml "'/w/www/build/www/share/sgml/notices.xml'" index.xsl /w/www/build/www/share/sgml/news.xml /w/www/build/www/share/sgml/news.xml:160: parser error : Opening and ending tag mismatch: month line 35 and year </year> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.31 real 0.05 user 0.11 sys From www at FreeBSD.org Sun Mar 6 00:22:13 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Sun, 6 Mar 2011 00:22:12 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103060022.p260MCXB042671@red.freebsd.org> U relnotes7/man4/man4.sparc64/ofw_console.4 U relnotes7/man4/man4.sparc64/openfirm.4 U relnotes7/man4/man4.sparc64/openprom.4 U relnotes7/man4/man4.sparc64/rtc.4 U relnotes7/man4/man4.sparc64/sbus.4 U relnotes7/man4/man4.sparc64/snd_audiocs.4 /bin/mkdir -p /w/www/build/doc/en_US.ISO8859-1/share/sgml env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs --param 'transtable.xml' "'/w/www/build/doc/share/sgml/transtable.xml'" --param 'transtable-target-element' "'country'" --param 'transtable-word-group' "'country'" --param 'transtable-mode' "'sortkey'" /w/www/build/doc/share/sgml/transtable-local.xsl /w/www/build/doc/share/sgml/mirrors.xml | env -i LANG="en_US.ISO8859-1" /usr/bin/sort -f > / w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort.tmp env -i /usr/bin/grep "^<?xml" < /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort.tmp > /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort echo "<sortkeys>" >> /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort env -i /usr/bin/awk '/@sortkey@/ {sub(/@sortkey@/, ++line); print;}' < /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort.tmp >> /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort echo '</sortkeys>' >> /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml --param 'transtable.xml' "'/w/www/build/doc/share/sgml/transtable.xml'" --param 'transtable-target-element' "'country'" --param 'transtable-word-group' "'country'" --param 'transtable-sortkey.xml' "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort'" /w/www/build/doc/share/ sgml/transtable-local.xsl /w/www/build/doc/share/sgml/mirrors.xml /bin/rm -f /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort /w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml.sort.tmp install /w/www/build/www/share/sgml/catalog-cwd.xml /w/www/build/www/en/catalog-cwd.xml echo '<!ENTITY base ".">' > /w/www/build/www/en/autogen.ent env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o index.html --param transtable.xml "'/w/www/build/doc/share/sgml/transtable.xml'" --param mirrors.xml "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml'" --param news.project.xml-master "'/w/www/build/www/share/sgml/news.xml'" --param news.project.xml "'/w/www/build/www/share/sgml/news.xml'" --param news.press.xml-master "'/w/www/build /www/share/sgml/press.xml'" --param news.press.xml "'/w/www/build/www/share/sgml/press.xml'" --param events.xml-master "'/w/www/build/www/share/sgml/events.xml'" --param events.xml "'/w/www/build/www/share/sgml/events.xml'" --param advisories.xml "'/w/www/build/www/share/sgml/advisories.xml'" --param notices.xml "'/w/www/build/www/share/sgml/notices.xml'" index.xsl /w/www/build/www/share/sgml/news.xml /w/www/build/www/share/sgml/news.xml:160: parser error : Opening and ending tag mismatch: month line 35 and year </year> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.31 real 0.05 user 0.11 sys Build started Sun Mar 6 00:20:19 UTC 2011 ? www/en/autogen.ent ? www/en/catalog-cwd.xml ? doc/en_US.ISO8859-1/share/sgml/mirrors.xml env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o index.html --param transtable.xml "'/w/www/build/doc/share/sgml/transtable.xml'" --param mirrors.xml "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml'" --param news.project.xml-master "'/w/www/build/www/share/sgml/news.xml'" --param news.project.xml "'/w/www/build/www/share/sgml/news.xml'" --param news.press.xml-master "'/w/www/build /www/share/sgml/press.xml'" --param news.press.xml "'/w/www/build/www/share/sgml/press.xml'" --param events.xml-master "'/w/www/build/www/share/sgml/events.xml'" --param events.xml "'/w/www/build/www/share/sgml/events.xml'" --param advisories.xml "'/w/www/build/www/share/sgml/advisories.xml'" --param notices.xml "'/w/www/build/www/share/sgml/notices.xml'" index.xsl /w/www/build/www/share/sgml/news.xml /w/www/build/www/share/sgml/news.xml:160: parser error : Opening and ending tag mismatch: month line 35 and year </year> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.12 real 0.07 user 0.05 sys From www at FreeBSD.org Sun Mar 6 00:32:09 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Sun, 6 Mar 2011 00:32:08 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103060032.p260W85H043069@red.freebsd.org> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.31 real 0.05 user 0.11 sys Build started Sun Mar 6 00:20:19 UTC 2011 ? www/en/autogen.ent ? www/en/catalog-cwd.xml ? doc/en_US.ISO8859-1/share/sgml/mirrors.xml env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o index.html --param transtable.xml "'/w/www/build/doc/share/sgml/transtable.xml'" --param mirrors.xml "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml'" --param news.project.xml-master "'/w/www/build/www/share/sgml/news.xml'" --param news.project.xml "'/w/www/build/www/share/sgml/news.xml'" --param news.press.xml-master "'/w/www/build /www/share/sgml/press.xml'" --param news.press.xml "'/w/www/build/www/share/sgml/press.xml'" --param events.xml-master "'/w/www/build/www/share/sgml/events.xml'" --param events.xml "'/w/www/build/www/share/sgml/events.xml'" --param advisories.xml "'/w/www/build/www/share/sgml/advisories.xml'" --param notices.xml "'/w/www/build/www/share/sgml/notices.xml'" index.xsl /w/www/build/www/share/sgml/news.xml /w/www/build/www/share/sgml/news.xml:160: parser error : Opening and ending tag mismatch: month line 35 and year </year> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.12 real 0.07 user 0.05 sys Build started Sun Mar 6 00:30:19 UTC 2011 ? www/en/autogen.ent ? www/en/catalog-cwd.xml ? doc/en_US.ISO8859-1/share/sgml/mirrors.xml env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o index.html --param transtable.xml "'/w/www/build/doc/share/sgml/transtable.xml'" --param mirrors.xml "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml'" --param news.project.xml-master "'/w/www/build/www/share/sgml/news.xml'" --param news.project.xml "'/w/www/build/www/share/sgml/news.xml'" --param news.press.xml-master "'/w/www/build /www/share/sgml/press.xml'" --param news.press.xml "'/w/www/build/www/share/sgml/press.xml'" --param events.xml-master "'/w/www/build/www/share/sgml/events.xml'" --param events.xml "'/w/www/build/www/share/sgml/events.xml'" --param advisories.xml "'/w/www/build/www/share/sgml/advisories.xml'" --param notices.xml "'/w/www/build/www/share/sgml/notices.xml'" index.xsl /w/www/build/www/share/sgml/news.xml /w/www/build/www/share/sgml/news.xml:160: parser error : Opening and ending tag mismatch: month line 35 and year </year> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.10 real 0.07 user 0.03 sys From www at FreeBSD.org Sun Mar 6 00:42:10 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Sun, 6 Mar 2011 00:42:10 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103060042.p260gALL043635@red.freebsd.org> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.12 real 0.07 user 0.05 sys Build started Sun Mar 6 00:30:19 UTC 2011 ? www/en/autogen.ent ? www/en/catalog-cwd.xml ? doc/en_US.ISO8859-1/share/sgml/mirrors.xml env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o index.html --param transtable.xml "'/w/www/build/doc/share/sgml/transtable.xml'" --param mirrors.xml "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml'" --param news.project.xml-master "'/w/www/build/www/share/sgml/news.xml'" --param news.project.xml "'/w/www/build/www/share/sgml/news.xml'" --param news.press.xml-master "'/w/www/build /www/share/sgml/press.xml'" --param news.press.xml "'/w/www/build/www/share/sgml/press.xml'" --param events.xml-master "'/w/www/build/www/share/sgml/events.xml'" --param events.xml "'/w/www/build/www/share/sgml/events.xml'" --param advisories.xml "'/w/www/build/www/share/sgml/advisories.xml'" --param notices.xml "'/w/www/build/www/share/sgml/notices.xml'" index.xsl /w/www/build/www/share/sgml/news.xml /w/www/build/www/share/sgml/news.xml:160: parser error : Opening and ending tag mismatch: month line 35 and year </year> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.10 real 0.07 user 0.03 sys Build started Sun Mar 6 00:40:18 UTC 2011 ? www/en/autogen.ent ? www/en/catalog-cwd.xml ? doc/en_US.ISO8859-1/share/sgml/mirrors.xml env SGML_CATALOG_FILES= XML_CATALOG_FILES="file:///w/www/build/www/en/catalog-cwd.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/en_US.ISO8859-1/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog.xml file:///w/www/build/doc/share/sgml/catalog-common.xml file:///w/www/build/www/en/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog.xml file:///w/www/build/www/share/sgml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --stringparam LOCALBASE /usr/local --stringparam WEB_PREFIX /w/www/build/www --nonet --catalogs -o index.html --param transtable.xml "'/w/www/build/doc/share/sgml/transtable.xml'" --param mirrors.xml "'/w/www/build/doc/en_US.ISO8859-1/share/sgml/mirrors.xml'" --param news.project.xml-master "'/w/www/build/www/share/sgml/news.xml'" --param news.project.xml "'/w/www/build/www/share/sgml/news.xml'" --param news.press.xml-master "'/w/www/build /www/share/sgml/press.xml'" --param news.press.xml "'/w/www/build/www/share/sgml/press.xml'" --param events.xml-master "'/w/www/build/www/share/sgml/events.xml'" --param events.xml "'/w/www/build/www/share/sgml/events.xml'" --param advisories.xml "'/w/www/build/www/share/sgml/advisories.xml'" --param notices.xml "'/w/www/build/www/share/sgml/notices.xml'" index.xsl /w/www/build/www/share/sgml/news.xml /w/www/build/www/share/sgml/news.xml:160: parser error : Opening and ending tag mismatch: month line 35 and year </year> ^ /w/www/build/www/share/sgml/news.xml:887: parser error : Opening and ending tag mismatch: year line 32 and news </news> ^ /w/www/build/www/share/sgml/news.xml:888: parser error : Premature end of data in tag news line 25 ^ unable to parse /w/www/build/www/share/sgml/news.xml *** Error code 6 Stop in /w/www/build/www/en. 0.11 real 0.06 user 0.05 sys From bugmaster at FreeBSD.org Mon Mar 7 11:06:07 2011 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon, 7 Mar 2011 11:06:06 GMT Subject: Current unassigned doc problem reports Message-ID: <201103071106.p27B66ar096193@freefall.freebsd.org> (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=doc .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/155264 doc [handbook] Extend "7.2.2.1 Common Problems" with hw.sn o docs/155149 doc [patch] don't encourage using xorg.conf outside of PRE o docs/155036 doc [patch] fix common typos #4 o docs/154838 doc update cvs-tags information on releng_* to reflect sup o docs/154502 doc xdm authorization failure when used with E17 window ma o docs/154494 doc rcorder(8) not quite accurate o docs/153958 doc ksu man-page documented, but not installed o docs/153738 doc [patch] Docuement requirement to alter some sysctls wh o docs/152103 doc man ipnat is out-dated o docs/151952 doc No example for scanning for SSIDs in ifconfig(8) man p o docs/151752 doc pw.conf(5) doesn't define format for file clearly o docs/151478 doc [patch] Russian porters-handbook: MFen 1.440 -> 1.1077 o docs/151367 doc [patch] Update for puc.4 man page o docs/150991 doc [patch] Install upgtfw using pkg_add as advised in upg o docs/150917 doc [patch] icmp.4, wrong description of icmplim and icmpl o docs/150877 doc ambiguity in newsyslog(8) man page about zfs with comp o docs/150736 doc [handbook] ipfw docs: rule number is optional, not man o docs/150365 doc [make.conf] [patch] remove BDECFLAGS from make.conf(5) o docs/150255 doc dtrace description should mention makeoptions DEBUG=-g o docs/150244 doc [patch] DRIVER_MODULE(9): MULTI_DRIVER_MODULE is only o docs/150219 doc zfs(8) manual page misses jail/unjail o docs/150124 doc Request for update of "building the kernel" section of o docs/149845 doc unify spelling of blocksize, block-size and block size o docs/149574 doc [patch] update mi_switch(9) man page o docs/149522 doc Russian network article: incorrect translation about n o docs/149051 doc [request] No document for clang or clang++ o docs/149047 doc [patch] tcsh(1) bears no mention of brace expansion in o docs/148987 doc [patch] {MD[245]|SHA_|SHA1_|SHA256_}{End|File|FileChun o docs/148984 doc [handbook] Mistake in section 16.15.4 of the handbook o docs/148680 doc [sysctl][patch] Document some sys/kern sysctls o docs/148071 doc Failover mode between wired and wireless interfaces o docs/148037 doc bge(4) does not list all devices in if_bge.c / if_bger o docs/147995 doc elf.5 man page has has missing reference o docs/146958 doc bad link to "XaQti XMAC II datasheet" in sk(4) manual o docs/146521 doc [handbook] Update IPv6 system handbook section to ment o docs/146047 doc [kld] [patch] the kldstat(2) manual needs to be more p o docs/145719 doc [patch] 7.3 relnotes erroneously describes new getpage o docs/145699 doc hexdump(1) mutes all format qualifier output following o docs/145644 doc Add artical about creating manpage from scratch o docs/145069 doc Dialup firewalling with FreeBSD article out dated. o docs/145067 doc Remove all reference to floppy installs o docs/145066 doc Update for new uart dev names for serial port. s docs/144818 doc all mailinglist archives dated 19970101 contain traili o docs/144630 doc [patch] domainname(1) manpage contains old information o docs/144543 doc [handbook] IPFW doc change o docs/144537 doc Missing _mdconfig_list and _mdconfig2_list explanation o docs/144515 doc [handbook] Expand handbook Table of contents o docs/144488 doc share/examples/etc/make.conf: contains dangerous examp o docs/144408 doc [patch] update makefs(8) (remove device option) o docs/143850 doc procfs(5) manpage for status > controlling terminal is o docs/143416 doc [handbook] IPFW handbook page issues o docs/143408 doc man filedesc(9) is missing o docs/142917 doc top(1) man page does not include information about VCS a docs/142341 doc jail(8): Jail escape when cwd is moved from the host s o docs/142168 doc [patch] ld(1): ldd(1) not mentioned in ld(1) manpage o docs/141032 doc misleading documentation for rtadvd.conf(5) raflags se s docs/140847 doc [request] add documentation on ECMP and new route args o docs/140457 doc [patch] Grammar fix for isspace(3) o docs/140444 doc [patch] New Traditional Chinese translation of custom- o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd o docs/140369 doc [patch] src/contrib/pf/man/pf.4 o docs/139336 doc [request] ZFS documentation suggestion o docs/139165 doc gssapi.3 man page out of sync with between crypto and o docs/139018 doc translation of submitting.sgml from docproj/submitting o docs/138887 doc manpage ports(7) incorrect o docs/138845 doc Exceeding kern.ipc.maxpipekva refers to tuning(7) whic o docs/138663 doc system(3) man page confuses users about "return value o docs/138485 doc bpf(4) and ip(4) man pages missing important corner ca o bin/137156 doc [patch] fix dump(8) cryptic output on reporting progre o docs/136712 doc [handbook] [patch] draft new section on gmirror per pa o docs/136666 doc [handbook] Configure serial port for remote kernel deb o docs/136035 doc ftpchroot(5) omits an important option p docs/136029 doc MALLOC_PRODUCTION knob should be mentioned somewhere, o docs/135516 doc [patch] pax(1) manual not mentioning chflags unawarene o docs/135475 doc [patch] jot(1) manpage and behaviour differ o docs/134222 doc installation failure of japanese docs o docs/134123 doc The RUNQUEUE(9) man page is out of date o docs/132839 doc [patch] Fix example script in ldap-auth article o docs/132718 doc [handbook] Information about adding a new mirror is ou o docs/132260 doc dhcpd(8) pid not stored in documented location o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg( o docs/132113 doc [handbook] Update handbook jails creation o docs/131918 doc [patch] Fixes for the BPF(4) man page o docs/131684 doc [patch] articles/linux-comparison: replace Addenda by o docs/131626 doc [patch] dump(8) "recommended" cache option confusing o docs/130364 doc Man page for top needs explanation of CPU states o docs/130238 doc nfs.lockd man page doesn't mention NFSLOCKD option or o docs/129671 doc New TCP chapter for Developer's Handbook (from rwatson o docs/129464 doc using packages system o docs/129095 doc ipfw(8): Can not check that packet originating/destine s docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages o docs/127908 doc [patch] readdir(3) error documentation s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage o docs/126590 doc [patch] Write routine called forever in Sample Echo Ps o docs/126484 doc libc function res-zonscut2 is not documented o docs/125921 doc lpd(8) talks about blocks in minfree while it is KB in f docs/122052 doc minor update on handbook section 20.7.1 o docs/121952 doc Handbook chapter on Network Address Translation wrong o docs/121585 doc [handbook] Wrong multicast specification o docs/121565 doc dhcp-options(5) manpage incorrectly formatted omitting s docs/121541 doc [request] no man pages for wlan_scan_ap o docs/121312 doc RELNOTES_LANG breaks release if not en_US.ISO8859-1 o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls o docs/120539 doc Inconsistent ipfw's man page o docs/120125 doc [patch] Installing FreeBSD 7.0 via serial console and o docs/120024 doc resolver(5) and hosts(5) need updated for IPv6 o docs/119545 doc books/arch-handbook/usb/chapter.sgml formatting o docs/118902 doc [patch] wrong signatures in d2i_RSAPublicKey man pages o docs/118332 doc man page for top does not describe STATE column wait e o docs/118214 doc close(2) error returns incomplete o docs/118020 doc ipfilter(4): man pages query for man 4 ipfilter return o docs/117747 doc 'break' system call needs a man page o docs/116116 doc mktemp (3) re/move note o docs/116080 doc PREFIX is documented, but not the more important LOCAL o docs/115065 doc [patch] sync ps.1 with p_flag and keywords o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti o docs/114139 doc mbuf(9) has misleading comments on M_DONTWAIT and M_TR o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o docs/112804 doc groff(1) command should be called to explicitly use "p o docs/112682 doc Handbook GEOM_GPT explanation does not provide accurat o docs/111425 doc Missing chunks of text in historical manpages o docs/111265 doc [request] Clarify how to set common shell variables o docs/111147 doc hostapd.conf is not documented o docs/110999 doc carp(4) should document unsupported interface types o docs/110692 doc wi(4) man page doesn't say WPA is not supported o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o docs/110253 doc [patch] rtprio(1): remove processing starvation commen o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit p docs/110061 doc [patch] tuning(7) missing reference to vfs.read_max o docs/109981 doc No manual entry for post-grohtml o docs/109977 doc No manual entry for ksu o docs/109973 doc No manual entry for c++filt o docs/109972 doc No manual entry for zless/bzless f docs/109226 doc [request] No manual entry for sntp o docs/109201 doc [request]: manual for callbootd a docs/108980 doc list of missing man pages o docs/106135 doc [request] articles/vinum needs to be updated o docs/105608 doc fdc(4) debugging description staled o docs/104879 doc Howto: Listen to IMA ADPCM .wav files on FreeBSD box o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o docs/100196 doc man login.conf does explain not "unlimited" o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings o docs/98974 doc Missing tunables in loader(8) manpage o docs/98115 doc Missing parts after rendering handbook to RTF format o docs/96207 doc Comments of a sockaddr_un structure could confuse one o docs/94625 doc [patch] growfs man page -- document "panic: not enough o docs/92626 doc jail manpage should mention disabling some periodic sc o docs/91506 doc ndis(4) man page should be more specific about support o docs/91174 doc [REQUEST] Handbook: Addition of Oracle 9i installation o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar o docs/87936 doc Handbook chapter on NIS/YP lacks good information on a o docs/87857 doc ifconfig(8) wireless options order matters o docs/85128 doc [patch] loader.conf(5) autoboot_delay incompletly desc o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o docs/84932 doc new document: printing with an Epson ALC-3000N on Free o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi o docs/84317 doc fdp-primer doesn't show class=USERNAME distinctively o docs/84271 doc [patch] compress(1) doesn't warn about nasty link hand o docs/83820 doc getino(3) manpage not installed o docs/81611 doc [patch] natd runs with -same_ports by default o docs/78480 doc Networked printer setup unnecessarily complex in handb o docs/61605 doc [request] Improve documentation for i386 disk geometry o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun o docs/59835 doc ipfw(8) man page does not warn about accepted but mean o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour s docs/54752 doc bus_dma explained in ISA section in Handbook: should b o docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW o docs/53596 doc Updates to mt(1) manual page o docs/53271 doc bus_dma(9) fails to document alignment restrictions o docs/51480 doc Multiple undefined references in the FreeBSD manual pa o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation o docs/48101 doc [patch] Add documentation on the fixit disk o docs/43823 doc [patch] update to environ(7) manpage o docs/41089 doc pax(1) -B option does not mention interaction with -z o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF o docs/38982 doc [patch] developers-handbook/Jail fix o docs/38556 doc EPS file of beastie, as addition to existing examples s docs/35678 doc docproj Makefiles for web are broken for paths with sp s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. a docs/30008 doc [patch] French softupdates document should be translat o docs/27605 doc [patch] Cross-document references (<olink>) o docs/26286 doc *printf(3) etc should gain format string warnings o docs/24786 doc missing FILES descriptions in sa(4) s docs/20028 doc ASCII docs should reflect <emphasis> tags in the sourc 187 problems total. From jhelfman at experts-exchange.com Mon Mar 7 18:20:10 2011 From: jhelfman at experts-exchange.com (Jason Helfman) Date: Mon, 07 Mar 2011 10:10:01 -0800 Subject: docs/155357: [patch] [maintainer-update] articles/freebsd-update-server: move note tag to important, wording Message-ID: <1299521401.259964.54055.nullmailer@experts-exchange.com> >Number: 155357 >Category: docs >Synopsis: [patch] [maintainer-update] articles/freebsd-update-server: move note tag to important, wording >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 07 18:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE i386 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: This needs to stand out more for users building an update server. Move note to "important." >How-To-Repeat: >Fix: Index: freebsd-update-server/article.sgml =================================================================== RCS file: /home/jhelfman/ncvs/doc/en_US.ISO8859-1/articles/freebsd-update-server/article.sgml,v retrieving revision 1.3 diff -u -r1.3 article.sgml --- freebsd-update-server/article.sgml 24 Feb 2011 17:05:15 -0000 1.3 +++ freebsd-update-server/article.sgml 7 Mar 2011 01:16:17 -0000 @@ -501,15 +501,16 @@ <!-- Sorry folks, but I disagree here. I believe it is worded fine. If anything, drop everything after "perform" and change "updates" to "FreeBSD Updates" and link that to the handbook --> - <note> + <important> <para>In order for &fbus.ap; to work properly, updates for both the <emphasis>current</emphasis> release and the release <emphasis>one wants to upgrade to</emphasis> need to be built. This is necessary for determining the differences of files between releases. For example, when upgrading a &os; - system from version 7.1 to 7.2, updates will need to be built - for 7.1-RELEASE as well as for 7.2-RELEASE.</para> - </note> + system from 7.1-RELEASE to 7.2-RELEASE, updates will need to be + built and uploaded to your distribution server for both versions. + </para> + </important> <para>For reference, the entire run of <ulink url="init.txt"><filename>init.sh</filename></ulink> is >Release-Note: >Audit-Trail: >Unformatted: From manolis at FreeBSD.org Mon Mar 7 18:48:37 2011 From: manolis at FreeBSD.org (manolis at FreeBSD.org) Date: Mon, 7 Mar 2011 18:48:36 GMT Subject: docs/155357: [patch] [maintainer-update] articles/freebsd-update-server: move note tag to important, wording Message-ID: <201103071848.p27ImaKQ039011@freefall.freebsd.org> Synopsis: [patch] [maintainer-update] articles/freebsd-update-server: move note tag to important, wording Responsible-Changed-From-To: freebsd-doc->manolis Responsible-Changed-By: manolis Responsible-Changed-When: Mon Mar 7 18:48:10 UTC 2011 Responsible-Changed-Why: Over to me http://www.freebsd.org/cgi/query-pr.cgi?pr=155357 From rafi at seas.upenn.edu Mon Mar 7 22:43:34 2011 From: rafi at seas.upenn.edu (Rafi Rubin) Date: Mon, 07 Mar 2011 17:43:26 -0500 Subject: typo in en faq Message-ID: <4D755F8E.5090507@seas.upenn.edu> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 http://www.freebsd.org/doc/en/books/faq/admin.html Your chances are depending on the chosen implementation -> Your chances depend on the chosen implementation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJNdV+NAAoJEPILXytRLnK2KGwP/jrrhCDEzVY70RcJJBlMBe0X pY1uhyePOrDfk4rCHYEl+GhRmc4n/p9C7EX2FMGbjRcHOveA9XXPqn9RDl1qQihi QOGm0tSRXxTmcuqWb+UanjLYpxMvUy6G8mrDakcBzUHkFY1XQ9ONxTiU/87ZfNCZ KlBwZfmNwdGqoWo/b9Pk+TQ+bpesPO11N/0rpEKIXPBbV85d04VvsooQ/OjHiGCK Uv6uV6AebsUub6HWpOTNowKiRHZ67MN2yssHuCm88Af3ibSTpXp52P7ZmklihWEm yyK5Tq+G+Z3Mzcn3SRTdsHRA78jt5BM5lVvVCE3uLNZvRY3gPfY4y/6kWXqsz7uL Wsk593tUDREvtRzcq3FGy4bHPJRVWHnafMsYHM3tgnkTpvUbJBeXSzy5YL560WEE WhPlhyjuk/LuumiQTWD420cJ/+8XpAP4d2J5/wCTfATcTrXx1ptr49VKu2AkMV/r fSOmsFSnbEyYK+eRREaz+gAVM9GHY5YYsOq9XpBtYj9pvrlfD6RhYOtQKCU9RzmQ mQQDh3PwFPpqpFJUFzruQ21xFUGjK8kLC5BYEdHVk3cdswM1h5KiwOf4+3mFgTW+ 9Oxrmwc+ipU65zho9Bh+RHXXG9rPQ/1zoHjC5+P66dBIGvTNZK+r2pIydNLvhi62 V3oUSCT1NnG3pB6JL1a7 =NZir -----END PGP SIGNATURE----- From isabell121 at gmail.com Mon Mar 7 23:39:20 2011 From: isabell121 at gmail.com (Isabell Long) Date: Mon, 7 Mar 2011 23:39:14 +0000 Subject: typo in en faq In-Reply-To: <4D755F8E.5090507@seas.upenn.edu> References: <4D755F8E.5090507@seas.upenn.edu> Message-ID: <20110307233914.GC14798@sky.issyl0.co.uk> On Mon, Mar 07, 2011 at 05:43:26PM -0500, Rafi Rubin wrote: > http://www.freebsd.org/doc/en/books/faq/admin.html > > Your chances are depending on the chosen implementation -> Your chances depend > on the chosen implementation For reference, this sentence is in section 10.12 of the FAQ. A good spot! Regards, Isabell. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: Digital signature URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20110307/c04f508b/attachment.sig> From isabell121 at gmail.com Tue Mar 8 00:11:04 2011 From: isabell121 at gmail.com (Isabell Long) Date: Tue, 8 Mar 2011 00:10:59 +0000 Subject: typo in en faq In-Reply-To: <4D755F8E.5090507@seas.upenn.edu> References: <4D755F8E.5090507@seas.upenn.edu> Message-ID: <20110308001059.GD14798@sky.issyl0.co.uk> Hi, On Mon, Mar 07, 2011 at 05:43:26PM -0500, Rafi Rubin wrote: > http://www.freebsd.org/doc/en/books/faq/admin.html Also here, again in section 10.12, in the first note section it says "... an FreeBSD installation disk...", whereas it should say "... a FreeBSD installation disk...". Thanks, Isabell. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: Digital signature URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20110308/6d7bb0aa/attachment.sig> From lists at eitanadler.com Tue Mar 8 00:19:23 2011 From: lists at eitanadler.com (Eitan Adler) Date: Mon, 7 Mar 2011 19:19:03 -0500 Subject: typo in en faq In-Reply-To: <20110308001059.GD14798@sky.issyl0.co.uk> References: <4D755F8E.5090507@seas.upenn.edu> <20110308001059.GD14798@sky.issyl0.co.uk> Message-ID: <AANLkTinjSFc3DNsY-JyX2Zt5aXVsHynz-uSjEeu=3uxC@mail.gmail.com> > On Mon, Mar 07, 2011 at 05:43:26PM -0500, Rafi Rubin wrote: >> http://www.freebsd.org/doc/en/books/faq/admin.html > > Also here, again in section 10.12, in the first note section it says > "... an FreeBSD installation disk...", whereas it should say "... a > FreeBSD installation disk...". I sent a PR with a patch to fix both of these. Hopefully it will be picked up and committed soon. -- Eitan Adler From eadler at FreeBSD.org Tue Mar 8 00:20:10 2011 From: eadler at FreeBSD.org (Eitan Adler) Date: Tue, 8 Mar 2011 00:11:18 GMT Subject: docs/155363: [patch] fix typo in the faq Message-ID: <201103080011.p280BIBs032197@red.freebsd.org> >Number: 155363 >Category: docs >Synopsis: [patch] fix typo in the faq >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: Tue Mar 08 00:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: >How-To-Repeat: Read the FAQ section 10.12 >Fix: Index: book.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v retrieving revision 1.1132 diff -u -r1.1132 book.sgml --- book.sgml 15 Jan 2011 12:51:40 -0000 1.1132 +++ book.sgml 7 Mar 2011 23:51:54 -0000 @@ -6329,7 +6329,7 @@ <para>If you cannot mount your root partition from Single User mode, it is possible that the partitions are encrypted and it is impossible to mount them without the - access keys. Your chances are depending on the chosen + access keys. Your chances depend on the chosen implementation. For more information see the section about encrypted disks in the &os; <ulink url="&url.books.handbook;/disks-encrypting.html">Handbook</ulink>.</para> >Release-Note: >Audit-Trail: >Unformatted: From eadler at FreeBSD.org Tue Mar 8 00:20:11 2011 From: eadler at FreeBSD.org (Eitan Adler) Date: Tue, 8 Mar 2011 00:15:00 GMT Subject: docs/155364: [patch] fix typo in the faq Message-ID: <201103080015.p280F0NQ040732@red.freebsd.org> >Number: 155364 >Category: docs >Synopsis: [patch] fix typo in the faq >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: Tue Mar 08 00:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: Typos spotted by Rafi Rubin and Isabell Long >How-To-Repeat: >Fix: Index: book.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v retrieving revision 1.1132 diff -u -r1.1132 book.sgml --- book.sgml 15 Jan 2011 12:51:40 -0000 1.1132 +++ book.sgml 7 Mar 2011 23:57:04 -0000 @@ -6319,7 +6319,7 @@ Single User mode, it means that the console has been marked as <literal>insecure</literal> in <filename>/etc/ttys</filename>. In this case it will be - required to boot from an &os; installation disk, choose + required to boot from a &os; installation disk, choose the <guimenuitem>Fixit</guimenuitem> shell from &man.sysinstall.8; and issue the commands mentioned above.</para> @@ -6329,7 +6329,7 @@ <para>If you cannot mount your root partition from Single User mode, it is possible that the partitions are encrypted and it is impossible to mount them without the - access keys. Your chances are depending on the chosen + access keys. Your chances depend on the chosen implementation. For more information see the section about encrypted disks in the &os; <ulink url="&url.books.handbook;/disks-encrypting.html">Handbook</ulink>.</para> >Release-Note: >Audit-Trail: >Unformatted: From linimon at FreeBSD.org Tue Mar 8 00:26:38 2011 From: linimon at FreeBSD.org (linimon at FreeBSD.org) Date: Tue, 8 Mar 2011 00:26:38 GMT Subject: docs/155363: [patch] fix typo in the faq Message-ID: <201103080026.p280QcXa062665@freefall.freebsd.org> Synopsis: [patch] fix typo in the faq State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Mar 8 00:26:25 UTC 2011 State-Changed-Why: See docs/155364. http://www.freebsd.org/cgi/query-pr.cgi?pr=155363 From eadler at FreeBSD.org Tue Mar 8 01:20:08 2011 From: eadler at FreeBSD.org (Eitan Adler) Date: Tue, 8 Mar 2011 01:14:16 GMT Subject: docs/155366: [patch] change "an" -> "a" before &os; Message-ID: <201103080114.p281EGTm008808@red.freebsd.org> >Number: 155366 >Category: docs >Synopsis: [patch] change "an" -> "a" before &os; >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: Tue Mar 08 01:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: FreeBSD starts with "F" and should therefore be proceeded by the word "a" and not the word "an" >How-To-Repeat: >Fix: Index: ./articles/committers-guide/article.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v retrieving revision 1.290 diff -u -r1.290 article.sgml --- ./articles/committers-guide/article.sgml 31 Jul 2010 10:39:08 -0000 1.290 +++ ./articles/committers-guide/article.sgml 8 Mar 2011 00:53:50 -0000 @@ -1758,7 +1758,7 @@ <listitem> <para>A short guide about fixes which are committed to the &os; source tree after being detected by &coverity.prevent; and - analyzed by an &os; developer.</para> + analyzed by a &os; developer.</para> </listitem> </varlistentry> </variablelist> Index: ./books/handbook/jails/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/jails/chapter.sgml,v retrieving revision 1.21 diff -u -r1.21 chapter.sgml --- ./books/handbook/jails/chapter.sgml 4 Sep 2010 20:19:26 -0000 1.21 +++ ./books/handbook/jails/chapter.sgml 8 Mar 2011 00:53:50 -0000 @@ -119,7 +119,7 @@ <term>hosted (system, process, user, etc.)</term> <listitem> <para>A process, user or other entity, whose access to resources is - restricted by an &os; jail.</para> + restricted by a &os; jail.</para> </listitem> </varlistentry> </variablelist> Index: ./books/handbook/security/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v retrieving revision 1.337 diff -u -r1.337 chapter.sgml --- ./books/handbook/security/chapter.sgml 1 Dec 2010 20:37:05 -0000 1.337 +++ ./books/handbook/security/chapter.sgml 8 Mar 2011 00:53:50 -0000 @@ -608,7 +608,7 @@ and the value of the <varname>kern_securelevel</varname> variable to the desired secure level.</para> - <para>The default secure level of an &os; system right after the startup + <para>The default secure level of a &os; system right after the startup scripts are done is -1. This is called <quote>insecure mode</quote> because immutable file flags may be turned off, all devices may be read from or written to, and so on.</para> >Release-Note: >Audit-Trail: >Unformatted: From jhelfman at e-e.com Tue Mar 8 01:30:17 2011 From: jhelfman at e-e.com (Jason Helfman) Date: Tue, 8 Mar 2011 01:30:17 GMT Subject: docs/150124 Message-ID: <201103080130.p281UHr4020662@freefall.freebsd.org> The following reply was made to PR docs/150124; it has been noted by GNATS. From: Jason Helfman <jhelfman at e-e.com> To: bug-followup at freebsd.org Cc: docs at freebsd.org Subject: Re: docs/150124 Date: Mon, 7 Mar 2011 17:23:45 -0800 Is there any reason this pr remains open? -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5 From jhelfman at e-e.com Tue Mar 8 01:44:48 2011 From: jhelfman at e-e.com (Jason Helfman) Date: Mon, 7 Mar 2011 17:23:45 -0800 Subject: docs/150124 Message-ID: <20110308012344.GB1843@eggman.experts-exchange.com> Is there any reason this pr remains open? -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5 From johnpupu at gmail.com Tue Mar 8 03:50:10 2011 From: johnpupu at gmail.com (johnpupu) Date: Tue, 8 Mar 2011 03:48:06 GMT Subject: docs/155372: hast doc bug Message-ID: <201103080348.p283m6sL097691@red.freebsd.org> >Number: 155372 >Category: docs >Synopsis: hast doc bug >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: Tue Mar 08 03:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: johnpupu >Release: 8.2-RELEASE >Organization: Green-Computing >Environment: FreeBSD hasta.sundin.com.tw 8.2-RELEASE >Description: /usr/local/sbin/carp-hast-switch when hast change to slave, it unmounts unsuccessfully becourse the grep result is nothing. >How-To-Repeat: ifconfig carp0 down && ifconfig carp0 up >Fix: if ! mount | grep -q "^${disk} on " change to if ! mount | grep -q "^/dev/hast/${disk} on " Patch attached with submission follows: --- /usr/local/sbin/carp-hast-switch.org 2011-03-08 11:45:43.000000000 +0800 +++ /usr/local/sbin/carp-hast-switch 2011-03-08 11:43:59.000000000 +0800 @@ -66,7 +66,7 @@ # Switch roles for the HAST resources for disk in ${resources}; do - if ! mount | grep -q "^${disk} on " + if ! mount | grep -q "^/dev/hast/${disk} on " then else umount -f /hast/${disk} >Release-Note: >Audit-Trail: >Unformatted: From danger at FreeBSD.org Tue Mar 8 08:48:21 2011 From: danger at FreeBSD.org (danger at FreeBSD.org) Date: Tue, 8 Mar 2011 08:48:20 GMT Subject: docs/155372: hast doc bug Message-ID: <201103080848.p288mK2W072140@freefall.freebsd.org> Synopsis: hast doc bug Responsible-Changed-From-To: freebsd-doc->danger Responsible-Changed-By: danger Responsible-Changed-When: Tue Mar 8 08:48:07 UTC 2011 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=155372 From danger at FreeBSD.org Tue Mar 8 09:43:23 2011 From: danger at FreeBSD.org (danger at FreeBSD.org) Date: Tue, 8 Mar 2011 09:43:23 GMT Subject: docs/155364: [patch] fix typo in the faq Message-ID: <201103080943.p289hNx9028626@freefall.freebsd.org> Synopsis: [patch] fix typo in the faq State-Changed-From-To: open->closed State-Changed-By: danger State-Changed-When: Tue Mar 8 09:42:16 UTC 2011 State-Changed-Why: Fixed in the latest revision, it should appear online in next 24 hrs. Thanks for your submission. Make me also responsible. Responsible-Changed-From-To: freebsd-doc->danger Responsible-Changed-By: danger Responsible-Changed-When: Tue Mar 8 09:42:16 UTC 2011 Responsible-Changed-Why: Fixed in the latest revision, it should appear online in next 24 hrs. Thanks for your submission. Make me also responsible. http://www.freebsd.org/cgi/query-pr.cgi?pr=155364 From jkois at FreeBSD.org Tue Mar 8 09:45:36 2011 From: jkois at FreeBSD.org (jkois at FreeBSD.org) Date: Tue, 8 Mar 2011 09:45:35 GMT Subject: docs/155366: [patch] change "an" -> "a" before &os; Message-ID: <201103080945.p289jZFP028913@freefall.freebsd.org> Synopsis: [patch] change "an" -> "a" before &os; Responsible-Changed-From-To: freebsd-doc->jkois Responsible-Changed-By: jkois Responsible-Changed-When: Tue Mar 8 09:45:13 UTC 2011 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=155366 From jkois at FreeBSD.org Tue Mar 8 09:50:12 2011 From: jkois at FreeBSD.org (Johann Kois) Date: Tue, 8 Mar 2011 09:50:11 GMT Subject: docs/150124 Message-ID: <201103080950.p289oBHN029649@freefall.freebsd.org> The following reply was made to PR docs/150124; it has been noted by GNATS. From: Johann Kois <jkois at FreeBSD.org> To: Jason Helfman <jhelfman at e-e.com> Cc: bug-followup at FreeBSD.org, docs at FreeBSD.org Subject: Re: docs/150124 Date: Tue, 08 Mar 2011 10:41:25 +0100 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03/08/2011 02:23, Jason Helfman wrote: > Is there any reason this pr remains open? > > -jgh No special reason. The same as with all other open PRs. Lack of manpower and no patch provided. :( But I will take this one now and see if can come up with something better. But this will again take some time. jkois - -- Johann Kois jkois(at)FreeBSD.org FreeBSD Documentation Project FreeBSD German Documentation Project - https://doc.bsdgroup.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk11+cUACgkQ/rDr791hwtiZDwCfVqv7B9GTWMlaB9IUTGqzATE5 SCkAni1hfOU087IxhILVuUliriWMp6Tw =Gdbx -----END PGP SIGNATURE----- From dfilter at FreeBSD.ORG Tue Mar 8 09:50:13 2011 From: dfilter at FreeBSD.ORG (dfilter service) Date: Tue, 8 Mar 2011 09:50:13 GMT Subject: docs/155363: commit references a PR Message-ID: <201103080950.p289oD5U029662@freefall.freebsd.org> The following reply was made to PR docs/155363; it has been noted by GNATS. From: dfilter at FreeBSD.ORG (dfilter service) To: bug-followup at FreeBSD.org Cc: Subject: Re: docs/155363: commit references a PR Date: Tue, 8 Mar 2011 09:42:23 +0000 (UTC) danger 2011-03-08 09:42:08 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - bump copyright year - fix typos PR: 155363, 155364 Submitted by: Rafi Rubin <rafi at seas.upenn.edu> Eitan Adler <lists at eitanadler.com> Revision Changes Path 1.1133 +3 -2 doc/en_US.ISO8859-1/books/faq/book.sgml _______________________________________________ cvs-all at freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org" From jkois at FreeBSD.org Tue Mar 8 09:59:29 2011 From: jkois at FreeBSD.org (jkois at FreeBSD.org) Date: Tue, 8 Mar 2011 09:59:28 GMT Subject: docs/150124: Request for update of "building the kernel" section of the handbook Message-ID: <201103080959.p289xSno037874@freefall.freebsd.org> Synopsis: Request for update of "building the kernel" section of the handbook Responsible-Changed-From-To: freebsd-doc->jkois Responsible-Changed-By: jkois Responsible-Changed-When: Tue Mar 8 09:59:09 UTC 2011 Responsible-Changed-Why: Take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=150124 From jkois at FreeBSD.org Tue Mar 8 10:13:04 2011 From: jkois at FreeBSD.org (Johann Kois) Date: Tue, 08 Mar 2011 10:41:25 +0100 Subject: docs/150124 In-Reply-To: <20110308012344.GB1843@eggman.experts-exchange.com> References: <20110308012344.GB1843@eggman.experts-exchange.com> Message-ID: <4D75F9C5.80909@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03/08/2011 02:23, Jason Helfman wrote: > Is there any reason this pr remains open? > > -jgh No special reason. The same as with all other open PRs. Lack of manpower and no patch provided. :( But I will take this one now and see if can come up with something better. But this will again take some time. jkois - -- Johann Kois jkois(at)FreeBSD.org FreeBSD Documentation Project FreeBSD German Documentation Project - https://doc.bsdgroup.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk11+cUACgkQ/rDr791hwtiZDwCfVqv7B9GTWMlaB9IUTGqzATE5 SCkAni1hfOU087IxhILVuUliriWMp6Tw =Gdbx -----END PGP SIGNATURE----- From jhelfman at e-e.com Tue Mar 8 15:17:50 2011 From: jhelfman at e-e.com (jhelfman at e-e.com) Date: Tue, 8 Mar 2011 07:17:49 -0800 Subject: docs/150124 In-Reply-To: <201103080950.p289oBHN029649@freefall.freebsd.org> References: <201103080950.p289oBHN029649@freefall.freebsd.org> Message-ID: <3622fb9d9f26697bad45e6a75f8ab7a5.squirrel@mail.experts-exchange.com> > The following reply was made to PR docs/150124; it has been noted by > GNATS. > > From: Johann Kois <jkois at FreeBSD.org> > To: Jason Helfman <jhelfman at e-e.com> > Cc: bug-followup at FreeBSD.org, docs at FreeBSD.org > Subject: Re: docs/150124 > Date: Tue, 08 Mar 2011 10:41:25 +0100 > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 03/08/2011 02:23, Jason Helfman wrote: > > Is there any reason this pr remains open? > > > > -jgh > > No special reason. The same as with all other open PRs. Lack of > manpower and no patch provided. :( > > But I will take this one now and see if can come up with something > better. But this will again take some time. > > jkois > > > - -- > Johann Kois > jkois(at)FreeBSD.org > FreeBSD Documentation Project > FreeBSD German Documentation Project - https://doc.bsdgroup.de > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.17 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk11+cUACgkQ/rDr791hwtiZDwCfVqv7B9GTWMlaB9IUTGqzATE5 > SCkAni1hfOU087IxhILVuUliriWMp6Tw > =Gdbx > -----END PGP SIGNATURE----- I was necessarily saying to take it, as it seemed that the first reply was adequent to potentially consider it for closing, but if you are looking to add clarity to the document, that is great. I was going to submit a patch for it, however didn't when I saw the comment. -jgh From drulavigne at sympatico.ca Tue Mar 8 23:54:43 2011 From: drulavigne at sympatico.ca (Dru Lavigne) Date: Tue, 8 Mar 2011 23:42:16 +0000 Subject: offer of space for doc sprint Message-ID: <BAY151-w6B65A74F8C3F0838150CEACC60@phx.gbl> Hello all, The second conference on open source documentation teams will be held in Cincinnati, Ohio from Friday, June 3 to Monday, June 7: http://openhelpconference.com/index.html I was at the first conference 2 years ago and it was a great experience to have the opportunity to talk to other doc teams (KDE, GNOME, XFCE, etc.) and to discuss how every team shares the same problems, no perfect tools exist, what tools are available, and general brainstorming on how to attract new blood, streamline processes, etc. The conference organizers have offered space to the FreeBSD doc team to hold a doc sprint; in addition to a physical space for those who can travel to the conference, there will be a bigbluebutton.org video conferencing bridge available so that remote sprinters can participate. The Foundation has indicated that they will accept travel grant requests to attend this conference. Is anyone interested in participating in a doc sprint on Monday, June 7th? If so, we should set up a page on http://wiki.freebsd.org/Conferences to start brainstorming what we'd like to accomplish, participants, etc. Also, does anyone know if there are plans for a doc session during the BSDCan DevSummit? The FreeBSD Mall is still interested in publishing an updated version of the Handbook and I'd like to start brainstorming on tasks and dates so that that can become an achievable goal. Cheers, Dru From eadler at FreeBSD.org Wed Mar 9 01:20:08 2011 From: eadler at FreeBSD.org (Eitan Adler) Date: Wed, 9 Mar 2011 01:15:53 GMT Subject: docs/155391: [patch] add notes about the doc slush to the committer handbook Message-ID: <201103090115.p291Fr5B053485@red.freebsd.org> >Number: 155391 >Category: docs >Synopsis: [patch] add notes about the doc slush to the committer handbook >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: Wed Mar 09 01:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: The attached patch was discussed on #bsddoc and #bsdports >How-To-Repeat: >Fix: Patch attached with submission follows: Index: article.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v retrieving revision 1.294 diff -u -r1.294 article.sgml --- article.sgml 8 Mar 2011 09:47:13 -0000 1.294 +++ article.sgml 9 Mar 2011 00:39:53 -0000 @@ -2803,135 +2803,177 @@ <qandaentry> <question> - <para>How long is a ports freeze?</para> + <para>What is a <quote>ports slush</quote> or + <quote>feature freeze</quote>?</para> </question> - - <answer> - <para>Usually a week or two.</para> - </answer> - </qandaentry> - - <qandaentry> - <question> - <para>What does it mean to me?</para> - </question> - <answer> - <para>During the ports freeze, you are not allowed to - commit anything to the tree without explicit approval - from the Ports Management Team. <quote>Explicit - approval</quote> here means that you send a patch to - the Ports Management Team for review and get a reply - saying, <quote>Go ahead and commit it.</quote> + <para> + During a release cycle the ports tree may be in a + <quote>slush</quote> state instead of in a hard freeze. + The goal during a slush is to reach a stable ports tree + to avoid rebuilding large sets of packages for the + release and to tag the tree. During this time + <quote>sweeping changes</quote> are prohibited unless + specifically permitted by portmgr. Complete details + about what consitutes a sweeping change can be found + on the <ulink + url="&url.base/portmgr/implementation.html">Portmgr + Implementation page</ulink>. </para> - - <para>Not everything is allowed to be committed during - a freeze. Please see the <ulink - url="&url.base/portmgr/qa.html">Portmgr Quality - Assurance page</ulink> for more information. - </para> - - <para>Note that you do not have implicit permission to fix - a port during the freeze just because it is - broken.</para> - </answer> - </qandaentry> - - <qandaentry> - <question> - <para>How do I know when the ports freeze starts?</para> - </question> - - <answer> - <para>The ports management team will send out warning - messages to the &a.ports; and &a.committers; - announcing the start of the impending release, usually - two or three weeks in advance. The exact starting time - will not be determined until a few days before the - actual release. This is because the ports freeze has to - be synchronized with the release, and it is usually not - known until then when exactly the release will be - rolled.</para> - - <para>When the freeze starts, there will be another - announcement to the &a.ports; and &a.committers;, of course.</para> - </answer> - </qandaentry> - - <qandaentry> - <question> - <para>How do I know when the ports freeze ends?</para> - </question> - - <answer> - <para>A few hours after the release, the ports management team - will send out a mail to the &a.ports; and &a.committers; - announcing the end of the ports freeze. Note that the - release being cut does not automatically end the freeze. - We have to make sure there will not be any last minute - snafus that result in an immediate re-rolling of the - release.</para> + <para> + The benefit of using a slush as opposed to a + complete freeze is that allows maintainers to continue + adding new ports, making routine version updates and + bug fixes to most existing ports, and otherwise + improving the tree without destabilizing things with + sweeping changes that have effects far beyond the + ports that are changed. For example, updating the + shared library version on a port that many other + ports depend on. </answer> </qandaentry> - </qandadiv> - - <qandadiv> - <title>Creating a New Category - What is the procedure for creating a new category? + How long is a ports freeze or slush? - Please see - - Proposing a New Category in the Porter's Handbook. - Once that procedure has been followed and the PR has been - assigned to &a.portmgr;, it is their decision whether or - not to approve it. If they do, it is their responsibility - to do the following: - - - - Perform any needed repocopies. (This only applies - to physical categories.) - - - - Update the VALID_CATEGORIES - definition in ports/Mk/bsd.port.mk. - - - - - Assign the PR back to you. - - - - + A freeze only lasts long enough to + tag the tree. A slush usually lasts a week or two, + but may last longer. + + + + + + What does it mean to me? + + + + During a ports freeze, you are not allowed to + commit anything to the tree without explicit approval + from the Ports Management Team. Explicit + approval here means that you send a patch to + the Ports Management Team for review and get a reply + saying, Go ahead and commit it. + + + Not everything is allowed to be committed during + a freeze. Please see the Portmgr Quality + Assurance page for more information. + + + Note that you do not have implicit permission to fix + a port during the freeze just because it is + broken. + + + During a ports slush, you are still allowed to + commit but must excersise more caution in what you + commit. Furthermore a special note (typically Feature + Safe: yes) must be added to the commit message. + + + + + + + + How do I know when the ports slush starts? + + + + The ports management team will send out warning + messages to the &a.ports; and &a.committers; + announcing the start of the impending release, usually + two or three weeks in advance. The exact starting time + will not be determined until a few days before the + actual release. This is because the ports slush has to + be synchronized with the release, and it is usually not + known until then when exactly the release will be + rolled. + + When the slush starts, there will be another + announcement to the &a.ports; and &a.committers;, of course. + + + + + + How do I know when the freeze or slush ends? + + + + A few hours after the release, the ports management team + will send out a mail to the &a.ports; and &a.committers; + announcing the end of the ports freeze or slush. Note that the + release being cut does not automatically indicate the end. + We have to make sure there will not be any last minute + snafus that result in an immediate re-rolling of the + release. + + + + + + Creating a New Category + + + + What is the procedure for creating a new category? + + + + Please see + + Proposing a New Category in the Porter's Handbook. + Once that procedure has been followed and the PR has been + assigned to &a.portmgr;, it is their decision whether or + not to approve it. If they do, it is their responsibility + to do the following: - - - What do I need to do to implement a new physical - category? - + + + Perform any needed repocopies. (This only applies + to physical categories.) + - - The procedure is a strict superset of the one to - repocopy individual ports (see above). + + Update the VALID_CATEGORIES + definition in ports/Mk/bsd.port.mk. + + - - Upgrade each copied port's - Makefile. Do not connect the - new category to the build yet. + Assign the PR back to you. + + + + - To do this, you will need to: - - - Change the port's CATEGORIES - (this was the point of the exercise, remember?) + + + What do I need to do to implement a new physical + category? + + + + The procedure is a strict superset of the one to + repocopy individual ports (see above). + + + + Upgrade each copied port's + Makefile. Do not connect the + new category to the build yet. + + To do this, you will need to: + + + Change the port's CATEGORIES + (this was the point of the exercise, remember?) The new category should be listed first. This will help to ensure that the PKGORIGIN >Release-Note: >Audit-Trail: >Unformatted: From gjb at FreeBSD.org Wed Mar 9 01:34:04 2011 From: gjb at FreeBSD.org (gjb at FreeBSD.org) Date: Wed, 9 Mar 2011 01:34:03 GMT Subject: docs/155391: [patch] add notes about the doc slush to the committer handbook Message-ID: <201103090134.p291Y3GT037727@freefall.freebsd.org> Synopsis: [patch] add notes about the doc slush to the committer handbook Responsible-Changed-From-To: freebsd-doc->gjb Responsible-Changed-By: gjb Responsible-Changed-When: Wed Mar 9 01:33:48 UTC 2011 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=155391 From linimon at FreeBSD.org Wed Mar 9 04:59:02 2011 From: linimon at FreeBSD.org (linimon at FreeBSD.org) Date: Wed, 9 Mar 2011 04:59:01 GMT Subject: docs/155385: complaint about geli(8) manpage Message-ID: <201103090459.p294x1ZA026005@freefall.freebsd.org> Old Synopsis: geli manual New Synopsis: complaint about geli(8) manpage Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: linimon Responsible-Changed-When: Wed Mar 9 04:58:03 UTC 2011 Responsible-Changed-Why: Reclassify out of misc/. http://www.freebsd.org/cgi/query-pr.cgi?pr=155385 From pjd at FreeBSD.org Wed Mar 9 07:44:52 2011 From: pjd at FreeBSD.org (pjd at FreeBSD.org) Date: Wed, 9 Mar 2011 07:44:52 GMT Subject: docs/155385: complaint about geli(8) manpage Message-ID: <201103090744.p297iqCH019117@freefall.freebsd.org> Synopsis: complaint about geli(8) manpage State-Changed-From-To: open->patched State-Changed-By: pjd State-Changed-When: ??ro 9 mar 2011 07:39:19 UTC State-Changed-Why: Fix committed to HEAD. Responsible-Changed-From-To: freebsd-doc->pjd Responsible-Changed-By: pjd Responsible-Changed-When: ??ro 9 mar 2011 07:39:19 UTC Responsible-Changed-Why: I'll take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=155385 From gjb at FreeBSD.org Sat Mar 12 19:08:33 2011 From: gjb at FreeBSD.org (gjb at FreeBSD.org) Date: Sat, 12 Mar 2011 19:08:33 GMT Subject: docs/151952: No example for scanning for SSIDs in ifconfig(8) man page Message-ID: <201103121908.p2CJ8XMh093128@freefall.freebsd.org> Synopsis: No example for scanning for SSIDs in ifconfig(8) man page State-Changed-From-To: open->patched State-Changed-By: gjb State-Changed-When: Sat Mar 12 19:07:56 UTC 2011 State-Changed-Why: Patched in HEAD. MFC in 1 week. Responsible-Changed-From-To: freebsd-doc->gjb Responsible-Changed-By: gjb Responsible-Changed-When: Sat Mar 12 19:07:56 UTC 2011 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=151952 From utisoft at gmail.com Sat Mar 12 19:33:58 2011 From: utisoft at gmail.com (Chris Rees) Date: Sat, 12 Mar 2011 19:06:20 +0000 Subject: Things all ports mentors and potential mentees should know In-Reply-To: <20110305165057.GD56261@hub.freebsd.org> References: <20101130150839.GH52404@hub.freebsd.org> <20110305165057.GD56261@hub.freebsd.org> Message-ID: On 5 March 2011 16:50, Thomas Abthorpe wrote: > On Sat, Mar 05, 2011 at 01:48:40PM +0000, Chris Rees wrote: >> On 30 November 2010 15:08, Thomas Abthorpe wrote: >> > Greetings list >> > >> > This document was initially prepared by portmgr@ as a means of >> > addressing issues around ports quality, in addition to informing >> > mentors/mentees their duties and obligations within the ports tree. >> > >> > It has gone through some peer review among ports committers, integrating >> > feedback from the community at large. ?This is intended as a living, >> > growing document to be updated and modified over time. ?At some point >> > in the future, it will likely get rendered for use on the WWW, in the >> > meantime it is being tracked as a text file. >> > >> > Without further delay, I would like to present Mentoring Guidelines, >> > feedback welcome! >> > >> >> >> >> Hi, >> >> I was thinking of volunteering to render this in SGML to go >> into the Committer's Guide... perhaps at the bottom of [1]? >> >> Is anyone working on this, or should I get started? >> >> Chris >> >> [1] http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/conventions.html >> > > Hi Chris > > Thank you for your generous offer! ?This is something on my long term > todo list, and is not yet on the radar, so if you want to sgmlise the > mentor guidelines, I would greatly welcome! > > Do your bit to render the doc, and I can work with you and maybe a doc > committer to get it in. > > > Thomas Hi all, I've just finished rendering the mentor/mentee guidelines; I've stuck it in (for want of a better place) the Committer's Guide. The source for my changes is: http://www.bayofrum.net/~crees/patches/mentor_mentee_guidelines.diff It's rendered here: http://www.bayofrum.net/~crees/comm.html#MENTOR.GUIDELINES Does anyone have any comments so far? Chris PS Hope you're proud of me for learning how to format SGML the 'proper way'; I may go back and fix the Tinderbox docs too to make them less offensive when I have time... From tabthorpe at freebsd.org Sun Mar 13 01:54:24 2011 From: tabthorpe at freebsd.org (Thomas Abthorpe) Date: Sat, 12 Mar 2011 20:54:22 -0500 Subject: Things all ports mentors and potential mentees should know In-Reply-To: References: <20101130150839.GH52404@hub.freebsd.org> <20110305165057.GD56261@hub.freebsd.org> Message-ID: <20110313015422.GR49936@hub.freebsd.org> On Sat, Mar 12, 2011 at 07:06:20PM +0000, Chris Rees wrote: > On 5 March 2011 16:50, Thomas Abthorpe wrote: > > On Sat, Mar 05, 2011 at 01:48:40PM +0000, Chris Rees wrote: > >> On 30 November 2010 15:08, Thomas Abthorpe wrote: > >> > Greetings list > >> > > >> > This document was initially prepared by portmgr@ as a means of > >> > addressing issues around ports quality, in addition to informing > >> > mentors/mentees their duties and obligations within the ports tree. > >> > > >> > It has gone through some peer review among ports committers, integrating > >> > feedback from the community at large. ?This is intended as a living, > >> > growing document to be updated and modified over time. ?At some point > >> > in the future, it will likely get rendered for use on the WWW, in the > >> > meantime it is being tracked as a text file. > >> > > >> > Without further delay, I would like to present Mentoring Guidelines, > >> > feedback welcome! > >> > > >> > >> > >> > >> Hi, > >> > >> I was thinking of volunteering to render this in SGML to go > >> into the Committer's Guide... perhaps at the bottom of [1]? > >> > >> Is anyone working on this, or should I get started? > >> > >> Chris > >> > >> [1] http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/conventions.html > >> > > > > Hi Chris > > > > Thank you for your generous offer! ?This is something on my long term > > todo list, and is not yet on the radar, so if you want to sgmlise the > > mentor guidelines, I would greatly welcome! > > > > Do your bit to render the doc, and I can work with you and maybe a doc > > committer to get it in. > > > > > > Thomas > > Hi all, > > I've just finished rendering the mentor/mentee guidelines; I've stuck > it in (for want of a better place) the Committer's Guide. > > The source for my changes is: > > http://www.bayofrum.net/~crees/patches/mentor_mentee_guidelines.diff > > It's rendered here: > > http://www.bayofrum.net/~crees/comm.html#MENTOR.GUIDELINES > > Does anyone have any comments so far? I like the general flow, as it does follow along with the original. I minor nit I have to offer is inconsistent use of the mailto:porgmgr at FreeBSD.org tag. I would just use portmgr across the board. > > Chris > > PS Hope you're proud of me for learning how to format SGML the 'proper > way'; I may go back and fix the Tinderbox docs too to make them less > offensive when I have time... > Good job on learning the SGML stuff, it is reasonably easy, and the FDP guidelines are reasonably well documented. If you have aspirations for various purposes, submit this as a PR, else just say so, and I/we will do our part. Thomas -- Thomas Abthorpe | FreeBSD Committer tabthorpe at FreeBSD.org | http://people.freebsd.org/~tabthorpe -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 488 bytes Desc: not available URL: From utisoft at gmail.com Sun Mar 13 09:10:08 2011 From: utisoft at gmail.com (Chris Rees) Date: Sun, 13 Mar 2011 08:33:15 GMT Subject: docs/155513: New chapter for Committer's Guide: Mentor Guidelines from portmgr Message-ID: <201103130833.p2D8XFEW027930@zeus.bayofrum.net> >Number: 155513 >Category: docs >Synopsis: New chapter for Committer's Guide: Mentor Guidelines from portmgr >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: Sun Mar 13 09:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sun Feb 27 22:19:51 UTC 2011 root at zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: - SGMLise Mentor/Mentee Guidelines and add to Committer's Guide. Proposed by: tabthorpe Submitted by: Chris Rees (utisoft_at_gmail.com) >How-To-Repeat: >Fix: The SMGL is rendered at: http://www.bayofrum.net/~crees/comm.html#MENTOR.GUIDELINES --- mentor_mentee_guidelines.diff begins here --- Index: article.sgml =================================================================== RCS file: /exports/cvsroot-freebsd/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v retrieving revision 1.293 diff -u -r1.293 article.sgml --- article.sgml 22 Feb 2011 10:27:25 -0000 1.293 +++ article.sgml 13 Mar 2011 08:26:11 -0000 @@ -1230,6 +1230,216 @@ + + Guideline for Mentor/Mentee relationships + + This section is intended to help demystify the + mentoring process, as well as a way to openly promote a + constructive discussion to adapt and grow the guidelines. + In our lives we have too many rules; we are not a + government organisation that inflicts regulation, + but rather a collective of like minded individuals + working toward a common goal, maintaining the quality + assurance of the product we call the Ports Tree. + + + Why mentor? + + + + For most of us, we were mentored into the + Project, so return the favor by offering to mentor + somebody else in. + + + + You have an irresistible urge to inflict knowledge + on others. + + + + The usual punishment applies because you are sick and + tired of committing somebody else's good work! + + + + + + Mentor/Co-Mentor + + Reasons for a co-mentorship: + + + + Significant timezone differential. + Accessible, interactive mentor(s) available via + IM is extremely helpful! + + + + Potential language barrier. Yes, &os; is very + English oriented, as is most software development, + however, having a mentor who can speak a native language + can be very useful. + + + + ENOTIME! Until there is a 30 hour day, and an 8 day + week, some of us only have so much time to give. + Sharing the load with somebody else will make + it easier. + + + + A rookie mentor can benefit from the experience of a + senior committer/mentor. + + + + Two heads are better than one. + + + + Reasons for sole mentorship: + + + + You do not play nicely with others. + + + + You prefer to have a one-on-one relationship. + + + + The reasons for co-mentorship do not apply + to you. + + + + + + Expectations + + We expect mentors to review and test-build all proposed + patches, at least for an initial period lasting more than a + week or two. + + We expect that mentors should take responsibility for + the actions of their mentee. A mentor should follow up with + all commits the mentee makes, both approved + and implicit. + + We expect mentors to make sure their mentees read the + Porter's Handbook, + the PR handling guide, + and the Committer's Guide. While + it's not necessary to memorize all the details, every committer + needs to have an overview of these things to be an effective part + of the community (and avoid as many rookie mistakes as + possible.) + + + + Selecting a mentee + + There is no defined rule for what makes a candidate ready; it can be + a combination of number of PRs they have + submitted to GNATS, the number + of ports maintained, frequency of ports updates and/or level of + participation in a particular area of interest, e.g. + GNOME, KDE, + Gecko or others. + + A candidate should have almost no timeouts, be responsive to requests, + and generally helpful in supporting their ports. + + There must be a history of commitment, as it is widely understood + that training a committer requires time and effort. + If somebody has been around longer, and spent the time observing how + things are done, there is some anticipation of accumulated knowledge. + All too often we have seen a maintainer submit a few PRs, show up in + IRC and ask when they will be given a commit bit. + + Being subscribed to, and following the mailing lists is very + beneficial. There is no real expectation that submitting posts on + the lists will make somebody a committer, but it demonstrates a + commitment. Some mails offer insights into the knowledge of a + candidate as well how they interact with others. + Similarly participating in IRC can give somebody a + higher profile. + + Ask six different committers how many PRs a maintainer should submit + prior to being nominated, and you will get six different answers. Ask + those same individuals how long somebody should have been participating, + same dilemma. How many ports should they have at a minimum? Now we have + a bikeshed! Some things are just hard to quantify, a mentor will just + have to use their best judgement, and hope that + portmgr agrees. + + + + Mentorship duration + + As the trust level develops and grows, the mentee may be granted + implicits commit rights. This can include trivial + changes to a Makefile, + pkg-descr etc. Similarly, it may include + PORTVERSION updates that do not include + plist changes. Other circumstances + may be formulated at the discretion of the Mentor. However, during the + period of mentorship, a port version bump that affects dependent ports + should be checked by a mentor. + + Just as we are all varied individuals, each mentee has different learning + curves, time commitments, and other influencing factors that will + contribute to the time required before they can fly solo. + Empirically, a mentee should be observed for at least 3 months. + 90-100 commits is another target that a mentor could use before releasing + a mentee. Other factors to consider prior releasing a mentee are the + number of mistakes they may have made, QATs received etc. + If they are still making rookie mistakes, they still + require mentor guidance. + + + + Mentor/Co-Mentor debate + + When a request gets to portmgr, it usually reads as, + I propose 'foo' for a ports commit bit, I will co-mentor with + 'bar'. Proposal received, voted, and carried. + + The mentor is the primary point of contact or the + first among equals, the co-mentor is the backup. + + Some reprobate, whose name shall be withheld, made the + + first recorded co-mentor commit. + Similar co-mentor commits have also been spotted in + the src tree. Does this make it right? Does this make it wrong? + It seems to be part of the evolution of how things are done. + + + + Expectations + + We expect mentees to be prepared for constructive criticism from the + community. There's still a lot of lore that isn't + written down. Responding well to constructive criticism is what we + hope we are selecting for by first reviewing their existing + contributions on IRC and mailing lists. + + We warn mentees that some of the criticism they receive may be + less constructive than others, (whether through + language communication problems, or excessive nit-picking), and that + dealing with this gracefully is just part of being in a large community. + In case of specific problems with specific people, or any questions, we + hope that they will approach a portmgr member + on IRC or by email. + + + + Preferred License for New Files --- mentor_mentee_guidelines.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From eadler at FreeBSD.org Sun Mar 13 18:56:44 2011 From: eadler at FreeBSD.org (eadler at FreeBSD.org) Date: Sun, 13 Mar 2011 13:56:43 -0500 (EST) Subject: bin/137156: [patch] fix dump(8) cryptic output on reporting progress Message-ID: <201103131856.p2DIuhHo082562@freefall.freebsd.org> Synopsis: [patch] fix dump(8) cryptic output on reporting progress State-Changed-From-To: open->closed State-Changed-By: eadler State-Changed-When: Sun Mar 13 13:56:09 EST 2011 State-Changed-Why: might break amanda; submitter request http://www.freebsd.org/cgi/query-pr.cgi?pr=137156 From tabthorpe at FreeBSD.org Mon Mar 14 03:18:09 2011 From: tabthorpe at FreeBSD.org (tabthorpe at FreeBSD.org) Date: Mon, 14 Mar 2011 03:18:09 GMT Subject: docs/155513: New chapter for Committer's Guide: Mentor Guidelines from portmgr Message-ID: <201103140318.p2E3I9Aw037149@freefall.freebsd.org> Synopsis: New chapter for Committer's Guide: Mentor Guidelines from portmgr Responsible-Changed-From-To: freebsd-doc->tabthorpe Responsible-Changed-By: tabthorpe Responsible-Changed-When: Mon Mar 14 03:18:09 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=155513 From bugmaster at FreeBSD.org Mon Mar 14 11:06:07 2011 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon, 14 Mar 2011 11:06:06 GMT Subject: Current unassigned doc problem reports Message-ID: <201103141106.p2EB66Sv001828@freefall.freebsd.org> (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=doc .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/155264 doc [handbook] Extend "7.2.2.1 Common Problems" with hw.sn o docs/155149 doc [patch] don't encourage using xorg.conf outside of PRE o docs/155036 doc [patch] fix common typos #4 o docs/154838 doc update cvs-tags information on releng_* to reflect sup o docs/154502 doc xdm authorization failure when used with E17 window ma o docs/154494 doc rcorder(8) not quite accurate o docs/153958 doc ksu man-page documented, but not installed o docs/153738 doc [patch] Docuement requirement to alter some sysctls wh o docs/152103 doc man ipnat is out-dated o docs/151752 doc pw.conf(5) doesn't define format for file clearly o docs/151478 doc [patch] Russian porters-handbook: MFen 1.440 -> 1.1077 o docs/151367 doc [patch] Update for puc.4 man page o docs/150991 doc [patch] Install upgtfw using pkg_add as advised in upg o docs/150917 doc [patch] icmp.4, wrong description of icmplim and icmpl o docs/150877 doc ambiguity in newsyslog(8) man page about zfs with comp o docs/150736 doc [handbook] ipfw docs: rule number is optional, not man o docs/150365 doc [make.conf] [patch] remove BDECFLAGS from make.conf(5) o docs/150255 doc dtrace description should mention makeoptions DEBUG=-g o docs/150244 doc [patch] DRIVER_MODULE(9): MULTI_DRIVER_MODULE is only o docs/150219 doc zfs(8) manual page misses jail/unjail o docs/149845 doc unify spelling of blocksize, block-size and block size o docs/149574 doc [patch] update mi_switch(9) man page o docs/149522 doc Russian network article: incorrect translation about n o docs/149051 doc [request] No document for clang or clang++ o docs/149047 doc [patch] tcsh(1) bears no mention of brace expansion in o docs/148987 doc [patch] {MD[245]|SHA_|SHA1_|SHA256_}{End|File|FileChun o docs/148984 doc [handbook] Mistake in section 16.15.4 of the handbook o docs/148680 doc [sysctl][patch] Document some sys/kern sysctls o docs/148071 doc Failover mode between wired and wireless interfaces o docs/148037 doc bge(4) does not list all devices in if_bge.c / if_bger o docs/147995 doc elf.5 man page has has missing reference o docs/146958 doc bad link to "XaQti XMAC II datasheet" in sk(4) manual o docs/146521 doc [handbook] Update IPv6 system handbook section to ment o docs/146047 doc [kld] [patch] the kldstat(2) manual needs to be more p o docs/145719 doc [patch] 7.3 relnotes erroneously describes new getpage o docs/145699 doc hexdump(1) mutes all format qualifier output following o docs/145644 doc Add artical about creating manpage from scratch o docs/145069 doc Dialup firewalling with FreeBSD article out dated. o docs/145067 doc Remove all reference to floppy installs o docs/145066 doc Update for new uart dev names for serial port. s docs/144818 doc all mailinglist archives dated 19970101 contain traili o docs/144630 doc [patch] domainname(1) manpage contains old information o docs/144543 doc [handbook] IPFW doc change o docs/144537 doc Missing _mdconfig_list and _mdconfig2_list explanation o docs/144515 doc [handbook] Expand handbook Table of contents o docs/144488 doc share/examples/etc/make.conf: contains dangerous examp o docs/144408 doc [patch] update makefs(8) (remove device option) o docs/143850 doc procfs(5) manpage for status > controlling terminal is o docs/143416 doc [handbook] IPFW handbook page issues o docs/143408 doc man filedesc(9) is missing o docs/142917 doc top(1) man page does not include information about VCS a docs/142341 doc jail(8): Jail escape when cwd is moved from the host s o docs/142168 doc [patch] ld(1): ldd(1) not mentioned in ld(1) manpage o docs/141032 doc misleading documentation for rtadvd.conf(5) raflags se s docs/140847 doc [request] add documentation on ECMP and new route args o docs/140457 doc [patch] Grammar fix for isspace(3) o docs/140444 doc [patch] New Traditional Chinese translation of custom- o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd o docs/140369 doc [patch] src/contrib/pf/man/pf.4 o docs/139336 doc [request] ZFS documentation suggestion o docs/139165 doc gssapi.3 man page out of sync with between crypto and o docs/139018 doc translation of submitting.sgml from docproj/submitting o docs/138887 doc manpage ports(7) incorrect o docs/138845 doc Exceeding kern.ipc.maxpipekva refers to tuning(7) whic o docs/138663 doc system(3) man page confuses users about "return value o docs/138485 doc bpf(4) and ip(4) man pages missing important corner ca o docs/136712 doc [handbook] [patch] draft new section on gmirror per pa o docs/136666 doc [handbook] Configure serial port for remote kernel deb o docs/136035 doc ftpchroot(5) omits an important option p docs/136029 doc MALLOC_PRODUCTION knob should be mentioned somewhere, o docs/135516 doc [patch] pax(1) manual not mentioning chflags unawarene o docs/135475 doc [patch] jot(1) manpage and behaviour differ o docs/134222 doc installation failure of japanese docs o docs/134123 doc The RUNQUEUE(9) man page is out of date o docs/132839 doc [patch] Fix example script in ldap-auth article o docs/132718 doc [handbook] Information about adding a new mirror is ou o docs/132260 doc dhcpd(8) pid not stored in documented location o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg( o docs/132113 doc [handbook] Update handbook jails creation o docs/131918 doc [patch] Fixes for the BPF(4) man page o docs/131684 doc [patch] articles/linux-comparison: replace Addenda by o docs/131626 doc [patch] dump(8) "recommended" cache option confusing o docs/130364 doc Man page for top needs explanation of CPU states o docs/130238 doc nfs.lockd man page doesn't mention NFSLOCKD option or o docs/129671 doc New TCP chapter for Developer's Handbook (from rwatson o docs/129464 doc using packages system o docs/129095 doc ipfw(8): Can not check that packet originating/destine s docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages o docs/127908 doc [patch] readdir(3) error documentation s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage o docs/126590 doc [patch] Write routine called forever in Sample Echo Ps o docs/126484 doc libc function res-zonscut2 is not documented o docs/125921 doc lpd(8) talks about blocks in minfree while it is KB in f docs/122052 doc minor update on handbook section 20.7.1 o docs/121952 doc Handbook chapter on Network Address Translation wrong o docs/121585 doc [handbook] Wrong multicast specification o docs/121565 doc dhcp-options(5) manpage incorrectly formatted omitting s docs/121541 doc [request] no man pages for wlan_scan_ap o docs/121312 doc RELNOTES_LANG breaks release if not en_US.ISO8859-1 o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls o docs/120539 doc Inconsistent ipfw's man page o docs/120125 doc [patch] Installing FreeBSD 7.0 via serial console and o docs/120024 doc resolver(5) and hosts(5) need updated for IPv6 o docs/119545 doc books/arch-handbook/usb/chapter.sgml formatting o docs/118902 doc [patch] wrong signatures in d2i_RSAPublicKey man pages o docs/118332 doc man page for top does not describe STATE column wait e o docs/118214 doc close(2) error returns incomplete o docs/118020 doc ipfilter(4): man pages query for man 4 ipfilter return o docs/117747 doc 'break' system call needs a man page o docs/116116 doc mktemp (3) re/move note o docs/116080 doc PREFIX is documented, but not the more important LOCAL o docs/115065 doc [patch] sync ps.1 with p_flag and keywords o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti o docs/114139 doc mbuf(9) has misleading comments on M_DONTWAIT and M_TR o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o docs/112804 doc groff(1) command should be called to explicitly use "p o docs/112682 doc Handbook GEOM_GPT explanation does not provide accurat o docs/111425 doc Missing chunks of text in historical manpages o docs/111265 doc [request] Clarify how to set common shell variables o docs/111147 doc hostapd.conf is not documented o docs/110999 doc carp(4) should document unsupported interface types o docs/110692 doc wi(4) man page doesn't say WPA is not supported o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o docs/110253 doc [patch] rtprio(1): remove processing starvation commen o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit p docs/110061 doc [patch] tuning(7) missing reference to vfs.read_max o docs/109981 doc No manual entry for post-grohtml o docs/109977 doc No manual entry for ksu o docs/109973 doc No manual entry for c++filt o docs/109972 doc No manual entry for zless/bzless f docs/109226 doc [request] No manual entry for sntp o docs/109201 doc [request]: manual for callbootd a docs/108980 doc list of missing man pages o docs/106135 doc [request] articles/vinum needs to be updated o docs/105608 doc fdc(4) debugging description staled o docs/104879 doc Howto: Listen to IMA ADPCM .wav files on FreeBSD box o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o docs/100196 doc man login.conf does explain not "unlimited" o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings o docs/98974 doc Missing tunables in loader(8) manpage o docs/98115 doc Missing parts after rendering handbook to RTF format o docs/96207 doc Comments of a sockaddr_un structure could confuse one o docs/94625 doc [patch] growfs man page -- document "panic: not enough o docs/92626 doc jail manpage should mention disabling some periodic sc o docs/91506 doc ndis(4) man page should be more specific about support o docs/91174 doc [REQUEST] Handbook: Addition of Oracle 9i installation o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar o docs/87936 doc Handbook chapter on NIS/YP lacks good information on a o docs/87857 doc ifconfig(8) wireless options order matters o docs/85128 doc [patch] loader.conf(5) autoboot_delay incompletly desc o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o docs/84932 doc new document: printing with an Epson ALC-3000N on Free o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi o docs/84317 doc fdp-primer doesn't show class=USERNAME distinctively o docs/84271 doc [patch] compress(1) doesn't warn about nasty link hand o docs/83820 doc getino(3) manpage not installed o docs/81611 doc [patch] natd runs with -same_ports by default o docs/78480 doc Networked printer setup unnecessarily complex in handb o docs/61605 doc [request] Improve documentation for i386 disk geometry o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun o docs/59835 doc ipfw(8) man page does not warn about accepted but mean o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour s docs/54752 doc bus_dma explained in ISA section in Handbook: should b o docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW o docs/53596 doc Updates to mt(1) manual page o docs/53271 doc bus_dma(9) fails to document alignment restrictions o docs/51480 doc Multiple undefined references in the FreeBSD manual pa o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation o docs/48101 doc [patch] Add documentation on the fixit disk o docs/43823 doc [patch] update to environ(7) manpage o docs/41089 doc pax(1) -B option does not mention interaction with -z o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF o docs/38982 doc [patch] developers-handbook/Jail fix o docs/38556 doc EPS file of beastie, as addition to existing examples s docs/35678 doc docproj Makefiles for web are broken for paths with sp s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. a docs/30008 doc [patch] French softupdates document should be translat o docs/27605 doc [patch] Cross-document references () o docs/26286 doc *printf(3) etc should gain format string warnings o docs/24786 doc missing FILES descriptions in sa(4) s docs/20028 doc ASCII docs should reflect tags in the sourc 184 problems total. From jhelfman at experts-exchange.com Mon Mar 14 13:10:12 2011 From: jhelfman at experts-exchange.com (Jason Helfman) Date: Mon, 14 Mar 2011 06:01:04 -0700 Subject: docs/155552: add LibreOffice to handbook/faq Message-ID: <1300107664.160203.84817.nullmailer@experts-exchange.com> >Number: 155552 >Category: docs >Synopsis: add LibreOffice to handbook/faq >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: Mon Mar 14 13:10:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE i386 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Add LibreOffice to Handbook and Faq. >How-To-Repeat: >Fix: Index: faq/book.sgml =================================================================== RCS file: /home/jhelfman/ncvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v retrieving revision 1.1133 diff -u -r1.1133 book.sgml --- faq/book.sgml 8 Mar 2011 09:42:08 -0000 1.1133 +++ faq/book.sgml 14 Mar 2011 12:45:31 -0000 @@ -4155,7 +4155,9 @@ The open-source OpenOffice.org - office suite works natively on &os;. The &linux; version of + and LibreOffice + office suites work natively on &os;. The &linux; version of Oracle Open Office, the value-added closed-source version of OpenOffice.org, Index: handbook/config/chapter.sgml =================================================================== RCS file: /home/jhelfman/ncvs/doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v retrieving revision 1.245 diff -u -r1.245 chapter.sgml --- handbook/config/chapter.sgml 1 Dec 2010 20:37:03 -0000 1.245 +++ handbook/config/chapter.sgml 14 Mar 2011 12:38:49 -0000 @@ -135,9 +135,9 @@ with &man.pkg.add.1; the packaging tools extract a temporary copy of the packages under /var/tmp. Large software packages, like Firefox, - or OpenOffice may be tricky to install - if there is not enough disk space - under /var/tmp. + OpenOffice or LibreOffice + may be tricky to install if there is not enough disk space under + /var/tmp. The /usr partition holds many Index: handbook/desktop/chapter.sgml =================================================================== RCS file: /home/jhelfman/ncvs/doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml,v retrieving revision 1.101 diff -u -r1.101 chapter.sgml --- handbook/desktop/chapter.sgml 25 Feb 2011 09:12:49 -0000 1.101 +++ handbook/desktop/chapter.sgml 14 Mar 2011 12:19:59 -0000 @@ -59,7 +59,8 @@ KOffice, AbiWord, The GIMP, - OpenOffice.org) + OpenOffice.org, + LibreOffice) @@ -527,6 +528,14 @@ huge &jdk;, Mozilla + + + LibreOffice + somewhat heavy + huge + Gtk+, or KDE/ + GNOME, or &jdk; + @@ -732,6 +741,87 @@ &prompt.user; openoffice.org + + + LibreOffice + + LibreOffice + + + office suite + LibreOffice + + + LibreOffice includes all of the + mandatory applications in a complete office productivity + suite: a word processor, a spreadsheet, a presentation manager, + and a drawing program. Its user interface is very similar + to other office suites, and it can import and export in various + popular file formats. It is available in a number of + different languages — internationalization has been + extended to interfaces, spell checkers, and + dictionaries. + + The word processor of LibreOffice + uses a native XML file format for increased portability and + flexibility. The spreadsheet program features a macro language + and it can be interfaced with external databases. + LibreOffice is already stable + and runs natively on &windows;, Linux, FreeBSD, and + &macos; X. More information about LibreOffice + can be found on the + LibreOffice web site. + + + To install LibreOffice as package, + do: + + &prompt.root; pkg_add -r libreoffice + + + When running a -RELEASE version of &os;, this should work. + + + Once the package is installed, you need to type the following + command to run LibreOffice: + + + &prompt.user; libreoffice + + + During the first launch, you will be asked some + questions and a .libreoffice folder + will be created in your home directory. + + + If the LibreOffice packages + are not available, you still have the option to compile the + port. However, you must bear in mind that it requires a lot of + disk space and a fairly long time to compile. + + &prompt.root; cd /usr/ports/editors/libreoffice +&prompt.root; make install clean + + + If you want to build a localized version, replace the + previous command line with the following: + + &prompt.root; make LOCALIZED_LANG=your_language install clean + + You have to replace + your_language with the correct + language ISO-code. A list of supported language codes are + available in the pre-fetch target of + the port Makefile. + + + + Once this is done, + LibreOffice can be launched with + the command: + + &prompt.user; libreoffice + @@ -1154,6 +1244,12 @@ + LibreOffice + libreoffice + editors/libreoffice + + + &acrobat.reader; acroread print/acroread8 >Release-Note: >Audit-Trail: >Unformatted: From wblock at wonkity.com Mon Mar 14 20:21:59 2011 From: wblock at wonkity.com (Warren Block) Date: Mon, 14 Mar 2011 14:21:58 -0600 (MDT) Subject: nroff mdoc character errors Message-ID: man mergemaster | hd | less -p'80 90' shows 0x80 and 0x90 characters where lines should be hyphenated. 0x80 0x90 shows as "-" in an xterm, but as three non-English characters on a real console. Likewise, parens come out as 0xa8 and 0xe2. groff works correctly: gzcat /usr/share/man/man8/mergemaster.8.gz | groff -Tascii -mdoc - nroff does not: gzcat /usr/share/man/man8/mergemaster.8.gz | nroff -mdoc - From cswiger at mac.com Mon Mar 14 21:29:26 2011 From: cswiger at mac.com (Chuck Swiger) Date: Mon, 14 Mar 2011 13:29:14 -0700 Subject: nroff mdoc character errors In-Reply-To: References: Message-ID: <821F52B1-F457-4FF0-A7EC-B24DEF460767@mac.com> On Mar 14, 2011, at 1:21 PM, Warren Block wrote: > man mergemaster | hd | less -p'80 90' > > shows 0x80 and 0x90 characters where lines should be hyphenated. 0x80 0x90 shows as "-" in an xterm, but as three non-English characters on a real console. Likewise, parens come out as 0xa8 and 0xe2. > > groff works correctly: > gzcat /usr/share/man/man8/mergemaster.8.gz | groff -Tascii -mdoc - > > nroff does not: > gzcat /usr/share/man/man8/mergemaster.8.gz | nroff -mdoc - I can't reproduce here, running a shell under Terminal.app (which claims to be TERM=xterm-color). What do you have $TERM set to, and do you have $LC_ALL and friends from setlocale(3) set to something? Regards, -- -Chuck From wblock at wonkity.com Mon Mar 14 21:58:24 2011 From: wblock at wonkity.com (Warren Block) Date: Mon, 14 Mar 2011 15:58:23 -0600 (MDT) Subject: nroff mdoc character errors In-Reply-To: <821F52B1-F457-4FF0-A7EC-B24DEF460767@mac.com> References: <821F52B1-F457-4FF0-A7EC-B24DEF460767@mac.com> Message-ID: On Mon, 14 Mar 2011, Chuck Swiger wrote: > On Mar 14, 2011, at 1:21 PM, Warren Block wrote: >> man mergemaster | hd | less -p'80 90' > > I can't reproduce here, running a shell under Terminal.app (which claims to be TERM=xterm-color). What do you have $TERM set to, and do you have $LC_ALL and friends from setlocale(3) set to something? $TERM xterm $LANG en_US.UTF-8 $LC_ALL unset i386 8-stable as of today, xfce's Terminal and xterm do it although visually it looks okay. ttyv1 shows the characters. From wblock at wonkity.com Wed Mar 16 17:14:57 2011 From: wblock at wonkity.com (Warren Block) Date: Wed, 16 Mar 2011 11:14:56 -0600 (MDT) Subject: nroff mdoc character errors In-Reply-To: <821F52B1-F457-4FF0-A7EC-B24DEF460767@mac.com> References: <821F52B1-F457-4FF0-A7EC-B24DEF460767@mac.com> Message-ID: On Mon, 14 Mar 2011, Chuck Swiger wrote: > On Mar 14, 2011, at 1:21 PM, Warren Block wrote: >> man mergemaster | hd | less -p'80 90' >> >> shows 0x80 and 0x90 characters where lines should be hyphenated. 0x80 0x90 shows as "-" in an xterm, but as three non-English characters on a real console. Likewise, parens come out as 0xa8 and 0xe2. >> >> groff works correctly: >> gzcat /usr/share/man/man8/mergemaster.8.gz | groff -Tascii -mdoc - >> >> nroff does not: >> gzcat /usr/share/man/man8/mergemaster.8.gz | nroff -mdoc - > > I can't reproduce here, running a shell under Terminal.app (which claims to be TERM=xterm-color). What do you have $TERM set to, and do you have $LC_ALL and friends from setlocale(3) set to something? Tested again on a stock PCBSD install, it still produces the 0x80 0x90 sequence on csh and bash. TERM set to xterm or xterm-color doesn't make a difference. No LC_* variables are set. (I did change the PCBSD settings for mouse acceleration from "a twitch flings the pointer across town" to 1.0, and disabling "flash the cursor in a seizure-inducing way". But neither of these should affect how man pages are rendered.) From arundel at freebsd.org Thu Mar 17 21:52:00 2011 From: arundel at freebsd.org (Alexander Best) Date: Thu, 17 Mar 2011 21:52:00 +0000 Subject: [patch] trivial fix for moused(8) Message-ID: <20110317215200.GA11102@freebsd.org> hi there, could anybody please commit this trivial fix to the moused(8) manual? thanks in advance. alex diff --git a/usr.sbin/moused/moused.8 b/usr.sbin/moused/moused.8 index 8a21455..30b2200 100644 --- a/usr.sbin/moused/moused.8 +++ b/usr.sbin/moused/moused.8 @@ -450,9 +450,9 @@ X10 MouseRemote. Genius Kidspad and Easypad protocol. .It Ar versapad Interlink VersaPad protocol. -.El .It Ar gtco_digipad GTCO Digipad protocol. +.El .Pp For the bus and InPort mouse: .Bl -tag -compact -width mousesystemsxxx -- a13x From gjb at FreeBSD.org Thu Mar 17 22:18:33 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Thu, 17 Mar 2011 18:18:29 -0400 Subject: [patch] trivial fix for moused(8) In-Reply-To: <20110317215200.GA11102@freebsd.org> References: <20110317215200.GA11102@freebsd.org> Message-ID: <4D8288B5.7050505@FreeBSD.org> On 3/17/11 5:52 PM, Alexander Best wrote: > hi there, > > could anybody please commit this trivial fix to the moused(8) manual? > Hi Alex, I've just committed this to head. Will MFC in 3 days. Thanks! -- Glen Barber | gjb at FreeBSD.org FreeBSD Documentation Project From arundel at freebsd.org Thu Mar 17 22:51:00 2011 From: arundel at freebsd.org (Alexander Best) Date: Thu, 17 Mar 2011 22:51:00 +0000 Subject: [patch] trivial fix for moused(8) In-Reply-To: <4D8288B5.7050505@FreeBSD.org> References: <20110317215200.GA11102@freebsd.org> <4D8288B5.7050505@FreeBSD.org> Message-ID: <20110317225100.GA20501@freebsd.org> On Thu Mar 17 11, Glen Barber wrote: > On 3/17/11 5:52 PM, Alexander Best wrote: > > hi there, > > > > could anybody please commit this trivial fix to the moused(8) manual? > > > > Hi Alex, > > I've just committed this to head. Will MFC in 3 days. thanks a lot. :9 any news regarding docs/153012? cheers. alex > > Thanks! > > -- > Glen Barber | gjb at FreeBSD.org > FreeBSD Documentation Project -- a13x From gjb at FreeBSD.org Thu Mar 17 22:56:04 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Thu, 17 Mar 2011 18:56:02 -0400 Subject: [patch] trivial fix for moused(8) In-Reply-To: <20110317225100.GA20501@freebsd.org> References: <20110317215200.GA11102@freebsd.org> <4D8288B5.7050505@FreeBSD.org> <20110317225100.GA20501@freebsd.org> Message-ID: <4D829182.9020405@FreeBSD.org> On 3/17/11 6:51 PM, Alexander Best wrote: > any news regarding docs/153012? > I should have the spare cycles on Saturday to get back to this PR. Thank you for the reminder. -- Glen Barber | gjb at FreeBSD.org FreeBSD Documentation Project From arundel at freebsd.org Thu Mar 17 22:59:14 2011 From: arundel at freebsd.org (Alexander Best) Date: Thu, 17 Mar 2011 22:59:14 +0000 Subject: [patch] trivial fix for moused(8) In-Reply-To: <4D829182.9020405@FreeBSD.org> References: <20110317215200.GA11102@freebsd.org> <4D8288B5.7050505@FreeBSD.org> <20110317225100.GA20501@freebsd.org> <4D829182.9020405@FreeBSD.org> Message-ID: <20110317225914.GA22446@freebsd.org> On Thu Mar 17 11, Glen Barber wrote: > On 3/17/11 6:51 PM, Alexander Best wrote: > > any news regarding docs/153012? > > > > I should have the spare cycles on Saturday to get back to this PR. > Thank you for the reminder. no problem. did bruce evans respond to your request for review? > > -- > Glen Barber | gjb at FreeBSD.org > FreeBSD Documentation Project -- a13x From utisoft at gmail.com Sat Mar 19 11:10:09 2011 From: utisoft at gmail.com (Chris Rees) Date: Sat, 19 Mar 2011 11:03:44 GMT Subject: docs/155691: New section of Porter's Handbook; Using CVS to make patches Message-ID: <201103191103.p2JB3iQl080398@zeus.bayofrum.net> >Number: 155691 >Category: docs >Synopsis: New section of Porter's Handbook; Using CVS to make patches >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 19 11:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sun Feb 27 22:19:51 UTC 2011 root at zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: Ion-Mihai Tetcu has written a guide [1] to making cvs diffs of port changes. This is the first part of it, put into (I hope) an appropriate part of the Porter's Handbook. My plan is to later merge the tips on PRs into the PR submission guide too, and perhaps link them. [1] http://ionut.tetcu.info/FreeBSD/How-to-submit-a-diff.txt >How-To-Repeat: >Fix: I've added into the Upgrading an individual port chapter a section on how to make a cvs diff (written by itetcu@, not quite sure how to acknowledge that) as well as adding a link in the introduction where using diff is mentioned. Rendered: http://www.bayofrum.net/~crees/port.html (the callout images are missing, which is why they're the alt text (#)) - Added section How to make a cvs diff - Added link to section where diff methods are described PR: Submitted by: Chris Rees (utisoft_at_gmail.com) Original author: itetcu --- porters-cvs-diff.diff begins here --- Index: book.sgml =================================================================== RCS file: /exports/cvsroot-freebsd/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.1097 diff -u -r1.1097 book.sgml --- book.sgml 18 Feb 2011 20:57:00 -0000 1.1097 +++ book.sgml 13 Mar 2011 17:58:30 -0000 @@ -9524,8 +9524,9 @@ &prompt.user; /usr/bin/diff something.orig something > something.diff - Otherwise, you should copy the contents of the port to an entire - different directory and use + Otherwise, you should either use the cvs diff + method () or copy the contents of the port to + an entire different directory and use the result of the recursive &man.diff.1; output of the new and old @@ -9595,6 +9596,127 @@ Now that you have done all that, you will want to read about how to keep up-to-date in . + + Using CVS to make patches + + If you can, please submit a cvs diff, they are easier to handle + than diffs between new and old dirs. Plus it's easier + for you to see what you have changed and update your diff if + something is modified in the Ports Collection from when you started + to work on it until you submit your changes or if the committer asks + you to fix something. + + &prompt.user; cd ~/my_wrkdir +&prompt.user; cvs -d R_CVSROOT co pdnsd +&prompt.user; cd ~/my_wrkdir/pdnsd + + + This can be anywhere you want, of course; ports can be + built from anywhere, not only + /usr/ports/. + + + + R_CVSROOT is any public cvs server, take your pick from + the list in the &os; + Handbook. + + + + pdnsd is the module name for the port; it is generally the + name of the port, with some exceptions, notably for national + categories (german/selfhtml + has the module name de-selfhtml); you can either + look up the module name via the + cvsweb + interface or write the whole path, in our example + ports/dns/pdnsd. + + + + While in the working directory, make any changes that you + would usually make to the port. If you add or remove a file, use + cvs to track these changes: + + &prompt.user; cvs add new_file +&prompt.user; cvs rm deleted_file + + Make sure that you check the port using the + checklist in and + . + + &prompt.user; cvs status +&prompt.user; cvs update + + + + This will try to merge the differences between your patch + and current CVS; watch the output carefully. The letter in front + of each file name indicates what was done with it, described in + . + + + + + cvs update file prefixes + + + + + U + + The file was updated without trouble. + + + + P + + The file was updated without trouble (you will only see + this when working against a remote repository). + + + + M + + The file had been modified, and was merged without + conflicts. + + + + C + + The file had been modified, and was merged with + conflicts. + + + +
+ + If you get C as a result of + cvs update it means something + changed in the CVS and &man.cvs.1; wasn't able to merge your local + changes and those from CVS. It's always a good idea to inspect the + changes anyway, since cvs doesn't know anything + about how a port should be, so it might (and probably will) merge + things that don't make sense. + + The last step is to make a unified &man.diff.1; + of the files against CVS: + + &prompt.user; cvs diff -uN > ../`basename ${PWD}`.diff + + + It is important to use to ensure that + files you have removed are accounted for in the patch. The patch + will empty (but leave existing) any removed files when applied, so + remember to include these in the PR so the committer knows to + remove them. + + + Send your patch following the guidelines in + . +
+ The files UPDATING and MOVED --- porters-cvs-diff.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ryusuke at FreeBSD.org Sat Mar 19 15:54:41 2011 From: ryusuke at FreeBSD.org (ryusuke at FreeBSD.org) Date: Sat, 19 Mar 2011 15:54:41 GMT Subject: docs/134222: installation failure of japanese docs Message-ID: <201103191554.p2JFsfHG054496@freefall.freebsd.org> Synopsis: installation failure of japanese docs Responsible-Changed-From-To: freebsd-doc->ryusuke Responsible-Changed-By: ryusuke Responsible-Changed-When: Sat Mar 19 15:52:07 UTC 2011 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=134222 From dfilter at FreeBSD.ORG Sat Mar 19 16:50:08 2011 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sat, 19 Mar 2011 16:50:08 GMT Subject: docs/155036: commit references a PR Message-ID: <201103191650.p2JGo8xQ000959@freefall.freebsd.org> The following reply was made to PR docs/155036; it has been noted by GNATS. From: dfilter at FreeBSD.ORG (dfilter service) To: bug-followup at FreeBSD.org Cc: Subject: Re: docs/155036: commit references a PR Date: Sat, 19 Mar 2011 16:45:05 +0000 (UTC) rene 2011-03-19 16:44:56 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Remove a duplicate "is". PR: docs/155036 (the Dutch part) Submitted by: eadler Revision Changes Path 1.28 +1 -1 doc/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml _______________________________________________ cvs-all at freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org" From sonic2000gr at gmail.com Sat Mar 19 17:00:18 2011 From: sonic2000gr at gmail.com (Manolis Kiagias) Date: Sat, 19 Mar 2011 17:00:18 GMT Subject: docs/155036: [patch] fix common typos #4 Message-ID: <201103191700.p2JH0IOF009188@freefall.freebsd.org> The following reply was made to PR docs/155036; it has been noted by GNATS. From: Manolis Kiagias To: Eitan Adler Cc: freebsd-gnats-submit at FreeBSD.org Subject: Re: docs/155036: [patch] fix common typos #4 Date: Sat, 19 Mar 2011 18:34:00 +0200 On 02/25/2011 08:26 PM, Eitan Adler wrote: >> Number: 155036 >> Category: docs >> Synopsis: [patch] fix common typos #4 >> Confidential: no >> Severity: non-critical >> Priority: low >> Responsible: freebsd-doc >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: sw-bug >> Submitter-Id: current-users >> Arrival-Date: Fri Feb 25 18:30:14 UTC 2011 >> Closed-Date: >> Last-Modified: >> Originator: Eitan Adler >> Release: >> Organization: >> Environment: >> Description: >> > "is is" -> "is" in doc/ > >> How-To-Repeat: >> > >> Fix: >> > Index: el_GR.ISO8859-7/books/faq/book.sgml > =================================================================== > RCS file: /home/ncvs/doc/el_GR.ISO8859-7/books/faq/book.sgml,v > retrieving revision 1.16 > diff -u -r1.16 book.sgml > --- el_GR.ISO8859-7/books/faq/book.sgml 9 Feb 2009 18:04:38 -0000 1.16 > +++ el_GR.ISO8859-7/books/faq/book.sgml 25 Feb 2011 18:08:49 -0000 > @@ -4773,7 +4773,7 @@ > should be able to refuse categories, but in practice > there are too many ports that depend on ports in other > categories. Until someone comes up with a solution for > - this problem, the general rule is is that if you want to > + this problem, the general rule is that if you want to > build INDEX, you must have a complete > copy of the Ports Collection.
> > Index: nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml > =================================================================== > RCS file: /home/ncvs/doc/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v > retrieving revision 1.26 > diff -u -r1.26 chapter.sgml > --- nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 29 Jan 2011 16:39:48 -0000 1.26 > +++ nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 25 Feb 2011 18:08:50 -0000 > @@ -5146,7 +5146,7 @@ > > Poorten omleiden > > - Het nadeel van &man.natd.8; is is dat de LAN-cliënten > + Het nadeel van &man.natd.8; is dat de LAN-cliënten > niet vanaf het Internet toegankelijk zijn. Cliënten op het > LAN kunnen uitgaande verbinden naar de wereld maken maar kunnen > geen inkomende verbindingen ontvangen. Dit vormt een probleem > > > Hi, The Greek part is only partly translated and the fix relates to the untranslated part. This will be fixed when the translation completes. Rene or whoever commits the Dutch part is welcome to close the PR as well. Thanks! manolis@ From rene at FreeBSD.org Sat Mar 19 18:24:33 2011 From: rene at FreeBSD.org (rene at FreeBSD.org) Date: Sat, 19 Mar 2011 18:24:32 GMT Subject: docs/155036: [patch] fix common typos #4 Message-ID: <201103191824.p2JIOWuK090402@freefall.freebsd.org> Synopsis: [patch] fix common typos #4 State-Changed-From-To: open->closed State-Changed-By: rene State-Changed-When: Sat Mar 19 18:23:31 UTC 2011 State-Changed-Why: Dutch part fixed, the Greek part will be fixed when it gets translated. http://www.freebsd.org/cgi/query-pr.cgi?pr=155036 From damjan.marion at gmail.com Sun Mar 20 19:03:45 2011 From: damjan.marion at gmail.com (Damjan Marion) Date: Sun, 20 Mar 2011 19:33:21 +0100 Subject: Creating epub version of handbooks Message-ID: <70FE330E-E1DF-4E2C-AC41-2C5475B00971@gmail.com> Hi, I want to create epub version of handbooks. I tried to convert sgml to docbook xml and then apply epub XSLT. When I try to do "make FORMATS=xml" in handbook directory or use sx/osx i got hundreds of errors (some of them listed below). Am I doing something wrong or xml creation is broken? Thanks, Damjan /usr/local/bin/sx -xlower -xndata /usr/doc/en_US.ISO8859-1/books/handbook/book.sgml 2> .sxerr | tail -n +2 >> book.xml /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:7:73:W: cannot generate system identifier for public text "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:8:87:W: cannot generate system identifier for public text "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//EN" /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:9:10:E: reference to entity "books.ent" for which no system identifier could be generated /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:8:0: entity was defined here /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:55:0:E: reference to entity "BOOK" for which no system identifier could be generated /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:7:0: entity was defined here /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:55:0:E: DTD did not contain element declaration for document type name /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:57:5:E: element "BOOK" undefined /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:58:11:E: element "BOOKINFO" undefined /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:59:10:E: element "TITLE" undefined /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:61:15:E: element "CORPAUTHOR" undefined From bcr at FreeBSD.org Sun Mar 20 19:52:30 2011 From: bcr at FreeBSD.org (Benedict Reuschling) Date: Sun, 20 Mar 2011 20:52:27 +0100 Subject: Creating epub version of handbooks In-Reply-To: <70FE330E-E1DF-4E2C-AC41-2C5475B00971@gmail.com> References: <70FE330E-E1DF-4E2C-AC41-2C5475B00971@gmail.com> Message-ID: <4D865AFB.7070105@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 20.03.11 19:33, schrieb Damjan Marion: > > Hi, > > I want to create epub version of handbooks. I tried to convert sgml to docbook xml and then apply epub XSLT. > > When I try to do "make FORMATS=xml" in handbook directory or use sx/osx i got hundreds of errors (some of them listed below). > > Am I doing something wrong or xml creation is broken? > > Thanks, > > Damjan > > > /usr/local/bin/sx -xlower -xndata /usr/doc/en_US.ISO8859-1/books/handbook/book.sgml 2> .sxerr | tail -n +2 >> book.xml > /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:7:73:W: cannot generate system identifier for public text "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" > /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:8:87:W: cannot generate system identifier for public text "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//EN" > /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:9:10:E: reference to entity "books.ent" for which no system identifier could be generated > /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:8:0: entity was defined here > /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:55:0:E: reference to entity "BOOK" for which no system identifier could be generated > /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:7:0: entity was defined here > /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:55:0:E: DTD did not contain element declaration for document type name > /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:57:5:E: element "BOOK" undefined > /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:58:11:E: element "BOOKINFO" undefined > /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:59:10:E: element "TITLE" undefined > /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:61:15:E: element "CORPAUTHOR" undefined > Hello Damjan, your approach is a lot like mine when I first tried converting the FreeBSD documentation set for an epub version. I'll be presenting a possible solution (more like a migration path) at this years BSDCan: http://www.bsdcan.org/2011/schedule/events/224.en.html To answer your question: the problem is that there are countless FreeBSD-specific entities (like &os; which translates to "FreeBSD" in the output document) that need to be converted for the XML version of DocBook. We are still using an older version of DocBook that is based on SGML in the Doc project that AFAIK can not yet produce XML output. For epub creation, the source file must be in XML format. Work is in progress to convert not only these entities that cause these errors, but also to move to an newer version of DocBook that is XML-based. However, this takes time because XML is more strict and we also need to make modifications to our documentation build infrastructure (makefiles and such) once we are at a pure XML-based doc set. People are getting more and more interested in the epub format, which is a good thing. You can get more information about the current status from my slides at BSDCan (which I will make available as soon as I gave he talk there). My guess is that there will be epub versions in the foreseeable future for all documents (faq, handbook, articles, etc.) that we maintain, because epubs are relatively easy to create (mostly automatic). Regards Benedict Reuschling FreeBSD Doc Committer The FreeBSD Documentation Project FreeBSD German Documentation Project - https://doc.bsdgroup.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk2GWvEACgkQTSZQLkqBk0jZIQCdECRyy6y5ZZmvQWdKka1jrl2K 8D8AoNADM687GUugFuU8pM9tIPmAEFD6 =VkE5 -----END PGP SIGNATURE----- From drulavigne at sympatico.ca Sun Mar 20 20:47:55 2011 From: drulavigne at sympatico.ca (Dru Lavigne) Date: Sun, 20 Mar 2011 20:47:55 +0000 Subject: Creating epub version of handbooks In-Reply-To: <4D865AFB.7070105@FreeBSD.org> References: <70FE330E-E1DF-4E2C-AC41-2C5475B00971@gmail.com>, <4D865AFB.7070105@FreeBSD.org> Message-ID: > Am 20.03.11 19:33, schrieb Damjan Marion: > > > > Hi, > > > > I want to create epub version of handbooks. I tried to convert sgml to docbook xml and then apply epub XSLT. > > > > When I try to do "make FORMATS=xml" in handbook directory or use sx/osx i got hundreds of errors (some of them listed below). > > > > Am I doing something wrong or xml creation is broken? > > your approach is a lot like mine when I first tried converting the > FreeBSD documentation set for an epub version. I'll be presenting a > possible solution (more like a migration path) at this years BSDCan: > > http://www.bsdcan.org/2011/schedule/events/224.en.html > > To answer your question: the problem is that there are countless > FreeBSD-specific entities (like &os; which translates to "FreeBSD" in > the output document) that need to be converted for the XML version of > DocBook. We are still using an older version of DocBook that is based on > SGML in the Doc project that AFAIK can not yet produce XML output. For > epub creation, the source file must be in XML format. Work is in > progress to convert not only these entities that cause these errors, but > also to move to an newer version of DocBook that is XML-based. However, > this takes time because XML is more strict and we also need to make > modifications to our documentation build infrastructure (makefiles and > such) once we are at a pure XML-based doc set. Sounds like a great talk, Benedict! I'll have to catch it. If it's any help, Damjan, I used calibre and sigil when creating the epub version of the PC-BSD Handbook. Calibre converted the pdf to epub format and sigil cleaned it up. Calibre warns that manual cleanup will still be needed after conversion; in practice, the conversion process randomly inserts figures into the middle of nearby paragraphs and ordered and unordered lists need to be adjusted so they render properly. I had to use the Linux or Windows version as the FreeBSD port for calibre fails and I haven't had a chance yet to figure out what causes the error to submit a PR. The FreeBSD port of sigil works fine. Cheers, Dru From richardmmccord at yahoo.com Sun Mar 20 19:35:27 2011 From: richardmmccord at yahoo.com (Richard M. McCord) Date: Sun, 20 Mar 2011 12:08:34 -0700 Subject: There is a broken link on your newbies page Message-ID: <4D8650B2.2060508@yahoo.com> Hi. The link http://catb.org/~esr/jargon/html/index.html (Jargon file) on your web page at http://www.freebsd.org/projects/newbies.html is broken. There. My work here is done. Richard From gjb at FreeBSD.org Mon Mar 21 03:37:22 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Sun, 20 Mar 2011 23:37:20 -0400 Subject: There is a broken link on your newbies page In-Reply-To: <4D8650B2.2060508@yahoo.com> References: <4D8650B2.2060508@yahoo.com> Message-ID: <4D86C7F0.7070709@FreeBSD.org> On 3/20/11 3:08 PM, Richard M. McCord wrote: > Hi. > > The link http://catb.org/~esr/jargon/html/index.html (Jargon file) on > your web page at http://www.freebsd.org/projects/newbies.html is broken. > Looks like http://www.catb.org/jargon/ is now the correct URL. Thanks for the report. -- Glen Barber | gjb at FreeBSD.org FreeBSD Documentation Project From blackend at FreeBSD.org Mon Mar 21 07:41:04 2011 From: blackend at FreeBSD.org (Marc Fonvieille) Date: Mon, 21 Mar 2011 08:15:15 +0100 Subject: Creating epub version of handbooks In-Reply-To: <4D865AFB.7070105@FreeBSD.org> References: <70FE330E-E1DF-4E2C-AC41-2C5475B00971@gmail.com> <4D865AFB.7070105@FreeBSD.org> Message-ID: 2011/3/20 Benedict Reuschling : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Am 20.03.11 19:33, schrieb Damjan Marion: >> >> Hi, >> >> I want to create epub version of handbooks. I tried to convert sgml to docbook xml and then apply epub XSLT. >> >> When I try to do "make FORMATS=xml" in handbook directory or use sx/osx i got hundreds of errors ?(some of them listed below). >> >> Am I doing something wrong or xml creation is broken? >> >> Thanks, >> >> Damjan >> >> >> /usr/local/bin/sx -xlower -xndata /usr/doc/en_US.ISO8859-1/books/handbook/book.sgml 2> .sxerr | tail -n +2 >> book.xml >> /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:7:73:W: cannot generate system identifier for public text "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" >> /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:8:87:W: cannot generate system identifier for public text "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//EN" >> /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:9:10:E: reference to entity "books.ent" for which no system identifier could be generated >> /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:8:0: entity was defined here >> /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:55:0:E: reference to entity "BOOK" for which no system identifier could be generated >> /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:7:0: entity was defined here >> /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:55:0:E: DTD did not contain element declaration for document type name >> /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:57:5:E: element "BOOK" undefined >> /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:58:11:E: element "BOOKINFO" undefined >> /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:59:10:E: element "TITLE" undefined >> /usr/local/bin/sx:/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml:61:15:E: element "CORPAUTHOR" undefined >> > > Hello Damjan, > > your approach is a lot like mine when I first tried converting the > FreeBSD documentation set for an epub version. I'll be presenting a > possible solution (more like a migration path) at this years BSDCan: > > http://www.bsdcan.org/2011/schedule/events/224.en.html > > To answer your question: the problem is that there are countless > FreeBSD-specific entities (like &os; which translates to "FreeBSD" in > the output document) that need to be converted for the XML version of > DocBook. We are still using an older version of DocBook that is based on > SGML in the Doc project that AFAIK can not yet produce XML output. For > epub creation, the source file must be in XML format. Work is in > progress to convert not only these entities that cause these errors, but > also to move to an newer version of DocBook that is XML-based. However, > this takes time because XML is more strict and we also need to make > modifications to our documentation build infrastructure (makefiles and > such) once we are at a pure XML-based doc set. > > People are getting more and more interested in the epub format, which is > a good thing. You can get more information about the current status from > my slides at BSDCan (which I will make available as soon as I gave he > talk there). My guess is that there will be epub versions in the > foreseeable future for all documents (faq, handbook, articles, etc.) > that we maintain, because epubs are relatively easy to create (mostly > automatic). > The pdb target exits in our doc building system, since pdb to epub is possible it can be a solution. However I'm not sure the resulting epub file is what people are expecting in term of quality (images, links, etc.) compared to what a direct SGML --> epub translation should offer. -- Marc From bugmaster at FreeBSD.org Mon Mar 21 11:06:07 2011 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon, 21 Mar 2011 11:06:06 GMT Subject: Current unassigned doc problem reports Message-ID: <201103211106.p2LB662r085231@freefall.freebsd.org> (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=doc .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/155691 doc New section of Porter's Handbook; Using CVS to make pa o docs/155552 doc add LibreOffice to handbook/faq o docs/155264 doc [handbook] Extend "7.2.2.1 Common Problems" with hw.sn o docs/155149 doc [patch] don't encourage using xorg.conf outside of PRE o docs/154838 doc update cvs-tags information on releng_* to reflect sup o docs/154502 doc xdm authorization failure when used with E17 window ma o docs/154494 doc rcorder(8) not quite accurate o docs/153958 doc ksu man-page documented, but not installed o docs/153738 doc [patch] Docuement requirement to alter some sysctls wh o docs/152103 doc man ipnat is out-dated o docs/151752 doc pw.conf(5) doesn't define format for file clearly o docs/151478 doc [patch] Russian porters-handbook: MFen 1.440 -> 1.1077 o docs/151367 doc [patch] Update for puc.4 man page o docs/150991 doc [patch] Install upgtfw using pkg_add as advised in upg o docs/150917 doc [patch] icmp.4, wrong description of icmplim and icmpl o docs/150877 doc ambiguity in newsyslog(8) man page about zfs with comp o docs/150736 doc [handbook] ipfw docs: rule number is optional, not man o docs/150365 doc [make.conf] [patch] remove BDECFLAGS from make.conf(5) o docs/150255 doc dtrace description should mention makeoptions DEBUG=-g o docs/150244 doc [patch] DRIVER_MODULE(9): MULTI_DRIVER_MODULE is only o docs/150219 doc zfs(8) manual page misses jail/unjail o docs/149845 doc unify spelling of blocksize, block-size and block size o docs/149574 doc [patch] update mi_switch(9) man page o docs/149522 doc Russian network article: incorrect translation about n o docs/149051 doc [request] No document for clang or clang++ o docs/149047 doc [patch] tcsh(1) bears no mention of brace expansion in o docs/148987 doc [patch] {MD[245]|SHA_|SHA1_|SHA256_}{End|File|FileChun o docs/148984 doc [handbook] Mistake in section 16.15.4 of the handbook o docs/148680 doc [sysctl][patch] Document some sys/kern sysctls o docs/148071 doc Failover mode between wired and wireless interfaces o docs/148037 doc bge(4) does not list all devices in if_bge.c / if_bger o docs/147995 doc elf.5 man page has has missing reference o docs/146958 doc bad link to "XaQti XMAC II datasheet" in sk(4) manual o docs/146521 doc [handbook] Update IPv6 system handbook section to ment o docs/146047 doc [kld] [patch] the kldstat(2) manual needs to be more p o docs/145719 doc [patch] 7.3 relnotes erroneously describes new getpage o docs/145699 doc hexdump(1) mutes all format qualifier output following o docs/145644 doc Add artical about creating manpage from scratch o docs/145069 doc Dialup firewalling with FreeBSD article out dated. o docs/145067 doc Remove all reference to floppy installs o docs/145066 doc Update for new uart dev names for serial port. s docs/144818 doc all mailinglist archives dated 19970101 contain traili o docs/144630 doc [patch] domainname(1) manpage contains old information o docs/144543 doc [handbook] IPFW doc change o docs/144537 doc Missing _mdconfig_list and _mdconfig2_list explanation o docs/144515 doc [handbook] Expand handbook Table of contents o docs/144488 doc share/examples/etc/make.conf: contains dangerous examp o docs/144408 doc [patch] update makefs(8) (remove device option) o docs/143850 doc procfs(5) manpage for status > controlling terminal is o docs/143416 doc [handbook] IPFW handbook page issues o docs/143408 doc man filedesc(9) is missing o docs/142917 doc top(1) man page does not include information about VCS a docs/142341 doc jail(8): Jail escape when cwd is moved from the host s o docs/142168 doc [patch] ld(1): ldd(1) not mentioned in ld(1) manpage o docs/141032 doc misleading documentation for rtadvd.conf(5) raflags se s docs/140847 doc [request] add documentation on ECMP and new route args o docs/140457 doc [patch] Grammar fix for isspace(3) o docs/140444 doc [patch] New Traditional Chinese translation of custom- o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd o docs/140369 doc [patch] src/contrib/pf/man/pf.4 o docs/139336 doc [request] ZFS documentation suggestion o docs/139165 doc gssapi.3 man page out of sync with between crypto and o docs/139018 doc translation of submitting.sgml from docproj/submitting o docs/138887 doc manpage ports(7) incorrect o docs/138845 doc Exceeding kern.ipc.maxpipekva refers to tuning(7) whic o docs/138663 doc system(3) man page confuses users about "return value o docs/138485 doc bpf(4) and ip(4) man pages missing important corner ca o docs/136712 doc [handbook] [patch] draft new section on gmirror per pa o docs/136666 doc [handbook] Configure serial port for remote kernel deb o docs/136035 doc ftpchroot(5) omits an important option p docs/136029 doc MALLOC_PRODUCTION knob should be mentioned somewhere, o docs/135516 doc [patch] pax(1) manual not mentioning chflags unawarene o docs/135475 doc [patch] jot(1) manpage and behaviour differ o docs/134123 doc The RUNQUEUE(9) man page is out of date o docs/132839 doc [patch] Fix example script in ldap-auth article o docs/132718 doc [handbook] Information about adding a new mirror is ou o docs/132260 doc dhcpd(8) pid not stored in documented location o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg( o docs/132113 doc [handbook] Update handbook jails creation o docs/131918 doc [patch] Fixes for the BPF(4) man page o docs/131684 doc [patch] articles/linux-comparison: replace Addenda by o docs/131626 doc [patch] dump(8) "recommended" cache option confusing o docs/130364 doc Man page for top needs explanation of CPU states o docs/130238 doc nfs.lockd man page doesn't mention NFSLOCKD option or o docs/129671 doc New TCP chapter for Developer's Handbook (from rwatson o docs/129464 doc using packages system o docs/129095 doc ipfw(8): Can not check that packet originating/destine s docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages o docs/127908 doc [patch] readdir(3) error documentation s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage o docs/126590 doc [patch] Write routine called forever in Sample Echo Ps o docs/126484 doc libc function res-zonscut2 is not documented o docs/125921 doc lpd(8) talks about blocks in minfree while it is KB in f docs/122052 doc minor update on handbook section 20.7.1 o docs/121952 doc Handbook chapter on Network Address Translation wrong o docs/121585 doc [handbook] Wrong multicast specification o docs/121565 doc dhcp-options(5) manpage incorrectly formatted omitting s docs/121541 doc [request] no man pages for wlan_scan_ap o docs/121312 doc RELNOTES_LANG breaks release if not en_US.ISO8859-1 o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls o docs/120539 doc Inconsistent ipfw's man page o docs/120125 doc [patch] Installing FreeBSD 7.0 via serial console and o docs/120024 doc resolver(5) and hosts(5) need updated for IPv6 o docs/119545 doc books/arch-handbook/usb/chapter.sgml formatting o docs/118902 doc [patch] wrong signatures in d2i_RSAPublicKey man pages o docs/118332 doc man page for top does not describe STATE column wait e o docs/118214 doc close(2) error returns incomplete o docs/118020 doc ipfilter(4): man pages query for man 4 ipfilter return o docs/117747 doc 'break' system call needs a man page o docs/116116 doc mktemp (3) re/move note o docs/116080 doc PREFIX is documented, but not the more important LOCAL o docs/115065 doc [patch] sync ps.1 with p_flag and keywords o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti o docs/114139 doc mbuf(9) has misleading comments on M_DONTWAIT and M_TR o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o docs/112804 doc groff(1) command should be called to explicitly use "p o docs/112682 doc Handbook GEOM_GPT explanation does not provide accurat o docs/111425 doc Missing chunks of text in historical manpages o docs/111265 doc [request] Clarify how to set common shell variables o docs/111147 doc hostapd.conf is not documented o docs/110999 doc carp(4) should document unsupported interface types o docs/110692 doc wi(4) man page doesn't say WPA is not supported o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o docs/110253 doc [patch] rtprio(1): remove processing starvation commen o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit p docs/110061 doc [patch] tuning(7) missing reference to vfs.read_max o docs/109981 doc No manual entry for post-grohtml o docs/109977 doc No manual entry for ksu o docs/109973 doc No manual entry for c++filt o docs/109972 doc No manual entry for zless/bzless f docs/109226 doc [request] No manual entry for sntp o docs/109201 doc [request]: manual for callbootd a docs/108980 doc list of missing man pages o docs/106135 doc [request] articles/vinum needs to be updated o docs/105608 doc fdc(4) debugging description staled o docs/104879 doc Howto: Listen to IMA ADPCM .wav files on FreeBSD box o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o docs/100196 doc man login.conf does explain not "unlimited" o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings o docs/98974 doc Missing tunables in loader(8) manpage o docs/98115 doc Missing parts after rendering handbook to RTF format o docs/96207 doc Comments of a sockaddr_un structure could confuse one o docs/94625 doc [patch] growfs man page -- document "panic: not enough o docs/92626 doc jail manpage should mention disabling some periodic sc o docs/91506 doc ndis(4) man page should be more specific about support o docs/91174 doc [REQUEST] Handbook: Addition of Oracle 9i installation o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar o docs/87936 doc Handbook chapter on NIS/YP lacks good information on a o docs/87857 doc ifconfig(8) wireless options order matters o docs/85128 doc [patch] loader.conf(5) autoboot_delay incompletly desc o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o docs/84932 doc new document: printing with an Epson ALC-3000N on Free o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi o docs/84317 doc fdp-primer doesn't show class=USERNAME distinctively o docs/84271 doc [patch] compress(1) doesn't warn about nasty link hand o docs/83820 doc getino(3) manpage not installed o docs/81611 doc [patch] natd runs with -same_ports by default o docs/78480 doc Networked printer setup unnecessarily complex in handb o docs/61605 doc [request] Improve documentation for i386 disk geometry o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun o docs/59835 doc ipfw(8) man page does not warn about accepted but mean o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour s docs/54752 doc bus_dma explained in ISA section in Handbook: should b o docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW o docs/53596 doc Updates to mt(1) manual page o docs/53271 doc bus_dma(9) fails to document alignment restrictions o docs/51480 doc Multiple undefined references in the FreeBSD manual pa o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation o docs/48101 doc [patch] Add documentation on the fixit disk o docs/43823 doc [patch] update to environ(7) manpage o docs/41089 doc pax(1) -B option does not mention interaction with -z o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF o docs/38982 doc [patch] developers-handbook/Jail fix o docs/38556 doc EPS file of beastie, as addition to existing examples s docs/35678 doc docproj Makefiles for web are broken for paths with sp s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. a docs/30008 doc [patch] French softupdates document should be translat o docs/27605 doc [patch] Cross-document references () o docs/26286 doc *printf(3) etc should gain format string warnings o docs/24786 doc missing FILES descriptions in sa(4) s docs/20028 doc ASCII docs should reflect tags in the sourc 184 problems total. From chinsan at FreeBSD.org Mon Mar 21 13:58:46 2011 From: chinsan at FreeBSD.org (chinsan at FreeBSD.org) Date: Mon, 21 Mar 2011 13:58:46 GMT Subject: docs/155552: add LibreOffice to handbook/faq Message-ID: <201103211358.p2LDwk1D045540@freefall.freebsd.org> Synopsis: add LibreOffice to handbook/faq Responsible-Changed-From-To: freebsd-doc->chinsan Responsible-Changed-By: chinsan Responsible-Changed-When: Mon Mar 21 13:58:30 UTC 2011 Responsible-Changed-Why: I'll take this http://www.freebsd.org/cgi/query-pr.cgi?pr=155552 From chinsan at FreeBSD.org Mon Mar 21 14:03:51 2011 From: chinsan at FreeBSD.org (chinsan at FreeBSD.org) Date: Mon, 21 Mar 2011 14:03:50 GMT Subject: docs/152103: man ipnat is out-dated Message-ID: <201103211403.p2LE3oA6054139@freefall.freebsd.org> Synopsis: man ipnat is out-dated Responsible-Changed-From-To: freebsd-doc->chinsan Responsible-Changed-By: chinsan Responsible-Changed-When: Mon Mar 21 14:03:50 UTC 2011 Responsible-Changed-Why: I'll take this http://www.freebsd.org/cgi/query-pr.cgi?pr=152103 From arundel at freebsd.org Mon Mar 21 15:06:01 2011 From: arundel at freebsd.org (Alexander Best) Date: Mon, 21 Mar 2011 15:06:00 +0000 Subject: small correction to humanize_number(3) Message-ID: <20110321150600.GA16751@freebsd.org> hi there, could somebody please commit this fix? i don't think the date needs to be bumped. the first argument to humanize_number(3) is called "buf" and not "buffer". this patch corrects all the typos. cheers. alex -- a13x -------------- next part -------------- diff --git a/lib/libutil/humanize_number.3 b/lib/libutil/humanize_number.3 index a4c3140..82925ba 100644 --- a/lib/libutil/humanize_number.3 +++ b/lib/libutil/humanize_number.3 @@ -49,12 +49,12 @@ The function formats the signed 64-bit quantity given in .Fa number into -.Fa buffer . +.Fa buf . A space and then .Fa suffix is appended to the end. The buffer pointed to by -.Fa buffer +.Fa buf must be at least .Fa len bytes long. @@ -62,7 +62,7 @@ bytes long. If the formatted number (including .Fa suffix ) would be too long to fit into -.Fa buffer , +.Fa buf , then divide .Fa number by 1024 until it will. @@ -91,7 +91,7 @@ The argument must be at least 4 plus the length of .Fa suffix , in order to ensure a useful result is generated into -.Fa buffer . +.Fa buf . To use a specific prefix, specify this as .Fa scale (multiplier = 1024 ^ scale). @@ -132,7 +132,7 @@ with 1000 instead of 1024. The .Fn humanize_number function returns the number of characters stored in -.Fa buffer +.Fa buf (excluding the terminating .Dv NUL ) upon success, or \-1 upon failure. From michel.targo at gmail.com Mon Mar 21 16:05:19 2011 From: michel.targo at gmail.com (Michel Blais) Date: Mon, 21 Mar 2011 11:39:05 -0400 Subject: pf.conf(5) man page Message-ID: <4D877119.1050301@targo.ca> You should add the sytaxe and exemple for policy routing under routing , the're lot of questions about it without answer on the forum. pass in on $int_if route-to ($ext_if1 $ext_gw1) from $subnet1 pass in on $int_if route-to ($ext_if2 $ext_gw2) from $subnet2 exemple : I have two ISP, I want the traffic from 192.168.0.0/24 to go too isp1 and 172.16.0.0/24 to go too isp2 pass in on $int_if route-to ($isp1_if $isp1_gw) from 192.168.0.0/24 pass in on $int_if route-to ($isp2_if $isp2_gw) from 172.16.0.0/24 the mistake come from OpenBSD doc for loadbalacing that don't seem to work in the case of policy routing. Should be added to pf.conf(5) http://www.freebsd.org/cgi/man.cgi?query=pf.conf&sektion=5&manpath=FreeBSD+8.2-RELEASE -- Michel Blais Administrateur r?seau / Network administrator Targo communications Montr?al : (514) 448-0773 Valleyfield : (450) 322-6142 From chinsan at FreeBSD.org Mon Mar 21 17:51:26 2011 From: chinsan at FreeBSD.org (chinsan at FreeBSD.org) Date: Mon, 21 Mar 2011 17:51:26 GMT Subject: docs/144543: [handbook] IPFW doc change Message-ID: <201103211751.p2LHpQHE063175@freefall.freebsd.org> Synopsis: [handbook] IPFW doc change Responsible-Changed-From-To: freebsd-doc->chinsan Responsible-Changed-By: chinsan Responsible-Changed-When: Mon Mar 21 17:51:26 UTC 2011 Responsible-Changed-Why: I'll take this http://www.freebsd.org/cgi/query-pr.cgi?pr=144543 From chinsan.tw at gmail.com Mon Mar 21 17:56:08 2011 From: chinsan.tw at gmail.com (chinsan) Date: Tue, 22 Mar 2011 01:31:56 +0800 Subject: docs/155552: add LibreOffice to handbook/faq In-Reply-To: <201103211358.p2LDwk1D045540@freefall.freebsd.org> References: <201103211358.p2LDwk1D045540@freefall.freebsd.org> Message-ID: On Mon, Mar 21, 2011 at 9:58 PM, wrote: > Synopsis: add LibreOffice to handbook/faq > > Responsible-Changed-From-To: freebsd-doc->chinsan > Responsible-Changed-By: chinsan > Responsible-Changed-When: Mon Mar 21 13:58:30 UTC 2011 > Responsible-Changed-Why: > I'll take this > > http://www.freebsd.org/cgi/query-pr.cgi?pr=155552 Hi, Jason & bapt: I made some minor change on introducing LibreOffice: http://people.freebsd.org/~chinsan/doc/libreoffice.diff Do you have a better suggestions? :) From bapt at freebsd.org Mon Mar 21 18:07:10 2011 From: bapt at freebsd.org (Baptiste Daroussin) Date: Mon, 21 Mar 2011 18:35:05 +0100 Subject: docs/155552: add LibreOffice to handbook/faq In-Reply-To: References: <201103211358.p2LDwk1D045540@freefall.freebsd.org> Message-ID: > > > Hi, Jason & bapt: > > I made some minor change on introducing LibreOffice: > http://people.freebsd.org/~chinsan/doc/libreoffice.diff > > Do you have a better suggestions? :) > This is ok for me :), thanks regards, Bapt From gjb at FreeBSD.org Mon Mar 21 23:59:43 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Mon, 21 Mar 2011 19:59:41 -0400 Subject: small correction to humanize_number(3) In-Reply-To: <20110321150600.GA16751@freebsd.org> References: <20110321150600.GA16751@freebsd.org> Message-ID: <4D87E66D.5010907@FreeBSD.org> On 3/21/11 11:06 AM, Alexander Best wrote: > hi there, > > could somebody please commit this fix? i don't think the date needs to be > bumped. the first argument to humanize_number(3) is called "buf" and not > "buffer". this patch corrects all the typos. > Committed. Thanks! -- Glen Barber | gjb at FreeBSD.org FreeBSD Documentation Project From shurd at sasktel.net Tue Mar 22 07:40:14 2011 From: shurd at sasktel.net (Stephen Hurd) Date: Tue, 22 Mar 2011 07:37:05 GMT Subject: docs/155773: dialog manpages not updated Message-ID: <201103220737.p2M7b5m4051556@red.freebsd.org> >Number: 155773 >Category: docs >Synopsis: dialog manpages not updated >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: Tue Mar 22 07:40:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Hurd >Release: 9-CURRENT >Organization: >Environment: FreeBSD 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sun Mar 20 22:36:12 UTC 2011 root@:/usr/obj/usr/src/GENERIC i386 >Description: When performing a source upgrade from the Jan. -CURRENT snapshot to 9000034, the dialog(3) manpage was updated, but the function-specific manpages (ie: dialog_gauge(3)) are not removed or linked to the new dialog manpage. I would expect the old pages to be overwritten as the functions do still exist in the base system. >How-To-Repeat: Upgrade from < 900030 to >= 900030 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From dakotared at comcast.net Tue Mar 22 23:33:58 2011 From: dakotared at comcast.net (Marvin Ulstad) Date: Wed, 23 Mar 2011 04:50:36 +0530 Subject: Fw: shaved exgf spreads confided Message-ID: <5ED201BD.5915793@comcast.net> http://2.ly/e6p3 Special rules set her to which road bdyzuza. But these etexts royalty free from... Statement disclaims all right of leaves. Roared with interest and threw at home... Pleaded the money should have done. Wonderful fairyland and jeweled dishpan. Trademark license fee or equivalent form... Limited to become so well. Then looking toward his pocket. Therefore it seems that island. Perhaps she asked ruggedo the powerful ruler. Repeated the better than that. Observed the blue in sight. Statement disclaims all alone in and knew, Powerful as for years the ugly. Muttered the soldier with those trees. Cried inga felt in size... Turn to see who knows what. Advised the cloud of living things that... Does that if one was sorry. From system-noreply at priceangels.com Fri Mar 25 10:32:11 2011 From: system-noreply at priceangels.com (PriceAngels.com) Date: Fri, 25 Mar 2011 18:20:05 +0800 Subject: Happy Easter! Get one Sport Gadget to Enjoy Outdoor Activity, Many Gadgets as low as $1.64 Message-ID: If you cannot view this mail please click here ( http://a.rs-tk.com/7240-62759/priceangels.newsletter/Happy_Easter!_Get_one_Sport_Gadget_to_Enjoy_Outdoor_Activity_Many_Gadgets_as_low_as_$1.64/web.aspx ) ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/index.html?home=true ) WorldWide Free Shipping Deals of the Week ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Special-DealofWeek.html ) New Arrivals ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/productlist.html?newlog=true ) $0.99 Gadgets ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/productlist.html?gadgets=true ) My Account ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/myAccount.action ) Support ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/CSExpress.action ) ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Life_Gadgets_Sports_Fan_t.html?page=3childtypeid=187orderby=1 ) Sport gadgets ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Life_Gadgets_Sports_Fan_t.html?page=1childtypeid=187orderby=1 ) ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Durable_Polyester_Anti-Slip_Outdoor_Full_Fingered_Gloves_Pair_Camouflage__p18438.html ) ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Military_Octagon_Shaped_Woodland_Camouflage_Hat-Green_59cm_Girth__p18841.html ) ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Environmental-Friendly_Non-Toxic_Camouflage_Mask_with_a_Elastic_Strap_p15385.html ) ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Outdoor_Sports_Polyester_CS_Protective_Goggles_with_Strap-Color_Lens_p19270.html ) Durable Polyester Anti-Slip Outdoor Full Fingered Gloves(Pair/Camouflage) ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Durable_Polyester_Anti-Slip_Outdoor_Full_Fingered_Gloves_Pair_Camouflage__p18438.html ) Military Octagon Shaped Woodland Camouflage Hat-Green(59cm Girth) ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Military_Octagon_Shaped_Woodland_Camouflage_Hat-Green_59cm_Girth__p18841.html ) Environmental-Friendly Non-Toxic Camouflage Mask with a Elastic Strap ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Environmental-Friendly_Non-Toxic_Camouflage_Mask_with_a_Elastic_Strap_p15385.html ) Outdoor Sports Polyester CS Protective Goggles with Strap-Color Lens ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Outdoor_Sports_Polyester_CS_Protective_Goggles_with_Strap-Color_Lens_p19270.html ) $3.75 $4.51 $5.88 $5.45 ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Happy-Easter.html ) Get Free Gift Program ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.priceangels.com/Get-Free-Gift.html ) Please note that product prices and availability are subject to change. Prices and availability were accurate at the time this newsletter was sent; however, they may differ from those you see when you visit PriceAngels.com ( http://t.rs-tk.com/t.aspx/subid/37912282/camid/62759/www.benchmarkemail.com/c/l?u=142C83e=B0CDCc=1961Dt=0email=FYozfADIBnzrNRtBNYHO6HnlkRjLUbPe ). Please do not reply to this email, as we are not able to respond to messages sent to this address. Copyright 2011 PriceAngels.com. All rights reserved. Forward this email ( http://a.rs-tk.com/7240-62759/priceangels.newsletter/Happy_Easter!_Get_one_Sport_Gadget_to_Enjoy_Outdoor_Activity_Many_Gadgets_as_low_as_$1.64/forward.aspx ) Update Email & Profile ( http://s.rs-tk.com/SubscribeFormDetail.aspx?ens=1kCK2mc7ztyCVRsxuhLB0g==&type=profile ) Unsubscribe ( http://s.rs-tk.com/Unsubscribe.aspx?sub=37912282&user=7240&campid=62759&type=h ) ( http://w.rs-tk.com//about.aspx?subid=37912282&campid=62759 ) From koie at suri.co.jp Mon Mar 28 03:00:32 2011 From: koie at suri.co.jp (KOIE Hidetaka) Date: Mon, 28 Mar 2011 02:53:57 GMT Subject: docs/155980: no NO_CHECKSUM in section ENVIRONMENT in man ports(7) Message-ID: <201103280253.p2S2rvBW082633@red.freebsd.org> >Number: 155980 >Category: docs >Synopsis: no NO_CHECKSUM in section ENVIRONMENT in man ports(7) >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: Mon Mar 28 03:00:26 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KOIE Hidetaka >Release: 9.0-CURRENT >Organization: surigiken >Environment: FreeBSD guriandgura 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r219849+1716dd734afd,ver-hg,nice-powerd: Tue Mar 22 08:39:13 JST 2011 root at guriandgura:/usr/obj/usr/src/sys/GURIANDGURA amd64 >Description: In manpage ports(7), NO_CHECKSUM is described in section TARGETS, but NO_CHECKSUM is not described in section ENVIRON. >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -477,6 +477,8 @@ what you are doing and are sure about installing a forbidden port, then .Va NO_IGNORE lets you do it. +.It Va NO_CHECKSUM +If defiend, skip verifying checksum. .It Va TRYBROKEN If defined, attempt to build a port even if it is marked as .Aq Va BROKEN . >Release-Note: >Audit-Trail: >Unformatted: From lists at eitanadler.com Mon Mar 28 04:20:12 2011 From: lists at eitanadler.com (Eitan Adler) Date: Mon, 28 Mar 2011 04:16:20 GMT Subject: docs/155982: [patch] remove reference to floppy installations Message-ID: <201103280416.p2S4GK9S057780@red.freebsd.org> >Number: 155982 >Category: docs >Synopsis: [patch] remove reference to floppy installations >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: Mon Mar 28 04:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Index: install/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml,v retrieving revision 1.420 diff -u -r1.420 chapter.sgml --- install/chapter.sgml 22 Feb 2011 20:57:42 -0000 1.420 +++ install/chapter.sgml 22 Mar 2011 07:06:40 -0000 @@ -94,9 +94,8 @@ &os; version and the hardware architecture. A summary of this information is given in the following sections. - Depending on the method you choose to install &os;, you may - also need a floppy drive, a supported CDROM drive, and in some - case a network adapter. This will be covered by the . @@ -543,9 +542,6 @@ A SCSI or QIC tape - - Floppy disks - @@ -582,10 +578,8 @@ The FreeBSD installation process is started by booting your computer into the FreeBSD installer—it is not a program you run within another operating system. Your computer normally boots using - the operating system installed on your hard disk, but it can also be - configured to use a bootable floppy disk. - Most modern computers can also - boot from a CDROM in the CDROM drive or from a USB disk. + the operating system installed on your hard disk, but can be + booted from a CDROM in the CDROM drive or from a USB disk. If you have FreeBSD on CDROM or DVD (either one you purchased @@ -700,124 +694,6 @@ - - To create boot floppy images, follow these steps: - - - - Acquire the Boot Floppy Images - - - Please note, as of &os; 8.0, floppy disk images are - no longer available. Please see above for instructions - on how to install &os; using a USB memory stick or just - use a CDROM or a DVD. - - - The boot disks are available on your installation media - in the floppies/ directory, and - can also be downloaded from the floppies directory, ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/arch/version-RELEASE/floppies/. - Replace arch and - version - with the architecture and the version number - which you want to install, respectively. - For example, the boot floppy images for - &os;/&arch.i386; &rel2.current;-RELEASE are available - from . - - The floppy images have a .flp extension. - The floppies/ directory contains a number of - different images, and the ones you will need to use depends on the - version of FreeBSD you are installing, and in some cases, the - hardware you are installing to. - In most cases you will need four - floppies, boot.flp, - kern1.flp, - kern2.flp, and - kern3.flp. Check - README.TXT in the same directory for the - most up to date information about these floppy images. - - - Your FTP program must use binary mode - to download these disk images. Some web browsers have been - known to use text (or - ASCII) mode, which will be apparent if you - cannot boot from the disks. - - - - - Prepare the Floppy Disks - - You must prepare one floppy disk per image file you had to - download. It is imperative that these disks are free from - defects. The easiest way to test this is to format the disks - for yourself. Do not trust pre-formatted floppies. The format - utility in &windows; will not tell about the presence of - bad blocks, it simply marks them as bad - and ignores them. It is advised that you use brand new - floppies if choosing this installation route. - - - If you try to install FreeBSD and the installation - program crashes, freezes, or otherwise misbehaves, one of - the first things to suspect is the floppies. Try writing - the floppy image files to new disks and try - again. - - - - - Write the Image Files to the Floppy Disks - - The .flp files are - not regular files you copy to the disk. - They are images of the complete contents of the - disk. This means that you cannot simply - copy files from one disk to another. - Instead, you must use specific tools to write the - images directly to the disk. - - DOS - If you are creating the floppies on a computer running - &ms-dos;/&windows;, then we provide a tool to do - this called fdimage. - - If you are using the floppies from the CDROM, and your - CDROM is the E: drive, then you would - run this: - - E:\> tools\fdimage floppies\boot.flp A: - - Repeat this command for each .flp - file, replacing the floppy disk each time, being sure to label - the disks with the name of the file that you copied to them. - Adjust the command line as necessary, depending on where you have - placed the .flp files. If you do not have - the CDROM, then fdimage can be downloaded from - the tools - directory on the FreeBSD FTP site. - - If you are writing the floppies on a &unix; system (such as - another FreeBSD system) you can use the &man.dd.1; command to - write the image files directly to disk. On FreeBSD, you would - run: - - &prompt.root; dd if=boot.flp of=/dev/fd0 - - On FreeBSD, /dev/fd0 refers to the - first floppy disk (the A: drive). - /dev/fd1 would be the - B: drive, and so on. Other &unix; - variants might have different names for the floppy disk - devices, and you will need to check the documentation for the - system as necessary. - - - - You are now ready to start installing FreeBSD.
@@ -871,12 +747,11 @@ Find the setting that controls which devices the system boots from. This is usually labeled as the Boot Order and commonly shown as a list of devices, such as - Floppy, CDROM, - First Hard Disk, and so on. + CDROM, First Hard Disk, + and so on. If you are booting from the CDROM then make sure that - the CDROM is selected. If you are booting from a USB disk or - a floppy disk then + the CDROM is selected. If you are booting from a USB disk make sure that is selected instead. In case of doubt, you should consult the manual that came with your computer, and/or its motherboard. @@ -894,15 +769,6 @@ the computer, and insert the CDROM at the first opportunity. - - For &os; 7.3 and previous versions, installation - boot floppies are available and can be prepared as - described in . One of - them will be the first boot disc: - boot.flp. Put this disc in your - floppy drive and boot the computer. - - If your computer starts up as normal and loads your existing operating system, then either: @@ -951,34 +817,10 @@ /boot/kernel/kernel text=0x64daa0 data=0xa4e80+0xa9e40 syms=[0x4+0x6cac0+0x4+0x88e9d] \ - If you are booting from floppy disc, you will see a display - similar to this (version information omitted): - - Booting from Floppy... -Uncompressing ... done - -BTX loader 1.00 BTX version is 1.01 -Console: internal video/keyboard -BIOS drive A: is disk0 -BIOS drive C: is disk1 -BIOS 639kB/261120kB available memory - -FreeBSD/i386 bootstrap loader, Revision 1.1 - -Loading /boot/defaults/loader.conf -/kernel text=0x277391 data=0x3268c+0x332a8 | - -Insert disk labelled "Kernel floppy 1" and press any key... - - Follow these instructions by removing the - boot.flp disc, insert the - kern1.flp disc, and press - Enter. Boot from first floppy; - when prompted, insert the other disks as required. - Whether you booted from CDROM, USB stick or floppy, the + Whether you booted from CDROM or a USB stick, the boot process will then get to the &os; boot loader menu: @@ -4076,8 +3918,7 @@ My system hangs while probing hardware during boot, - or it behaves strangely during install, or the floppy - drive is not probed. + or it behaves strangely during install &os; makes extensive use of the system @@ -4696,7 +4537,7 @@ the install. - If the boot media (floppy disks, usually) for your FTP + If the boot media for your FTP clients is not precisely the same version as that provided by the local FTP site, then sysinstall will not let you complete the installation. If the versions are not similar and @@ -4715,72 +4556,6 @@ - - Creating Installation Floppies - - - installation - floppies - - - If you must install from floppy disk (which we suggest you - do not do), either due to unsupported - hardware or simply because you insist on doing things the hard - way, you must first prepare some floppies for the installation. - - At a minimum, you will need as many 1.44 MB floppies - as it takes to hold all the files in the - base (base distribution) directory. If - you are preparing the floppies from DOS, then they - must be formatted using the &ms-dos; - FORMAT command. If you are using &windows;, - use Explorer to format the disks (right-click on the - A: drive, and select Format). - - Do not trust factory pre-formatted - floppies. Format them again yourself, just to be sure. Many - problems reported by our users in the past have resulted from - the use of improperly formatted media, which is why we are - making a point of it now. - - If you are creating the floppies on another FreeBSD machine, - a format is still not a bad idea, though you do not need to put - a DOS filesystem on each floppy. You can use the - bsdlabel and newfs - commands to put a UFS filesystem on them instead, as the - following sequence of commands (for a 3.5" 1.44 MB floppy) - illustrates: - - &prompt.root; fdformat -f 1440 fd0.1440 -&prompt.root; bsdlabel -w fd0.1440 floppy3 -&prompt.root; newfs -t 2 -u 18 -l 1 -i 65536 /dev/fd0 - - Then you can mount and write to them like any other - filesystem. - - After you have formatted the floppies, you will need to copy - the files to them. The distribution files are split into chunks - conveniently sized so that five of them will fit on a conventional - 1.44 MB floppy. Go through all your floppies, packing as many - files as will fit on each one, until you have all of the - distributions you want packed up in this fashion. Each - distribution should go into a subdirectory on the floppy, e.g.: - a:\base\base.aa, - a:\base\base.ab, and so on. - - - The base.inf file also needs to go on the - first floppy of the base set since it is read - by the installation program in order to figure out how many - additional pieces to look for when fetching and concatenating the - distribution. - - - Once you come to the Media screen during the install - process, select Floppy and you - will be prompted for the rest. - - Installing from an &ms-dos; Partition @@ -4844,12 +4619,6 @@ Due to the non-random access nature of tapes, this method of installation requires quite a bit of temporary storage. - - When starting the installation, the tape must be in the - drive before booting from the boot - floppy. The installation probe may otherwise fail to find - it. - >Release-Note: >Audit-Trail: >Unformatted: From blackend at FreeBSD.org Mon Mar 28 06:40:12 2011 From: blackend at FreeBSD.org (Marc Fonvieille) Date: Mon, 28 Mar 2011 06:40:12 GMT Subject: docs/155982: [patch] remove reference to floppy installations Message-ID: <201103280640.p2S6eCMF051810@freefall.freebsd.org> The following reply was made to PR docs/155982; it has been noted by GNATS. From: Marc Fonvieille To: Eitan Adler Cc: freebsd-gnats-submit at freebsd.org Subject: Re: docs/155982: [patch] remove reference to floppy installations Date: Mon, 28 Mar 2011 08:02:13 +0200 PC98 arch needs installation floppies, so it should not be "just" removed. -- Marc From beat at FreeBSD.org Mon Mar 28 07:10:09 2011 From: beat at FreeBSD.org (Beat Gätzi) Date: Mon, 28 Mar 2011 09:02:20 +0200 Subject: docs/155986: [PATCH] Add Firefox 4.0 to the handbook Message-ID: <201103280702.p2S72QH5013748@marvin.chruetertee.ch> >Number: 155986 >Category: docs >Synopsis: [PATCH] Add Firefox 4.0 to the handbook >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 28 07:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Beat G?tzi >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: System: FreeBSD daedalus.network.local 9.0-CURRENT FreeBSD 9.0-CURRENT #5 r217615M: Thu Jan 20 01:02:35 CET 2011 root at daedalus.network.local:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Firefox 4.0 has been committed to the ports tree. Attached patch updates the desktop chapter of the handbook with the information for Firefox 4.0. >How-To-Repeat: >Fix: --- firefox-4.0-handbook.patch begins here --- Index: en_US.ISO8859-1/books/handbook/desktop/chapter.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml,v retrieving revision 1.104 diff -u -r1.104 chapter.sgml --- en_US.ISO8859-1/books/handbook/desktop/chapter.sgml 27 Mar 2011 17:33:23 -0000 1.104 +++ en_US.ISO8859-1/books/handbook/desktop/chapter.sgml 28 Mar 2011 01:21:17 -0000 @@ -182,8 +182,13 @@ &prompt.root; pkg_add -r firefox - This will install Firefox 3.6, - if you want to run Firefox 3.5, + This will install Firefox 4.0, + if you want to run Firefox 3.6, + use instead: + + &prompt.root; pkg_add -r firefox36 + + If you want to run Firefox 3.5, use instead: &prompt.root; pkg_add -r firefox35 @@ -194,9 +199,10 @@ &prompt.root; cd /usr/ports/www/firefox &prompt.root; make install clean - For Firefox 3.5, in the + For Firefox 3.6, in the previous command replace firefox with - firefox35. + firefox36. For Firefox + 3.5 use firefox35 instead. @@ -275,7 +281,7 @@ - For Firefox 3.6 + For Firefox 3.6 and 4.0 Install OpenJDK 6 through the Ports Collection by typing: --- firefox-4.0-handbook.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From bcr at FreeBSD.org Mon Mar 28 07:16:32 2011 From: bcr at FreeBSD.org (bcr at FreeBSD.org) Date: Mon, 28 Mar 2011 07:16:32 GMT Subject: docs/155986: [PATCH] Add Firefox 4.0 to the handbook Message-ID: <201103280716.p2S7GWZk091546@freefall.freebsd.org> Synopsis: [PATCH] Add Firefox 4.0 to the handbook Responsible-Changed-From-To: freebsd-doc->bcr Responsible-Changed-By: bcr Responsible-Changed-When: Mon Mar 28 07:16:07 UTC 2011 Responsible-Changed-Why: Grab this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=155986 From yanegomi at gmail.com Mon Mar 28 08:50:12 2011 From: yanegomi at gmail.com (Garrett Cooper) Date: Mon, 28 Mar 2011 08:45:39 GMT Subject: docs/155989: Fix offset in boot.config(5) Message-ID: <201103280845.p2S8jdun011600@red.freebsd.org> >Number: 155989 >Category: docs >Synopsis: Fix offset in boot.config(5) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 28 08:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: CURRENT >Organization: n/a >Environment: N/A >Description: The following is patch fixes the documentation for boot.config(5) as the indexes are incorrect per boot(8): bios_drive:interface(unit,[slice,]part)filename [-aCcDdghmnPprsv] [-Sspeed] Specify boot file and flags. bios_drive The drive number as recognized by the BIOS. 0 for the first drive, 1 for the second drive, etc. I submitted it directly to danger@, but he suggested I create a PR for it. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: share/man/man5/boot.config.5 =================================================================== --- share/man/man5/boot.config.5 (revision 220091) +++ share/man/man5/boot.config.5 (working copy) @@ -80,18 +80,19 @@ .Pp The command: .Bd -literal -offset indent -# echo "1:ad(1,a)/boot/loader" > /boot.config +# echo "0:ad(1,a)/boot/loader" > /boot.config .Ed .Pp will instruct the second stage of .Xr boot 8 -on the first disk to boot with the third -.Xr boot 8 -stage from the second disk. +located on the second disk recognized by the BIOS, to boot via +.Xr loader 8 +located on the first partition of the second non-floppy, non-SCSI disk +recognized by the BIOS. .Pp The command: .Bd -literal -offset indent -# echo "1:ad(1,a)/boot/loader -P" > /boot.config +# echo "0:ad(1,a)/boot/loader -P" > /boot.config .Ed .Pp will do both of the above. >Release-Note: >Audit-Trail: >Unformatted: From bugmaster at FreeBSD.org Mon Mar 28 11:06:06 2011 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon, 28 Mar 2011 11:06:06 GMT Subject: Current unassigned doc problem reports Message-ID: <201103281106.p2SB664Q025932@freefall.freebsd.org> (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=doc .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/155989 doc [patch] Fix offset in boot.config(5) o docs/155982 doc [handbook] [patch] remove reference to floppy installa o docs/155980 doc [patch] no NO_CHECKSUM in section ENVIRONMENT in man p o docs/155773 doc dialog manpages not updated o docs/155691 doc New section of Porter's Handbook; Using CVS to make pa o docs/155264 doc [handbook] Extend "7.2.2.1 Common Problems" with hw.sn o docs/155149 doc [patch] don't encourage using xorg.conf outside of PRE o docs/154838 doc update cvs-tags information on releng_* to reflect sup o docs/154502 doc xdm authorization failure when used with E17 window ma o docs/154494 doc rcorder(8) not quite accurate o docs/153958 doc ksu man-page documented, but not installed o docs/153738 doc [patch] Docuement requirement to alter some sysctls wh o docs/151752 doc pw.conf(5) doesn't define format for file clearly o docs/151478 doc [patch] Russian porters-handbook: MFen 1.440 -> 1.1077 o docs/151367 doc [patch] Update for puc.4 man page o docs/150991 doc [patch] Install upgtfw using pkg_add as advised in upg o docs/150917 doc [patch] icmp.4, wrong description of icmplim and icmpl o docs/150877 doc ambiguity in newsyslog(8) man page about zfs with comp o docs/150736 doc [handbook] ipfw docs: rule number is optional, not man o docs/150365 doc [make.conf] [patch] remove BDECFLAGS from make.conf(5) o docs/150255 doc dtrace description should mention makeoptions DEBUG=-g o docs/150244 doc [patch] DRIVER_MODULE(9): MULTI_DRIVER_MODULE is only o docs/150219 doc zfs(8) manual page misses jail/unjail o docs/149845 doc unify spelling of blocksize, block-size and block size o docs/149574 doc [patch] update mi_switch(9) man page o docs/149522 doc Russian network article: incorrect translation about n o docs/149051 doc [request] No document for clang or clang++ o docs/149047 doc [patch] tcsh(1) bears no mention of brace expansion in o docs/148987 doc [patch] {MD[245]|SHA_|SHA1_|SHA256_}{End|File|FileChun o docs/148984 doc [handbook] Mistake in section 16.15.4 of the handbook o docs/148680 doc [sysctl][patch] Document some sys/kern sysctls o docs/148071 doc Failover mode between wired and wireless interfaces o docs/148037 doc bge(4) does not list all devices in if_bge.c / if_bger o docs/147995 doc elf.5 man page has has missing reference o docs/146958 doc bad link to "XaQti XMAC II datasheet" in sk(4) manual o docs/146521 doc [handbook] Update IPv6 system handbook section to ment o docs/146047 doc [kld] [patch] the kldstat(2) manual needs to be more p o docs/145719 doc [patch] 7.3 relnotes erroneously describes new getpage o docs/145699 doc hexdump(1) mutes all format qualifier output following o docs/145644 doc Add artical about creating manpage from scratch o docs/145069 doc Dialup firewalling with FreeBSD article out dated. o docs/145067 doc Remove all reference to floppy installs o docs/145066 doc Update for new uart dev names for serial port. s docs/144818 doc all mailinglist archives dated 19970101 contain traili o docs/144630 doc [patch] domainname(1) manpage contains old information o docs/144537 doc Missing _mdconfig_list and _mdconfig2_list explanation o docs/144515 doc [handbook] Expand handbook Table of contents o docs/144488 doc share/examples/etc/make.conf: contains dangerous examp o docs/144408 doc [patch] update makefs(8) (remove device option) o docs/143850 doc procfs(5) manpage for status > controlling terminal is o docs/143416 doc [handbook] IPFW handbook page issues o docs/143408 doc man filedesc(9) is missing o docs/142917 doc top(1) man page does not include information about VCS a docs/142341 doc jail(8): Jail escape when cwd is moved from the host s o docs/142168 doc [patch] ld(1): ldd(1) not mentioned in ld(1) manpage o docs/141032 doc misleading documentation for rtadvd.conf(5) raflags se s docs/140847 doc [request] add documentation on ECMP and new route args o docs/140457 doc [patch] Grammar fix for isspace(3) o docs/140444 doc [patch] New Traditional Chinese translation of custom- o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd o docs/140369 doc [patch] src/contrib/pf/man/pf.4 o docs/139336 doc [request] ZFS documentation suggestion o docs/139165 doc gssapi.3 man page out of sync with between crypto and o docs/139018 doc translation of submitting.sgml from docproj/submitting o docs/138887 doc manpage ports(7) incorrect o docs/138845 doc Exceeding kern.ipc.maxpipekva refers to tuning(7) whic o docs/138663 doc system(3) man page confuses users about "return value o docs/138485 doc bpf(4) and ip(4) man pages missing important corner ca o docs/136712 doc [handbook] [patch] draft new section on gmirror per pa o docs/136666 doc [handbook] Configure serial port for remote kernel deb o docs/136035 doc ftpchroot(5) omits an important option p docs/136029 doc MALLOC_PRODUCTION knob should be mentioned somewhere, o docs/135516 doc [patch] pax(1) manual not mentioning chflags unawarene o docs/135475 doc [patch] jot(1) manpage and behaviour differ o docs/134123 doc The RUNQUEUE(9) man page is out of date o docs/132839 doc [patch] Fix example script in ldap-auth article o docs/132718 doc [handbook] Information about adding a new mirror is ou o docs/132260 doc dhcpd(8) pid not stored in documented location o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg( o docs/132113 doc [handbook] Update handbook jails creation o docs/131918 doc [patch] Fixes for the BPF(4) man page o docs/131684 doc [patch] articles/linux-comparison: replace Addenda by o docs/131626 doc [patch] dump(8) "recommended" cache option confusing o docs/130364 doc Man page for top needs explanation of CPU states o docs/130238 doc nfs.lockd man page doesn't mention NFSLOCKD option or o docs/129671 doc New TCP chapter for Developer's Handbook (from rwatson o docs/129464 doc using packages system o docs/129095 doc ipfw(8): Can not check that packet originating/destine s docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages o docs/127908 doc [patch] readdir(3) error documentation s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage o docs/126590 doc [patch] Write routine called forever in Sample Echo Ps o docs/126484 doc libc function res-zonscut2 is not documented o docs/125921 doc lpd(8) talks about blocks in minfree while it is KB in f docs/122052 doc minor update on handbook section 20.7.1 o docs/121952 doc Handbook chapter on Network Address Translation wrong o docs/121585 doc [handbook] Wrong multicast specification o docs/121565 doc dhcp-options(5) manpage incorrectly formatted omitting s docs/121541 doc [request] no man pages for wlan_scan_ap o docs/121312 doc RELNOTES_LANG breaks release if not en_US.ISO8859-1 o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls o docs/120539 doc Inconsistent ipfw's man page o docs/120125 doc [patch] Installing FreeBSD 7.0 via serial console and o docs/120024 doc resolver(5) and hosts(5) need updated for IPv6 o docs/119545 doc books/arch-handbook/usb/chapter.sgml formatting o docs/118902 doc [patch] wrong signatures in d2i_RSAPublicKey man pages o docs/118332 doc man page for top does not describe STATE column wait e o docs/118214 doc close(2) error returns incomplete o docs/118020 doc ipfilter(4): man pages query for man 4 ipfilter return o docs/117747 doc 'break' system call needs a man page o docs/116116 doc mktemp (3) re/move note o docs/116080 doc PREFIX is documented, but not the more important LOCAL o docs/115065 doc [patch] sync ps.1 with p_flag and keywords o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti o docs/114139 doc mbuf(9) has misleading comments on M_DONTWAIT and M_TR o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o docs/112804 doc groff(1) command should be called to explicitly use "p o docs/112682 doc Handbook GEOM_GPT explanation does not provide accurat o docs/111425 doc Missing chunks of text in historical manpages o docs/111265 doc [request] Clarify how to set common shell variables o docs/111147 doc hostapd.conf is not documented o docs/110999 doc carp(4) should document unsupported interface types o docs/110692 doc wi(4) man page doesn't say WPA is not supported o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o docs/110253 doc [patch] rtprio(1): remove processing starvation commen o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit p docs/110061 doc [patch] tuning(7) missing reference to vfs.read_max o docs/109981 doc No manual entry for post-grohtml o docs/109977 doc No manual entry for ksu o docs/109973 doc No manual entry for c++filt o docs/109972 doc No manual entry for zless/bzless f docs/109226 doc [request] No manual entry for sntp o docs/109201 doc [request]: manual for callbootd a docs/108980 doc list of missing man pages o docs/106135 doc [request] articles/vinum needs to be updated o docs/105608 doc fdc(4) debugging description staled o docs/104879 doc Howto: Listen to IMA ADPCM .wav files on FreeBSD box o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o docs/100196 doc man login.conf does explain not "unlimited" o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings o docs/98974 doc Missing tunables in loader(8) manpage o docs/98115 doc Missing parts after rendering handbook to RTF format o docs/96207 doc Comments of a sockaddr_un structure could confuse one o docs/94625 doc [patch] growfs man page -- document "panic: not enough o docs/92626 doc jail manpage should mention disabling some periodic sc o docs/91506 doc ndis(4) man page should be more specific about support o docs/91174 doc [REQUEST] Handbook: Addition of Oracle 9i installation o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar o docs/87936 doc Handbook chapter on NIS/YP lacks good information on a o docs/87857 doc ifconfig(8) wireless options order matters o docs/85128 doc [patch] loader.conf(5) autoboot_delay incompletly desc o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o docs/84932 doc new document: printing with an Epson ALC-3000N on Free o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi o docs/84317 doc fdp-primer doesn't show class=USERNAME distinctively o docs/84271 doc [patch] compress(1) doesn't warn about nasty link hand o docs/83820 doc getino(3) manpage not installed o docs/81611 doc [patch] natd runs with -same_ports by default o docs/78480 doc Networked printer setup unnecessarily complex in handb o docs/61605 doc [request] Improve documentation for i386 disk geometry o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun o docs/59835 doc ipfw(8) man page does not warn about accepted but mean o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour s docs/54752 doc bus_dma explained in ISA section in Handbook: should b o docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW o docs/53596 doc Updates to mt(1) manual page o docs/53271 doc bus_dma(9) fails to document alignment restrictions o docs/51480 doc Multiple undefined references in the FreeBSD manual pa o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation o docs/48101 doc [patch] Add documentation on the fixit disk o docs/43823 doc [patch] update to environ(7) manpage o docs/41089 doc pax(1) -B option does not mention interaction with -z o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF o docs/38982 doc [patch] developers-handbook/Jail fix o docs/38556 doc EPS file of beastie, as addition to existing examples s docs/35678 doc docproj Makefiles for web are broken for paths with sp s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. a docs/30008 doc [patch] French softupdates document should be translat o docs/27605 doc [patch] Cross-document references () o docs/26286 doc *printf(3) etc should gain format string warnings o docs/24786 doc missing FILES descriptions in sa(4) s docs/20028 doc ASCII docs should reflect tags in the sourc 185 problems total. From beat at FreeBSD.org Tue Mar 29 07:00:23 2011 From: beat at FreeBSD.org (Beat Gätzi) Date: Tue, 29 Mar 2011 08:54:03 +0200 Subject: docs/156020: [PATCH] Add bsd.gecko.mk variables to the porters handbook Message-ID: <201103290654.p2T6sAhh090850@marvin.chruetertee.ch> >Number: 156020 >Category: docs >Synopsis: [PATCH] Add bsd.gecko.mk variables to the porters handbook >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Mar 29 07:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Beat G?tzi >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: System: FreeBSD daedalus.network.local 9.0-CURRENT FreeBSD 9.0-CURRENT #5 r217615M: Thu Jan 20 01:02:35 CET 2011 root at daedalus.network.local:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Attached patch documents all variables from bsd.gecko.mk which should be used by ports for dependencies on Mozilla software. >How-To-Repeat: >Fix: --- ph-bsd.gecko.mk.patch begins here --- Index: book.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.1099 diff -u -r1.1099 book.sgml --- book.sgml 6 Mar 2011 22:39:45 -0000 1.1099 +++ book.sgml 29 Mar 2011 06:47:48 -0000 @@ -8556,6 +8556,89 @@ USE_XFCE= mcsmanager configenv + + Using Mozilla + + + Variables for ports that use Mozilla + + + + + + USE_GECKO + + Gecko backend the port can handle. Possible values: + libxul (libxul.so), + seamonkey (libgtkembedmoz.so, + deprecated, shouldn't be used anymore). + + + USE_FIREFOX + + The port requires Firefox as a runtime dependency. + Possible values: + yes (get default version), + 40, 36, + 35. + Default dependency is on version + 40. + + + USE_FIREFOX_BUILD + + The port requires Firefox as a buildtime dependency. + Possible values: see USE_FIREFOX. + This automatically sets USE_FIREFOX and + assigns the same value. + + + USE_SEAMONKEY + + The port requires SeaMonkey as a runtime dependency. + Possible values: + yes (get default version), + 20, 11 + (deprecated, shouldn't be used anymore). + Default dependency is on version + 20. + + + USE_SEAMONKEY_BUILD + + The port requires SeaMonkey as a buildtime dependency. + Possible values: see USE_SEAMONKEY. + This automatically sets USE_SEAMONKEY and + assigns the same value. + + + USE_THUNDERBIRD + + The port requires Thunderbird as a runtime dependency. + Possible values: + yes (get default version), + 31, 30 + (deprecated, shouldn't be used anymore). + Default dependency is on version + 31. + + + USE_THUNDERBIRD_BUILD + + The port requires Thunderbird as a buildtime dependency. + Possible values: see USE_THUNDERBIRD. + This automatically sets USE_THUNDERBIRD + and assigns the same value. + + + + +
+ A complete list of available variables can be found in + /usr/ports/Mk/bsd.gecko.mk. +
+ + Using databases --- ph-bsd.gecko.mk.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From bcr at FreeBSD.org Tue Mar 29 07:23:31 2011 From: bcr at FreeBSD.org (bcr at FreeBSD.org) Date: Tue, 29 Mar 2011 07:23:30 GMT Subject: docs/156020: [PATCH] Add bsd.gecko.mk variables to the porters handbook Message-ID: <201103290723.p2T7NUSh044321@freefall.freebsd.org> Synopsis: [PATCH] Add bsd.gecko.mk variables to the porters handbook Responsible-Changed-From-To: freebsd-doc->bcr Responsible-Changed-By: bcr Responsible-Changed-When: Tue Mar 29 07:23:04 UTC 2011 Responsible-Changed-Why: I'll take care of that. http://www.freebsd.org/cgi/query-pr.cgi?pr=156020 From ryusuke at FreeBSD.org Tue Mar 29 09:46:32 2011 From: ryusuke at FreeBSD.org (Ryusuke SUZUKI) Date: Tue, 29 Mar 2011 18:46:26 +0900 (JST) Subject: Release version information in the installation page. Message-ID: <20110329.184626.189690266.ryusuke@jp.FreeBSD.org> Hello, freebsd-doc@ I would like to update the release version infomation in the FreeBSD Handbook installation page (doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml). How about the follwing patch? Regards, Ryusuke diff -u -r1.420 chapter.sgml --- chapter.sgml 22 Feb 2011 20:57:42 -0000 1.420 +++ chapter.sgml 28 Mar 2011 15:13:20 -0000 @@ -708,7 +708,7 @@ Acquire the Boot Floppy Images - Please note, as of &os; 8.0, floppy disk images are + Please note, as of &os; 8.X, floppy disk images are no longer available. Please see above for instructions on how to install &os; using a USB memory stick or just use a CDROM or a DVD. @@ -4369,11 +4369,11 @@ From the &os; system where is saved the installation ISO image, for example - &os;-8.1-RELEASE-i386-disc1.iso, + &os;-&rel.current;-RELEASE-i386-disc1.iso, use the &man.tar.1; utility to extract all the files: &prompt.root; mkdir /path/to/headless-iso -&prompt.root; tar -C /path/to/headless-iso -pxvf &os;-8.1-RELEASE-i386-disc1.iso +&prompt.root; tar -C /path/to/headless-iso -pxvf &os;-&rel.current;-RELEASE-i386-disc1.iso Now you must set the installation media to boot into a serial console. You have to add to the @@ -4389,7 +4389,7 @@ used: &prompt.root; mkisofs -v -b boot/cdboot -no-emul-boot -r -J -V "Headless_install" \ - -o Headless-&os;-8.1-RELEASE-i386-disc1.iso /path/to/headless-iso + -o Headless-&os;-&rel.current;-RELEASE-i386-disc1.iso /path/to/headless-iso Now that you have your ISO image configured correctly, you can burn it on a CD-R with your favorite burning @@ -4553,8 +4553,7 @@ off USB drives. It also supports booting into a livefs based rescue mode. The documentation packages are provided but no other - packages. This image is not available for &os; 7.3 - and earlier. + packages. This image is not available for &os; 7.X. @@ -4570,7 +4569,7 @@ A CD image with as many third-party packages as would fit on the disc. This image is not - available for &os; 8.0 and later. + available for &os; 8.X. @@ -4578,7 +4577,7 @@ Another CD image with as many third-party packages as would fit on the disc. This image is - not available for &os; 8.0 and later. + not available for &os; 8.X. @@ -4600,7 +4599,7 @@ &os; 7.X releases before &os; 7.3 and - &os; 8.X releases before &os; 8.1 used a + &os; 8.0 used a different naming convention. The names of their ISO images are not prefixed with &os;-. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available URL: From sonic2000gr at gmail.com Tue Mar 29 11:39:35 2011 From: sonic2000gr at gmail.com (Manolis Kiagias) Date: Tue, 29 Mar 2011 14:39:49 +0300 Subject: Release version information in the installation page. In-Reply-To: <20110329.184626.189690266.ryusuke@jp.FreeBSD.org> References: <20110329.184626.189690266.ryusuke@jp.FreeBSD.org> Message-ID: <4D91C505.2070700@gmail.com> On 03/29/2011 12:46 PM, Ryusuke SUZUKI wrote: > Hello, freebsd-doc@ > > I would like to update the release version infomation in the FreeBSD Handbook > installation page (doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml). > > How about the follwing patch? > > Regards, > Ryusuke > Hi Ryusuke, Looks fine, better use 8.X instead of just 8.X. It is also worth inserting   where appropriate, i.e. &os; 8.X Cheers, Manolis From www at FreeBSD.org Tue Mar 29 16:43:31 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Tue, 29 Mar 2011 16:43:30 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103291643.p2TGhUpV077414@red.freebsd.org> /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-suug2004.sgml-tmp > source-suug2004.html || (/bin/rm -f source-suug2004.sgml-tmp source-suug2004.html && false) /bin/rm -f source-suug2004.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-suug2004.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-tllts.sgml > source-tllts.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-tllts.sgml-tmp > source-tllts.html || (/bin/rm -f source-tllts.sgml-tmp source-tllts.html && false) /bin/rm -f source-tllts.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-tllts.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-ukuug.sgml > source-ukuug.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-ukuug.sgml-tmp > source-ukuug.html || (/bin/rm -f source-ukuug.sgml-tmp source-ukuug.html && false) /bin/rm -f source-ukuug.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-ukuug.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-unixtutorial.sgml > source-unixtutorial.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-unixtutorial.sgml-tmp > source-unixtutorial.html || (/bin/rm -f source-unixtutorial.sgml-tmp source-unixtutorial.html && false) /bin/rm -f source-unixtutorial.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-unixtutorial.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-youtube.sgml > source-youtube.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-youtube.sgml-tmp > source-youtube.html || (/bin/rm -f source-youtube.sgml-tmp source-youtube.html && false) /bin/rm -f source-youtube.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-youtube.html *** Error code 1 (ignored) ===> news ===> news/1993 ===> news/1996 ===> news/1997 ===> news/1998 ===> news/1999 ===> news/2000 ===> news/2001 ===> news/2002 ===> news/2003 ===> news/2004 ===> news/2005 ===> news/2006 ===> news/2007 ===> news/2008 ===> news/2009 ===> news/status ===> platforms ===> platforms/ia64 ===> portmgr ===> projects make: don't know how to make 2011-freebsd-gsoc-thumbnail.jpg. Stop *** Error code 2 Stop in /w/www/build/www/en. 80.08 real 35.38 user 12.71 sys From www at FreeBSD.org Tue Mar 29 16:53:36 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Tue, 29 Mar 2011 16:53:35 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103291653.p2TGrZXu082795@red.freebsd.org> /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-suug2004.sgml-tmp > source-suug2004.html || (/bin/rm -f source-suug2004.sgml-tmp source-suug2004.html && false) /bin/rm -f source-suug2004.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-suug2004.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-tllts.sgml > source-tllts.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-tllts.sgml-tmp > source-tllts.html || (/bin/rm -f source-tllts.sgml-tmp source-tllts.html && false) /bin/rm -f source-tllts.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-tllts.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-ukuug.sgml > source-ukuug.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-ukuug.sgml-tmp > source-ukuug.html || (/bin/rm -f source-ukuug.sgml-tmp source-ukuug.html && false) /bin/rm -f source-ukuug.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-ukuug.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-unixtutorial.sgml > source-unixtutorial.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-unixtutorial.sgml-tmp > source-unixtutorial.html || (/bin/rm -f source-unixtutorial.sgml-tmp source-unixtutorial.html && false) /bin/rm -f source-unixtutorial.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-unixtutorial.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-youtube.sgml > source-youtube.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-youtube.sgml-tmp > source-youtube.html || (/bin/rm -f source-youtube.sgml-tmp source-youtube.html && false) /bin/rm -f source-youtube.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-youtube.html *** Error code 1 (ignored) ===> news ===> news/1993 ===> news/1996 ===> news/1997 ===> news/1998 ===> news/1999 ===> news/2000 ===> news/2001 ===> news/2002 ===> news/2003 ===> news/2004 ===> news/2005 ===> news/2006 ===> news/2007 ===> news/2008 ===> news/2009 ===> news/status ===> platforms ===> platforms/ia64 ===> portmgr ===> projects make: don't know how to make 2011-freebsd-gsoc-thumbnail.jpg. Stop *** Error code 2 Stop in /w/www/build/www/en. 80.94 real 35.46 user 12.85 sys From www at FreeBSD.org Tue Mar 29 17:03:48 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Tue, 29 Mar 2011 17:03:48 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103291703.p2TH3mXs088714@red.freebsd.org> /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-suug2004.sgml-tmp > source-suug2004.html || (/bin/rm -f source-suug2004.sgml-tmp source-suug2004.html && false) /bin/rm -f source-suug2004.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-suug2004.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-tllts.sgml > source-tllts.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-tllts.sgml-tmp > source-tllts.html || (/bin/rm -f source-tllts.sgml-tmp source-tllts.html && false) /bin/rm -f source-tllts.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-tllts.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-ukuug.sgml > source-ukuug.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-ukuug.sgml-tmp > source-ukuug.html || (/bin/rm -f source-ukuug.sgml-tmp source-ukuug.html && false) /bin/rm -f source-ukuug.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-ukuug.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-unixtutorial.sgml > source-unixtutorial.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-unixtutorial.sgml-tmp > source-unixtutorial.html || (/bin/rm -f source-unixtutorial.sgml-tmp source-unixtutorial.html && false) /bin/rm -f source-unixtutorial.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-unixtutorial.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-youtube.sgml > source-youtube.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-youtube.sgml-tmp > source-youtube.html || (/bin/rm -f source-youtube.sgml-tmp source-youtube.html && false) /bin/rm -f source-youtube.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-youtube.html *** Error code 1 (ignored) ===> news ===> news/1993 ===> news/1996 ===> news/1997 ===> news/1998 ===> news/1999 ===> news/2000 ===> news/2001 ===> news/2002 ===> news/2003 ===> news/2004 ===> news/2005 ===> news/2006 ===> news/2007 ===> news/2008 ===> news/2009 ===> news/status ===> platforms ===> platforms/ia64 ===> portmgr ===> projects make: don't know how to make 2011-freebsd-gsoc-thumbnail.jpg. Stop *** Error code 2 Stop in /w/www/build/www/en. 81.84 real 36.06 user 13.30 sys From www at FreeBSD.org Tue Mar 29 17:13:36 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Tue, 29 Mar 2011 17:13:35 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103291713.p2THDZCW094370@red.freebsd.org> /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-suug2004.sgml-tmp > source-suug2004.html || (/bin/rm -f source-suug2004.sgml-tmp source-suug2004.html && false) /bin/rm -f source-suug2004.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-suug2004.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-tllts.sgml > source-tllts.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-tllts.sgml-tmp > source-tllts.html || (/bin/rm -f source-tllts.sgml-tmp source-tllts.html && false) /bin/rm -f source-tllts.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-tllts.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-ukuug.sgml > source-ukuug.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-ukuug.sgml-tmp > source-ukuug.html || (/bin/rm -f source-ukuug.sgml-tmp source-ukuug.html && false) /bin/rm -f source-ukuug.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-ukuug.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-unixtutorial.sgml > source-unixtutorial.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-unixtutorial.sgml-tmp > source-unixtutorial.html || (/bin/rm -f source-unixtutorial.sgml-tmp source-unixtutorial.html && false) /bin/rm -f source-unixtutorial.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-unixtutorial.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-youtube.sgml > source-youtube.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-youtube.sgml-tmp > source-youtube.html || (/bin/rm -f source-youtube.sgml-tmp source-youtube.html && false) /bin/rm -f source-youtube.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-youtube.html *** Error code 1 (ignored) ===> news ===> news/1993 ===> news/1996 ===> news/1997 ===> news/1998 ===> news/1999 ===> news/2000 ===> news/2001 ===> news/2002 ===> news/2003 ===> news/2004 ===> news/2005 ===> news/2006 ===> news/2007 ===> news/2008 ===> news/2009 ===> news/status ===> platforms ===> platforms/ia64 ===> portmgr ===> projects make: don't know how to make 2011-freebsd-gsoc-thumbnail.jpg. Stop *** Error code 2 Stop in /w/www/build/www/en. 80.44 real 35.26 user 12.80 sys From www at FreeBSD.org Tue Mar 29 17:22:26 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Tue, 29 Mar 2011 17:22:25 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103291722.p2THMPBw099821@red.freebsd.org> /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-suug2004.sgml-tmp > source-suug2004.html || (/bin/rm -f source-suug2004.sgml-tmp source-suug2004.html && false) /bin/rm -f source-suug2004.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-suug2004.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-tllts.sgml > source-tllts.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-tllts.sgml-tmp > source-tllts.html || (/bin/rm -f source-tllts.sgml-tmp source-tllts.html && false) /bin/rm -f source-tllts.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-tllts.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-ukuug.sgml > source-ukuug.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-ukuug.sgml-tmp > source-ukuug.html || (/bin/rm -f source-ukuug.sgml-tmp source-ukuug.html && false) /bin/rm -f source-ukuug.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-ukuug.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-unixtutorial.sgml > source-unixtutorial.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-unixtutorial.sgml-tmp > source-unixtutorial.html || (/bin/rm -f source-unixtutorial.sgml-tmp source-unixtutorial.html && false) /bin/rm -f source-unixtutorial.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-unixtutorial.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-youtube.sgml > source-youtube.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-youtube.sgml-tmp > source-youtube.html || (/bin/rm -f source-youtube.sgml-tmp source-youtube.html && false) /bin/rm -f source-youtube.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-youtube.html *** Error code 1 (ignored) ===> news ===> news/1993 ===> news/1996 ===> news/1997 ===> news/1998 ===> news/1999 ===> news/2000 ===> news/2001 ===> news/2002 ===> news/2003 ===> news/2004 ===> news/2005 ===> news/2006 ===> news/2007 ===> news/2008 ===> news/2009 ===> news/status ===> platforms ===> platforms/ia64 ===> portmgr ===> projects make: don't know how to make 2011-freebsd-gsoc-thumbnail.jpg. Stop *** Error code 2 Stop in /w/www/build/www/en. 80.59 real 35.23 user 12.85 sys From www at FreeBSD.org Tue Mar 29 17:33:35 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Tue, 29 Mar 2011 17:33:35 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103291733.p2THXZAX005326@red.freebsd.org> /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-suug2004.sgml-tmp > source-suug2004.html || (/bin/rm -f source-suug2004.sgml-tmp source-suug2004.html && false) /bin/rm -f source-suug2004.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-suug2004.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-tllts.sgml > source-tllts.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-tllts.sgml-tmp > source-tllts.html || (/bin/rm -f source-tllts.sgml-tmp source-tllts.html && false) /bin/rm -f source-tllts.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-tllts.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-ukuug.sgml > source-ukuug.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-ukuug.sgml-tmp > source-ukuug.html || (/bin/rm -f source-ukuug.sgml-tmp source-ukuug.html && false) /bin/rm -f source-ukuug.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-ukuug.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-unixtutorial.sgml > source-unixtutorial.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-unixtutorial.sgml-tmp > source-unixtutorial.html || (/bin/rm -f source-unixtutorial.sgml-tmp source-unixtutorial.html && false) /bin/rm -f source-unixtutorial.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-unixtutorial.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-youtube.sgml > source-youtube.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-youtube.sgml-tmp > source-youtube.html || (/bin/rm -f source-youtube.sgml-tmp source-youtube.html && false) /bin/rm -f source-youtube.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-youtube.html *** Error code 1 (ignored) ===> news ===> news/1993 ===> news/1996 ===> news/1997 ===> news/1998 ===> news/1999 ===> news/2000 ===> news/2001 ===> news/2002 ===> news/2003 ===> news/2004 ===> news/2005 ===> news/2006 ===> news/2007 ===> news/2008 ===> news/2009 ===> news/status ===> platforms ===> platforms/ia64 ===> portmgr ===> projects make: don't know how to make 2011-freebsd-gsoc-thumbnail.jpg. Stop *** Error code 2 Stop in /w/www/build/www/en. 80.27 real 35.61 user 12.44 sys From www at FreeBSD.org Tue Mar 29 17:43:36 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Tue, 29 Mar 2011 17:43:35 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103291743.p2THhZto010324@red.freebsd.org> /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-suug2004.sgml-tmp > source-suug2004.html || (/bin/rm -f source-suug2004.sgml-tmp source-suug2004.html && false) /bin/rm -f source-suug2004.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-suug2004.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-tllts.sgml > source-tllts.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-tllts.sgml-tmp > source-tllts.html || (/bin/rm -f source-tllts.sgml-tmp source-tllts.html && false) /bin/rm -f source-tllts.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-tllts.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-ukuug.sgml > source-ukuug.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-ukuug.sgml-tmp > source-ukuug.html || (/bin/rm -f source-ukuug.sgml-tmp source-ukuug.html && false) /bin/rm -f source-ukuug.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-ukuug.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-unixtutorial.sgml > source-unixtutorial.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-unixtutorial.sgml-tmp > source-unixtutorial.html || (/bin/rm -f source-unixtutorial.sgml-tmp source-unixtutorial.html && false) /bin/rm -f source-unixtutorial.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-unixtutorial.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-youtube.sgml > source-youtube.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-youtube.sgml-tmp > source-youtube.html || (/bin/rm -f source-youtube.sgml-tmp source-youtube.html && false) /bin/rm -f source-youtube.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-youtube.html *** Error code 1 (ignored) ===> news ===> news/1993 ===> news/1996 ===> news/1997 ===> news/1998 ===> news/1999 ===> news/2000 ===> news/2001 ===> news/2002 ===> news/2003 ===> news/2004 ===> news/2005 ===> news/2006 ===> news/2007 ===> news/2008 ===> news/2009 ===> news/status ===> platforms ===> platforms/ia64 ===> portmgr ===> projects make: don't know how to make 2011-freebsd-gsoc-thumbnail.jpg. Stop *** Error code 2 Stop in /w/www/build/www/en. 80.67 real 35.43 user 12.33 sys From www at FreeBSD.org Tue Mar 29 17:53:34 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Tue, 29 Mar 2011 17:53:33 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103291753.p2THrXvk015318@red.freebsd.org> /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-suug2004.sgml-tmp > source-suug2004.html || (/bin/rm -f source-suug2004.sgml-tmp source-suug2004.html && false) /bin/rm -f source-suug2004.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-suug2004.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-tllts.sgml > source-tllts.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-tllts.sgml-tmp > source-tllts.html || (/bin/rm -f source-tllts.sgml-tmp source-tllts.html && false) /bin/rm -f source-tllts.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-tllts.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-ukuug.sgml > source-ukuug.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-ukuug.sgml-tmp > source-ukuug.html || (/bin/rm -f source-ukuug.sgml-tmp source-ukuug.html && false) /bin/rm -f source-ukuug.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-ukuug.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-unixtutorial.sgml > source-unixtutorial.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-unixtutorial.sgml-tmp > source-unixtutorial.html || (/bin/rm -f source-unixtutorial.sgml-tmp source-unixtutorial.html && false) /bin/rm -f source-unixtutorial.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-unixtutorial.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-youtube.sgml > source-youtube.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-youtube.sgml-tmp > source-youtube.html || (/bin/rm -f source-youtube.sgml-tmp source-youtube.html && false) /bin/rm -f source-youtube.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-youtube.html *** Error code 1 (ignored) ===> news ===> news/1993 ===> news/1996 ===> news/1997 ===> news/1998 ===> news/1999 ===> news/2000 ===> news/2001 ===> news/2002 ===> news/2003 ===> news/2004 ===> news/2005 ===> news/2006 ===> news/2007 ===> news/2008 ===> news/2009 ===> news/status ===> platforms ===> platforms/ia64 ===> portmgr ===> projects make: don't know how to make 2011-freebsd-gsoc-thumbnail.jpg. Stop *** Error code 2 Stop in /w/www/build/www/en. 80.43 real 35.55 user 12.40 sys From www at FreeBSD.org Tue Mar 29 18:03:48 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Tue, 29 Mar 2011 18:03:47 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103291803.p2TI3lhs020546@red.freebsd.org> /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-suug2004.sgml-tmp > source-suug2004.html || (/bin/rm -f source-suug2004.sgml-tmp source-suug2004.html && false) /bin/rm -f source-suug2004.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-suug2004.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-tllts.sgml > source-tllts.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-tllts.sgml-tmp > source-tllts.html || (/bin/rm -f source-tllts.sgml-tmp source-tllts.html && false) /bin/rm -f source-tllts.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-tllts.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-ukuug.sgml > source-ukuug.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-ukuug.sgml-tmp > source-ukuug.html || (/bin/rm -f source-ukuug.sgml-tmp source-ukuug.html && false) /bin/rm -f source-ukuug.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-ukuug.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-unixtutorial.sgml > source-unixtutorial.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-unixtutorial.sgml-tmp > source-unixtutorial.html || (/bin/rm -f source-unixtutorial.sgml-tmp source-unixtutorial.html && false) /bin/rm -f source-unixtutorial.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-unixtutorial.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-youtube.sgml > source-youtube.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-youtube.sgml-tmp > source-youtube.html || (/bin/rm -f source-youtube.sgml-tmp source-youtube.html && false) /bin/rm -f source-youtube.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-youtube.html *** Error code 1 (ignored) ===> news ===> news/1993 ===> news/1996 ===> news/1997 ===> news/1998 ===> news/1999 ===> news/2000 ===> news/2001 ===> news/2002 ===> news/2003 ===> news/2004 ===> news/2005 ===> news/2006 ===> news/2007 ===> news/2008 ===> news/2009 ===> news/status ===> platforms ===> platforms/ia64 ===> portmgr ===> projects make: don't know how to make 2011-freebsd-gsoc-thumbnail.jpg. Stop *** Error code 2 Stop in /w/www/build/www/en. 80.31 real 35.76 user 12.21 sys From www at FreeBSD.org Tue Mar 29 18:13:39 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Tue, 29 Mar 2011 18:13:38 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103291813.p2TIDcmC025616@red.freebsd.org> /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-suug2004.sgml-tmp > source-suug2004.html || (/bin/rm -f source-suug2004.sgml-tmp source-suug2004.html && false) /bin/rm -f source-suug2004.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-suug2004.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-tllts.sgml > source-tllts.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-tllts.sgml-tmp > source-tllts.html || (/bin/rm -f source-tllts.sgml-tmp source-tllts.html && false) /bin/rm -f source-tllts.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-tllts.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-ukuug.sgml > source-ukuug.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-ukuug.sgml-tmp > source-ukuug.html || (/bin/rm -f source-ukuug.sgml-tmp source-ukuug.html && false) /bin/rm -f source-ukuug.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-ukuug.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-unixtutorial.sgml > source-unixtutorial.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-unixtutorial.sgml-tmp > source-unixtutorial.html || (/bin/rm -f source-unixtutorial.sgml-tmp source-unixtutorial.html && false) /bin/rm -f source-unixtutorial.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-unixtutorial.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-youtube.sgml > source-youtube.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-youtube.sgml-tmp > source-youtube.html || (/bin/rm -f source-youtube.sgml-tmp source-youtube.html && false) /bin/rm -f source-youtube.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-youtube.html *** Error code 1 (ignored) ===> news ===> news/1993 ===> news/1996 ===> news/1997 ===> news/1998 ===> news/1999 ===> news/2000 ===> news/2001 ===> news/2002 ===> news/2003 ===> news/2004 ===> news/2005 ===> news/2006 ===> news/2007 ===> news/2008 ===> news/2009 ===> news/status ===> platforms ===> platforms/ia64 ===> portmgr ===> projects make: don't know how to make 2011-freebsd-gsoc-thumbnail.jpg. Stop *** Error code 2 Stop in /w/www/build/www/en. 80.42 real 35.39 user 12.43 sys From www at FreeBSD.org Tue Mar 29 18:23:30 2011 From: www at FreeBSD.org (World Wide Web Owner) Date: Tue, 29 Mar 2011 18:23:30 GMT Subject: FreeBSD web build failed on red.freebsd.org Message-ID: <201103291823.p2TINUv4030635@red.freebsd.org> /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-suug2004.sgml-tmp > source-suug2004.html || (/bin/rm -f source-suug2004.sgml-tmp source-suug2004.html && false) /bin/rm -f source-suug2004.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-suug2004.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-tllts.sgml > source-tllts.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-tllts.sgml-tmp > source-tllts.html || (/bin/rm -f source-tllts.sgml-tmp source-tllts.html && false) /bin/rm -f source-tllts.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-tllts.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-ukuug.sgml > source-ukuug.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-ukuug.sgml-tmp > source-ukuug.html || (/bin/rm -f source-ukuug.sgml-tmp source-ukuug.html && false) /bin/rm -f source-ukuug.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-ukuug.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-unixtutorial.sgml > source-unixtutorial.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-unixtutorial.sgml-tmp > source-unixtutorial.html || (/bin/rm -f source-unixtutorial.sgml-tmp source-unixtutorial.html && false) /bin/rm -f source-unixtutorial.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-unixtutorial.html *** Error code 1 (ignored) /usr/bin/sed -e 's///' source-youtube.sgml > source-youtube.sgml-tmp /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -ifreebsd.urls.absolute -c /usr/local/share/sgml/html/catalog -c /usr/local/share/sgml/catalog -c /w/www/build/www/en/share/sgml/catalog -c /w/www/build/www/share/sgml/catalog -D /w/www/build/www/en/multimedia/output source-youtube.sgml-tmp > source-youtube.html || (/bin/rm -f source-youtube.sgml-tmp source-youtube.html && false) /bin/rm -f source-youtube.sgml-tmp /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml source-youtube.html *** Error code 1 (ignored) ===> news ===> news/1993 ===> news/1996 ===> news/1997 ===> news/1998 ===> news/1999 ===> news/2000 ===> news/2001 ===> news/2002 ===> news/2003 ===> news/2004 ===> news/2005 ===> news/2006 ===> news/2007 ===> news/2008 ===> news/2009 ===> news/status ===> platforms ===> platforms/ia64 ===> portmgr ===> projects make: don't know how to make 2011-freebsd-gsoc-thumbnail.jpg. Stop *** Error code 2 Stop in /w/www/build/www/en. 80.39 real 36.14 user 12.31 sys From ryusuke at FreeBSD.org Wed Mar 30 10:54:08 2011 From: ryusuke at FreeBSD.org (Ryusuke SUZUKI) Date: Wed, 30 Mar 2011 19:54:01 +0900 (JST) Subject: Release version information in the installation page. In-Reply-To: <4D91C505.2070700@gmail.com> References: <20110329.184626.189690266.ryusuke@jp.FreeBSD.org> <4D91C505.2070700@gmail.com> Message-ID: <20110330.195401.189688392.ryusuke@jp.FreeBSD.org> manolis> Looks fine, better use 8.X instead of just manolis> 8.X. It is also worth inserting   where appropriate, i.e. manolis> &os; 8.X Manolis-san, thanks! I will commit following patch. Ryusuke diff -u -r1.420 chapter.sgml --- chapter.sgml 22 Feb 2011 20:57:42 -0000 1.420 +++ chapter.sgml 29 Mar 2011 12:26:41 -0000 @@ -708,7 +708,7 @@ Acquire the Boot Floppy Images - Please note, as of &os; 8.0, floppy disk images are + Please note, as of &os; 8.X, floppy disk images are no longer available. Please see above for instructions on how to install &os; using a USB memory stick or just use a CDROM or a DVD. @@ -4369,11 +4369,11 @@ From the &os; system where is saved the installation ISO image, for example - &os;-8.1-RELEASE-i386-disc1.iso, + &os;-&rel.current;-RELEASE-i386-disc1.iso, use the &man.tar.1; utility to extract all the files: &prompt.root; mkdir /path/to/headless-iso -&prompt.root; tar -C /path/to/headless-iso -pxvf &os;-8.1-RELEASE-i386-disc1.iso +&prompt.root; tar -C /path/to/headless-iso -pxvf &os;-&rel.current;-RELEASE-i386-disc1.iso Now you must set the installation media to boot into a serial console. You have to add to the @@ -4389,7 +4389,7 @@ used: &prompt.root; mkisofs -v -b boot/cdboot -no-emul-boot -r -J -V "Headless_install" \ - -o Headless-&os;-8.1-RELEASE-i386-disc1.iso /path/to/headless-iso + -o Headless-&os;-&rel.current;-RELEASE-i386-disc1.iso /path/to/headless-iso Now that you have your ISO image configured correctly, you can burn it on a CD-R with your favorite burning @@ -4553,8 +4553,7 @@ off USB drives. It also supports booting into a livefs based rescue mode. The documentation packages are provided but no other - packages. This image is not available for &os; 7.3 - and earlier. + packages. This image is not available for &os; 7.X. @@ -4570,7 +4569,7 @@ A CD image with as many third-party packages as would fit on the disc. This image is not - available for &os; 8.0 and later. + available for &os; 8.X. @@ -4578,7 +4577,7 @@ Another CD image with as many third-party packages as would fit on the disc. This image is - not available for &os; 8.0 and later. + not available for &os; 8.X. @@ -4600,7 +4599,7 @@ &os; 7.X releases before &os; 7.3 and - &os; 8.X releases before &os; 8.1 used a + &os; 8.0 used a different naming convention. The names of their ISO images are not prefixed with &os;-. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available URL: From lists at eitanadler.com Thu Mar 31 03:53:23 2011 From: lists at eitanadler.com (Eitan Adler) Date: Wed, 30 Mar 2011 23:53:02 -0400 Subject: docs/155982: [patch] remove reference to floppy installations In-Reply-To: <201103280640.p2S6eCMF051810@freefall.freebsd.org> References: <201103280640.p2S6eCMF051810@freefall.freebsd.org> Message-ID: > ?PC98 arch needs installation floppies, so it should not be "just" removed. I was unaware of this. Do you think that the text should remain as is or could parts of it be reworked to remove floppies as a primary installation method? Perhaps a note about ppc could be added? -- Eitan Adler From timwork at mail.ru Thu Mar 31 08:00:26 2011 From: timwork at mail.ru (Tim) Date: Thu, 31 Mar 2011 07:59:05 GMT Subject: docs/156081: troff falls with troff.core with UTF-8 man with incorrect symbols displaying for kernel UTF-8 Message-ID: <201103310759.p2V7x5Ue001153@red.freebsd.org> >Number: 156081 >Category: docs >Synopsis: troff falls with troff.core with UTF-8 man with incorrect symbols displaying for kernel UTF-8 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 31 08:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Tim >Release: 8.2-STABLE >Organization: >Environment: FreeBSD timfree.ibmc.msk.ru 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Mar 30 16:09:42 MSD 2011 root at timfree.ibmc.msk.ru:/usr/obj/usr/src/sys/KERN_2011_03_30 amd64 >Description: man pages for UTF-8 encoding at least for russian language cause troff falling with troff.core, and all text is in incorrect character set for kernel with embeded UTF-8 and UTF-8 locale specified (with xterm tty, with LANG, etc.) >How-To-Repeat: 1. make kernel UTF-8 and UTF-8 locale 2. install vim 3. man vim >Fix: *roff system not understand standart unicode symbols, but man send to *roff exactly UTF-8 without any transformations: Principles of man -d for FreeBSD (with vim as example): ----------------------- zcat /usr/local/man/ru.UTF-8/man1/vim.1.gz |\ tbl |\ groff -S -Wall -mtty-char -man -Tutf8 -dlocale=ru.UTF-8 |\ col | less ---------------------- In Linux there is preconv between zcat and *roff: Principles of man -d vim for Ubuntu (as Linux example): ------------------------------- zcat /usr/share/man/ru/man1/vim.1.gz |\ preconv -e UTF-8 |\ tbl |\ nroff -mandoc -rLL=97n | less ------------------------- preconv make \[uXXXX] char sequences for any UTF symbol and these sequences understand *roff. In FreeBSD such preconv is absent. And this cause title effect. Usage iconv such a way: zcat vim.1.gz |iconv -f utf-8 -t koi8-r |nroff -mandoc -Tkoi8-r |iconv -t utf-8 -f koi8-r|less is workaround of this problem, while nroff work correctly with koi8. >Release-Note: >Audit-Trail: >Unformatted: From ryusuke at FreeBSD.org Thu Mar 31 09:48:01 2011 From: ryusuke at FreeBSD.org (Ryusuke SUZUKI) Date: Thu, 31 Mar 2011 18:47:51 +0900 (JST) Subject: docs/155982: [patch] remove reference to floppy installations In-Reply-To: References: <201103280640.p2S6eCMF051810@freefall.freebsd.org> Message-ID: <20110331.184751.193740693.ryusuke@jp.FreeBSD.org> blackend> ?PC98 arch needs installation floppies, so it should not be "just" removed. eadler> I was unaware of this. Do you think that the text should remain as is eadler> or could parts of it be reworked to remove floppies as a primary eadler> installation method? Perhaps a note about ppc could be added? I agree with blackend@ that it should not just be removed, since floppy images of i386, amd64, pc98, and sparc64 for 7.3 and 7.4-RELEASE are also available. I also agree with eadler@ that floppy is not a primary installation media. How about moving the text to chapter 2.13 (Preparing Your Own Installation Media) like CDROM images? Regards, Ryusuke -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available URL: From rdna at rdna.ru Thu Mar 31 13:40:11 2011 From: rdna at rdna.ru (Andrey Ignatov) Date: Thu, 31 Mar 2011 06:30:43 -0700 (PDT) Subject: docs/156089: [patch] option "-w" is not documented in limits(1) Message-ID: <4d948203.01a2cc0a.28d1.4773@mx.google.com> >Number: 156089 >Category: docs >Synopsis: [patch] option "-w" is not documented in limits(1) >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: Thu Mar 31 13:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Andrey Ignatov >Release: FreeBSD 8.2-RELEASE amd64 >Organization: Yandex >Environment: System: FreeBSD rdna.yandex.ru 8.2-RELEASE FreeBSD 8.2-RELEASE #0 r219030: Fri Feb 25 17:53:02 MSK 2011 root at rdna.yandex.ru:/usr/obj/usr/src/sys/RDNA amd64 >Description: limits(1) has option "-w" but there is not any description of this in the appropriate man page. >How-To-Repeat: % limits -w Resource limits (current): swapuse infinity kB % zcat /usr/share/man/man1/limits.1.gz | tbl | groff -S -Wall -mtty-char -man -Tascii | col | grep -i swap ; echo $? 1 >Fix: --- limits.1.patch begins here --- Index: usr.bin/limits/limits.1 =================================================================== --- usr.bin/limits/limits.1 (revision 219030) +++ usr.bin/limits/limits.1 (working copy) @@ -266,6 +266,10 @@ Select or set the .Va pseudoterminals resource limit. +.It Fl w Op Ar val +Select or set the +.Va swapuse +resource limit. .El .Pp Valid values for --- limits.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: