From rushin29232 at tom.com Sat Mar 1 20:07:39 2014
From: rushin29232 at tom.com (=?UTF-8?B?cnVzaGluMjkyMzI=?=)
Date: Sun, 2 Mar 2014 04:07:28 +0800 (CST)
Subject: =?UTF-8?B?55yf6Kqg5ZCI5L2c?=
Message-ID: <324500051.1016.1393704448944.JavaMail.tomwebmail@bjsd-tm-web5>
? ? ? ?
??I35-1594+3107 2014?3?2?
From djdallmann at gmail.com Sat Mar 1 21:10:19 2014
From: djdallmann at gmail.com (daniel dallmann)
Date: Sat, 1 Mar 2014 15:10:18 -0600
Subject: Processes and Daemons
Message-ID:
I was wondering if the output from top was displayed with two headers on
purpose?
http://www.za.freebsd.org/doc/handbook/basics-processes.html
From trh411 at gmail.com Sun Mar 2 15:43:02 2014
From: trh411 at gmail.com (Thomas Hoffmann)
Date: Sun, 2 Mar 2014 10:43:01 -0500
Subject: Processes and Daemons
In-Reply-To:
References:
Message-ID:
On Sat, Mar 1, 2014 at 4:10 PM, daniel dallmann wrote:
> I was wondering if the output from top was displayed with two headers on
> purpose?
>
> http://www.za.freebsd.org/doc/handbook/basics-processes.html
I'm guessing yes. The first is without ZFS stats (5 lines), the second with
ZFS stats (6 lines). The text describes the 'top' heading as being 5 or 6
lines. So these two header formats are the two users will encounter,
depending on their use or non-use of ZFS.
-Tom
From trh411 at gmail.com Sun Mar 2 16:47:16 2014
From: trh411 at gmail.com (Thomas Hoffmann)
Date: Sun, 2 Mar 2014 11:47:15 -0500
Subject: Processes and Daemons
In-Reply-To:
References:
Message-ID:
On Sun, Mar 2, 2014 at 11:42 AM, daniel dallmann wrote:
> I would like to suggest showing the second header example since the text
> says if you have zfs you'll also have line with ARC. It just simplifies the
> example.
>
> Thanks for getting back to me.
> On Mar 2, 2014 9:43 AM, "Thomas Hoffmann" wrote:
>
>> On Sat, Mar 1, 2014 at 4:10 PM, daniel dallmann wrote:
>>
>>> I was wondering if the output from top was displayed with two headers on
>>> purpose?
>>>
>>> http://www.za.freebsd.org/doc/handbook/basics-processes.html
>>
>>
>> I'm guessing yes. The first is without ZFS stats (5 lines), the second
>> with ZFS stats (6 lines). The text describes the 'top' heading as being 5
>> or 6 lines. So these two header formats are the two users will encounter,
>> depending on their use or non-use of ZFS.
>>
>> -Tom
>>
>
Resent to include freebsd-doc@ as recipient.
From wblock at wonkity.com Sun Mar 2 17:20:28 2014
From: wblock at wonkity.com (Warren Block)
Date: Sun, 2 Mar 2014 10:20:19 -0700 (MST)
Subject: Processes and Daemons
In-Reply-To:
References:
Message-ID:
On Sun, 2 Mar 2014, Thomas Hoffmann wrote:
> On Sat, Mar 1, 2014 at 4:10 PM, daniel dallmann wrote:
>
>> I was wondering if the output from top was displayed with two headers on
>> purpose?
>>
>> http://www.za.freebsd.org/doc/handbook/basics-processes.html
>
>
> I'm guessing yes. The first is without ZFS stats (5 lines), the second with
> ZFS stats (6 lines). The text describes the 'top' heading as being 5 or 6
> lines. So these two header formats are the two users will encounter,
> depending on their use or non-use of ZFS.
If intentional, it's a bit misleading. Better to show just one more
realistically and note that the output will vary depending on the
individual system. It does not seem necessary mention ZFS specifically.
From wblock at wonkity.com Sun Mar 2 17:40:28 2014
From: wblock at wonkity.com (Warren Block)
Date: Sun, 2 Mar 2014 10:40:26 -0700 (MST)
Subject: Processes and Daemons
In-Reply-To:
References:
Message-ID:
On Sun, 2 Mar 2014, Warren Block wrote:
> On Sun, 2 Mar 2014, Thomas Hoffmann wrote:
>
>> On Sat, Mar 1, 2014 at 4:10 PM, daniel dallmann
>> wrote:
>>
>>> I was wondering if the output from top was displayed with two headers on
>>> purpose?
>>>
>>> http://www.za.freebsd.org/doc/handbook/basics-processes.html
>>
>>
>> I'm guessing yes. The first is without ZFS stats (5 lines), the second with
>> ZFS stats (6 lines). The text describes the 'top' heading as being 5 or 6
>> lines. So these two header formats are the two users will encounter,
>> depending on their use or non-use of ZFS.
>
> If intentional, it's a bit misleading. Better to show just one more
> realistically and note that the output will vary depending on the individual
> system. It does not seem necessary mention ZFS specifically.
And now I see that it does mention ZFS conditionally. The second header
has more detail, but the uptime has been moved more to the right than
would show in a standard 80-column console.
This patch provides a minimal change:
Index: basics/chapter.xml
===================================================================
--- basics/chapter.xml (revision 44101)
+++ basics/chapter.xml (working copy)
@@ -3034,13 +3034,7 @@
The output from &man.top.1; is similar:&prompt.user; top
-last pid: 72257; load averages: 0.13, 0.09, 0.03 up 0+13:38:33 22:39:10
-47 processes: 1 running, 46 sleeping
-CPU states: 12.6% user, 0.0% nice, 7.8% system, 0.0% interrupt, 79.7% idle
-Mem: 36M Active, 5256K Inact, 13M Wired, 6312K Cache, 15M Buf, 408K Free
-Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
-
-last pid: 9609; load averages: 0.56, 0.45, 0.36 up 0+00:20:03 10:21:46
+last pid: 9609; load averages: 0.56, 0.45, 0.36 up 0+00:20:03 10:21:46
107 processes: 2 running, 104 sleeping, 1 zombie
CPU: 6.2% user, 0.1% nice, 8.2% system, 0.4% interrupt, 85.1% idle
Mem: 541M Active, 450M Inact, 1333M Wired, 4064K Cache, 1498M Free
@@ -3068,9 +3062,9 @@
figures in the header relate to how many processes are
running, how much memory and swap space has been used, and how
much time the system is spending in different CPU states. If
- the system has been formatted with the ZFS
- file system, the ARC line provides an
- indication of how much data was read from the memory cache
+ the ZFS
+ file system module has been loaded, an ARC line indicates
+ how much data was read from the memory cache
instead of from disk.
Below the header is a series of columns containing similar
-------------- next part --------------
Index: basics/chapter.xml
===================================================================
--- basics/chapter.xml (revision 44101)
+++ basics/chapter.xml (working copy)
@@ -3034,13 +3034,7 @@
The output from &man.top.1; is similar:&prompt.user; top
-last pid: 72257; load averages: 0.13, 0.09, 0.03 up 0+13:38:33 22:39:10
-47 processes: 1 running, 46 sleeping
-CPU states: 12.6% user, 0.0% nice, 7.8% system, 0.0% interrupt, 79.7% idle
-Mem: 36M Active, 5256K Inact, 13M Wired, 6312K Cache, 15M Buf, 408K Free
-Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
-
-last pid: 9609; load averages: 0.56, 0.45, 0.36 up 0+00:20:03 10:21:46
+last pid: 9609; load averages: 0.56, 0.45, 0.36 up 0+00:20:03 10:21:46
107 processes: 2 running, 104 sleeping, 1 zombie
CPU: 6.2% user, 0.1% nice, 8.2% system, 0.4% interrupt, 85.1% idle
Mem: 541M Active, 450M Inact, 1333M Wired, 4064K Cache, 1498M Free
@@ -3068,9 +3062,9 @@
figures in the header relate to how many processes are
running, how much memory and swap space has been used, and how
much time the system is spending in different CPU states. If
- the system has been formatted with the ZFS
- file system, the ARC line provides an
- indication of how much data was read from the memory cache
+ the ZFS
+ file system module has been loaded, an ARC line indicates
+ how much data was read from the memory cache
instead of from disk.Below the header is a series of columns containing similar
From jilles at stack.nl Sun Mar 2 22:40:02 2014
From: jilles at stack.nl (Jilles Tjoelker)
Date: Sun, 2 Mar 2014 22:40:01 GMT
Subject: docs/166553: find(1): find -delete documentation is misleading
Message-ID: <201403022240.s22Me14D053503@freefall.freebsd.org>
The following reply was made to PR docs/166553; it has been noted by GNATS.
From: Jilles Tjoelker
To: bug-followup at FreeBSD.org, rjk at greenend.org.uk
Cc: Matthew Story
Subject: Re: docs/166553: find(1): find -delete documentation is misleading
Date: Sun, 2 Mar 2014 23:38:25 +0100
In PR docs/166553, Richard Kettlewell wrote:
> The documentation for 'find -delete' includes the following remark:
> It will not attempt to delete a filename with a "/" character in its
> pathname relative to "." for security reasons.
> This reflects a defensive test early in f_delete. However, the test
> will not succeed, since find does not use FTS_NOCHDIR, so
> entry->fts_accpath should never contain "/".
> I suggest that this remark be deleted from the man page.
In SVN r246628 and r253886 (both are in 10.0-RELEASE), I removed the two
most common causes for the confusing error message about relative
pathnames: if "." cannot be opened (except if find(1)'s own open
succeeds but fts(3)'s open fails) and if an attempt is made to delete a
pathname given as operand to find(1). The former now gives a clear error
message and the latter is now allowed.
--
Jilles Tjoelker
From djdallmann at gmail.com Mon Mar 3 02:50:02 2014
From: djdallmann at gmail.com (daniel dallmann)
Date: Sun, 2 Mar 2014 20:50:00 -0600
Subject: Processes and Daemons
In-Reply-To:
References:
Message-ID:
Yes, that's great.
On Mar 2, 2014 11:40 AM, "Warren Block" wrote:
> On Sun, 2 Mar 2014, Warren Block wrote:
>
> On Sun, 2 Mar 2014, Thomas Hoffmann wrote:
>>
>> On Sat, Mar 1, 2014 at 4:10 PM, daniel dallmann >> >wrote:
>>>
>>> I was wondering if the output from top was displayed with two headers on
>>>> purpose?
>>>>
>>>> http://www.za.freebsd.org/doc/handbook/basics-processes.html
>>>>
>>>
>>>
>>> I'm guessing yes. The first is without ZFS stats (5 lines), the second
>>> with
>>> ZFS stats (6 lines). The text describes the 'top' heading as being 5 or 6
>>> lines. So these two header formats are the two users will encounter,
>>> depending on their use or non-use of ZFS.
>>>
>>
>> If intentional, it's a bit misleading. Better to show just one more
>> realistically and note that the output will vary depending on the
>> individual system. It does not seem necessary mention ZFS specifically.
>>
>
> And now I see that it does mention ZFS conditionally. The second header
> has more detail, but the uptime has been moved more to the right than would
> show in a standard 80-column console.
>
> This patch provides a minimal change:
>
> Index: basics/chapter.xml
> ===================================================================
> --- basics/chapter.xml (revision 44101)
> +++ basics/chapter.xml (working copy)
> @@ -3034,13 +3034,7 @@
> The output from &man.top.1; is similar:
>
> &prompt.user; top
> -last pid: 72257; load averages: 0.13, 0.09, 0.03 up 0+13:38:33
> 22:39:10
> -47 processes: 1 running, 46 sleeping
> -CPU states: 12.6% user, 0.0% nice, 7.8% system, 0.0% interrupt, 79.7%
> idle
> -Mem: 36M Active, 5256K Inact, 13M Wired, 6312K Cache, 15M Buf, 408K Free
> -Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
> -
> -last pid: 9609; load averages: 0.56, 0.45, 0.36 up
> 0+00:20:03 10:21:46
> +last pid: 9609; load averages: 0.56, 0.45, 0.36 up 0+00:20:03
> 10:21:46
> 107 processes: 2 running, 104 sleeping, 1 zombie
> CPU: 6.2% user, 0.1% nice, 8.2% system, 0.4% interrupt, 85.1% idle
> Mem: 541M Active, 450M Inact, 1333M Wired, 4064K Cache, 1498M Free
> @@ -3068,9 +3062,9 @@
> figures in the header relate to how many processes are
> running, how much memory and swap space has been used, and how
> much time the system is spending in different CPU states. If
> - the system has been formatted with the ZFS
> - file system, the ARC line provides an
> - indication of how much data was read from the memory cache
> + the ZFS
> + file system module has been loaded, an ARC line
> indicates
> + how much data was read from the memory cache
> instead of from disk.
>
> Below the header is a series of columns containing similar
From linimon at FreeBSD.org Mon Mar 3 06:06:33 2014
From: linimon at FreeBSD.org (linimon at FreeBSD.org)
Date: Mon, 3 Mar 2014 06:06:33 GMT
Subject: docs/187215: Want to update Russian FreeBSD Handbook translation,
how to do that?
Message-ID: <201403030606.s2366XCa001184@freefall.freebsd.org>
Synopsis: Want to update Russian FreeBSD Handbook translation, how to do that?
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Mar 3 06:06:13 UTC 2014
Responsible-Changed-Why:
reclassify.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187215
From bugmaster at freebsd.org Mon Mar 3 11:06:04 2014
From: bugmaster at freebsd.org (FreeBSD bugmaster)
Date: Mon, 3 Mar 2014 11:06:04 GMT
Subject: Current unassigned doc problem reports
Message-ID: <201403031106.s23B64n1007602@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/187215 doc Want to update Russian FreeBSD Handbook translation, h
o docs/187142 doc The Handbook (chapter 15.4) does not mention /etc/jail
o docs/186905 doc [PATCH] porters-handbook/makefiles/chapter.xml Strippi
o docs/186663 doc [handbook] mention old xorg in handbook
o docs/186625 doc Handbook rebuilding "world" upgrade procedure wrong me
o docs/186608 doc typo in 'ctime(3) man page
p docs/186191 doc Typo in bhyveload.8
o docs/185764 doc mention of libiconv in FreeBSD 10.0 release note
o docs/185531 doc etherswitchcfg(8) refers to etherswitch(4) which does
o docs/185481 doc sh/bash Parameter Expansion +/- syntax not documented
o docs/185422 doc [handbook] brazilian portuguese translation to "Append
o docs/185421 doc [handbook] brazilian portuguese translation to "Append
o docs/185392 doc [handbook] brazilian portuguese translation to "The Fr
o docs/185391 doc [handbook] brazilian portuguese translation to "GEOM:
o docs/185353 docs nc(1) does not exit after transfer (should be document
o docs/185281 doc [handbook] brazilian portuguese translation to "Jails"
o docs/185280 doc [handbook] brazilian portuguese translation to "Introd
o docs/184758 doc error in rtadvd.conf example
o docs/184755 doc The vmstat(8) manualpage synopsis doesn't show all opt
o docs/184459 doc Documentation Bug in the man Page for the who Command
o docs/184110 doc blackhole(4) manpage doesn`t describe net.inet.sctp.b
o docs/184051 doc Update configuration example for staging
o docs/184048 doc developers handbook, 10.7 Debugging Deadlocks - must i
o docs/184046 doc bhyve(4) manpage references non-existant manpages bhyv
o docs/183927 doc missing info about kernel toolchain in kernel building
o docs/183653 doc [patch] Add some more *BSD releases to the groff_mdoc
o docs/183427 doc Online man pages don't include latest release + ports
o docs/183333 doc Misnamed constant in bpf(4)
o docs/183246 doc FreeBSD 8.4-RELEASE Installation Instructions don't pr
o docs/183024 doc textdump(4) mentions call doadump, should be textdump
o docs/183002 doc Fix instructions in "6.5.3. Anti-Aliased Fonts" regard
o docs/182876 doc CURRENT release notes webpage out of date and inconsis
o docs/182218 doc Add an ipfilter rc.conf option in handbook for IPv6
o docs/181845 doc Virtualbox Host Setup needs acd0 in /etc/devfs.conf, a
o docs/181844 doc FreeBSD Handbook Virtualbox Host Section missing confi
o docs/181808 doc Chapter 15.15 (Resource Limits) misses important infor
o docs/181785 doc [patch] Man page for tmpfile() is inconsistent
o docs/181390 doc seq(1) first appeared in 8th UNIX
o docs/181376 doc CLOCK_THREAD_CPUTIME_ID is not documented in clock_get
o docs/181280 doc suggestion: split zfs man page in a zfs- way
o docs/181134 doc Fix example for boot0cfg utility
o docs/180970 doc [request] No manpage for ps_strings
o docs/180767 doc [patch] printf.3: fix off-by-one in snprintf descripti
o docs/180493 doc [handbook] Single-user mode console confusion
o docs/180332 doc SSD Kernel Instructions Out of Date: options MFS throw
o docs/180331 doc SSD Kernel Instructions Out of Date: options MD_ROOT a
o docs/180330 doc SSD Kernel Instructions Out of Date: pseudo-device no
o docs/180027 doc Missing man page entries for callout_reset_sbt in time
o docs/179988 doc [faq] [patch] ThwackAFAQ - sandbox
p docs/179914 doc remove inactive user dougb from mergemaster maintainer
o docs/179697 doc Handbook incomplete WRT Opera flash usage (linproc)
o docs/179497 doc [patch] service.8 add csh completion example
o docs/179246 doc [patch] gnome porting updates
o docs/178818 doc gmirror(8) says to use rc.early which is no longer ava
o docs/178730 doc move roff papers out of src into doc
o docs/178286 doc [PATCH] document the LOCAL_* vars in build(7)
o docs/178221 doc Addition to handbook jails chapter: warning about make
o www/178190 doc myths web page should be updated
o docs/178119 doc [ports] Porter's handbook lacks examples for using Opt
o docs/177968 doc bpf(4): documentation of BIOCROTZBUF is incomplete
o docs/177699 doc Documentation (handbook and manpage) for mac_biba does
o docs/177514 doc [handbook] ZFS examples do not cover dataset creation
o docs/177457 doc diskinfo(8): diskinfo -v shows inacurate drive size
o docs/177431 doc Handbook & Announcements recommend poor dd options for
o docs/177429 doc dd(1) man page is unclear about semantics of conv=sync
o docs/177215 doc [handbook] [patch] FreeBSD uses SHA512 and no more MD5
o docs/176806 doc recv(2) man page grammatical fixes
o docs/176648 doc restore(8) man page is misleading/confusing
o docs/176645 doc The example in netmap.4 is wrong
o docs/176363 doc Remove mention of 'CVSup' from "Mirroring FreeBSD arti
o docs/176355 doc Attribution and correction of quote in fortune
o docs/176251 doc FreeBSD Handbook assumes too much pre-knowledge
o docs/176127 doc [handbook] add information about all missing mailing l
o docs/176125 doc missing summary of freebsd-jail mailing list
o docs/176123 doc missing summary of freebsd-sysinstall mailing list
o docs/176015 doc [handbook] wrong order in docs for major upgrade
o docs/175995 doc Setting MALLOC_PRODUCTION stops buildworld
o docs/175983 doc man zfs are missing "hold, release" from "zfs allow"
o docs/175712 doc Update 'disk naming' handbook page
o docs/175687 doc pthread_setschedparam(3) may fail for undocumented rea
o www/175685 doc HTTPS does not follow visitor among FreeBSD.org sub-do
o docs/175560 doc ugen(4) man page contains incorrect device node path
o docs/175239 doc sem_wait can be interrupted
o docs/175123 doc [geom] gpart list/status isn't documented in usage sec
o docs/174868 doc mount(2) doesn't do a good job at describing all possi
o docs/174792 doc synopsis for nsupdate(1) missing options -L, and -p
o docs/174581 doc man page of recvmsg(2) does not mention return value 0
o docs/173710 doc Added section "MTP storage" to handbook
o docs/173539 doc [patch] statfs(2) man page missed the error code ENOSY
o docs/173321 doc ports(7) man page -- no info on building with debuggin
o docs/173013 doc FreeBSD Boot Menu documentation lacks detail
o docs/172927 doc ipfw(8): ipfw manual page doesn't show simpliest NAT c
o docs/172913 doc [ipsec] [patch] setkey(8) is unclear on anti-replay wi
o docs/172869 doc [PATCH] Add in nifty lang icons to index.html (home)
o docs/172743 doc IPv6 handbooks lacks info about accepting router adver
o docs/172626 doc [PATCH] modify the community/* pages to look more plea
o docs/172370 doc [handbook] Handbook should be updated for Blu-Ray driv
o docs/172369 doc mkisofs(8)/growisofs(1m) don't specify UDF version
o docs/172368 doc mount_udf(8) doesn't specify which versions of UDF are
o docs/172367 doc ata(4) man page needs an updated for Blu-Ray
o docs/172330 doc [PATCH] Fix some errors introduced to announce.xml by
o docs/172144 doc psignal(9) manpage is outdated for FreeBSD-9 systems
o docs/172137 doc deprecated information for adduser(8) man pages
o docs/171199 doc the GDB man page is outdated
o docs/170691 doc Difference between zfs manpages and reality
o docs/170119 doc at behaviour and man at inconsistency
o docs/169712 doc [patch] porters-handbook zh_TW.Big5 apache section
o docs/169711 doc [patch] porters-handbook zh_CN.GB2312 apache section
o docs/169544 doc serial port console documentation changes
s docs/169401 doc passify dead links in release links, move www to lists
o docs/169377 doc [patch] ipmon(8) man page refers to a different facili
o docs/169317 doc zfs umount refers to umount(1M) but should to umount(8
o docs/169158 doc [patch] iasl(8) man page is out of date
f docs/168939 doc Port upgrade documentation missing from Application Ja
o docs/168930 doc map_mincore(9) not up-to-date
o docs/168915 doc size of integers used by test(1) and sh(1) is not docu
o docs/168823 doc 404s in fr_FR French web pages
o docs/168814 doc [patch] remove `d` negative pointer EINVAL requirement
o docs/168803 doc Remove outdated smp info
o docs/167429 doc geli(8) needs to mention unencrypted /etc/fstab requir
o docs/166553 doc find(1): find -delete documentation is misleading
o docs/166358 doc No networking in Jail build via: handbook/jail-tuning
o conf/166330 doc [rc] [patch] Thin server configuration revision reques
o docs/165551 doc ipfw(8): no info in "ipfw pipe show" about ipv6
o docs/165249 doc Multibyte characters in manpages still not displaying
o docs/164803 doc Unclear manual page for mount_unionfs(8)
o docs/164099 doc gparm(8): man page for gparm set is incorrect and inco
o docs/164034 doc acl(9) documentation lacking
o docs/163879 doc [handbook] handbook does not say about how to force to
o docs/163830 doc device smbios: missing documentation, no manpage
o docs/163149 doc [patch] Red Hat Linux/i386 9 HTML format sudo man page
o docs/162765 doc [patch] lseek(2) may return successful although no see
o docs/162587 doc unclear/incomplete description of per-interface statis
o docs/162419 doc [request] please document (new) zfs and zpool cmdline
o docs/162404 doc [handbook] IPv6 link-local address compared with IPv4
o docs/161754 doc p4tcc(4), est(4) and qpi(4) are not documented
o docs/161496 doc zfs(1): Please document that sysctl vfs.usermount must
o docs/160460 doc [handbook] Network setup guide suggestion
o docs/160399 doc Man page for re(4) missing jumbo frames info
o docs/159307 doc [patch] lpd smm chapter unconditionally installed
o docs/158388 doc Incorrect documentation of LOCAL_SCRIPT in release(7)
o docs/158387 doc The tree(3) man should mention the RB_FOREACH_SAFE() A
o docs/157908 doc [handbook] Description of post-install should include
o docs/157698 doc [patch] gpart(8) man page contains old/incorrect size
o docs/157316 doc [patch] update devstat(9) man page
o docs/156920 doc isspecial(3) is not helpful
o docs/156815 doc chmod(1): manpage should describe that chmod kicks +t
o docs/156689 doc stf(4) output-only documentation gives bad configurati
f docs/156187 doc [handbook] [patch] Add bsnmpd to handbook
o docs/156081 doc troff falls with troff.core with UTF-8 man with incorr
o docs/155982 doc [handbook] reaper of the dead: remove reference to flo
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/153958 doc ksu man-page documented, but not installed
a docs/153012 doc [patch] iostat(8) requires an argument to -c option
o docs/151752 doc pw.conf(5) doesn't define format for file clearly
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/150255 doc dtrace description should mention makeoptions DEBUG=-g
o docs/149574 doc [patch] update mi_switch(9) man page
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/147995 doc elf.5 man page has has missing reference
o docs/146521 doc [handbook] Update IPv6 system handbook section to ment
o docs/145699 doc hexdump(1) mutes all format qualifier output following
o docs/145069 doc Dialup firewalling with FreeBSD article out dated.
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/143472 doc gethostname(3) references undefined value: HOST_NAME_M
o docs/143416 doc [handbook] IPFW handbook page issues
o docs/143408 doc man filedesc(9) is missing
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/140444 doc [patch] New Traditional Chinese translation of custom-
o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd
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/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
o docs/132839 doc [patch] Fix example script in ldap-auth article
o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg(
o docs/131918 doc [patch] Fixes for the BPF(4) man page
o docs/131626 doc [patch] dump(8) "recommended" cache option confusing
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
o docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages
s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage
o docs/126484 doc libc function res-zonscut2 is not documented
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
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
s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls
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/118214 doc close(2) error returns incomplete
o docs/116588 doc No IPFW tables or dummynet in Handbook
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/112579 doc [request] No ipv6 related pf examples in /usr/share/ex
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/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/109981 doc No manual entry for post-grohtml
o docs/109977 doc No manual entry for ksu
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/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/101271 doc serial console documentation implies kernel rebuild re
p docs/100196 doc man login.conf does explain not "unlimited"
o docs/98974 doc Missing tunables in loader(8) manpage
o docs/96207 doc Comments of a sockaddr_un structure could confuse one
o docs/95408 doc install over serial console does not work as documente
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/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/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/57298 doc [patch] add using compact flash cards info to handbook
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 kern/51341 doc [ipfw] [patch] ipfw rule 'deny icmp from any to any ic
o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation
o docs/48101 doc [patch] Add documentation on the fixit disk
o docs/47594 doc [patch] passwd(5) incorrectly states allowed username
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/36724 doc ipnat(5) manpage grammar is incomplete and inconsisten
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
262 problems total.
From alexwebr at gmail.com Tue Mar 4 02:50:00 2014
From: alexwebr at gmail.com (Alex Weber)
Date: Tue, 4 Mar 2014 02:45:21 GMT
Subject: docs/187241: Small number of spelling mistakes
Message-ID: <201403040245.s242jLk4074850@cgiserv.freebsd.org>
>Number: 187241
>Category: docs
>Synopsis: Small number of spelling mistakes
>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 04 02:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Alex Weber
>Release:
>Organization:
>Environment:
>Description:
There are a small number of spelling mistakes in the Porter's Handbook, the Handbook, and the FAQ.
The attached diff patches them.
>How-To-Repeat:
>Fix:
See attached patch.
Patch attached with submission follows:
Index: en_US.ISO8859-1/books/dev-model/book.xml
===================================================================
--- en_US.ISO8859-1/books/dev-model/book.xml (revision 44112)
+++ en_US.ISO8859-1/books/dev-model/book.xml (working copy)
@@ -1637,7 +1637,7 @@
As the requests are prioritised by the individual developers on
the basis of doing what they find interesting, necessary or are
- funded to do, there is no overall strategy or priorisation of
+ funded to do, there is no overall strategy or prioritisation of
what requests to regard as requirements and following up their
correct implementation. However, most developers have some
shared vision of what issues are more important, and they can
Index: en_US.ISO8859-1/books/faq/book.xml
===================================================================
--- en_US.ISO8859-1/books/faq/book.xml (revision 44112)
+++ en_US.ISO8859-1/books/faq/book.xml (working copy)
@@ -1559,7 +1559,7 @@
Microcode is a method of programmatically
- implementating hardware level instructions. This allows
+ implementing hardware level instructions. This allows
for CPU bugs to be fixed without replacing the on board chip.Install sysutils/devcpu-data,
@@ -2960,7 +2960,7 @@
Long answer: Soft Updates has two
characteristics that may be undesirable on certain
- paritions. First, a Soft Updates
+ partitions. First, a Soft Updates
partition has a small chance of losing data during a system
crash. (The partition will not be corrupted; the data will
simply be lost.) Second, Soft Updates can cause temporary
Index: en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml (revision 44112)
+++ en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml (working copy)
@@ -959,7 +959,7 @@
XML
context.
- Parameter entity definitons are similar to those for
+ Parameter entity definitions are similar to those for
general entities. However, parameter entries are included
with
%entity-name;.
Index: en_US.ISO8859-1/books/handbook/disks/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/disks/chapter.xml (revision 44112)
+++ en_US.ISO8859-1/books/handbook/disks/chapter.xml (working copy)
@@ -3215,7 +3215,7 @@
Swap partitions are not encrypted by default and should
be cleared of any sensitive data before continuing. To
- overwrite the current swap parition with random garbage,
+ overwrite the current swap partition with random garbage,
execute the following command:&prompt.root; dd if=/dev/random of=/dev/ad0s1b bs=1m
Index: en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml (revision 44112)
+++ en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml (working copy)
@@ -81,7 +81,7 @@
Ports Collection
- &linux; libararies are not installed on &os; by default
+ &linux; libraries are not installed on &os; by default
and &linux; binary compatibility is not enabled by default.
&linux; libraries can be installed using the &os; Ports
Collection. Alternately, &linux; libraries can be installed
Index: en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml (revision 44112)
+++ en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml (working copy)
@@ -2627,7 +2627,7 @@
When specific versions or specific major and minor
revisions of a distfile should be checked. For example, if
only version 0.6.4 should be
- monitored because newer versions have compatablity issues
+ monitored because newer versions have compatibility issues
with &os;, add:PORTSCOUT= limit:^0\.6\.4
>Release-Note:
>Audit-Trail:
>Unformatted:
From ds at ukrhub.net Tue Mar 4 15:40:03 2014
From: ds at ukrhub.net (Taras Korenko)
Date: Tue, 4 Mar 2014 15:40:02 GMT
Subject: docs/187215: Want to update Russian FreeBSD Handbook
translation, how to do that?
Message-ID: <201403041540.s24Fe2cs071159@freefall.freebsd.org>
The following reply was made to PR docs/187215; it has been noted by GNATS.
From: Taras Korenko
To: bug-followup at FreeBSD.org, blueboar_2 at rambler.ru
Cc:
Subject: Re: docs/187215: Want to update Russian FreeBSD Handbook
translation, how to do that?
Date: Tue, 4 Mar 2014 17:23:28 +0200
The best way would be to get PRs, containing (svn)diffs relative to
(outdated) XML source files.
--
WBR, Taras Korenko
From mexas at bris.ac.uk Tue Mar 4 16:31:49 2014
From: mexas at bris.ac.uk (Anton Shterenlikht)
Date: Tue, 04 Mar 2014 08:31:40 -0800 (PST)
Subject: close my old PR
Message-ID: <201403041631.s24GVcMj043548@mech-cluster241.men.bris.ac.uk>
Please close this PR:
http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/136712
I'm no longer interested in the topic.
I was never picked up, so probably nobody
else is interested either.
Thanks
Anton
From equipages at gmail.com Tue Mar 4 16:41:30 2014
From: equipages at gmail.com (James Riggs)
Date: Tue, 4 Mar 2014 11:41:29 -0500
Subject: typo
Message-ID:
looks like there is a small problem here
https://www.freebsd.org/doc/handbook/x-config.html
section 6.4.2
on the lines
hald_enable="YES"
dbus_enable="YES"
the underscores are not visible on my browser (chrome on windows)
not sure if this is an issue with the font or something
From wblock at wonkity.com Tue Mar 4 21:05:25 2014
From: wblock at wonkity.com (Warren Block)
Date: Tue, 4 Mar 2014 14:05:22 -0700 (MST)
Subject: typo
In-Reply-To:
References:
Message-ID:
On Tue, 4 Mar 2014, James Riggs wrote:
> looks like there is a small problem here
> https://www.freebsd.org/doc/handbook/x-config.html
>
> section 6.4.2
>
> on the lines
> hald_enable="YES"
> dbus_enable="YES"
>
> the underscores are not visible on my browser (chrome on windows)
> not sure if this is an issue with the font or something
A font rendering problem, but where?
On FreeBSD, Firefox and Chrome work. Midori does not show the
underlines, unless it is zoomed in four or five steps (it does not show
an actual zoom number).
On Windows, Firefox shows the underline on the first line. If I force
it to use my preferred fonts, it shows only the underline on the second
line. Chrome does as reported, not showing either. IE 11 shows both
underlines.
If I zoom in, the underlines appear in Chrome at 125%.
The question is whether this is something we can fix in the HTML or CSS.
From linimon at FreeBSD.org Wed Mar 5 03:23:24 2014
From: linimon at FreeBSD.org (linimon at FreeBSD.org)
Date: Wed, 5 Mar 2014 03:23:23 GMT
Subject: docs/136712: [handbook] [patch] draft new section on gmirror per
partition
Message-ID: <201403050323.s253NNTR005152@freefall.freebsd.org>
Synopsis: [handbook] [patch] draft new section on gmirror per partition
State-Changed-From-To: open->closed
State-Changed-By: linimon
State-Changed-When: Wed Mar 5 03:23:01 UTC 2014
State-Changed-Why:
Closed at submitter's request.
http://www.freebsd.org/cgi/query-pr.cgi?pr=136712
From sales9 at icelectronicshk.com Wed Mar 5 07:13:32 2014
From: sales9 at icelectronicshk.com (Parts Components Ltd)
Date: Wed, 5 Mar 2014 15:07:48 +0800
Subject: Electronic Components sell
Message-ID:
Dear Customer,
How are you?
We are distributor of:
IC(Integrated Circuit) :SOT,SOP/SMD,DIP,QFN,PLCC,QFP,BGA
AD BB TI NS MAXIM INTERSIL ALTERA XILINX MICROCHIP ATMEL IDT LINEAR
Diodes/Transistors:SOD,SMB,SOT-23,DO-41,DO-201AD,DO-214AA,TO-252,TO-251,TO-263,TO-220,TO-247
DIODES ON ST NXP VISHAY IR INFINEON FSC TOSHIBA NEC IXYS APT
Capacitor/Resistor:Tantalum Capacitors,Chip Ceramic Capacitors,Aluminum Capacitors,Chip Resistors,Through-Hole Resistors
AVXKEMETYAGEOTDKSAMSUNGMURATAVISHAYEPCOSSANYOPANASONICNICHICONNIPPON
Connectors,Module,Diodes LED,hard-to-find,shortage and obsolete parts.
According to your requirements, we have made the best quotation for you.
If you don't want to receive this mail, pls return with "remove" on the subject line.
Best Regards,
Peter
Parts Components Ltd
18F Tianle Building,Buji Road1021,Luohu Dist,Shenzhen,Guangdong,CN, 518019
Tel: +86-755-25200567
Fax: +86-755-25850614
QQ: 857272838
Skype: partscomponentspeter
MSN: partscomponentspeter at hotmail.com
E-mail: peter at partscomponentshk.com
Website:www.partscomponentshk.com
From rosetta_gallegos at latinum.co.nz Wed Mar 5 10:01:00 2014
From: rosetta_gallegos at latinum.co.nz (Rosetta Gallegos)
Date: Wed, 5 Mar 2014 22:53:29 +1300 (NZDT)
Subject: Fw: Welcome
Message-ID: <20140305095329.1A4817ED54A4@vps798.lnx.vps.isx.net.nz>
Ha ha Pornstar julie robins fucking in garden movies
[1]http://priutzorge.ru/modules/mod_ariimageslidersa/aee.html
References
1. http://priutzorge.ru/modules/mod_ariimageslidersa/aee.html
From blueboar_2 at rambler.ru Wed Mar 5 13:10:00 2014
From: blueboar_2 at rambler.ru (Vladimir Romanov)
Date: Wed, 5 Mar 2014 13:01:05 GMT
Subject: docs/187278: New Russian translation of audit chapter in handbook
Message-ID: <201403051301.s25D15AK056256@cgiserv.freebsd.org>
>Number: 187278
>Category: docs
>Synopsis: New Russian translation of audit chapter in 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 05 13:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Vladimir Romanov
>Release:
>Organization:
Kurgan TV Centre
>Environment:
>Description:
File with diff attached. It is new Russian translation of audit chapter of handbook, as of last SVN revision 43688.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
8c8
< Original revision: r30208
---
> Original revision: r43688
16c16,18
<
---
> xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
> xml:id="audit">
19c21,33
< TomRhodes?????
---
>
>
> Tom
> Rhodes
>
> ?????
>
>
>
> Robert
> Watson
>
>
22c36,49
< ????????????????? ?? ??????? ????:
---
>
>
> ?????
> ?????
>
> ??????? ?? ??????? ????:
>
>
>
> ????????
> ???????
>
> ?????????? ????????:
>
25c52
<
---
>
33,36c60,62
< &os; 6.2-RELEASE ? ????? ??????? ?????? &os;
< ???????? ? ???? ????????? ?????? ??????? ????????????.
< ????? ??????? ???? ???????? ? ?????? ?????? ???
< ???????????????? ????????? ???????, ????????? ? ?????????????,
---
> ???????????? ??????? &os; ???????? ? ???? ????????? ??????
> ??????? ????????????. ????? ??????? ???? ???????? ? ?????? ??????
> ??? ???????????????? ????????? ???????, ????????? ? ?????????????,
87,107c113,128
< ?????????? ?????? ? &os; 6.2 - ?????????????????, ?????????????
< ?? ? ???????? ??????? ?????? ????????????? ?????? ?????
< ????????????? ???????????? ?? ????? ???????, ? ??????? ????????
< ????????????? ?????????????????? ???????????? ???????????. ?
< ????????? ???????????? ????????? ? ??? ????, ??? ?? ??? ???????
< ? ????????? ?????? ??????????????. ????????, ????????? ?????????
< ????? ? ??????? (X11-?????????? ??????? ?????????, ??????
< ??????????? ??????????? ?? ????????? ??????????????) ??
< ???????????????? ??? ???????????????? ??????? ????? ? ??????? ?????
< ?????????? ??????.
<
<
<
< ????????????? ??????? ? ?????? ????? ???????? ? ?????????????
< ???????? ?????????? ??????: ?? ?????? ?? ?????? ??????????? ????????
< ? ????????? ????????????? ????? ????????? ?????????? ???????? ? ??????.
< ?????????????? ?????? ??????????? ??????? ?? ???????? ?????????????
< ? ??????? ??????? ??????. ????????, ????????????? ????????
< ????????? ?????? ??? ???????? ??????? ??????
< /var/audit, ????? ???????????? ??????? ??????
< ?? ?????? ?? ????????????????? ???? ????????? ???????.
---
> ?????????? ?????? ????? ????????? ???????????, ????????,
> ?? ??? ??????? ? ????????? ?????? ??????????????.
> ????????, ????????? ????????? ????? ? ??????? (?????????? ?? X11
> ??????? ?????????, ?????? ??????????? ??????????? ?? ?????????
> ??????????????) ?? ???????????????? ??? ???????????????? ???????
> ????? ? ??????? ????? ?????????? ??????.
> ????????????? ??????? ?????? ????? ???????? ? ?????????????
> ???????? ?????????? ??????: ?? ?????? ?? ?????? ??????????? ????????
> ? ????????? ????????????? ????? ????????? ?????????? ???????? ? ??????.
> ?????????????? ?????? ????????? ?? ???????? ??????????
> ? ????????? ???????????? ??? ??????????? ???????????? ???????
> ??????. ????????, ????????????? ???????? ????????? ?????? ???
> ???????? ??????? ??????
> /var/audit,
> ????? ???????????? ??????? ?????? ?? ?????? ?? ?????????????????
> ???? ????????? ???????.
113c134
< ???????? ??????? - ??????? ???????.
---
> ???????? ??????? ? ?????? ?????.
116,118c137
< ???????? ???????. ??? ????? ??? ????, ????? ?????????????
< ?????????????, ??????? ????? ?????????? ??-?? ??????? ? ?????????
< ????????? ????????. ? ??????? ?????? ????????? ??????????
---
> ???????? ???????. ? ??????? ?????? ????????? ??????????
125,128c144,145
< ????? ???? ???????? ? ??????. ????????????? ????? ????????,
< ????? ?????? ??????? ????? ??????????????? ???????????
< ??????. ?????? ?????? ??? ???????????? ???????
< ??????? ????????: ???????? ?????, ????????????? ????????
---
> ????? ???? ???????? ? ??????. ??????? ?????? ??? ????????????
> ??????? ??????? ????????: ???????? ?????, ????????????? ????????
132c149,150
< ? ??-????????????? (non-attributable). ??????
---
> ? ??-????????????? (non-attributable), ????
> ?? ?????? ??????? ? ??????????? ????????????. ??????
134,135c152,153
< ??????????? ????????????, ?????, ??? ????????? ???? ????????????
< ? ???????.
---
> ?????????????? ????????????, ?????, ????????, ?????, ???
> ????????? ???? ???????????? ? ???????.
139,147c157,162
< ????? (class): ??????? ????? ????
< ???????? ? ?????? ??? ????? ???????, ?????? ???????????
< ?? ????????? ???????: ???????? ????? (fc),
< ?????? ? ????? (fo),
< ?????????? ????? (ex), ???????
< ????? ? ??????? ? ?????? ?? ??? (lo).
< ????????????? ??????? ????????? ?????????????? ?????????
< ??????????????? ??????? ?????? ??? ???????? ??????????
< ????????, ????? ? ??????? ?????? ??????????? ? ??????.
---
> ????? (class): ?????? ??????? ???
> ??????????? ?????? ?????????? ???????, ??????? ????????????
> ? ?????????? ??????. ????????????????? ?????? ???????
> ???????? ???????? ????? (fc),
> ?????????? ????? (ex)
> ? ??????? ????? ? ??????? ? ?????? ?? ??? (lo).
154,157c169,173
< ?????????? ? ???????? ??????? (????????????), ????? ???????,
< ?????????? ?? ???????? ??????? (????????, ??????) ?
< ?????????? ?? ?????????? ?????????? ????????, ??????????
< ???????.
---
> ?????????? ? ???????? ??????? (????????????), ???????
> ???????? ????????? ????????, ???? ? ????? ???????,
> ?????????? ?? ???????? ? ?????????? ???????, ???? ??? ????,
> ? ????? ?????????? ?? ?????????? ?????????? ????????,
> ?????????? ???????.
162,163c178,179
< ?????? ??????, ??? ???-???? -
< ???????? ????? ??????? ? ????????? ????????.
---
> ?????? ??????, ??? ???-???? -
> ???????? ????? ??????? ? ????????? ????????.
166,167c182,183
< ???????. ?????? ?????????????? ???????? (????????,
< auditd) ????? ?????? ? ???????.
---
> ???????. ?????? ?????????????? ???????? ?????
> ????????? ?????? ? ??????.
171c187
< ????????? ????????? (selection expression):
---
> ????????? ?????? (selection expression):
173c189
< ??? ????????? ?????? ???????.
---
> ??? ?????? ?????? ???????.
177,179c193,195
< ??????????????? ????????? (preselection):
< ???????, ?? ????? ???????? ??????? ??????????, ????? ??????? ?????
< ???????????? ???????? ??? ??????????????. ??? ?????????? ??? ????,
---
> ??????????????? ????? (preselection):
> ???????, ? ??????? ???????? ??????? ??????????, ????? ??????? ?????
> ???????? ??? ??????????????. ??? ?????????? ??? ????,
181,185c197,201
< ??????????????? ????????? ?????????? ???
< ????????? ????????? ??? ????, ????? ??????????,
< ????? ?????? ?????? ??????? ??? ?????? ???????????? ?????????? ???????
< ? ??????, ??? ??, ??? ? ??? ?????????????? ? ????????????????
< ?????????.
---
> ??????????????? ????? ?????????? ??? ????????? ??????
> ??? ????, ????? ??????????, ????? ?????? ?????? ??????? ???
> ?????? ???????????? ?????????? ??????? ? ??????, ? ??? ??
> ?????????? ?????????, ??????? ????? ??????????? ??? ???
> ??????????????, ??? ? ??? ???????????????? ?????????.
191,197c207,213
< ?????????? ??? ????????, ?????????? ??? ???????. ??????? ?? ??????
< ?????????? ???????????????? ?????????. ?????????
< ?????????? ?????????????? ????? ?????????????
< ????????? ???????? ???????? ???????? ??????. ????????, ????????????????
< ?????? ????? ????????? ?????, ?? ????? ????? ?? ?????? ???? ????????
< ????? ??????? ?????? ?????????? ? ????? ? ??????? ? ?????? ?? ???
< ????? ?????????? ????.
---
> ?????????? ??? ????????, ?????????? ??? ???????. ?????, ???
> ???????, ? ?????????? ???????? ????????????? ?????? ?????????
> ?? ??????? ??????. ????????? ??????????, ?????????????? ?????
> ????????????? ????????? ???????? ???????? ?????? ??????.
> ????????, ???????????????? ?????? ????? ????????? ?????, ??
> ????? ????? ?? ?????? ???? ???????? ????? ??????? ??????
> ?????????? ? ????? ? ??????? ? ?????? ?? ??? ??? ????? ?????????.
206,209c222,225
< ??????? ??????? &os; ??????? ? ?????? 6.2-RELEASE. ??? ?? ?????,
< ????????? ?????? ?????? ???? ????????? ? ????. ?????
< ????? ????????, ??????? ????????? ?????? ? ???????????????? ????
< ?????? ???????????? ????:
---
> ??????? ??????? &os;. ????????? ?????? ??????? ?? ??????? ????
> ????? ????????????? ?? ?????????, ?? ????????? ?????? ???????????
> ??????? ???????? ?????? ????, ? ??????????? ????????? ??????
> ? ???????????????? ???? ????:
216c232,233
< ????? ?????, ?????????? ????????? ?????? ?????? ??????,
---
> ??? ?????? ???? ? ?????????? ?????? ???? ??????? ? ???????????,
> ? ??????? ???? ?????????????, ?????????? ????????? ?????? ?????? ??????,
221,224c238,242
< ??? ??????? ?????? ?? ?????????????? ??????????? ?????
< ??????? ??? ????????? ? ?????
< ????? &man.rc.conf.5;.
<
---
> ????? ????? ????????? ????????? ?????? ???? ?????
> ????????????, ???? ???????, ???????? ????? ??????:
>
> service auditd start
>
229d246
<
244c261
< ??????, ? ??????.
---
> ??????, ???????????? ?????? ??????? ?????? ? ??????.
248,249c265,268
< audit_event - ?????????? ????????
< ??????? ??????. ???, ? ????????, ????????? ??????.
---
> audit_event - ????????? ????? ?
> ???????? ??????? ??????, ? ????? ??????, ????????????
> ???????????? ??????? ? ???????, ??????? ????????? ? ??????
> ???????.
253,256c272,275
< audit_user - ??????? ?????? ???
< ??? ????????? ?????????????. ????????????, ?? ???????????
< ? ???? ?????, ????? ??????????????? ??? ???????? ????????????
< ??-????????? ? ????? audit_control.
---
> audit_user - ?????????? ??????, ???????
> ?????????? ??? ????????? ?????????????. ??? ??????????? ?
> ??????????? ??????????? ?? ????????? ??? ????? ????????????
> ? ???????.
259d277
<
262,263c280,281
< ?????????????? Bourne Shell, ??????? ????????????, ?????
< ????????????? ??????????????? ????????? ?? ??????????????
---
> ??????????????, ???????????? &man.auditd.8;,
> ????? ????????????? ??????????????? ????????? ?? ??????????????
265c283,284
< ???????????? ??? ??????? ???????? ??????.
---
> ???????????? ??? ??????? ???????? ??????, ???? ????? ?????????
> ??????? ????? ??????? ??????.
268a288,293
>
> ????? ???????????? ?????? ?????? ??????????????? ?
> ?????????? ? ?????????????, ??? ??? ?????? ? ????????????
> ????? ???????? ? ????????????? ???? ???????
>
>
270c295
< ?????? ????????????????? ?????
---
> ????????? ?????? ???????
272,280c297,306
< ?????? ????????????????? ????? ?? ????? ???????, ?? ? ???, ???
< ?? ?????, ?????????? ?????? ????????. ??????, ???????????????
< ??????? ???? ????? ????????????? ??? ????????? ???????? ??
< ?????????, ????????? ??? ??????? ????????????? ?????????
< ????????????? ????? ?????? ???????? ??????.
<
< ? ???????????????? ????? ????? ?????????????? ??? ??????,
< ??? ? ??????????? ?????????. ???????????? ????? ?????????
< ????.
---
> ????????? ?????? ???????????? ? ?????????? ??????
> ???????????? ?????? ??? ??????????? ????, ????? ??????? ??????
> ???????????? ??????. ????????? ???????? ?????? ??????? ???????,
> ? ???????? ???????????? ??? ??????? ????? ????????????. ??????
> ????????? ????? ???????, ????????????, ????? ?? ???????
> ??? ???????????? ????????? ???????, ?, ????????, ????????????,
> ?????????? ?? ??? ???????? ??? ?????????? ????????. ?????????
> ?????? ??????????????? ????? ???????, ? ??? ?????????
> ???????????? ??????? ??????????? ??????? ????????? ? ?????
> ???????.
282c308
< ????????? ?????? ???????? ??? ?????? ?? ?????????,
---
> ????????? ?????? ???????? ?????? ?? ?????????,
287c313
< - all -
---
> all - all -
292c318
< - administrative
---
> ad - administrative
298c324
< - application -
---
> ap - application -
303,305c329,330
< - file_close
< - ????? ??????? ????????? ???????
< close.
---
> cl - file close
> - ????? ??????? ????????? ??????? close.
309c334
< - exec -
---
> ex - exec -
317,319c342,344
< - file_attr_acc
< - ????? ??????? ? ????????? ???????? ? ?? ?????????,
< ???????? ????? &man.stat.1;, &man.pathconf.2;, ?
---
> fa - file attribute access
> - ????? ??????? ? ????????? ????????,
> ???????? &man.stat.1;, &man.pathconf.2;, ?
324c349
< - file_creation
---
> fc - file create
330c355
< - file_deletion
---
> fd - file delete
336c361
< - file_attr_mod
---
> fm - file attribute modify
343c368
< - file_read
---
> fr - file read
349c374
< - file_write -
---
> fw - file write -
351c376
< ?????? ??????, ????????? ?????? ? ??? ?????.
---
> ?????? ??????, ?????? ??? ????????? ?????? ? ??? ?????.
355c380
< - ioctl -
---
> io - ioctl -
360c385
< - ipc -
---
> ip - ipc -
362c387
< ??????? ???????? ??-??????????? ??????? (pipe) ?
---
> ??????? ???????? ??-??????????? ??????? (POSIX pipe) ?
368,369c393,395
< - login_logout -
< ????? ??????? &man.login.1; ? &man.logout.1;.
---
> lo - login_logout -
> ????? ??????? &man.login.1; ? &man.logout.1;,
> ???????????? ? ???????.
373c399
< - non_attrib -
---
> na - non attributable -
378,380c404,405
< - no_class -
< ?????? ?????, ???????????? ??? ??????????
< ??????.
---
> no - invalid class -
> ?? ????????????? ??????? ???????? ??????.
384c409
< - network -
---
> nt - network -
390,391c415,416
< - other -
< ????? ???????, ?? ???????? ? ?????? ??????.
---
> ot - other -
> ????? ????????? ???????.
395c420
< - process -
---
> pc - process -
405,406c430,433
< ?????? ????? ????????????? ? ?????????, ???????????? ???????
< ??? ????????? ?????????? ????????.
---
> ?????? ????? ?????? ????????????? ? ?????????, ????????????,
> ????? ???????? ????? ??????????? - ??????? ??? ?????????,
> ? ????? ??, ???????? ?? ?????? ?????? ????? ??? ???????
> ?????? ? ????, ???? ????????? ???.
411,413c438
< ?????????, ??? ? ??? ?????????? ???????. ????????, ??????
< ???????? ?????? ??? ???????? ???????? ? ????????? ???????
< ? ?????? ??? ????? ?????????? ????????.
---
> ?????????, ??? ? ??? ?????????? ???????.
418c443
< ???????.
---
> ??????? ? ?????? ??????.
423c448
< ???????.
---
> ??????? ? ?????? ??????.
428c453
< ????????? ???????.
---
> ????????? ??????? ? ?????? ??????.
432,433c457,458
< ^- - ?????????? ?????? ?????????
< ???????.
---
> ^+ - ?????????? ?????? ????????
> ??????? ? ?????? ??????.
437,438c462,463
< ^+ - ????????? ?????? ????????
< ???????.
---
> ^- - ?????????? ?????? ?????????
> ??????? ? ?????? ??????.
457,459c482,483
< ????? ????????? ??????? ?????? ? ????????? ?? ????????? ???
< ??? ?????????????, ??? ? ??? ??-????????????? ???????. ??????
< ???????????? ??? ????????? ?????? ???????????????? ???????.
---
> ????? ????????? ??????? ??????, ?????? ????? ??????????????
> ??? ????? ?????? ????????? ?????? ?????????????.
464,466c488,489
< ???? audit_control ????????
< ????????? ?? ?????????, ???????, ????????, ???????????
< ????????. ?????????? ????? ?????:
---
> ????????? ????????? ?? ????????? ??? ??????????
> ?????? ?????????? ? ????? audit_control:
475,476c498,502
< ???????? ????????? ???????, ?
< ??????? ????? ??????????? ?????? ??????? ??????. ???
---
> ?????? ???????????? ???
> ????????? ?????? ??? ????? ?????????, ?
> ??????? ????? ??????????? ?????? ??????? ??????. ????
> ?????? ????? ??? ???? ???????, ?? ????????? ????????
> ????? ?????????????? ?? ???????, ?? ???? ??????????. ???
479,492c505,513
< ????????????? ???? ? ?????? ???????????? ???????, ????
< ????????? ????? ?? ??????? ??????? ?????? ?????
< ?????????.
<
< ???????? ???????????? ???
< ????????? ?????????? ?????. ???????? ????? ?????????
< ??????????? ????? ??? ???? ???????
< &man.login.1; ? &man.logout.1;. ????? ?????????
< ??????:
<
< dir:/var/audit
< flags:lo,ad,-all,^-fa,^-fc,^-cl
< minfree:20
< naflags:lo
---
> ????????????? ??????????? ?????????? ?????? ? ?????????
> ????????? ? ??????, ???? ????????? ????? ?? ???????
> ??????? ?????? ????? ?????????.
>
> ?????? ???????????? ???
> ????????? ?????????? ????? ???????????????? ??????
> ??? ????????????? ???????. ? ??????? ????, ????? ????????????
> ?????? ??? ????????, ??? ? ????????? ??????? ????? ?
> ??????? ? ?????? ?? ??? ??? ???? ?????????????
494,508c515
< ????? ???????? ?????????
< ???????? ? ?????? ???? ??????? &man.login.1; ?
< &man.logout.1;, ???? ???????????????? ???????, ???? ?????????
< ????????? ??????? ?, ???????, ????????? ????? ???? ?????????
< ??????? ??????? , ?
< . ???????? ?? ??, ??? ????????
< ????????? ?? ????????????? ??????
< ???? ????????? ???????, ??????? ????????
< ??? ????????? ??? ???? ??????????? ?????.
<
< ????????, ??? ???????? ??????????? ????? ???????.
< ??????? ??????????? ?????? ???????? ?????????????? ????????,
< ??????????? ?????.
<
< ???????? ?????????? ???????????
---
> ?????? ?????????? ???????????
510,520c517,544
< ??????? ??????????? ????? ???????? ??????. ????????, ????
< ???????? ????????? ??????????? ?
< /var/audit, ? ????????
< ????? ???????? (20), ?? ???????????????
< ????????? ????? ??????, ????? ?????? /var ????? ???????? ??
< ??????????? (80%) ?????????.
<
< ???????? ?????????? ??????
< ?????? ??? ??-????????????? ???????, ?? ???? ???????,
< ??? ??????? ?? ????????? ?????????? ????????????.
<
---
> ??????? ??????????? ????? ???????? ??????. ????? ??????
> ??????? ????? ?????????, ????? ????????????? ??????????????.
> ??????????????? ?????? ????????????? ??????????? ?????????
> ???????????? ? ???????? ?????????.
>
> ?????? ?????????? ??????
> ?????? ??? ??-????????????? ???????, ????????, ?????????
> ????? ? ??????? ? ????????? ???????.
>
> ?????? ?????????? ??????
> ?????? ????????, ???????????? ????????? ??????? ?????????
> ??????. ???????? ?????? ?????????? ???? ?? ????? ????????.
> ?? ?????????, ???? cnt ?????????, ???
> ??????? ?????? ?????????? ????????, ???????? ?? ??????
> ?????? (?????? ???? ????? ?????? ????????????? ????????????).
> ?????? ????????????????? ???? - argv,
> ??????? ?????????? ?????????? ?????? ????????? ?????????
> ?????? ??? ?????? ?????????? ?????? &man.execve.2;, ???
> ????? ?????????? ???????.
>
> ?????? ??????????
> ???????????? ?????? ? ??????, ?? ???????? ????? ?????
> ?????? ??????? ??????, ?????? ??? ?? ????? ?????????????
> ???????? ? ?????????? ???????. ?? ?????????, ???????? 0
> ????????? ?????????????? ??????? ?????. ???? ?????????
> ?????? ????? ?????????, ?? ???? ???????????? ???????? ?
> 512?, ?? ?? ????? ??????????????, ? ????? ?????????????
> ??????????????? ????????? ? ?????.
526,546c550,575
< ???? audit_user ?????????
< ?????????????? ?????????? ?????? ???????, ????? ??????? ?????
< ????????????? ??? ??????? ???????????? ???????.
<
< ?? ????????? ???? audit_user
< ????????:
<
< root:lo:no
< audit:fc:no
<
< ???????? ????????: ?? ????????? ???????????? ????? ????
< login/logout ??????? ?
< ??????????? ????? ???? ?????? ??????? ??? ????????????
< root. ??? ???????????? ????? ????????
< ????? ???? ???????, ????????? ? ????????? ?????? ? ?????????
< ????? ???? ?????? ??????? ??? ????????????
< audit. ???? ????????????? ???????
< ?????? ?? ??????? ??????? ? ??????? ????????????
< ????????????, ? ????????? ?????????????, ????????
< ???????????? MAC (Mandatory Access
< Control), ??? ????? ???? ??????????.
---
> ????????????? ????? ?????????? ??????????????
> ?????????? ? ?????? ??? ?????????? ?????????????
> ? ????? audit_user.
> ?????? ?????? ????????????? ????? ??? ????????????
> ? ?????????????? ???? ?????: ?????? ????
> alwaysaudit, ??????? ??????????
> ????? ???????, ??????? ?????? ?????? ????????????
> ?????? ??? ??????? ????????????, ? ?????? - ????
> neveraudit, ??????? ??????????
> ????? ???????, ??????? ??????? ?? ?????? ????????????
> ?????? ??? ????????????.
>
> ????????????? ?????? audit_user
> ???????? ????? ???? ??????? ????? ? ??????? ? ?????? ??
> ??????? ??? ???????????? root,
> ? ????? ???????? ????? ???? ???????, ????????? ? ?????????
> ?????? ? ???????? ??????????? ?????? ??? ????????????
> www. ??? ????????????? ?
> ??????????????? ???????? ????? audit_control,
> ?????? lo ??? root
> ???????? ??????, ????? ????, ??????? ????? ? ??????? ? ??????
> ?? ??????? ????? ???????????? ?????? ? ??? ????????????
> www.
>
> root:lo,+ex:no
> www:fc,+ex:no
553c582
< ????????????????? ??????? ??????
---
> ????????????????? ?????????? ??????
560,561c589,590
< ???????. ??????? praudit ??????????? ?????? ??????
< ? ????????? ??????; ??????? auditreduce ????? ????
---
> ???????. ??????? &man.praudit.1; ??????????? ?????? ??????
> ? ????????? ??????; ??????? &man.auditreduce.1; ????? ????
563,566c592,595
< ????????????? ??? ??????????. ??????? auditreduce
< ???????????? ????????? ?????????? ???????, ??????? ???? ???????, ??????
< ???????, ???????????????? ???????, ???? ? ????? ??????? ? ???? ??????,
< ? ??????? ????????? ???????.
---
> ????????????? ??? ??????????. ????????? ?????????? ???????
> ?????????????? ???????? &man.auditreduce.1;, ??????? ????
> ???????, ?????? ???????, ??????????? ????????????, ???? ?
> ????? ???????,? ????? ???? ??????, ? ??????? ????????? ???????.
568c597
< ????????, ??????? praudit ??????? ??? ??????????
---
> ????????, ??????? &man.praudit.1; ??????? ??? ??????????
573c602
< ? ?????? ??????? AUDITFILE - ??????,
---
> ? ?????? ??????? AUDITFILE - ??????,
577,580c606,609
< ??????? ??????? ?? ?????????. ??? ???????? ???????
< praudit ??????? ??????????????? - ?? ?????? ?? ??????.
< ?????? ??????? ????? ????????????? ???, ????????
< ????????? (header) ???????? ????????? pfgbcb, a
---
> ??????? ??????? ?? ?????????, ??????? ??????? &man.praudit.1;
> ??????? ??????????????? - ?? ?????? ?? ??????. ?????? ???????
> ????? ????????????? ???, ????????
> ????????? (header) ???????? ????????? ??????, a
582,583c611
< lookup. ????????? ?????? ?????????? ?????? ??? ??????? ??????????
< (execve):
---
> ????????? ?????? ?????????? ?????? ??? ??????? execve:
593c621
< ??? ?????? ???????? ??????????? ????????? ?????????? ??????????
---
> ??? ?????? ???????? ????????? ????????? ?????????? ??????????
595,596c623,624
< ??????? finger doug. ??????? exec ???????? ?
< ???????, ??????? ???????? ???????? ????, ? ?? ?????????. ???????
---
> ??????? finger doug. ? ????????? ?????? ???? ?
> ????????? ??????, ??????? ???????? ???????? ????. ???????
599,610c627,640
< ????????? ??????????? ????, ?, ? ?????????, ????? ??????? ? ?????.
< ??????? ??????? (subject) ????????? ???????, ?????????
< ?????????? ? ????????? ??? ? ???? ???? ????????, ?????????????? ?????
< UID ??????????? ????????????, ??????????? (effective) UID ? GID,
< ???????? (real) UID ? GID, ????????????? ????????, ????????????? ??????,
< ???? ? ?????, ? ???????? ??? ??????????? ???? ? ???????.
< ???????? ???????? - ????????????? ??????????? ???????????? ? ????????
< ????????????? ???????????? ??????????: ??? ??????, ??? ????????????
< robert ??????? ?????????? ?? ????????????
< root ????? ??????????? ???????, ?? ??????? ??????
< ??????? ??? ???????? ? ?????? ????????? ??????????? ?????????????.
< ???????, ??????? ??????? (return) ????????? ????????
---
> ????????? ??????????? ????, ?, ? ?????????, ????? ?????, ???
> ????? ???????????? ??? ???????????, ???????????? ?? ??????????
> setuid. ??????? ??????? (subject) ????????? ???????, ?????????
> ? ????????? ??? ? ???? ???? ????????, ?????????????? ?????
> ID ??????????? ????????????, ??????????? (effective) UID ? GID,
> ???????? ID ???????????? ? ??????, ????????????? ????????,
> ????????????? ??????, ???? ? ?????, ? ???????? ??? ???????????
> ???? ? ???????. ???????? ???????? - ????????????? ???????????
> ???????????? ? ???????? ????????????? ???????????? ??????????:
> ??? ??????, ??? ???????????? robert ???????
> ?????????? ?? ???????????? root ?????
> ??????????? ???????, ?? ??????? ?????? ??????? ??? ???????? ?
> ?????? ????????? ??????????? ?????????????. ???????, ???????
> ??????? (return) ????????? ????????
613a644,647
> ?????? ? ??????? XML ????? ?????
> ??????? ? ??????? ??????? &man.praudit.1;, ????????? ????????
> .
>
625,626c659,660
< ??? ??????? ??????? ??? ??????, ??????????? ? ????????????
< trhodes, ??????? ???????? ? ?????
---
> ??? ??????? ??????? ??? ??????, ??????????? ?
> trhodes, ??????? ???????? ?
634c668,669
< ? ??????? ??????, ???????????? ? /var/audit;
---
> ? ??????? ??????, ???????????? ?
> /var/audit;
639,641c674,676
< ?????????? ? ????????? ????????????? ? ?????????, ??? ????? ???????? ?
< ????????? ???????????????? ??????. ???????, ????????????? ????????????
< ????? ?? ?????? ??????? ?????? ? ??????? ?????????????.
---
> ?????????? ? ????????? ????????????? ? ?????????, ???????,
> ????????????? ???????????? ????? ?? ?????? ??????? ??????
> ? ??????? ?????????????.
645c680
< ?????????? ??????? ? ???????? ???????
---
> ?????????? ??????? ? ???????? ??????? ? ?????????????? ??????? ??????
647,655c682,691
< ?????? ??????? ?????? - ????????????? ??????-??????????,
< ????????? ???????, ?????????? ????? ???????? ?????????? ? ?????????
< ???????? ? ???????? ???????. ? ?????? ???????, ??? ??????
< ?????????????? ??????? ???????? ??? ??????????? ? ???????????
< ????????? ? ???????. ??? ?? ?????, ??? ?????????????? ??????
< ??????? ?????? ????? ????? ??????? ???????????? ??? ???????????
< ? ???????? ??????? ??? ????, ????? ????????? ? ?????? ???????????
< ???????????? ??? ???????? ???? ?? ?????? ??????? ??????. ??? ????,
< ????? ???????? ????? ??????? ? ???????? ??????? ???????????
---
> ?????? ??????? ?????? - ????????????? ??????-?????????? ?
> ???????? ??????? ?????????, ????????? ???????, ?????????? ?????
> ???????? ?????????? ? ????????? ???????? ? ???????? ???????.
> ? ?????? ???????, ??? ?????? ?????????????? ??????? ????????
> ??? ??????????? ? ??????????? ????????? ? ???????. ??? ??
> ?????, ??? ?????????????? ?????? ??????? ?????? ????? ?????
> ??????? ???????????? ??? ??????????? ? ???????? ??????? ???
> ???????, ????????? ? ??????? ????? ??????, ? ????????????
> ???????? ???????, ??? ???????? ? ?????? ?????? ???????.
> ??? ????, ????? ???????? ????? ??????? ? ???????? ??????? ???????????
660,661c696,697
< ?? ?????????, ?????? ???????? ?????? ???????????? root. ?????
< ??????? ?? ?????????? ?????? ?????? audit ????????
---
> ?? ?????????, ?????? ???????? ?????? ???????????? root.
> ????? ??????? ?? ?????????? ?????? ?????? audit ????????
667c703
< ???????? ???????? ??????????? &man.devfs.rules.5; ??? ????? ??????
---
> ???????? &man.devfs.rules.5; ??? ????? ??????
673,677c709,716
< ???????? ?????-??????, ? ??????? praudit
< ???????? ?? ????? SSH-??????, ?? ????? ??????? ??????? ?????
< ?????????, ??????? ? ???? ??????? ???? ????? ???????? ? ??? ??
< ?????????????. ???????? ????? ?? ????????? praudit
< ?? ?????? ??????? ?? ??????, ??????? ???????? ?????????????.
---
> ???????? ?????-??????, ? ??????? &man.praudit.1;
> ???????? ?? ????? SSH-??????, ?? ????? ????????????
> ?????????? ????? ????????? ??????, ??? ??? ?????? ???????
> ??????? ??? ???? ???????, ? ??? ?? ?????????????.
> ???????? ????? ????????? &man.praudit.1;
> ?? ?????????? ?????? ?????? ?? ??????, ? ???????
> ??? ???????? ?????? ?????-??????, ????? ???????? ??????
> ?????????.
685c724
< ?????? auditd. ?????????????? ?? ?????? ????????
---
> ?????? &man.auditd.8;. ?????????????? ?? ?????? ????????
689c728
< ??????? audit. ????????? ??????? ???????? ?
---
> ??????? &man.audit.8;. ????????? ??????? ???????? ?
692,693c731,732
< ??? ???? - ????????????. ??? ??????????????? ?????? ???????
< ?????????? ??????.
---
> ??? ???? - ????????????, ? ?????????? ???? ? ??? ????? ?????
> ???????? ??????????????.
698c737
< ???? ????? auditd ?? ???????, ?? ??? ???????
---
> ???? &man.auditd.8; ?? ???????, ?? ??? ???????
711,714c750,753
< ?????????????? ??????? ?????????? ?????? ???????? ??? ?????????????
< ????? ? ?????
< &man.audit.control.5;, ? ?????? ? ??????
< "?????? ????????????????? ?????".
---
> ?????????????? ??????? ?????????? ?????? ?? ?????????
> ?? ??????? ???????? ??? ????????????? ?????
> ? ????? &man.audit.control.5;, ? ??????? ? ???????
> "?????? ????????????????? ?????" ?????? ?????.
722,725c761,764
< ????? ???????? ?? ??????? auditd. ??? ??????????
< ???????????? ????????????? ???????? ??????????????? ?????????????
< ???????? ??????? ??????, ??????? ?????????? ?????????? ?????? ???????
< ?????? ? ?????????? ?????????? ??????, ????? ???? ??????????? ??????
---
> ????? ???????? ?? ??????? ??????. ??? ??????????
> ???????????? ????????????? ????????, ??????????????? ?????????????
> ???????? ??????? ??????, ??????? ?????????? ?????????? ????????
> ?????? ??? ?? ???????, ????? ???? ??????????? ??????
737,743c776,781
< ????????? ?????? ???????? ????? ????, ????????, ??????????? ?????? ? ????? ??
< ???????????? ????????, ???????? ?????? ?????????? ??????, ??????????
< ?????????? ?????? ??? ???????? ???????? ???????. ??????
< audit_warn ????? ??????? ?????? ?????? ???
< ?????????? ???????? ??????? ???????? ?????? ? ?? ??????????
< ??? ?????????? ??????, ?????? ? ??????? ???? ?????????? ?
< ?????????? ????????????? ??????????.
---
> ????????? ?????? ???????? ????? ????, ????????, ??????????? ??????
> ?????? ?? ???????????????? ??????, ???????? ?????? ?????????? ??????,
> ?????????? ?????????? ?????? ??? ???????? ???????? ???????. ??????
> ????? ??????? ?????? ?????? ??? ?????????? ???????? ??????? ????????
> ?????? ? ?? ?????????? ??? ?????????? ??????, ?????? ? ??????? ????
> ?????????? ? ?????????? ????????????? ??????????.
>Release-Note:
>Audit-Trail:
>Unformatted:
From blueboar_2 at rambler.ru Wed Mar 5 13:40:01 2014
From: blueboar_2 at rambler.ru (Vladimir Romanov)
Date: Wed, 5 Mar 2014 13:36:22 GMT
Subject: docs/187279: Typo in audit part of handbook
Message-ID: <201403051336.s25DaMX2071940@cgiserv.freebsd.org>
>Number: 187279
>Category: docs
>Synopsis: Typo in audit part of 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 05 13:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Vladimir Romanov
>Release:
>Organization:
Kurgan TV Centre
>Environment:
>Description:
In audit chapter xml, there are words
This audit represents a successful execve call, in which the command finger doug has been run. The arguments token contains BOTH the processed command line presented by the shell to the kernel.
What is the purpose of words "both"? Both means that besides the command line there is something else? Is this a typo?
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
From wblock at FreeBSD.org Wed Mar 5 14:19:24 2014
From: wblock at FreeBSD.org (wblock at FreeBSD.org)
Date: Wed, 5 Mar 2014 14:19:23 GMT
Subject: docs/187279: Typo in audit part of handbook
Message-ID: <201403051419.s25EJN5U024659@freefall.freebsd.org>
Synopsis: Typo in audit part of handbook
Responsible-Changed-From-To: freebsd-doc->wblock
Responsible-Changed-By: wblock
Responsible-Changed-When: Wed Mar 5 14:19:07 UTC 2014
Responsible-Changed-Why:
Take.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187279
From gretchen at shoes4funds.co Wed Mar 5 15:26:19 2014
From: gretchen at shoes4funds.co (Gretchen Parker)
Date: Wed, 05 Mar 2014 15:19:33 -0000
Subject: Thank you for visiting Funds2Orgs
Message-ID:
To view this email online, paste this link into your browser:
http://t.e2ma.net/message/5b9fe/144wpz
___________________________________
Thank you for your interest in Funds2Orgs (http://t.e2ma.net/click/5b9fe/144wpz/hp3xab). I am excited to connect you with a Funds2Orgs Fundraising Coach. Your Fundraising Coach will guide you through the process of hosting a successful shoe drive fundraising event.
As our previous e-mail explained, Funds2Orgs is a social enterprise that offers a proven and effective fundraising strategy. We have helped nonprofit organizations, churches, schools, and civic groups across the country meet their fundraising goals and exceed expectations.
Through our shoe drive fundraisers, your organization will engage the community, support micro-enterprises in developing countries, and meet your organization?s goals.
If you would like me to connect you with a Funds2Orgs Fundraising Coach to learn more about Funds2Orgs shoe drive fundraisers, please reply to this email.
YOU MATTER!
Gretchen Parker
Special Projects
//
___________________________________
Share This:
http://t.e2ma.net/share/outbound/e/5b9fe/144wpz [Share via Email]
This email was sent to doc at freebsd.org.
To ensure that you continue receiving our emails,
please add us to your address book or safe list.
manage your preferences (https://app.e2ma.net/app2/audience/signup/1357359/1355955.6997171/1537915059/?v=a)
opt out using TrueRemove(r) (http://t.e2ma.net/optout/5b9fe/144wpz?r=aHR0cHM6Ly9hcHAuZTJtYS5uZXQvYXBwMi9hdWRpZW5jZS9vcHRfb3V0LzEzNTczNTkvMTM1NTk1NS8xNTM3OTE1MDU5Lz92PWE=)
Got this as a forward? Sign up to receive our future emails. (https://app.e2ma.net/app2/audience/signup/1357359/1355955.6997171/1537915059/?v=a)
email powered by Emma(R)
http://www.myemma.com/
2401 Main St | Columbia, SC 29201 US
From gretchen at shoes4funds.co Wed Mar 5 15:26:19 2014
From: gretchen at shoes4funds.co (Gretchen Parker)
Date: Wed, 05 Mar 2014 15:19:35 -0000
Subject: Thank you for visiting Funds2Orgs
Message-ID:
To view this email online, paste this link into your browser:
http://t.e2ma.net/message/5b9fe/9ei8pz
___________________________________
Thank you for your interest in Funds2Orgs (http://t.e2ma.net/click/5b9fe/9ei8pz/hp3xab). I am excited to connect you with a Funds2Orgs Fundraising Coach. Your Fundraising Coach will guide you through the process of hosting a successful shoe drive fundraising event.
As our previous e-mail explained, Funds2Orgs is a social enterprise that offers a proven and effective fundraising strategy. We have helped nonprofit organizations, churches, schools, and civic groups across the country meet their fundraising goals and exceed expectations.
Through our shoe drive fundraisers, your organization will engage the community, support micro-enterprises in developing countries, and meet your organization?s goals.
If you would like me to connect you with a Funds2Orgs Fundraising Coach to learn more about Funds2Orgs shoe drive fundraisers, please reply to this email.
YOU MATTER!
Gretchen Parker
Special Projects
//
___________________________________
Share This:
http://t.e2ma.net/share/outbound/e/5b9fe/9ei8pz [Share via Email]
This email was sent to freebsd-doc at freebsd.org.
To ensure that you continue receiving our emails,
please add us to your address book or safe list.
manage your preferences (https://app.e2ma.net/app2/audience/signup/1357359/1355955.6997171/1538445491/?v=a)
opt out using TrueRemove(r) (http://t.e2ma.net/optout/5b9fe/9ei8pz?r=aHR0cHM6Ly9hcHAuZTJtYS5uZXQvYXBwMi9hdWRpZW5jZS9vcHRfb3V0LzEzNTczNTkvMTM1NTk1NS8xNTM4NDQ1NDkxLz92PWE=)
Got this as a forward? Sign up to receive our future emails. (https://app.e2ma.net/app2/audience/signup/1357359/1355955.6997171/1538445491/?v=a)
email powered by Emma(R)
http://www.myemma.com/
2401 Main St | Columbia, SC 29201 US
From t at trey.net Wed Mar 5 15:30:01 2014
From: t at trey.net (Trey Valenta)
Date: Wed, 5 Mar 2014 15:29:10 GMT
Subject: docs/187284: ls(1) man page typo
Message-ID: <201403051529.s25FTA0A027352@cgiserv.freebsd.org>
>Number: 187284
>Category: docs
>Synopsis: ls(1) man page typo
>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 05 15:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Trey Valenta
>Release: 10.0
>Organization:
>Environment:
FreeBSD x1.sea.trey.net 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
In the man page for ls, the section on "-G" reads:
-G Enable colorized output. This option is equivalent to defining
CLICOLOR in the environment. (See below.) This functionality
can be compiled out by removing the definition of COLORLS.
COLORLS should be LSCOLORS
>How-To-Repeat:
man ls | grep -A3 -- -G
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
From cliffsmith at mgrusoutherntour.org Wed Mar 5 15:37:16 2014
From: cliffsmith at mgrusoutherntour.org (Cliff Smith)
Date: Wed, 05 Mar 2014 15:37:14 -0000
Subject: Update on Your Conference Event
Message-ID:
To view this email online, paste this link into your browser:
http://t.e2ma.net/message/pnfge/144wpz
___________________________________
___________________________________
Share This:
http://t.e2ma.net/share/outbound/e/pnfge/144wpz [Share via Email]
This email was sent to doc at freebsd.org.
To ensure that you continue receiving our emails,
please add us to your address book or safe list.
manage your preferences (https://app.e2ma.net/app2/audience/signup/1357359/1355955.7005363/1537915059/?v=a)
opt out using TrueRemove(r) (http://t.e2ma.net/optout/pnfge/144wpz?r=aHR0cHM6Ly9hcHAuZTJtYS5uZXQvYXBwMi9hdWRpZW5jZS9vcHRfb3V0LzEzNTczNTkvMTM1NTk1NS8xNTM3OTE1MDU5Lz92PWE=)
Got this as a forward? Sign up to receive our future emails. (https://app.e2ma.net/app2/audience/signup/1357359/1355955.7005363/1537915059/?v=a)
email powered by Emma(R)
http://www.myemma.com/
2401 Main St | Columbia, SC 29201 US
From cliffsmith at mgrusoutherntour.org Wed Mar 5 15:37:17 2014
From: cliffsmith at mgrusoutherntour.org (Cliff Smith)
Date: Wed, 05 Mar 2014 15:37:14 -0000
Subject: Update on Your Conference Event
Message-ID:
To view this email online, paste this link into your browser:
http://t.e2ma.net/message/pnfge/9ei8pz
___________________________________
___________________________________
Share This:
http://t.e2ma.net/share/outbound/e/pnfge/9ei8pz [Share via Email]
This email was sent to freebsd-doc at freebsd.org.
To ensure that you continue receiving our emails,
please add us to your address book or safe list.
manage your preferences (https://app.e2ma.net/app2/audience/signup/1357359/1355955.7005363/1538445491/?v=a)
opt out using TrueRemove(r) (http://t.e2ma.net/optout/pnfge/9ei8pz?r=aHR0cHM6Ly9hcHAuZTJtYS5uZXQvYXBwMi9hdWRpZW5jZS9vcHRfb3V0LzEzNTczNTkvMTM1NTk1NS8xNTM4NDQ1NDkxLz92PWE=)
Got this as a forward? Sign up to receive our future emails. (https://app.e2ma.net/app2/audience/signup/1357359/1355955.7005363/1538445491/?v=a)
email powered by Emma(R)
http://www.myemma.com/
2401 Main St | Columbia, SC 29201 US
From eadler at FreeBSD.org Wed Mar 5 16:25:05 2014
From: eadler at FreeBSD.org (eadler at FreeBSD.org)
Date: Wed, 5 Mar 2014 16:25:05 GMT
Subject: docs/187284: ls(1) man page typo
Message-ID: <201403051625.s25GP5hJ064273@freefall.freebsd.org>
Synopsis: ls(1) man page typo
State-Changed-From-To: open->closed
State-Changed-By: eadler
State-Changed-When: Wed Mar 5 16:25:04 UTC 2014
State-Changed-Why:
LSCOLORS in an envrionment variable documented in the man page for
controlling the ls colors. COLORLS is a compile time macro which
controls wether color exists in the ls binary at all.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187284
From jimmy at development.net Thu Mar 6 05:41:52 2014
From: jimmy at development.net (Jimmy LaRose)
Date: Thu, 06 Mar 2014 05:11:44 -0000
Subject: Confirming changes to your subscription to the Jimmy LaRose email list
Message-ID: <8c48b6ff87b17fc058c587ab9b195609.1355955@e2ma.net>
Your subscription to the Jimmy LaRose list has been updated.
To view your subscription details, or to make additional changes, use this link:
https://app.e2ma.net/app2/audience/signup/1357359/1355955/1537915059/?v=a
To opt out of our list at any time, please click or copy and paste this link in your browser window:
http://t.e2ma.net/signup/optout/pjc3/144wpz/pmd3?r=aHR0cHM6Ly9hcHAuZTJtYS5uZXQvYXBwMi9hdWRpZW5jZS9vcHRfb3V0LzEzNTczNTkvMTM1NTk1NS8xNTM3OTE1MDU5Lz92PWE=
From wblock at wonkity.com Thu Mar 6 15:46:21 2014
From: wblock at wonkity.com (Warren Block)
Date: Thu, 6 Mar 2014 08:46:19 -0700 (MST)
Subject: Interactive text analysis
Message-ID:
http://www.hemingwayapp.com/ shows an interesting way of examining and
making suggestions on improving text quality.
Ultimately, it would be really nice to see textproc/igor integrated with
an editor.
From jack-benny at cyberinfo.se Thu Mar 6 17:30:02 2014
From: jack-benny at cyberinfo.se (Jack-Benny Persson)
Date: Thu, 6 Mar 2014 17:21:38 GMT
Subject: docs/187321: Clarification needed on using geli rc.d script
Message-ID: <201403061721.s26HLcG5053121@cgiserv.freebsd.org>
>Number: 187321
>Category: docs
>Synopsis: Clarification needed on using geli rc.d script
>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 06 17:30:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Jack-Benny Persson
>Release: FreeBSD 10.0
>Organization:
>Environment:
>Description:
When automatically attaching a provider during boot, the provider will detach itself again if it's not mounted with an entry in /etc/fstab during boot. This could need some clarification in chapter 18.14.2.1.
>How-To-Repeat:
>Fix:
See attached patch.
Patch attached with submission follows:
Index: en_US.ISO8859-1/books/handbook/disks/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/disks/chapter.xml (revision 44144)
+++ en_US.ISO8859-1/books/handbook/disks/chapter.xml (arbetskopia)
@@ -3164,6 +3164,20 @@
the geli provider from the kernel before
the system shuts down.
+
+ During boot the system will prompt for the passphrase to
+ attach the provider. If the correct password is given the
+ system will attach the provider. But, if the provider is not
+ mounted by an entry in /etc/fstab the
+ provider will be detached again.
+ So, in order to keep the provider attached an entry in
+ /etc/fstab is necessary. See
+ &man.fstab.5; for more information.
+
+
+
+
+
More information about configuring
rc.d is provided in the
rc.d section of the
>Release-Note:
>Audit-Trail:
>Unformatted:
From bjk at FreeBSD.org Fri Mar 7 00:02:37 2014
From: bjk at FreeBSD.org (bjk at FreeBSD.org)
Date: Fri, 7 Mar 2014 00:02:37 GMT
Subject: docs/187241: [patch] Small number of spelling mistakes
Message-ID: <201403070002.s2702bGS086532@freefall.freebsd.org>
Synopsis: [patch] Small number of spelling mistakes
Responsible-Changed-From-To: freebsd-doc->bjk
Responsible-Changed-By: bjk
Responsible-Changed-When: Fri Mar 7 00:02:25 UTC 2014
Responsible-Changed-Why:
take
http://www.freebsd.org/cgi/query-pr.cgi?pr=187241
From jenkins-admin at freebsd.org Fri Mar 7 12:29:49 2014
From: jenkins-admin at freebsd.org (jenkins-admin at freebsd.org)
Date: Fri, 7 Mar 2014 12:29:46 +0000 (GMT)
Subject: Build failed in Jenkins: FreeBSD_DOC #73
Message-ID: <723919869.0.1394195387732.JavaMail.jenkins@jenkins-9.freebsd.org>
See
Changes:
[gabor] - Move the PGP keyring generation to the language-independent share directory
Discussed with: hrs, wblock
[gabor] - Allow generating only PGP fingerprints
------------------------------------------
[...truncated 80 lines...]
===> en_US.ISO8859-1/books (all)
===> en_US.ISO8859-1/books/arch-handbook (all)
===> en_US.ISO8859-1/books/design-44bsd (all)
===> en_US.ISO8859-1/books/dev-model (all)
===> en_US.ISO8859-1/books/developers-handbook (all)
===> en_US.ISO8859-1/books/faq (all)
===> en_US.ISO8859-1/books/fdp-primer (all)
===> en_US.ISO8859-1/books/handbook (all)
===> en_US.ISO8859-1/books/pmake (all)
===> en_US.ISO8859-1/books/porters-handbook (all)
===> bn_BD.UTF-8 (all)
===> bn_BD.UTF-8/articles (all)
===> bn_BD.UTF-8/articles/explaining-bsd (all)
===> bn_BD.UTF-8/articles/new-users (all)
===> da_DK.ISO8859-1 (all)
===> da_DK.ISO8859-1/articles (all)
===> da_DK.ISO8859-1/articles/ipsec-must (all)
===> da_DK.ISO8859-1/articles/pxe (all)
===> de_DE.ISO8859-1 (all)
===> de_DE.ISO8859-1/articles (all)
===> de_DE.ISO8859-1/articles/contributing (all)
===> de_DE.ISO8859-1/articles/contributing-ports (all)
===> de_DE.ISO8859-1/articles/explaining-bsd (all)
===> de_DE.ISO8859-1/articles/freebsd-update-server (all)
===> de_DE.ISO8859-1/articles/laptop (all)
===> de_DE.ISO8859-1/articles/linux-comparison (all)
===> de_DE.ISO8859-1/articles/nanobsd (all)
===> de_DE.ISO8859-1/articles/new-users (all)
===> de_DE.ISO8859-1/articles/port-mentor-guidelines (all)
===> de_DE.ISO8859-1/articles/solid-state (all)
===> de_DE.ISO8859-1/books (all)
===> de_DE.ISO8859-1/books/developers-handbook (all)
===> de_DE.ISO8859-1/books/faq (all)
===> de_DE.ISO8859-1/books/fdp-primer (all)
===> de_DE.ISO8859-1/books/handbook (all)
===> de_DE.ISO8859-1/books/porters-handbook (all)
===> el_GR.ISO8859-7 (all)
===> el_GR.ISO8859-7/articles (all)
===> el_GR.ISO8859-7/articles/bsdl-gpl (all)
===> el_GR.ISO8859-7/articles/compiz-fusion (all)
===> el_GR.ISO8859-7/articles/contributing (all)
===> el_GR.ISO8859-7/articles/cvs-freebsd (all)
===> el_GR.ISO8859-7/articles/explaining-bsd (all)
===> el_GR.ISO8859-7/articles/freebsd-questions (all)
===> el_GR.ISO8859-7/articles/gjournal-desktop (all)
===> el_GR.ISO8859-7/articles/greek-language-support (all)
===> el_GR.ISO8859-7/articles/laptop (all)
===> el_GR.ISO8859-7/articles/linux-users (all)
===> el_GR.ISO8859-7/articles/mailing-list-faq (all)
===> el_GR.ISO8859-7/articles/nanobsd (all)
===> el_GR.ISO8859-7/articles/new-users (all)
===> el_GR.ISO8859-7/articles/problem-reports (all)
===> el_GR.ISO8859-7/articles/releng (all)
===> el_GR.ISO8859-7/articles/releng-packages (all)
===> el_GR.ISO8859-7/books (all)
===> el_GR.ISO8859-7/books/faq (all)
===> el_GR.ISO8859-7/books/handbook (all)
===> es_ES.ISO8859-1 (all)
===> es_ES.ISO8859-1/articles (all)
===> es_ES.ISO8859-1/articles/casestudy-argentina.com (all)
===> es_ES.ISO8859-1/articles/contributing (all)
===> es_ES.ISO8859-1/articles/cvs-freebsd (all)
===> es_ES.ISO8859-1/articles/explaining-bsd (all)
===> es_ES.ISO8859-1/articles/fbsd-from-scratch (all)
===> es_ES.ISO8859-1/articles/fdp-es (all)
===> es_ES.ISO8859-1/articles/laptop (all)
===> es_ES.ISO8859-1/articles/linux-comparison (all)
===> es_ES.ISO8859-1/articles/linux-users (all)
===> es_ES.ISO8859-1/articles/mailing-list-faq (all)
===> es_ES.ISO8859-1/articles/nanobsd (all)
===> es_ES.ISO8859-1/articles/p4-primer (all)
===> es_ES.ISO8859-1/articles/problem-reports (all)
===> es_ES.ISO8859-1/articles/releng (all)
===> es_ES.ISO8859-1/books (all)
===> es_ES.ISO8859-1/books/faq (all)
===> es_ES.ISO8859-1/books/handbook (all)
===> fr_FR.ISO8859-1 (all)
===> fr_FR.ISO8859-1/articles (all)
===> fr_FR.ISO8859-1/articles/building-products (all)
===> fr_FR.ISO8859-1/articles/committers-guide (all)
===> fr_FR.ISO8859-1/articles/contributing (all)
===> fr_FR.ISO8859-1/articles/contributing-ports (all)
===> fr_FR.ISO8859-1/articles/contributors (all)
===> fr_FR.ISO8859-1/articles/explaining-bsd (all)
===> fr_FR.ISO8859-1/articles/filtering-bridges (all)
===> fr_FR.ISO8859-1/articles/fonts (all)
===> fr_FR.ISO8859-1/articles/ipsec-must (all)
===> fr_FR.ISO8859-1/articles/laptop (all)
===> fr_FR.ISO8859-1/articles/linux-users (all)
===> fr_FR.ISO8859-1/articles/mh (all)
===> fr_FR.ISO8859-1/articles/nanobsd (all)
===> fr_FR.ISO8859-1/articles/new-users (all)
===> fr_FR.ISO8859-1/articles/pam (all)
===> fr_FR.ISO8859-1/articles/pr-guidelines (all)
===> fr_FR.ISO8859-1/articles/problem-reports (all)
===> fr_FR.ISO8859-1/articles/releng-packages (all)
===> fr_FR.ISO8859-1/books (all)
===> fr_FR.ISO8859-1/books/faq (all)
===> fr_FR.ISO8859-1/books/handbook (all)
===> fr_FR.ISO8859-1/books/fdp-primer (all)
===> fr_FR.ISO8859-1/books/developers-handbook (all)
===> hu_HU.ISO8859-2 (all)
===> hu_HU.ISO8859-2/articles (all)
===> hu_HU.ISO8859-2/articles/compiz-fusion (all)
===> hu_HU.ISO8859-2/articles/cups (all)
===> hu_HU.ISO8859-2/articles/explaining-bsd (all)
===> hu_HU.ISO8859-2/articles/gjournal-desktop (all)
===> hu_HU.ISO8859-2/articles/laptop (all)
===> hu_HU.ISO8859-2/articles/linux-comparison (all)
===> hu_HU.ISO8859-2/articles/linux-users (all)
===> hu_HU.ISO8859-2/books (all)
===> hu_HU.ISO8859-2/books/faq (all)
===> hu_HU.ISO8859-2/books/fdp-primer (all)
===> hu_HU.ISO8859-2/books/handbook (all)
===> it_IT.ISO8859-15 (all)
===> it_IT.ISO8859-15/articles (all)
===> it_IT.ISO8859-15/articles/committers-guide (all)
===> it_IT.ISO8859-15/articles/explaining-bsd (all)
===> it_IT.ISO8859-15/articles/filtering-bridges (all)
===> it_IT.ISO8859-15/articles/new-users (all)
===> it_IT.ISO8859-15/articles/vm-design (all)
===> it_IT.ISO8859-15/books (all)
===> it_IT.ISO8859-15/books/handbook (all)
===> it_IT.ISO8859-15/books/unix-introduction (all)
===> ja_JP.eucJP (all)
===> ja_JP.eucJP/articles (all)
===> ja_JP.eucJP/articles/contributing (all)
===> ja_JP.eucJP/articles/contributors (all)
===> ja_JP.eucJP/articles/fbsd-from-scratch (all)
===> ja_JP.eucJP/articles/fonts (all)
===> ja_JP.eucJP/articles/ipsec-must (all)
===> ja_JP.eucJP/articles/problem-reports (all)
===> ja_JP.eucJP/books (all)
===> ja_JP.eucJP/books/design-44bsd (all)
===> ja_JP.eucJP/books/faq (all)
===> ja_JP.eucJP/books/handbook (all)
===> ja_JP.eucJP/books/porters-handbook (all)
===> mn_MN.UTF-8 (all)
===> mn_MN.UTF-8/books (all)
===> mn_MN.UTF-8/books/handbook (all)
===> nl_NL.ISO8859-1 (all)
===> nl_NL.ISO8859-1/articles (all)
===> nl_NL.ISO8859-1/articles/contributing (all)
===> nl_NL.ISO8859-1/articles/contributing-ports (all)
===> nl_NL.ISO8859-1/articles/explaining-bsd (all)
===> nl_NL.ISO8859-1/articles/problem-reports (all)
===> nl_NL.ISO8859-1/articles/solid-state (all)
===> nl_NL.ISO8859-1/books (all)
===> nl_NL.ISO8859-1/books/handbook (all)
===> pl_PL.ISO8859-2 (all)
===> pl_PL.ISO8859-2/articles (all)
===> pl_PL.ISO8859-2/articles/filtering-bridges (all)
===> pl_PL.ISO8859-2/articles/new-users (all)
===> pl_PL.ISO8859-2/books (all)
===> pl_PL.ISO8859-2/books/handbook (all)
===> pt_BR.ISO8859-1 (all)
===> pt_BR.ISO8859-1/articles (all)
===> pt_BR.ISO8859-1/articles/building-products (all)
===> pt_BR.ISO8859-1/articles/contributing (all)
===> pt_BR.ISO8859-1/articles/contributing-ports (all)
===> pt_BR.ISO8859-1/articles/explaining-bsd (all)
===> pt_BR.ISO8859-1/articles/freebsd-questions (all)
===> pt_BR.ISO8859-1/articles/freebsd-update-server (all)
===> pt_BR.ISO8859-1/articles/hubs (all)
===> pt_BR.ISO8859-1/articles/linux-users (all)
===> pt_BR.ISO8859-1/articles/new-users (all)
===> pt_BR.ISO8859-1/articles/portbuild (all)
===> pt_BR.ISO8859-1/articles/problem-reports (all)
===> pt_BR.ISO8859-1/books (all)
===> pt_BR.ISO8859-1/books/faq (all)
===> pt_BR.ISO8859-1/books/fdp-primer (all)
===> ru_RU.KOI8-R (all)
===> ru_RU.KOI8-R/articles (all)
===> ru_RU.KOI8-R/articles/committers-guide (all)
===> ru_RU.KOI8-R/articles/console-server (all)
===> ru_RU.KOI8-R/articles/contributing (all)
===> ru_RU.KOI8-R/articles/cups (all)
===> ru_RU.KOI8-R/articles/custom-gcc (all)
===> ru_RU.KOI8-R/articles/cvs-freebsd (all)
===> ru_RU.KOI8-R/articles/explaining-bsd (all)
===> ru_RU.KOI8-R/articles/fbsd-from-scratch (all)
===> ru_RU.KOI8-R/articles/fonts (all)
===> ru_RU.KOI8-R/articles/freebsd-questions (all)
===> ru_RU.KOI8-R/articles/geom-class (all)
===> ru_RU.KOI8-R/articles/gjournal-desktop (all)
===> ru_RU.KOI8-R/articles/hubs (all)
===> ru_RU.KOI8-R/articles/ipsec-must (all)
===> ru_RU.KOI8-R/articles/laptop (all)
===> ru_RU.KOI8-R/articles/linux-comparison (all)
===> ru_RU.KOI8-R/articles/mailing-list-faq (all)
===> ru_RU.KOI8-R/articles/mh (all)
===> ru_RU.KOI8-R/articles/new-users (all)
===> ru_RU.KOI8-R/articles/pam (all)
===> ru_RU.KOI8-R/articles/portbuild (all)
===> ru_RU.KOI8-R/articles/pr-guidelines (all)
===> ru_RU.KOI8-R/articles/problem-reports (all)
===> ru_RU.KOI8-R/articles/relaydelay (all)
===> ru_RU.KOI8-R/articles/releng (all)
===> ru_RU.KOI8-R/articles/releng-packages (all)
===> ru_RU.KOI8-R/articles/solid-state (all)
===> ru_RU.KOI8-R/articles/vm-design (all)
===> ru_RU.KOI8-R/books (all)
===> ru_RU.KOI8-R/books/faq (all)
===> ru_RU.KOI8-R/books/handbook (all)
===> ru_RU.KOI8-R/books/porters-handbook (all)
===> sr_YU.ISO8859-2 (all)
===> sr_YU.ISO8859-2/articles (all)
===> tr_TR.ISO8859-9 (all)
===> tr_TR.ISO8859-9/articles (all)
===> tr_TR.ISO8859-9/articles/explaining-bsd (all)
===> zh_CN.UTF-8 (all)
===> zh_CN.UTF-8/articles (all)
===> zh_CN.UTF-8/articles/contributing (all)
===> zh_CN.UTF-8/articles/cvs-freebsd (all)
===> zh_CN.UTF-8/articles/linux-users (all)
===> zh_CN.UTF-8/articles/nanobsd (all)
===> zh_CN.UTF-8/articles/rc-scripting (all)
===> zh_CN.UTF-8/articles/remote-install (all)
===> zh_CN.UTF-8/books (all)
===> zh_CN.UTF-8/books/arch-handbook (all)
===> zh_CN.UTF-8/books/handbook (all)
===> zh_CN.UTF-8/books/porters-handbook (all)
===> zh_TW.Big5 (all)
===> zh_TW.Big5/articles (all)
===> zh_TW.Big5/articles/contributing (all)
===> zh_TW.Big5/articles/cvs-freebsd (all)
===> zh_TW.Big5/articles/freebsd-questions (all)
===> zh_TW.Big5/articles/hubs (all)
===> zh_TW.Big5/articles/mailing-list-faq (all)
===> zh_TW.Big5/articles/nanobsd (all)
===> zh_TW.Big5/articles/pr-guidelines (all)
===> zh_TW.Big5/articles/problem-reports (all)
===> zh_TW.Big5/articles/remote-install (all)
===> zh_TW.Big5/books (all)
===> zh_TW.Big5/books/developers-handbook (all)
===> zh_TW.Big5/books/fdp-primer (all)
===> zh_TW.Big5/books/handbook (all)
===> zh_TW.Big5/books/porters-handbook (all)
===> share (all)
===> share/pgpkeys (all)
"Makefile", line 20: Could not find /share/mk/doc.project.mk
make: fatal errors encountered -- cannot continue
*** [all] Error code 1
Stop in
*** [all] Error code 1
Stop in
Build step 'Execute shell' marked build as failure
From www-data at FreeBSD.org Fri Mar 7 13:24:16 2014
From: www-data at FreeBSD.org (User Www-data)
Date: Fri, 7 Mar 2014 13:24:16 GMT
Subject: FreeBSD web build failed on build-web.stream.freebsd.org
Message-ID: <201403071324.s27DOGN2042183@build-web.stream.freebsd.org>
install -C -o www-data -g www-data -m 444 imagelib/callouts/8.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/9.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/10.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/11.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/12.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/13.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/14.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/15.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/16.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/17.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/18.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/19.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/20.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/21.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 book.html /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook
install -C -o www-data -g www-data -m 444 docbook.css /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook
install -C -o www-data -g www-data -m 444 imagelib/callouts/1.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/2.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/3.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/4.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/5.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/6.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/7.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/8.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/9.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/10.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/11.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/12.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/13.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/14.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/15.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/16.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/17.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/18.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/19.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/20.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/21.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/handbook.html -> /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/index.html
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/faq -> /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/faq
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/handbook -> /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/handbook
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en -> /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1
"Makefile", line 20: Could not find /share/mk/doc.project.mk
make: fatal errors encountered -- cannot continue
*** [all-pgpkeyring] Error code 1
Stop in /home/www/build/head/en_US.ISO8859-1/htdocs/doc.
*** [all] Error code 1
Stop in /home/www/build/head/en_US.ISO8859-1/htdocs.
250.97 real 239.76 user 9.92 sys
From www-data at FreeBSD.org Fri Mar 7 14:20:18 2014
From: www-data at FreeBSD.org (User Www-data)
Date: Fri, 7 Mar 2014 14:20:18 GMT
Subject: FreeBSD web build failed on build-web.stream.freebsd.org
Message-ID: <201403071420.s27EKI8D099435@build-web.stream.freebsd.org>
install -C -o www-data -g www-data -m 444 imagelib/callouts/8.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/9.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/10.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/11.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/12.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/13.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/14.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/15.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/16.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/17.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/18.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/19.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/20.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/21.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 book.html /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook
install -C -o www-data -g www-data -m 444 docbook.css /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook
install -C -o www-data -g www-data -m 444 imagelib/callouts/1.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/2.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/3.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/4.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/5.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/6.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/7.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/8.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/9.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/10.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/11.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/12.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/13.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/14.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/15.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/16.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/17.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/18.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/19.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/20.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/21.png /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/handbook.html -> /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/index.html
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/faq -> /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/faq
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/handbook -> /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/handbook
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en -> /home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1
"Makefile", line 20: Could not find /share/mk/doc.project.mk
make: fatal errors encountered -- cannot continue
*** [all-pgpkeyring] Error code 1
Stop in /home/www/build/head/en_US.ISO8859-1/htdocs/doc.
*** [all] Error code 1
Stop in /home/www/build/head/en_US.ISO8859-1/htdocs.
13.90 real 6.40 user 7.87 sys
From remko at FreeBSD.org Fri Mar 7 15:16:43 2014
From: remko at FreeBSD.org (Remko Lodder)
Date: Fri, 7 Mar 2014 16:16:38 +0100
Subject: Build failed in Jenkins: FreeBSD_DOC #73
In-Reply-To: <723919869.0.1394195387732.JavaMail.jenkins@jenkins-9.freebsd.org>
References: <723919869.0.1394195387732.JavaMail.jenkins@jenkins-9.freebsd.org>
Message-ID: <10D64EA3-5FB4-4754-B3C4-B18EE1F05DD6@FreeBSD.org>
On 07 Mar 2014, at 13:29, jenkins-admin at freebsd.org wrote:
> See
>
> Changes:
>
> [gabor] - Move the PGP keyring generation to the language-independent share directory
>
> Discussed with: hrs, wblock
>
> [gabor] - Allow generating only PGP fingerprints
>
>
This is nice!
--
/"\ Best regards, | remko at FreeBSD.org
\ / Remko Lodder | remko at EFnet
X http://www.evilcoder.org/ |
/ \ ASCII Ribbon Campaign | Against HTML Mail and News
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL:
From www-data at FreeBSD.org Fri Mar 7 15:25:45 2014
From: www-data at FreeBSD.org (User Www-data)
Date: Fri, 7 Mar 2014 15:25:45 GMT
Subject: FreeBSD web build failed on build-web.stream.freebsd.org
Message-ID: <201403071525.s27FPjDN001429@build-web.stream.freebsd.org>
install -C -o www-data -g www-data -m 444 imagelib/callouts/7.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/8.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/9.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/10.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/11.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/12.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/13.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/14.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/15.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/16.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/17.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/18.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/19.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/20.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/21.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 book.html /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook
install -C -o www-data -g www-data -m 444 docbook.css /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook
install -C -o www-data -g www-data -m 444 imagelib/callouts/1.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/2.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/3.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/4.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/5.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/6.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/7.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/8.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/9.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/10.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/11.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/12.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/13.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/14.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/15.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/16.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/17.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/18.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/19.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/20.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C -o www-data -g www-data -m 444 imagelib/callouts/21.png /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
/usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/handbook.html -> /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/porters-handbook/index.html
/usr/local/www/www.freebsd.org-clean/data/doc/faq -> /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/faq
/usr/local/www/www.freebsd.org-clean/data/doc/handbook -> /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1/books/handbook
/usr/local/www/www.freebsd.org-clean/data/doc/en -> /usr/local/www/www.freebsd.org-clean/data/doc/en_US.ISO8859-1
make: don't know how to make pgpkeyring. Stop
*** [install] Error code 2
Stop in /home/www/build/head/en_US.ISO8859-1/htdocs/doc.
*** [realinstall] Error code 1
Stop in /home/www/build/head/en_US.ISO8859-1/htdocs.
17.16 real 5.96 user 11.35 sys
From jenkins-admin at freebsd.org Fri Mar 7 15:43:06 2014
From: jenkins-admin at freebsd.org (jenkins-admin at freebsd.org)
Date: Fri, 7 Mar 2014 15:43:03 +0000 (GMT)
Subject: Jenkins build is back to normal : FreeBSD_DOC #74
In-Reply-To: <723919869.0.1394195387732.JavaMail.jenkins@jenkins-9.freebsd.org>
References: <723919869.0.1394195387732.JavaMail.jenkins@jenkins-9.freebsd.org>
Message-ID: <1904224650.1.1394206985681.JavaMail.jenkins@jenkins-9.freebsd.org>
See
From freebsd at allanjude.com Fri Mar 7 15:50:01 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Fri, 7 Mar 2014 15:41:13 GMT
Subject: docs/187351: handbook section on ports does not mention pkg search
Message-ID: <201403071541.s27FfD6D076048@cgiserv.freebsd.org>
>Number: 187351
>Category: docs
>Synopsis: handbook section on ports does not mention pkg search
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Mar 07 15:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Allan Jude
>Release: 9.2-RELEASE
>Organization:
ScaleEngine Inc.
>Environment:
FreeBSD Trooper.HML3.ScaleEngine.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The handbook section "5.3. Finding Software" does not mention 'pkg search' as a way to find software. Even for searching the ports tree, this can be useful, but it is especially useful when searching for a package
>How-To-Repeat:
>Fix:
Patch attached
Patch attached with submission follows:
Index: ports/chapter.xml
===================================================================
--- ports/chapter.xml (revision 44112)
+++ ports/chapter.xml (working copy)
@@ -197,9 +197,11 @@
Before installing any application, check http://vuxml.freebsd.org/
for security issues related to the application or install
- ports-mgmt/portaudit. Once installed, type
+ ports-mgmt/portaudit. Once installed, type
portaudit -F -a to check all installed
- applications for known vulnerabilities.
+ applications for known vulnerabilities. If you are using
+ pkg, the audit functionality is
+ built in, simply run: pkg audit -F.The remainder of this chapter explains how to use packages
@@ -246,6 +248,61 @@
+
+ pkg
+ search
+
+
+ To search the binary package
+ repository for an application:
+
+ &prompt.root; pkg search subversion
+git-subversion-1.8.5.2
+java-subversion-1.8.5
+p5-subversion-1.8.5
+py27-hgsubversion-1.5.1
+py27-subversion-1.8.5
+ruby-subversion-1.8.5
+subversion-1.6.23_2
+subversion-1.7.14
+subversion-1.8.5
+subversion-book-4515
+subversion-static-1.8.5
+
+ Package names include the version number and in the
+ case of ports based on python, the version number of the
+ version of python the package was built with. Some ports
+ also have multiple versions available. In the case of
+ subversion there are different
+ versions available, as well as different compile options,
+ in this case, the staticly linked version of
+ subversion. When indicating
+ which package to install, it is best to specify the
+ application by the port origin, the path in the ports tree.
+ Repeat the pkg search with
+ to list the origin of each
+ package:
+
+ &prompt.root; pkg search -o subversion
+devel/git-subversion
+java/java-subversion
+devel/p5-subversion
+devel/py-hgsubversion
+devel/py-subversion
+devel/ruby-subversion
+devel/subversion16
+devel/subversion17
+devel/subversion
+devel/subversion-book
+devel/subversion-static
+
+ pkg search also supports searching
+ using shell globs, regular expressions, exact match,
+ search by description, or any other field in the
+ repository database. See &man.pkg-search.8;
+
+
+ If the Ports Collection is already installed, there are
several methods to query the local version of the ports
tree. To find out which category a port is in, type
>Release-Note:
>Audit-Trail:
>Unformatted:
From dru at FreeBSD.org Fri Mar 7 16:43:31 2014
From: dru at FreeBSD.org (dru at FreeBSD.org)
Date: Fri, 7 Mar 2014 16:43:31 GMT
Subject: docs/121585: [handbook] Wrong multicast specification
Message-ID: <201403071643.s27GhVQm037029@freefall.freebsd.org>
Synopsis: [handbook] Wrong multicast specification
Responsible-Changed-From-To: freebsd-doc->dru
Responsible-Changed-By: dru
Responsible-Changed-When: Fri Mar 7 16:42:59 UTC 2014
Responsible-Changed-Why:
I'll take this one.
http://www.freebsd.org/cgi/query-pr.cgi?pr=121585
From dru at FreeBSD.org Fri Mar 7 16:54:09 2014
From: dru at FreeBSD.org (dru at FreeBSD.org)
Date: Fri, 7 Mar 2014 16:54:08 GMT
Subject: docs/162404: [handbook] IPv6 link-local address compared with
IPv4 loopback address and IPv6 site-local deprecated
Message-ID: <201403071654.s27Gs83o039848@freefall.freebsd.org>
Synopsis: [handbook] IPv6 link-local address compared with IPv4 loopback address and IPv6 site-local deprecated
Responsible-Changed-From-To: freebsd-doc->dru
Responsible-Changed-By: dru
Responsible-Changed-When: Fri Mar 7 16:53:51 UTC 2014
Responsible-Changed-Why:
I'll take this one.
http://www.freebsd.org/cgi/query-pr.cgi?pr=162404
From dru at FreeBSD.org Fri Mar 7 17:11:29 2014
From: dru at FreeBSD.org (dru at FreeBSD.org)
Date: Fri, 7 Mar 2014 17:11:29 GMT
Subject: docs/172743: IPv6 handbooks lacks info about accepting router
advertisements
Message-ID: <201403071711.s27HBTF7045752@freefall.freebsd.org>
Synopsis: IPv6 handbooks lacks info about accepting router advertisements
Responsible-Changed-From-To: freebsd-doc->dru
Responsible-Changed-By: dru
Responsible-Changed-When: Fri Mar 7 17:11:07 UTC 2014
Responsible-Changed-Why:
I'll take this one.
http://www.freebsd.org/cgi/query-pr.cgi?pr=172743
From malakabdulhadi70 at gmail.com Fri Mar 7 17:48:05 2014
From: malakabdulhadi70 at gmail.com (malakabdulhadi Kakar)
Date: Fri, 7 Mar 2014 22:48:02 +0500
Subject: No subject
Message-ID:
Asd
From dru at FreeBSD.org Fri Mar 7 18:39:21 2014
From: dru at FreeBSD.org (dru at FreeBSD.org)
Date: Fri, 7 Mar 2014 18:39:20 GMT
Subject: docs/186625: Handbook rebuilding "world" upgrade procedure wrong
mergemaster command
Message-ID: <201403071839.s27IdK23070998@freefall.freebsd.org>
Synopsis: Handbook rebuilding "world" upgrade procedure wrong mergemaster command
Responsible-Changed-From-To: freebsd-doc->dru
Responsible-Changed-By: dru
Responsible-Changed-When: Fri Mar 7 18:39:00 UTC 2014
Responsible-Changed-Why:
I'll take this one.
http://www.freebsd.org/cgi/query-pr.cgi?pr=186625
From saskia.schimpf at datenverkehr.org Sat Mar 8 06:49:07 2014
From: saskia.schimpf at datenverkehr.org (Saskia Schimpf)
Date: Sat, 8 Mar 2014 06:38:50 +0000
Subject: Kostenlos Links tauschen
Message-ID: <20140308064103.21F572F90490@datenverkehr.org>
Lieber Webmaster,
Als Betreiber der Webseite Datenverkehr.org möchte ich Sie einladen, Links mit uns auszutauschen.
Wir werden die ganze Woche lang einen einzigartigen Linktausch durchführen, der sich auf echte Links mit echtem Traffic von echten Seiten mit echten Inhalten konzentriert!
Warum sollten Sie Links mit uns tauschen?
A. Komplett kostenlos.
B. Wir haben einen extrem hohen Alexa Traffic Rank im Vergleich zu anderen online SEO-Webseiten.
C. Wir belegen für verschiedene Themen die obersten Positionen bei Google.
D. Wir verfügen über reichhaltige Inhalte und sind stolz darauf!
Ich möchte diesen Linktausch so relevant wie möglich für Ihre Seite(n) machen,
daher biete ich Ihnen eine Vielzahl von Unterseiten an, auf die Sie verlinken können - und denken Sie daran:
Seiten, die gute, relevante Links senden, werden dieselbe Behandlung erfahren, was Qualität und Relevanz betrifft.
Bitte lassen Sie mich wissen, welche Art von Linktausch für freebsd.org zur Verfügung steht. Ich kann Ihnen folgendes anbieten:
Dreiseitigen/Indirekten Tausch
Links von relevanten Seiten im Inhalt
Backlinks mit hohem PR und/oder guten Inhalten
Andere Vorschläge, die Sie haben könnten...
Es hängt alles davon ab, was Sie anzubieten haben. Wir versprechen einen kostenlosen, fairen und ehrlichen Tausch mit allen unseren Teilnehmern.
Saskia Schimpf - Datenverkehr.org
http://www.linkedin.com/pub/saskia-schimpf/82/8a6/725
From julian at freebsd.org Sat Mar 8 19:12:04 2014
From: julian at freebsd.org (Julian Elischer)
Date: Sat, 08 Mar 2014 11:11:51 -0800
Subject: How to read HTML file in FreeBSD(base system)
In-Reply-To: <20140308142656.cfcbdea1daaeed5ada8c1111@yahoo.es>
References:
<20140308142656.cfcbdea1daaeed5ada8c1111@yahoo.es>
Message-ID: <531B6B77.1040907@freebsd.org>
On 3/8/14, 5:26 AM, Eduardo Morras wrote:
> On Sat, 8 Mar 2014 14:36:16 +0800
> by wrote:
>
>> Hello,
>> I use FreeBSD 10.0 RELEASE now, and I just install the base system,
>> but I add doc when I install FreeBSD, so there are some docs in my
>> system, and they are HTML files, so I want to ask that does FreeBSD
>> provide some utilities to read HTML file in terminal?
>>
>> You may say w3m is a good choice : )
>> I have use it before, it is a great web browser in CLI, and its use
>> experience is like vi : ) But I must install it from ports or src by
>> myself, so does FreeBSD provide some utilities in base system to
>> implement that?
> I think no one has answered your original question. No, there's no browser in Base to read FreeBSD Base documentation in HTML. You must install something from ports always. If you want install w3m as pkg, pkg must be installed from ports first.
>
> HTH
>
>> - by
Base documentation is derived from sources which can also deliver
other media types.
Try formatting them as text. A Doc team member can probably tell you
how to do that.
>
> --- ---
> Eduardo Morras
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
>
From free7by at yahoo.com Sat Mar 8 22:24:09 2014
From: free7by at yahoo.com (by)
Date: Sun, 9 Mar 2014 06:17:32 +0800
Subject: How to read HTML file in FreeBSD(base system)
In-Reply-To: <531B6B77.1040907@freebsd.org>
References:
<20140308142656.cfcbdea1daaeed5ada8c1111@yahoo.es>
<531B6B77.1040907@freebsd.org>
Message-ID: <636085F5-B71E-4CFA-9F54-13FE422C7980@yahoo.com>
Oh, that sounds a great idea.
I think I will try it myself first, if I meet troubles or I can not do that myself, I should find help from doc team.
Thank you! You give me an idea of solve this : )
- by
> On Mar 9, 2014, at 3:11, Julian Elischer wrote:
>
> Base documentation is derived from sources which can also deliver other media types.
> Try formatting them as text. A Doc team member can probably tell you how to do that.
> ____________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
From taras at FreeBSD.org Sun Mar 9 09:15:16 2014
From: taras at FreeBSD.org (taras at FreeBSD.org)
Date: Sun, 9 Mar 2014 09:15:15 GMT
Subject: docs/187215: Want to update Russian FreeBSD Handbook translation,
how to do that?
Message-ID: <201403090915.s299FFte041257@freefall.freebsd.org>
Synopsis: Want to update Russian FreeBSD Handbook translation, how to do that?
State-Changed-From-To: open->closed
State-Changed-By: taras
State-Changed-When: Sun Mar 9 09:13:43 UTC 2014
State-Changed-Why:
Further explanations were provided beyond the ML.
Responsible-Changed-From-To: freebsd-doc->taras
Responsible-Changed-By: taras
Responsible-Changed-When: Sun Mar 9 09:13:43 UTC 2014
Responsible-Changed-Why:
Further explanations were provided beyond the ML.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187215
From taras at FreeBSD.org Sun Mar 9 09:19:14 2014
From: taras at FreeBSD.org (taras at FreeBSD.org)
Date: Sun, 9 Mar 2014 09:19:14 GMT
Subject: docs/187278: New Russian translation of audit chapter in handbook
Message-ID: <201403090919.s299JEOp041358@freefall.freebsd.org>
Synopsis: New Russian translation of audit chapter in handbook
Responsible-Changed-From-To: freebsd-doc->taras
Responsible-Changed-By: taras
Responsible-Changed-When: Sun Mar 9 09:18:30 UTC 2014
Responsible-Changed-Why:
Take.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187278
From wblock at wonkity.com Sun Mar 9 14:30:14 2014
From: wblock at wonkity.com (Warren Block)
Date: Sun, 9 Mar 2014 08:30:11 -0600 (MDT)
Subject: How to read HTML file in FreeBSD(base system)
In-Reply-To: <531B6B77.1040907@freebsd.org>
References:
<20140308142656.cfcbdea1daaeed5ada8c1111@yahoo.es>
<531B6B77.1040907@freebsd.org>
Message-ID:
On Sat, 8 Mar 2014, Julian Elischer wrote:
> On 3/8/14, 5:26 AM, Eduardo Morras wrote:
>> On Sat, 8 Mar 2014 14:36:16 +0800
>> by wrote:
>>
>>> Hello,
>>> I use FreeBSD 10.0 RELEASE now, and I just install the base system,
>>> but I add doc when I install FreeBSD, so there are some docs in my
>>> system, and they are HTML files, so I want to ask that does FreeBSD
>>> provide some utilities to read HTML file in terminal?
>>>
>>> You may say w3m is a good choice : )
>>> I have use it before, it is a great web browser in CLI, and its use
>>> experience is like vi : ) But I must install it from ports or src by
>>> myself, so does FreeBSD provide some utilities in base system to
>>> implement that?
>> I think no one has answered your original question. No, there's no browser
>> in Base to read FreeBSD Base documentation in HTML. You must install
>> something from ports always. If you want install w3m as pkg, pkg must be
>> installed from ports first.
>>
> Base documentation is derived from sources which can also deliver other
> media types.
> Try formatting them as text. A Doc team member can probably tell you how to
> do that.
The XML documents like the Handbook can be built as text with
make FORMATS=txt
Building the documents from source requires installation of the
textproc/docproj metaport. Text versions are generated from the HTML
version with www/links using -dump.
But if www/links is installed, the HTML versions can be read directly:
links book.html
From bugmaster at freebsd.org Mon Mar 10 11:06:04 2014
From: bugmaster at freebsd.org (FreeBSD bugmaster)
Date: Mon, 10 Mar 2014 11:06:03 GMT
Subject: Current unassigned doc problem reports
Message-ID: <201403101106.s2AB63PO042305@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/187351 doc handbook section on ports does not mention pkg search
o docs/187321 doc [handbook] [patch] Clarification needed on using geli
o docs/187142 doc The Handbook (chapter 15.4) does not mention /etc/jail
o docs/186905 doc [PATCH] porters-handbook/makefiles/chapter.xml Strippi
o docs/186663 doc [handbook] mention old xorg in handbook
o docs/186608 doc typo in 'ctime(3) man page
p docs/186191 doc Typo in bhyveload.8
o docs/185764 doc mention of libiconv in FreeBSD 10.0 release note
o docs/185531 doc etherswitchcfg(8) refers to etherswitch(4) which does
o docs/185481 doc sh/bash Parameter Expansion +/- syntax not documented
o docs/185422 doc [handbook] brazilian portuguese translation to "Append
o docs/185421 doc [handbook] brazilian portuguese translation to "Append
o docs/185392 doc [handbook] brazilian portuguese translation to "The Fr
o docs/185391 doc [handbook] brazilian portuguese translation to "GEOM:
o docs/185353 docs nc(1) does not exit after transfer (should be document
o docs/185281 doc [handbook] brazilian portuguese translation to "Jails"
o docs/185280 doc [handbook] brazilian portuguese translation to "Introd
o docs/184758 doc error in rtadvd.conf example
o docs/184755 doc The vmstat(8) manualpage synopsis doesn't show all opt
o docs/184459 doc Documentation Bug in the man Page for the who Command
o docs/184110 doc blackhole(4) manpage doesn`t describe net.inet.sctp.b
o docs/184051 doc Update configuration example for staging
o docs/184048 doc developers handbook, 10.7 Debugging Deadlocks - must i
o docs/184046 doc bhyve(4) manpage references non-existant manpages bhyv
o docs/183927 doc missing info about kernel toolchain in kernel building
o docs/183653 doc [patch] Add some more *BSD releases to the groff_mdoc
o docs/183427 doc Online man pages don't include latest release + ports
o docs/183333 doc Misnamed constant in bpf(4)
o docs/183246 doc FreeBSD 8.4-RELEASE Installation Instructions don't pr
o docs/183024 doc textdump(4) mentions call doadump, should be textdump
o docs/183002 doc Fix instructions in "6.5.3. Anti-Aliased Fonts" regard
o docs/182876 doc CURRENT release notes webpage out of date and inconsis
o docs/182218 doc Add an ipfilter rc.conf option in handbook for IPv6
o docs/181845 doc Virtualbox Host Setup needs acd0 in /etc/devfs.conf, a
o docs/181844 doc FreeBSD Handbook Virtualbox Host Section missing confi
o docs/181808 doc Chapter 15.15 (Resource Limits) misses important infor
o docs/181785 doc [patch] Man page for tmpfile() is inconsistent
o docs/181390 doc seq(1) first appeared in 8th UNIX
o docs/181376 doc CLOCK_THREAD_CPUTIME_ID is not documented in clock_get
o docs/181280 doc suggestion: split zfs man page in a zfs- way
o docs/181134 doc Fix example for boot0cfg utility
o docs/180970 doc [request] No manpage for ps_strings
o docs/180767 doc [patch] printf.3: fix off-by-one in snprintf descripti
o docs/180493 doc [handbook] Single-user mode console confusion
o docs/180332 doc SSD Kernel Instructions Out of Date: options MFS throw
o docs/180331 doc SSD Kernel Instructions Out of Date: options MD_ROOT a
o docs/180330 doc SSD Kernel Instructions Out of Date: pseudo-device no
o docs/180027 doc Missing man page entries for callout_reset_sbt in time
o docs/179988 doc [faq] [patch] ThwackAFAQ - sandbox
p docs/179914 doc remove inactive user dougb from mergemaster maintainer
o docs/179697 doc Handbook incomplete WRT Opera flash usage (linproc)
o docs/179497 doc [patch] service.8 add csh completion example
o docs/179246 doc [patch] gnome porting updates
o docs/178818 doc gmirror(8) says to use rc.early which is no longer ava
o docs/178730 doc move roff papers out of src into doc
o docs/178286 doc [PATCH] document the LOCAL_* vars in build(7)
o docs/178221 doc Addition to handbook jails chapter: warning about make
o www/178190 doc myths web page should be updated
o docs/178119 doc [ports] Porter's handbook lacks examples for using Opt
o docs/177968 doc bpf(4): documentation of BIOCROTZBUF is incomplete
o docs/177699 doc Documentation (handbook and manpage) for mac_biba does
o docs/177514 doc [handbook] ZFS examples do not cover dataset creation
o docs/177457 doc diskinfo(8): diskinfo -v shows inacurate drive size
o docs/177431 doc Handbook & Announcements recommend poor dd options for
o docs/177429 doc dd(1) man page is unclear about semantics of conv=sync
o docs/177215 doc [handbook] [patch] FreeBSD uses SHA512 and no more MD5
o docs/176806 doc recv(2) man page grammatical fixes
o docs/176648 doc restore(8) man page is misleading/confusing
o docs/176645 doc The example in netmap.4 is wrong
o docs/176363 doc Remove mention of 'CVSup' from "Mirroring FreeBSD arti
o docs/176355 doc Attribution and correction of quote in fortune
o docs/176251 doc FreeBSD Handbook assumes too much pre-knowledge
o docs/176127 doc [handbook] add information about all missing mailing l
o docs/176125 doc missing summary of freebsd-jail mailing list
o docs/176123 doc missing summary of freebsd-sysinstall mailing list
o docs/176015 doc [handbook] wrong order in docs for major upgrade
o docs/175995 doc Setting MALLOC_PRODUCTION stops buildworld
o docs/175983 doc man zfs are missing "hold, release" from "zfs allow"
o docs/175712 doc Update 'disk naming' handbook page
o docs/175687 doc pthread_setschedparam(3) may fail for undocumented rea
o www/175685 doc HTTPS does not follow visitor among FreeBSD.org sub-do
o docs/175560 doc ugen(4) man page contains incorrect device node path
o docs/175239 doc sem_wait can be interrupted
o docs/175123 doc [geom] gpart list/status isn't documented in usage sec
o docs/174868 doc mount(2) doesn't do a good job at describing all possi
o docs/174792 doc synopsis for nsupdate(1) missing options -L, and -p
o docs/174581 doc man page of recvmsg(2) does not mention return value 0
o docs/173710 doc Added section "MTP storage" to handbook
o docs/173539 doc [patch] statfs(2) man page missed the error code ENOSY
o docs/173321 doc ports(7) man page -- no info on building with debuggin
o docs/173013 doc FreeBSD Boot Menu documentation lacks detail
o docs/172927 doc ipfw(8): ipfw manual page doesn't show simpliest NAT c
o docs/172913 doc [ipsec] [patch] setkey(8) is unclear on anti-replay wi
o docs/172869 doc [PATCH] Add in nifty lang icons to index.html (home)
o docs/172626 doc [PATCH] modify the community/* pages to look more plea
o docs/172370 doc [handbook] Handbook should be updated for Blu-Ray driv
o docs/172369 doc mkisofs(8)/growisofs(1m) don't specify UDF version
o docs/172368 doc mount_udf(8) doesn't specify which versions of UDF are
o docs/172367 doc ata(4) man page needs an updated for Blu-Ray
o docs/172330 doc [PATCH] Fix some errors introduced to announce.xml by
o docs/172144 doc psignal(9) manpage is outdated for FreeBSD-9 systems
o docs/172137 doc deprecated information for adduser(8) man pages
o docs/171199 doc the GDB man page is outdated
o docs/170691 doc Difference between zfs manpages and reality
o docs/170119 doc at behaviour and man at inconsistency
o docs/169712 doc [patch] porters-handbook zh_TW.Big5 apache section
o docs/169711 doc [patch] porters-handbook zh_CN.GB2312 apache section
o docs/169544 doc serial port console documentation changes
s docs/169401 doc passify dead links in release links, move www to lists
o docs/169377 doc [patch] ipmon(8) man page refers to a different facili
o docs/169317 doc zfs umount refers to umount(1M) but should to umount(8
o docs/169158 doc [patch] iasl(8) man page is out of date
f docs/168939 doc Port upgrade documentation missing from Application Ja
o docs/168930 doc map_mincore(9) not up-to-date
o docs/168915 doc size of integers used by test(1) and sh(1) is not docu
o docs/168823 doc 404s in fr_FR French web pages
o docs/168814 doc [patch] remove `d` negative pointer EINVAL requirement
o docs/168803 doc Remove outdated smp info
o docs/167429 doc geli(8) needs to mention unencrypted /etc/fstab requir
o docs/166553 doc find(1): find -delete documentation is misleading
o docs/166358 doc No networking in Jail build via: handbook/jail-tuning
o conf/166330 doc [rc] [patch] Thin server configuration revision reques
o docs/165551 doc ipfw(8): no info in "ipfw pipe show" about ipv6
o docs/165249 doc Multibyte characters in manpages still not displaying
o docs/164803 doc Unclear manual page for mount_unionfs(8)
o docs/164099 doc gparm(8): man page for gparm set is incorrect and inco
o docs/164034 doc acl(9) documentation lacking
o docs/163879 doc [handbook] handbook does not say about how to force to
o docs/163830 doc device smbios: missing documentation, no manpage
o docs/163149 doc [patch] Red Hat Linux/i386 9 HTML format sudo man page
o docs/162765 doc [patch] lseek(2) may return successful although no see
o docs/162587 doc unclear/incomplete description of per-interface statis
o docs/162419 doc [request] please document (new) zfs and zpool cmdline
o docs/161754 doc p4tcc(4), est(4) and qpi(4) are not documented
o docs/161496 doc zfs(1): Please document that sysctl vfs.usermount must
o docs/160460 doc [handbook] Network setup guide suggestion
o docs/160399 doc Man page for re(4) missing jumbo frames info
o docs/159307 doc [patch] lpd smm chapter unconditionally installed
o docs/158388 doc Incorrect documentation of LOCAL_SCRIPT in release(7)
o docs/158387 doc The tree(3) man should mention the RB_FOREACH_SAFE() A
o docs/157908 doc [handbook] Description of post-install should include
o docs/157698 doc [patch] gpart(8) man page contains old/incorrect size
o docs/157316 doc [patch] update devstat(9) man page
o docs/156920 doc isspecial(3) is not helpful
o docs/156815 doc chmod(1): manpage should describe that chmod kicks +t
o docs/156689 doc stf(4) output-only documentation gives bad configurati
f docs/156187 doc [handbook] [patch] Add bsnmpd to handbook
o docs/156081 doc troff falls with troff.core with UTF-8 man with incorr
o docs/155982 doc [handbook] reaper of the dead: remove reference to flo
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/153958 doc ksu man-page documented, but not installed
a docs/153012 doc [patch] iostat(8) requires an argument to -c option
o docs/151752 doc pw.conf(5) doesn't define format for file clearly
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/150255 doc dtrace description should mention makeoptions DEBUG=-g
o docs/149574 doc [patch] update mi_switch(9) man page
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/147995 doc elf.5 man page has has missing reference
o docs/146521 doc [handbook] Update IPv6 system handbook section to ment
o docs/145699 doc hexdump(1) mutes all format qualifier output following
o docs/145069 doc Dialup firewalling with FreeBSD article out dated.
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/143472 doc gethostname(3) references undefined value: HOST_NAME_M
o docs/143416 doc [handbook] IPFW handbook page issues
o docs/143408 doc man filedesc(9) is missing
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/140444 doc [patch] New Traditional Chinese translation of custom-
o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd
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/138485 doc bpf(4) and ip(4) man pages missing important corner ca
o docs/136666 doc [handbook] Configure serial port for remote kernel deb
o docs/136035 doc ftpchroot(5) omits an important option
o docs/132839 doc [patch] Fix example script in ldap-auth article
o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg(
o docs/131918 doc [patch] Fixes for the BPF(4) man page
o docs/131626 doc [patch] dump(8) "recommended" cache option confusing
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
o docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages
s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage
o docs/126484 doc libc function res-zonscut2 is not documented
f docs/122052 doc minor update on handbook section 20.7.1
o docs/121952 doc Handbook chapter on Network Address Translation wrong
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
s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls
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/118214 doc close(2) error returns incomplete
o docs/116588 doc No IPFW tables or dummynet in Handbook
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/112579 doc [request] No ipv6 related pf examples in /usr/share/ex
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/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/109981 doc No manual entry for post-grohtml
o docs/109977 doc No manual entry for ksu
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/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/101271 doc serial console documentation implies kernel rebuild re
p docs/100196 doc man login.conf does explain not "unlimited"
o docs/98974 doc Missing tunables in loader(8) manpage
o docs/96207 doc Comments of a sockaddr_un structure could confuse one
o docs/95408 doc install over serial console does not work as documente
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/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/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/57298 doc [patch] add using compact flash cards info to handbook
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 kern/51341 doc [ipfw] [patch] ipfw rule 'deny icmp from any to any ic
o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation
o docs/48101 doc [patch] Add documentation on the fixit disk
o docs/47594 doc [patch] passwd(5) incorrectly states allowed username
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/36724 doc ipnat(5) manpage grammar is incomplete and inconsisten
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
258 problems total.
From b.heidotting at yahoo.com Mon Mar 10 12:30:04 2014
From: b.heidotting at yahoo.com (Björn Heidotting)
Date: Mon, 10 Mar 2014 12:23:16 GMT
Subject: docs/187417: [patch] Handbook: Add some missing -tags in
advanced-networking section
Message-ID: <201403101223.s2ACNGiD003413@cgiserv.freebsd.org>
>Number: 187417
>Category: docs
>Synopsis: [patch] Handbook: Add some missing -tags in advanced-networking section
>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: Mon Mar 10 12:30:03 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Bj?rn Heidotting
>Release: 10.0-RELEASE
>Organization:
>Environment:
>Description:
In the advanced-networking section of the handbook, add some missing -tags.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
--- chapter.xml 2014-03-10 10:54:27.000000000 +0100
+++ chapter.xml.work 2014-03-10 13:20:55.000000000 +0100
@@ -838,8 +838,8 @@
frequency and probe for available access points. Only
the superuser can initiate a scan:
- &prompt.root; ifconfig wlan0 create wlandev ath0
-&prompt.root; ifconfig wlan0 up scan
+ &prompt.root; ifconfig wlan0 create wlandev ath0
+&prompt.root; ifconfig wlan0 up scan
SSID/MESH ID BSSID CHAN RATE S:N INT CAPS
dlinkap 00:13:46:49:41:76 11 54M -90:96 100 EPS WPA WME
freebsdap 00:11:95:c3:0d:ac 1 54M -83:96 100 EPS WPA
@@ -921,7 +921,7 @@
One can also display the current list of known
networks with:
- &prompt.root; ifconfig wlan0 list scan
+ &prompt.root; ifconfig wlan0 list scanThis information may be updated automatically by the
adapter or manually with a request.
@@ -1068,7 +1068,7 @@
to see the status of the interface
ath0:
- &prompt.root; ifconfig wlan0
+ &prompt.root; ifconfig wlan0
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 00:11:95:d5:43:62
inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255
@@ -1213,7 +1213,7 @@
the information in
/etc/wpa_supplicant.conf:
- &prompt.root; wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf
+ &prompt.root; wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf
Trying to associate with 00:11:95:c3:0d:ac (SSID='freebsdap' freq=2412 MHz)
Associated with 00:11:95:c3:0d:ac
WPA: Key negotiation completed with 00:11:95:c3:0d:ac [PTK=CCMP GTK=CCMP]
@@ -1223,11 +1223,11 @@
to get the IP address from the
DHCP server:
- &prompt.root; dhclient wlan0
+ &prompt.root; dhclient wlan0
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.1
bound to 192.168.0.254 -- renewal in 300 seconds.
-&prompt.root; ifconfig wlan0
+&prompt.root; ifconfig wlan0
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 00:11:95:d5:43:62
inet 192.168.0.254 netmask 0xffffff00 broadcast 192.168.0.255
>Release-Note:
>Audit-Trail:
>Unformatted:
From 8clayton.c.williams at gmail.com Mon Mar 10 17:31:17 2014
From: 8clayton.c.williams at gmail.com (Clayton Williams)
Date: Mon, 10 Mar 2014 17:26:31 +0000 (UTC)
Subject: We help You Rank High On Google
Message-ID: <2066186329.240791.1394472391421.JavaMail.root@ip-10-191-123-72>
We help You Rank High On Google We help You Rank High On Google - ? ? View in web browser ? ? We help You Rank High On Google ? ? Upgrade to our New Plan :Guaranteed SEO Services ??? ?? Dedicated SEO Project Manager Monthly Updates via Phone and Email Monthly Tracking of Rankings 100% Transparent Work White Hat SEO Practices Pay for Results Guaranteed Top 10 Rankings within 3?months or your money back*?We would Like to follow up this with a qucik phone call Can We call you this week to run your campaign?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? You have received this mail because you are a member of submitedgeseo. To stop receiving these emails please click to unsubscribe ? ? Click here to unsubscribe
From cliff at nditourfl.org Tue Mar 11 15:19:40 2014
From: cliff at nditourfl.org (Cliff Smith)
Date: Tue, 11 Mar 2014 15:19:39 -0000
Subject: United Way invites you to Major Gifts Ramp-Up
Message-ID:
To view this email online, paste this link into your browser:
http://t.e2ma.net/message/duche/9ei8pz
___________________________________
___________________________________
Share This:
http://t.e2ma.net/share/outbound/e/duche/9ei8pz [Share via Email]
This email was sent to freebsd-doc at freebsd.org.
To ensure that you continue receiving our emails,
please add us to your address book or safe list.
manage your preferences (https://app.e2ma.net/app2/audience/signup/1357359/1355955.7048371/1538445491/?v=a)
opt out using TrueRemove(r) (http://t.e2ma.net/optout/duche/9ei8pz?r=aHR0cHM6Ly9hcHAuZTJtYS5uZXQvYXBwMi9hdWRpZW5jZS9vcHRfb3V0LzEzNTczNTkvMTM1NTk1NS8xNTM4NDQ1NDkxLz92PWE=)
Got this as a forward? Sign up to receive our future emails. (https://app.e2ma.net/app2/audience/signup/1357359/1355955.7048371/1538445491/?v=a)
email powered by Emma(R)
http://www.myemma.com/
2401 Main St | Columbia, SC 29201 US
From cliff at nditourfl.org Tue Mar 11 15:19:44 2014
From: cliff at nditourfl.org (Cliff Smith)
Date: Tue, 11 Mar 2014 15:19:42 -0000
Subject: United Way invites you to Major Gifts Ramp-Up
Message-ID:
To view this email online, paste this link into your browser:
http://t.e2ma.net/message/duche/pfdtsz
___________________________________
___________________________________
Share This:
http://t.e2ma.net/share/outbound/e/duche/pfdtsz [Share via Email]
This email was sent to doc at freebsd.org.
To ensure that you continue receiving our emails,
please add us to your address book or safe list.
manage your preferences (https://app.e2ma.net/app2/audience/signup/1357359/1355955.7048371/1542778035/?v=a)
opt out using TrueRemove(r) (http://t.e2ma.net/optout/duche/pfdtsz?r=aHR0cHM6Ly9hcHAuZTJtYS5uZXQvYXBwMi9hdWRpZW5jZS9vcHRfb3V0LzEzNTczNTkvMTM1NTk1NS8xNTQyNzc4MDM1Lz92PWE=)
Got this as a forward? Sign up to receive our future emails. (https://app.e2ma.net/app2/audience/signup/1357359/1355955.7048371/1542778035/?v=a)
email powered by Emma(R)
http://www.myemma.com/
2401 Main St | Columbia, SC 29201 US
From freebsd-bugs-local at be-well.ilk.org Wed Mar 12 00:20:00 2014
From: freebsd-bugs-local at be-well.ilk.org (Lowell Gilbert)
Date: Tue, 11 Mar 2014 20:11:42 -0400 (EDT)
Subject: docs/187465: mention patchlevels in explaining security advisories
Message-ID: <20140312001143.230283983C@lowell-desk.lan>
>Number: 187465
>Category: docs
>Synopsis: mention patchlevels in explaining security advisories
>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: Wed Mar 12 00:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Lowell Gilbert
>Release: FreeBSD 9.2-STABLE amd64
>Organization:
The Ilk
>Environment:
System: FreeBSD lowell-desk.lan 9.2-STABLE FreeBSD 9.2-STABLE #35 r262621: Fri Feb 28 16:57:11 EST 2014 root at lowell-desk.lan:/usr/obj/usr/src/sys/LOWELL64 amd64
>Description:
Someone asked for something like this.
>How-To-Repeat:
>Fix:
Index: handbook/security/chapter.xml
===================================================================
--- handbook/security/chapter.xml (revision 44213)
+++ handbook/security/chapter.xml (working copy)
@@ -3284,7 +3284,10 @@
The Corrected field indicates the
date, time, time offset, and release that was
- corrected.
+ corrected. The section in parentheses shows each release
+ for which a fix has been announced, with the branch from
+ which that release came and the release identifier itself,
+ including patchlevel if appropriate.
>Release-Note:
>Audit-Trail:
>Unformatted:
From makc at FreeBSD.org Wed Mar 12 08:50:00 2014
From: makc at FreeBSD.org (Max Brazhnikov)
Date: Wed, 12 Mar 2014 08:41:10 GMT
Subject: docs/187473: [porters-handbook]: update Qt and KDE sections
Message-ID: <201403120841.s2C8fAiQ029781@cgiserv.freebsd.org>
>Number: 187473
>Category: docs
>Synopsis: [porters-handbook]: update Qt and KDE sections
>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: Wed Mar 12 08:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Max Brazhnikov
>Release: FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
>Description:
http://people.freebsd.org/~makc/patches/ph-qt.diff
Qt section:
- Rework due to recently added Qt 5 ports
KDE section:
- Remove stale staff, reflect current state
- Consistently use KDE 4 (instead of KDE 4.x)
- Update description for KDE components
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
From annulinkservice at gmail.com Wed Mar 12 09:27:25 2014
From: annulinkservice at gmail.com (Kajal Jain)
Date: Wed, 12 Mar 2014 14:56:07 +0530
Subject: first page on Google...
Message-ID: <081201cf3dd5$47274cc0$d575e640$@com>
Hi,
Hope you are doing well.
My name is Kajal Jain and working with a reputed leading Search Engine
Optimization Company in India having the experience of getting our
customer's websites top in Google and producing high revenue with top page
rank.
I was searching related to your business on Google and saw your website is
not on first page on Google for most of the relevant and user oriented
keywords pertaining to your domain so I was wondering
If you would be interested in getting very Affordable Search engine
optimization done for your website.
You Can contact me with
1) Keyword to rank in google
2) Website URL
With in 24 Hours we will contact with Quotation & Time Frame to bring your
keyword to front page and Let me know your phone number & skype if you want
to discuss more
I look forward to your positive response.
Regards,
Kajal Jain
From gretchen at shoes4funds.co Wed Mar 12 14:33:31 2014
From: gretchen at shoes4funds.co (Gretchen Parker)
Date: Wed, 12 Mar 2014 14:33:30 -0000
Subject: Funds2Orgs is your fundraising solution
Message-ID: <140ab.lck2d.9y54zn@e2ma.net>
To view this email online, paste this link into your browser:
http://t.e2ma.net/message/lck2d/9y54zn
___________________________________
Funds2Orgs (http://t.e2ma.net/click/lck2d/9y54zn/xd5c9) is a social enterprise that offers a proven and effective fundraising strategies for nonprofit organizations, churches, schools, and civic groups. We?ve helped hundreds of organizations across the country meet their fundraising goals.
Through our shoe drive fundraisers, your organization will be able to engage the community, support micro-enterprises in developing countries, and meet your goals.
It is easy to get started, simply click through to our website (http://t.e2ma.net/click/lck2d/9y54zn/d65c9) and sign-up. We'll send you all the materials to get you started with your shoe drive, from marketing to collection bags. When your drive is complete, contact us and we'll come pick-up the bags of gently, worn used shoes! Then all you have to do is get ready for your check!
If you need any additional information about Funds2Orgs or would like me to connect you with a Funds2Orgs Fundraising Coach, please reply to this email.
YOU MATTER!
Gretchen Parker
Special Projects
___________________________________
Share This:
http://t.e2ma.net/share/outbound/e/lck2d/9y54zn [Share via Email]
This email was sent to freebsd-doc at freebsd.org.
To ensure that you continue receiving our emails,
please add us to your address book or safe list.
manage your preferences (https://app.e2ma.net/app2/audience/signup/1719350/1714419.6358259/829491443/?v=a)
opt out using TrueRemove(r) (http://t.e2ma.net/optout/lck2d/9y54zn?r=aHR0cHM6Ly9hcHAuZTJtYS5uZXQvYXBwMi9hdWRpZW5jZS9vcHRfb3V0LzE3MTkzNTAvMTcxNDQxOS84Mjk0OTE0NDMvP3Y9YQ==)
Got this as a forward? Sign up to receive our future emails. (https://app.e2ma.net/app2/audience/signup/1719350/1714419.6358259/829491443/?v=a)
email powered by Emma(R)
http://www.myemma.com/
711 Main St. | Lexington, SC 29072 US
From gretchen at shoes4funds.co Wed Mar 12 14:39:17 2014
From: gretchen at shoes4funds.co (Gretchen Parker)
Date: Wed, 12 Mar 2014 14:39:15 -0000
Subject: Funds2Orgs is your fundraising solution
Message-ID: <140ab.lck2d.pz48zo@e2ma.net>
To view this email online, paste this link into your browser:
http://t.e2ma.net/message/lck2d/pz48zo
___________________________________
Funds2Orgs (http://t.e2ma.net/click/lck2d/pz48zo/xd5c9) is a social enterprise that offers a proven and effective fundraising strategies for nonprofit organizations, churches, schools, and civic groups. We?ve helped hundreds of organizations across the country meet their fundraising goals.
Through our shoe drive fundraisers, your organization will be able to engage the community, support micro-enterprises in developing countries, and meet your goals.
It is easy to get started, simply click through to our website (http://t.e2ma.net/click/lck2d/pz48zo/d65c9) and sign-up. We'll send you all the materials to get you started with your shoe drive, from marketing to collection bags. When your drive is complete, contact us and we'll come pick-up the bags of gently, worn used shoes! Then all you have to do is get ready for your check!
If you need any additional information about Funds2Orgs or would like me to connect you with a Funds2Orgs Fundraising Coach, please reply to this email.
YOU MATTER!
Gretchen Parker
Special Projects
___________________________________
Share This:
http://t.e2ma.net/share/outbound/e/lck2d/pz48zo [Share via Email]
This email was sent to doc at freebsd.org.
To ensure that you continue receiving our emails,
please add us to your address book or safe list.
manage your preferences (https://app.e2ma.net/app2/audience/signup/1719350/1714419.6358259/890142963/?v=a)
opt out using TrueRemove(r) (http://t.e2ma.net/optout/lck2d/pz48zo?r=aHR0cHM6Ly9hcHAuZTJtYS5uZXQvYXBwMi9hdWRpZW5jZS9vcHRfb3V0LzE3MTkzNTAvMTcxNDQxOS84OTAxNDI5NjMvP3Y9YQ==)
Got this as a forward? Sign up to receive our future emails. (https://app.e2ma.net/app2/audience/signup/1719350/1714419.6358259/890142963/?v=a)
email powered by Emma(R)
http://www.myemma.com/
711 Main St. | Lexington, SC 29072 US
From wblock at wonkity.com Wed Mar 12 16:33:52 2014
From: wblock at wonkity.com (Warren Block)
Date: Wed, 12 Mar 2014 10:33:49 -0600 (MDT)
Subject: Heads up: lost tags
Message-ID:
During the DocBook 5 conversion, some tags were lost from
the XML source.
I've written a script to help check which files contained replaceable
tags and show the counts before and after the conversion, along with the
current count.
Instructions and suggestions on using devel/diffuse to replace the
missing tags are at:
http://www.wonkity.com/~wblock/replaceable/procedure.txt
The script and a sample report:
http://www.wonkity.com/~wblock/replaceable/element-count.sh
http://www.wonkity.com/~wblock/replaceable/report-2014-03-12.txt
Notes: I have fixed the FDP Primer, as the counts in the sample report
show. The Handbook printing chapter current count does not apply,
because that is my rewrite of the old printing chapter with none of the
previous content.
From morgan_lynn at bapmail.bap.hu Thu Mar 13 00:13:19 2014
From: morgan_lynn at bapmail.bap.hu (Morgan Lynn)
Date: Thu, 13 Mar 2014 01:17:07 +0100 (CET)
Subject: Fw: I am confused
Message-ID: <20140313001707.9CDC07CF9@mail.kuldo.net>
:) Ultra thin teen doing first anal
[1]http://www.join2meet.com/tmp/install_4dda709fbadac/axy.html
References
1. http://www.join2meet.com/tmp/install_4dda709fbadac/axy.html
From wblock at FreeBSD.org Thu Mar 13 00:40:00 2014
From: wblock at FreeBSD.org (Warren Block)
Date: Thu, 13 Mar 2014 00:35:09 GMT
Subject: docs/187515: userinput inside screen elements is not rendered
differently
Message-ID: <201403130035.s2D0Z9Wq052860@cgiserv.freebsd.org>
>Number: 187515
>Category: docs
>Synopsis: userinput inside screen elements is not rendered differently
>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 13 00:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Warren Block
>Release: 10-IRRELEVANT
>Organization:
>Environment:
FreeBSD nomatter 10.0-IRRELEVANT FreeBSD 10.0-IRRELEVANT #15 r263032: Tue Mar 11 11:14:05 MDT 2014 root at nomatter:/usr/obj/usr/src/sys/NOMATTER amd64
>Description:
Text in tags is not rendered differently from the rest of text in elements. As an example, consider the text in http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/article.html#idp62149040. In the section after "Take a quick note of how it looks before moving on to the next step; doing the actual merge:", the prompts, user input, and computer output are all rendered in the same font and style.
>How-To-Repeat:
Look at http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/article.html#idp62149040
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
From wblock at wonkity.com Thu Mar 13 01:00:01 2014
From: wblock at wonkity.com (Warren Block)
Date: Thu, 13 Mar 2014 01:00:01 GMT
Subject: docs/187515: userinput inside screen elements is not rendered
differently
Message-ID: <201403130100.s2D101wC071152@freefall.freebsd.org>
The following reply was made to PR docs/187515; it has been noted by GNATS.
From: Warren Block
To: bug-followup at FreeBSD.org, wblock at FreeBSD.org
Cc:
Subject: Re: docs/187515: userinput inside screen elements is not rendered
differently
Date: Wed, 12 Mar 2014 18:50:48 -0600 (MDT)
elements are not rendered inside , either. The
~/doc in the commands given in the FDP Primer Quick Start are marked up
with tags, and should be rendered different from the rest of
the text:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/book.html#overview-quick-start
From bhushan at webseocompany.info Thu Mar 13 18:40:10 2014
From: bhushan at webseocompany.info (bhushan at webseocompany.info)
Date: Wed, 12 Mar 2014 11:17:45 +0530
Subject: Quality SEO
Message-ID: <03c501cf3db7$60d735e0$2285a1a0$@info>
Hi
We checked your website: www.freebsd.org and found good scope of
improvement.
We can provide you professional Web Design, Web Development, Search Engine
Optimization or any other Website consultation.
We are a group of experts' web consultants.
Please revert to us if we could be of any help for you.
Kind Regards,
Best Regards
Bhushan
Business Development Manager
Disclaimer: The CAN-SPAM Act of 2003 (Controlling the Assault of
Non-Solicited Pornography and Marketing Act) establishes requirements for
those who send commercial email, spells out penalties for spammers and
companies whose products are advertised in spam if they violate the law, and
gives consumers the right to ask mailers to stop spamming them. The above
mail is in accordance to the Can Spam act of 2003: There are no deceptive
subject lines and is a manual process through our efforts on World Wide Web.
From nickm at wdsearch.com Fri Mar 14 05:55:32 2014
From: nickm at wdsearch.com (Nicholas Meyler)
Date: Thu, 13 Mar 2014 22:52:24 -0700
Subject: Exciting C# and C++ Software Careers/Robotics and Instrumentation
Message-ID: <300.0.15.65F.1CF3F49FA807FBA.B9618@me-ss2-ieksw9.mailengine1.com>
Attention Multi-talented Engineers:
We have yet another exciting opportunity with my client which is a $10+ billion world leader in connectivity. The company designs and manufactures products at the heart of electronic connections for the world?s leading industries including automotive, energy and industrial, broadband communications, consumer devices, healthcare, and aerospace and defense.
#1) Senior Engineer, Systems Control, Advanced Manufacturing (Harrisburg, PA)
This is an opportunity for an Automation/Control engineer with strong technical and team working capabilities in establishing global robotic automation platforms in a leading electrical component manufacturing company. The individual shall be an expert to provide insight into electrical design/wiring and control system programming in automated assembly production lines, and also be able to provide in-depth technical advises over control system design during entire assembly production line development cycle.
The individual shall be an expert to develop the next generation automation technologies in robot programming, machine vision algorithm design, machine vision programming and writing communication stacks that can communicate to different automation control devices (e.g., PLC, industrial OPC server and cloud connected devices). Ability to improve software performance to enable low cost flexible modular robotic automation with integration of advanced manufacturing process to help design engineering systems is also part of the desired technical capabilities.
This is a rare opportunity to join a high performing organization with a global role, reporting to the Automation Manger, who reports directly to the Fellow, Technology, Advanced Manufacturing, as part of the corporate global technology team. This role will be a focal point of company global robotic automation technical expertise on current leading edge and next generation technologies. This position will also have the responsibility for establishing robotic automation modular flexible platforms at various Company manufacturing sites worldwide.
As a Senior Control Engineer, you will report to the automation manager, who report and interface directly with manufacturing engineering team inside different business units to provide robotic & machine vision programming, electrical/control system design technical expertise on current cutting edge and next generation technologies. You will be working on research and development of next generation of automation technology with universities and research institutes.
During the technology transfer phase, you will be working closely with process engineers, manufacturing engineers and external system integrators. Most importantly, you will be the technical safeguard for program design during different phases of an automation project, including requirement definitions, conduct concept review and detailed design review, installation, training and final ramp-up troubleshooting, all the way to transition the automation project to business unit:
? Innovate and develop the next generation of robotic automation software platforms and standard modules for flexible manufacturing processes.
? Identify levels of technologies should be sourced internally or externally.
? Design control policies for nonlinear and high dynamics systems.
? Develop algorithms using force control strategies.
? Implement control policies on embedded systems.
? Develop motor control strategies.
? Research, source and implement motor systems and controls.
? Implement sensor data acquisition on embedded systems.
? Develop state estimation solutions for nonlinear systems.
? Develop adaptive control techniques for nonlinear systems.
? Manage sourcing of components and technologies from suppliers.
? Develop parameter-tuning solutions for production.
? Lead controls testing for production.
? As a robotic / machine vision resource to address and to develop and/or execute robotic automation projects and strategies, and collaborate with other robotic/machine vision inside Company to provide consulting services.
? Work with intellectual property (IP) councils and legal teams to innovate and to strengthen Company IP strategies and portfolios in advanced manufacturing automation technology.
? Provide necessary engineering support in automation control, develop and implement control algorithms for servo control in tandem with vision guidance.
? Enable smooth and open communication with external non-standard automation equipment vendor regarding the requirement of electrical design and control system.
? Work with internal or external automation team members to over-come major technical challenges in electrical design and control area in a timely manner.
Professional Qualifications:
? A strong technically oriented engineer with clearly demonstrated experience and a track record of developing robotic program and machine vision system & programs
? Mastery of optimal and adaptive control theory
? Minimum 4 year experience with nonlinear model-based control
? Minimum 4 years hands-on experience robot development, controls and operation
? Proficient at Matlab?, Simulink? and LabView?
? Hands-on experience in brush and brushless motor control
? Experience in model-based state estimation and filtering
? Strong oral and written communication and presentation skills
? Strong problem solving and analytical skills
? Experience in embedded operating systems and robot operating systems
? Develop and maintain system models for simulation and testing of algorithms.
? Develop test cases and methodologies to evaluate new control, optimization and diagnostic algorithms with simulations and conduct testing in the field.
? Familiar with different robot & machine vision programming platform, including EPSON SPEL+?, ABB Rapid?; Familiar with ROC and MVTec? Halcon? is preferred
? Familiar with motion planning, image processing and machine vision algorithm design
?Experience with different programming language is preferred, including MS. NET, C++, C; familiar with Python is preferred;
Minimum Degree and Experience:
MS + 6 years? experience or PhD and 2+ years? experience (preferred) in control / robotics or equivalent.
#2) Senior Software Developer (Pleasanton, California, United States)
My client in the SF Bay area is looking for a skilled C#, C++, UI designer. They are a large scientific instrument company which manufactures a broad spectrum of products in the Biotechnology arena, and have been picked as one of the 'best places to work in the Bay Area' by San Francisco Business Times and Business Journal. They are a 60-year old company with over 7,000 employees and are widely-recognized as one of the leading life sciences companies worldwide.
As a Senior Software Developer you will design and implement software for ddPCR systems which consists of both instrument control and data analysis.
The position requires an individual who works well within a team setting and as an independently motivated contributor to ensure all assigned projects are accomplished with exceptional quality and on time within larger organizational goals.
Responsibilities:
?Designs, Develops and Implements software requirements as specified.
?Demonstrate work performed, conduct design and coding reviews.
?Works with domain experts to capture user requirements.
?Works independently and in cross-functional teams on multiple projects following established procedures.
?Assists with or performs the investigation of technical support cases and provides customer support as needed.
?Develops and maintains automated functional software tests.
Required Experience:
?8+ years experience in the area of Software Design and Development using C#, C/C++ and Visual Studio.
?6+ years experience in authoring design documents, developing UI design standards and implement functional tests.
?Full knowledge of software design, architecture, coding languages, validation/verification, and industry standard software development practices.
?Developing using Agile Software methods such as Scrum.
?Understanding of genetics, gene expression, medical, or a related field of biology is desired.
?Experience in lab and manufacturing environment preferred.
?Excellent verbal and written communication and troubleshooting skills.
?Experience in FDA or ISO regulated software projects is a big plus.
?Knowledge of Python programming a plus.
?Passion for execution, teamwork, and user experience.
NOTE: Experience with analytical instrumentation GUI design, and/or biotech/medical
devices (coding UI for them) would be a big plus.
IF you are interested in exploring one or more of these opportunities to work with some of the leading technology companies in the world, please respond with a resume. Referrals, recommendations and suggestions are always welcome, as are 'random' resume submissions for other possible opportunities not described above.
IF you are interested in exploring one or more of these opportunities to work with some of the leading technology companies in the world, please respond with a resume. Referrals, recommendations and suggestions are always welcome, as are 'random' resume submissions for other possible opportunities not described above.
Best Regards,
Nicholas Meyler
GM/President, Technology
Wingate Dunross, Inc.
ph (818)597-3200 ext. 211
URL: www.wdsearch.com
Email: Nickm at wdsearch.com
Email: Nickm at wdsearch.com
http://app.streamsend.com/private/u4Kt/nKR/vrH0FVB/unsubscribe/20800779
From fernando.apesteguia at gmail.com Sat Mar 15 19:00:00 2014
From: fernando.apesteguia at gmail.com (Fernando)
Date: Sat, 15 Mar 2014 18:57:17 GMT
Subject: docs/187613: [PATCH] Improve boot section in handbook
Message-ID: <201403151857.s2FIvHf1004290@cgiserv.freebsd.org>
>Number: 187613
>Category: docs
>Synopsis: [PATCH] Improve boot section in handbook
>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 15 19:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Fernando
>Release: 9.1-RELEASE
>Organization:
>Environment:
FreeBSD beastie 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Tue Jun 11 18:21:20 CEST 2013 root at beastie:/usr/obj/usr/src/sys/APEKERNEL-9.1 amd64
>Description:
In the handbook, there is missing information about how the boot loader searches for files with the boot and load commands[1].
The proposed patch adds some hints about how those files are looked for. Specifically, we should inform that if the name is not qualified, it will be searched under /boot/kernel and /boot/modules.
[1] http://www.freebsd.org/doc/en/books/handbook/boot-blocks.html
>How-To-Repeat:
>Fix:
Apply the attached patch.
If this patch gets committed I can write another one for the Spanish manual since that's my mother tongue.
Patch attached with submission follows:
Index: chapter.xml
===================================================================
--- chapter.xml (revision 44236)
+++ chapter.xml (working copy)
@@ -377,7 +377,10 @@
name on the command-line is only applicable after an
unload command has been issued;
otherwise the previously-loaded kernel will be
- used.
+ used. If kernelname is not
+ qualified it will be searched under
+ /boot/kernel and
+ /boot/modules
@@ -425,7 +428,11 @@
Loads the kernel, kernel module, or file of the
type given, with the specified filename. Any
arguments after filename
- are passed to the file.
+ are passed to the file. If
+ filename is not qualified it
+ will be searched under
+ /boot/kernel
+ and /boot/modules
>Release-Note:
>Audit-Trail:
>Unformatted:
From jgh at FreeBSD.org Sun Mar 16 01:58:48 2014
From: jgh at FreeBSD.org (jgh at FreeBSD.org)
Date: Sun, 16 Mar 2014 01:58:48 GMT
Subject: docs/187613: [handbook] [patch] Improve boot section in handbook
Message-ID: <201403160158.s2G1wmgW006399@freefall.freebsd.org>
Synopsis: [handbook] [patch] Improve boot section in handbook
Responsible-Changed-From-To: freebsd-doc->jgh
Responsible-Changed-By: jgh
Responsible-Changed-When: Sun Mar 16 01:58:48 UTC 2014
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187613
From andrew at merenbach.com Sun Mar 16 22:40:01 2014
From: andrew at merenbach.com (Andrew Merenbach)
Date: Sun, 16 Mar 2014 22:39:11 GMT
Subject: docs/187644: ifconfig man page address_family paragraph needs
clarification
Message-ID: <201403162239.s2GMdB0T094775@cgiserv.freebsd.org>
>Number: 187644
>Category: docs
>Synopsis: ifconfig man page address_family paragraph needs clarification
>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: Sun Mar 16 22:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Andrew Merenbach
>Release: 10.0-RELEASE
>Organization:
>Environment:
FreeBSD chitsa 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
man 8 ifconfig states the following:
address_family
Specify the address family which affects interpretation of the
remaining parameters. Since an interface can receive transmis‐
sions in differing protocols with different naming schemes, spec‐
ifying the address family is recommended. The address or proto‐
col families currently supported are ?inet?, ?inet6?, ?atalk?,
?ipx?, and ?link?. The default if available is ?inet? or other‐
wise ?link?. ?ether? and ?lladdr? are synonyms for ?link?.
The last paragraph here asserts that link, ether, and lladdr are synonymous. When running ifconfig to check a list of available interfaces (-l flag) this does not appear to be the case.
>How-To-Repeat:
What I see:
$ ifconfig -l link
em0 lo0
$ ifconfig -l lladdr
em0 lo0
$ ifconfig -l ether
em0
What I expected to see:
$ ifconfig -l link
em0 lo0
$ ifconfig -l lladdr
em0 lo0
$ ifconfig -l ether
em0 lo0
Since the source code (ifconfig.c:328) contains a 'special case for "ether" address family' that appears to exclude layer 2 vlan, bridge, and straight-out Ethernet interfaces, I feel that the documentation should be updated to reflect this.
>Fix:
A patch is attached. I would not be surprised if someone knows of a better way to phrase this, though, so please let me know if I may revise.
Fix is a modification to the last sentence of the man page, currently ifconfig.8:172-176.
Preview of change included in patch:
> The default if available is "inet" or otherwise "link". "ether" and "lladdr" are synonyms for "link".
becomes
> The default if available is "inet" or otherwise "link". "ether" and "lladdr" are synonyms for "link", with one caveat: if the -l flag is specified in conjunction with the ?ether? address family, non-ethernet interfaces will be excluded in the output.
Patch attached with submission follows:
--- ifconfig.8 2014-01-16 12:36:52.000000000 -0800
+++ ifconfig.8 2014-03-16 15:14:38.720858851 -0700
@@ -173,7 +173,12 @@
and
.Dq lladdr
are synonyms for
-.Dq link .
+.Dq link ,
+with one caveat: if the
+.Fl l
+flag is specified in conjunction with the
+.Dq ether
+address family, non-ethernet interfaces will be excluded from the output.
.It Ar dest_address
Specify the address of the correspondent on the other end
of a point to point link.
>Release-Note:
>Audit-Trail:
>Unformatted:
From bugmaster at freebsd.org Mon Mar 17 11:06:04 2014
From: bugmaster at freebsd.org (FreeBSD bugmaster)
Date: Mon, 17 Mar 2014 11:06:03 GMT
Subject: Current unassigned doc problem reports
Message-ID: <201403171106.s2HB6300010356@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/187644 doc ifconfig man page address_family paragraph needs clari
o docs/187515 doc userinput inside screen elements is not rendered diffe
o docs/187473 doc [porters-handbook]: update Qt and KDE sections
o docs/187465 doc mention patchlevels in explaining security advisories
o docs/187417 doc [patch] Handbook: Add some missing -tags
o docs/187351 doc handbook section on ports does not mention pkg search
o docs/187321 doc [handbook] [patch] Clarification needed on using geli
o docs/187142 doc The Handbook (chapter 15.4) does not mention /etc/jail
o docs/186905 doc [PATCH] porters-handbook/makefiles/chapter.xml Strippi
o docs/186663 doc [handbook] mention old xorg in handbook
o docs/186608 doc typo in 'ctime(3) man page
p docs/186191 doc Typo in bhyveload.8
o docs/185764 doc mention of libiconv in FreeBSD 10.0 release note
o docs/185531 doc etherswitchcfg(8) refers to etherswitch(4) which does
o docs/185481 doc sh/bash Parameter Expansion +/- syntax not documented
o docs/185422 doc [handbook] brazilian portuguese translation to "Append
o docs/185421 doc [handbook] brazilian portuguese translation to "Append
o docs/185392 doc [handbook] brazilian portuguese translation to "The Fr
o docs/185391 doc [handbook] brazilian portuguese translation to "GEOM:
o docs/185353 docs nc(1) does not exit after transfer (should be document
o docs/185281 doc [handbook] brazilian portuguese translation to "Jails"
o docs/185280 doc [handbook] brazilian portuguese translation to "Introd
o docs/184758 doc error in rtadvd.conf example
o docs/184755 doc The vmstat(8) manualpage synopsis doesn't show all opt
o docs/184459 doc Documentation Bug in the man Page for the who Command
o docs/184110 doc blackhole(4) manpage doesn`t describe net.inet.sctp.b
o docs/184051 doc Update configuration example for staging
o docs/184048 doc developers handbook, 10.7 Debugging Deadlocks - must i
o docs/184046 doc bhyve(4) manpage references non-existant manpages bhyv
o docs/183927 doc missing info about kernel toolchain in kernel building
o docs/183653 doc [patch] Add some more *BSD releases to the groff_mdoc
o docs/183427 doc Online man pages don't include latest release + ports
o docs/183333 doc Misnamed constant in bpf(4)
o docs/183246 doc FreeBSD 8.4-RELEASE Installation Instructions don't pr
o docs/183024 doc textdump(4) mentions call doadump, should be textdump
o docs/183002 doc Fix instructions in "6.5.3. Anti-Aliased Fonts" regard
o docs/182876 doc CURRENT release notes webpage out of date and inconsis
o docs/182218 doc Add an ipfilter rc.conf option in handbook for IPv6
o docs/181845 doc Virtualbox Host Setup needs acd0 in /etc/devfs.conf, a
o docs/181844 doc FreeBSD Handbook Virtualbox Host Section missing confi
o docs/181808 doc Chapter 15.15 (Resource Limits) misses important infor
o docs/181785 doc [patch] Man page for tmpfile() is inconsistent
o docs/181390 doc seq(1) first appeared in 8th UNIX
o docs/181376 doc CLOCK_THREAD_CPUTIME_ID is not documented in clock_get
o docs/181280 doc suggestion: split zfs man page in a zfs- way
o docs/181134 doc Fix example for boot0cfg utility
o docs/180970 doc [request] No manpage for ps_strings
o docs/180767 doc [patch] printf.3: fix off-by-one in snprintf descripti
o docs/180493 doc [handbook] Single-user mode console confusion
o docs/180332 doc SSD Kernel Instructions Out of Date: options MFS throw
o docs/180331 doc SSD Kernel Instructions Out of Date: options MD_ROOT a
o docs/180330 doc SSD Kernel Instructions Out of Date: pseudo-device no
o docs/180027 doc Missing man page entries for callout_reset_sbt in time
o docs/179988 doc [faq] [patch] ThwackAFAQ - sandbox
p docs/179914 doc remove inactive user dougb from mergemaster maintainer
o docs/179697 doc Handbook incomplete WRT Opera flash usage (linproc)
o docs/179497 doc [patch] service.8 add csh completion example
o docs/179246 doc [patch] gnome porting updates
o docs/178818 doc gmirror(8) says to use rc.early which is no longer ava
o docs/178730 doc move roff papers out of src into doc
o docs/178286 doc [PATCH] document the LOCAL_* vars in build(7)
o docs/178221 doc Addition to handbook jails chapter: warning about make
o www/178190 doc myths web page should be updated
o docs/178119 doc [ports] Porter's handbook lacks examples for using Opt
o docs/177968 doc bpf(4): documentation of BIOCROTZBUF is incomplete
o docs/177699 doc Documentation (handbook and manpage) for mac_biba does
o docs/177514 doc [handbook] ZFS examples do not cover dataset creation
o docs/177457 doc diskinfo(8): diskinfo -v shows inacurate drive size
o docs/177431 doc Handbook & Announcements recommend poor dd options for
o docs/177429 doc dd(1) man page is unclear about semantics of conv=sync
o docs/177215 doc [handbook] [patch] FreeBSD uses SHA512 and no more MD5
o docs/176806 doc recv(2) man page grammatical fixes
o docs/176648 doc restore(8) man page is misleading/confusing
o docs/176645 doc The example in netmap.4 is wrong
o docs/176363 doc Remove mention of 'CVSup' from "Mirroring FreeBSD arti
o docs/176355 doc Attribution and correction of quote in fortune
o docs/176251 doc FreeBSD Handbook assumes too much pre-knowledge
o docs/176127 doc [handbook] add information about all missing mailing l
o docs/176125 doc missing summary of freebsd-jail mailing list
o docs/176123 doc missing summary of freebsd-sysinstall mailing list
o docs/176015 doc [handbook] wrong order in docs for major upgrade
o docs/175995 doc Setting MALLOC_PRODUCTION stops buildworld
o docs/175983 doc man zfs are missing "hold, release" from "zfs allow"
o docs/175712 doc Update 'disk naming' handbook page
o docs/175687 doc pthread_setschedparam(3) may fail for undocumented rea
o www/175685 doc HTTPS does not follow visitor among FreeBSD.org sub-do
o docs/175560 doc ugen(4) man page contains incorrect device node path
o docs/175239 doc sem_wait can be interrupted
o docs/175123 doc [geom] gpart list/status isn't documented in usage sec
o docs/174868 doc mount(2) doesn't do a good job at describing all possi
o docs/174792 doc synopsis for nsupdate(1) missing options -L, and -p
o docs/174581 doc man page of recvmsg(2) does not mention return value 0
o docs/173710 doc Added section "MTP storage" to handbook
o docs/173539 doc [patch] statfs(2) man page missed the error code ENOSY
o docs/173321 doc ports(7) man page -- no info on building with debuggin
o docs/173013 doc FreeBSD Boot Menu documentation lacks detail
o docs/172927 doc ipfw(8): ipfw manual page doesn't show simpliest NAT c
o docs/172913 doc [ipsec] [patch] setkey(8) is unclear on anti-replay wi
o docs/172869 doc [PATCH] Add in nifty lang icons to index.html (home)
o docs/172626 doc [PATCH] modify the community/* pages to look more plea
o docs/172370 doc [handbook] Handbook should be updated for Blu-Ray driv
o docs/172369 doc mkisofs(8)/growisofs(1m) don't specify UDF version
o docs/172368 doc mount_udf(8) doesn't specify which versions of UDF are
o docs/172367 doc ata(4) man page needs an updated for Blu-Ray
o docs/172330 doc [PATCH] Fix some errors introduced to announce.xml by
o docs/172144 doc psignal(9) manpage is outdated for FreeBSD-9 systems
o docs/172137 doc deprecated information for adduser(8) man pages
o docs/171199 doc the GDB man page is outdated
o docs/170691 doc Difference between zfs manpages and reality
o docs/170119 doc at behaviour and man at inconsistency
o docs/169712 doc [patch] porters-handbook zh_TW.Big5 apache section
o docs/169711 doc [patch] porters-handbook zh_CN.GB2312 apache section
o docs/169544 doc serial port console documentation changes
s docs/169401 doc passify dead links in release links, move www to lists
o docs/169377 doc [patch] ipmon(8) man page refers to a different facili
o docs/169317 doc zfs umount refers to umount(1M) but should to umount(8
o docs/169158 doc [patch] iasl(8) man page is out of date
f docs/168939 doc Port upgrade documentation missing from Application Ja
o docs/168930 doc map_mincore(9) not up-to-date
o docs/168915 doc size of integers used by test(1) and sh(1) is not docu
o docs/168823 doc 404s in fr_FR French web pages
o docs/168814 doc [patch] remove `d` negative pointer EINVAL requirement
o docs/168803 doc Remove outdated smp info
o docs/167429 doc geli(8) needs to mention unencrypted /etc/fstab requir
o docs/166553 doc find(1): find -delete documentation is misleading
o docs/166358 doc No networking in Jail build via: handbook/jail-tuning
o conf/166330 doc [rc] [patch] Thin server configuration revision reques
o docs/165551 doc ipfw(8): no info in "ipfw pipe show" about ipv6
o docs/165249 doc Multibyte characters in manpages still not displaying
o docs/164803 doc Unclear manual page for mount_unionfs(8)
o docs/164099 doc gparm(8): man page for gparm set is incorrect and inco
o docs/164034 doc acl(9) documentation lacking
o docs/163879 doc [handbook] handbook does not say about how to force to
o docs/163830 doc device smbios: missing documentation, no manpage
o docs/163149 doc [patch] Red Hat Linux/i386 9 HTML format sudo man page
o docs/162765 doc [patch] lseek(2) may return successful although no see
o docs/162587 doc unclear/incomplete description of per-interface statis
o docs/162419 doc [request] please document (new) zfs and zpool cmdline
o docs/161754 doc p4tcc(4), est(4) and qpi(4) are not documented
o docs/161496 doc zfs(1): Please document that sysctl vfs.usermount must
o docs/160460 doc [handbook] Network setup guide suggestion
o docs/160399 doc Man page for re(4) missing jumbo frames info
o docs/159307 doc [patch] lpd smm chapter unconditionally installed
o docs/158388 doc Incorrect documentation of LOCAL_SCRIPT in release(7)
o docs/158387 doc The tree(3) man should mention the RB_FOREACH_SAFE() A
o docs/157908 doc [handbook] Description of post-install should include
o docs/157698 doc [patch] gpart(8) man page contains old/incorrect size
o docs/157316 doc [patch] update devstat(9) man page
o docs/156920 doc isspecial(3) is not helpful
o docs/156815 doc chmod(1): manpage should describe that chmod kicks +t
o docs/156689 doc stf(4) output-only documentation gives bad configurati
f docs/156187 doc [handbook] [patch] Add bsnmpd to handbook
o docs/156081 doc troff falls with troff.core with UTF-8 man with incorr
o docs/155982 doc [handbook] reaper of the dead: remove reference to flo
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/153958 doc ksu man-page documented, but not installed
a docs/153012 doc [patch] iostat(8) requires an argument to -c option
o docs/151752 doc pw.conf(5) doesn't define format for file clearly
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/150255 doc dtrace description should mention makeoptions DEBUG=-g
o docs/149574 doc [patch] update mi_switch(9) man page
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/147995 doc elf.5 man page has has missing reference
o docs/146521 doc [handbook] Update IPv6 system handbook section to ment
o docs/145699 doc hexdump(1) mutes all format qualifier output following
o docs/145069 doc Dialup firewalling with FreeBSD article out dated.
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/143472 doc gethostname(3) references undefined value: HOST_NAME_M
o docs/143416 doc [handbook] IPFW handbook page issues
o docs/143408 doc man filedesc(9) is missing
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/140444 doc [patch] New Traditional Chinese translation of custom-
o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd
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/138485 doc bpf(4) and ip(4) man pages missing important corner ca
o docs/136666 doc [handbook] Configure serial port for remote kernel deb
o docs/136035 doc ftpchroot(5) omits an important option
o docs/132839 doc [patch] Fix example script in ldap-auth article
o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg(
o docs/131918 doc [patch] Fixes for the BPF(4) man page
o docs/131626 doc [patch] dump(8) "recommended" cache option confusing
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
o docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages
s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage
o docs/126484 doc libc function res-zonscut2 is not documented
f docs/122052 doc minor update on handbook section 20.7.1
o docs/121952 doc Handbook chapter on Network Address Translation wrong
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
s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls
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/118214 doc close(2) error returns incomplete
o docs/116588 doc No IPFW tables or dummynet in Handbook
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/112579 doc [request] No ipv6 related pf examples in /usr/share/ex
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/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/109981 doc No manual entry for post-grohtml
o docs/109977 doc No manual entry for ksu
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/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/101271 doc serial console documentation implies kernel rebuild re
p docs/100196 doc man login.conf does explain not "unlimited"
o docs/98974 doc Missing tunables in loader(8) manpage
o docs/96207 doc Comments of a sockaddr_un structure could confuse one
o docs/95408 doc install over serial console does not work as documente
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/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/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/57298 doc [patch] add using compact flash cards info to handbook
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 kern/51341 doc [ipfw] [patch] ipfw rule 'deny icmp from any to any ic
o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation
o docs/48101 doc [patch] Add documentation on the fixit disk
o docs/47594 doc [patch] passwd(5) incorrectly states allowed username
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/36724 doc ipnat(5) manpage grammar is incomplete and inconsisten
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
263 problems total.
From brandie_huff at smilelabo.tv Mon Mar 17 16:06:57 2014
From: brandie_huff at smilelabo.tv (Brandie Huff)
Date: Tue, 18 Mar 2014 00:54:39 +0900 (JST)
Subject: What's up ?
Message-ID: <201403171554.s2HFsd3S065042@www5.zeon-inc.com>
heh Petite teen chick fucked hard by her boyfriend
[1]http://ros-prazdnik.ru/plugins/vmpayment/payzen/acf.html
References
1. http://ros-prazdnik.ru/plugins/vmpayment/payzen/acf.html
From freebsd at allanjude.com Mon Mar 17 23:50:01 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Mon, 17 Mar 2014 23:43:50 GMT
Subject: docs/187683: [patch] Handbook section on bsdinstall is missing
details of ZFS feature added in 10.0
Message-ID: <201403172343.s2HNhor2054372@cgiserv.freebsd.org>
>Number: 187683
>Category: docs
>Synopsis: [patch] Handbook section on bsdinstall is missing details of ZFS feature added in 10.0
>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 17 23:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Allan Jude
>Release: 10.0-RELEASE
>Organization:
ScaleEngine Inc.
>Environment:
>Description:
Update the bsdinstall handbook section to describe the automatic 'root-on-zfs' feature. Also add documentation for the 'shell' mode feature that was not documented before.
Includes many screenshots
>How-To-Repeat:
>Fix:
Apply this patch
Patch attached with submission follows:
Index: head/en_US.ISO8859-1/books/handbook/Makefile
===================================================================
--- head/en_US.ISO8859-1/books/handbook/Makefile (revision 44203)
+++ head/en_US.ISO8859-1/books/handbook/Makefile (working copy)
@@ -56,6 +56,7 @@
IMAGES_EN+= bsdinstall/bsdinstall-final-confirmation.png
IMAGES_EN+= bsdinstall/bsdinstall-finalconfiguration.png
IMAGES_EN+= bsdinstall/bsdinstall-final-modification-shell.png
+IMAGES_EN+= bsdinstall/bsdinstall-keymap-10.png
IMAGES_EN+= bsdinstall/bsdinstall-keymap-select-default.png
IMAGES_EN+= bsdinstall/bsdinstall-mainexit.png
IMAGES_EN+= bsdinstall/bsdinstall-netinstall-files.png
@@ -73,6 +74,14 @@
IMAGES_EN+= bsdinstall/bsdinstall-timezone-country.png
IMAGES_EN+= bsdinstall/bsdinstall-timezone-region.png
IMAGES_EN+= bsdinstall/bsdinstall-timezone-zone.png
+IMAGES_EN+= bsdinstall/bsdinstall-zfs-disk_info.png
+IMAGES_EN+= bsdinstall/bsdinstall-zfs-disk_select.png
+IMAGES_EN+= bsdinstall/bsdinstall-zfs-geli_password.png
+IMAGES_EN+= bsdinstall/bsdinstall-zfs-menu.png
+IMAGES_EN+= bsdinstall/bsdinstall-zfs-partmenu.png
+IMAGES_EN+= bsdinstall/bsdinstall-zfs-vdev_invalid.png
+IMAGES_EN+= bsdinstall/bsdinstall-zfs-vdev_type.png
+IMAGES_EN+= bsdinstall/bsdinstall-zfs-warning.png
IMAGES_EN+= geom/striping.pic
IMAGES_EN+= install/adduser1.scr
IMAGES_EN+= install/adduser2.scr
Index: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
===================================================================
--- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml (revision 44203)
+++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml (working copy)
@@ -54,6 +54,17 @@
+
+
+
+
+ Allan
+ Jude
+
+
+ Updated for root-on-ZFS by
+
+
@@ -159,7 +170,8 @@
&intel; EM64T architecture. Examples of these
processors include the &intel; &core; 2 Duo, Quad,
Extreme processor families, the &intel; &xeon; 3000,
- 5000, and 7000 sequences of processors, and the
+ 5000, and 7000 sequences of processors, the
+ &intel; &xeon; E3, E5 and E7 processors, and the
&intel; &core; i3, i5 and i7 processors.If you have a machine based on an nVidia nForce3
@@ -1056,6 +1068,23 @@
ISO-8859-1 is also a safe option if the
choice of keymap is not clear.
+
+ In &os; 10.0-RELEASE and later, this menu has been
+ enhanced. The full selection of keymaps is shown, with the
+ default preselected. In addition, when selecting a different
+ keymap, a dialog is displayed that allows the user to try
+ the keymap and ensure it is correct before proceeding.
+
+
+ Enhanced Keymap Menu
+
+
+
+
+
+
+
+
@@ -1213,16 +1242,19 @@
Allocating Disk Space
- There are three ways to allocate disk space for &os;.
+ There are four ways to allocate disk space for &os;.
Guided partitioning automatically sets up
disk partitions, while Manual partitioning
- allows advanced users to create customized partitions. Finally,
+ allows advanced users to create customized partitions. The
+ ZFS option, only available in &os; 10 and
+ later, will create an optionally encrypted root-on-ZFS system
+ with support for Boot Environments Finally,
there's the option of starting a shell where command-line
programs like &man.gpart.8;, &man.fdisk.8;, and &man.bsdlabel.8;
can be used directly.
- Selecting Guided or Manual Partitioning
+ Selecting Guided, Manual or Shell Partitioning
@@ -1232,6 +1264,18 @@
+
+ Selecting Guided, Manual, Shell or
+ ZFS Partitioning
+
+
+
+
+
+
+
+
+
Guided Partitioning
@@ -1427,7 +1471,7 @@
Another partition type worth noting is
freebsd-zfs, used for partitions that will
- contain a &os; ZFS filesystem. See
+ contain a &os; ZFS filesystem. See
. &man.gpart.8; shows more
of the available GPT partition
types.
@@ -1564,6 +1608,174 @@
[ Finish ] to continue with
the installation.
+
+
+ Root-on-ZFS Automatic Partitioning
+
+ Support for automatic creation of root-on-ZFS
+ installations was added in &os; 10.0-RELEASE. This
+ partitioning mode only works with whole disks and will erase
+ the contents of the entire disk. The installer will
+ automatically create partitions aligned to 4k boundries, as
+ well as force ZFS to use 4k sectors. This
+ is safe even with 512 byte sector disks, and has the added
+ benefit of ensuring that pools created on 512 byte disks will
+ be able to have 4k sector disks added to them in the future,
+ for additional storage space, or as replacements for failed
+ disks. The installer can also optionally employ GELI disk encryption.
+ If encryption is enabled, a 2 GB unencrypted boot pool is
+ created that contains the /boot
+ directory, which holds the kernel and other files necessary
+ to boot the system. A swap partition of a user selectable
+ size is also created, and all remaining space is used for the
+ ZFS pool.
+
+ The main ZFS menu in the installer
+ offers a number of options to control the creation of the
+ pool.
+
+
+ ZFS Partitioning Menu
+
+
+
+
+
+
+
+
+ The most important option is selecting the vdev type
+ and one or more disks that will make up the vdev that will
+ constitute the pool. The automatic ZFS
+ installer currently only supports the creation of a single
+ top level vdev, except in stripe mode. To create more complex
+ pools, use Shell Mode to create
+ the pool. The installer supports the creation of various
+ pool types, including stripe (not recommended, no redundnacy),
+ mirror (best performance, least usable space), and RAID-Z 1,
+ 2, and 3 (with the capability to withstand the concurrent
+ failure of 1, 2, and 3 disks respectively). A tooltip across
+ the bottom of the screen while selecting the pool type
+ provides advice about the number of required disks for each
+ type, and in the case of RAID-Z, the optimal number of disks
+ for each configuration.
+
+
+ ZFS Pool Type
+
+
+
+
+
+
+
+
+ Once a pool type has been selected, a list of available
+ disks is displayed, and the user is prompted to select one or
+ more disks to make up the pool. The configuration is then
+ validated, to ensure enough disks were selected. If not,
+ select <Change Selection> to
+ return to the list of disks, or
+ <Cancel> to change the pool
+ type.
+
+
+ Disk Selection
+
+
+
+
+
+
+
+
+
+ Invalid Selection
+
+
+
+
+
+
+
+
+ If one or more disks is missing from the list, or if disks
+ were attached after the installer was started, select
+ - Rescan Devices to repopulate the list
+ of available disks. To ensure that the correct disk is
+ selected, so as not to accidently destroy the wrong disks, the
+ - Disk Info menu allows you to inspect
+ each disk, including its partition table, and various other
+ information, including the device model number and serial
+ number, if available.
+
+
+ Analysing a Disk
+
+
+
+
+
+
+
+
+ The menu also allows the user to enter a name for the
+ pool, disable forcing 4k sectors, enable or disable
+ encryption, switch between GPT (recommended) and MBR partition
+ table types, and select the desired amount of swap
+ space. Once all options have been set to the desired values,
+ select the >>> Install option at the top of
+ the menu.
+
+ If &man.geli.8; disk encryption was enabled, the installer
+ will prompt for the passphrase to be used to encrypt the disks
+ twice.
+
+
+ Disk Encryption Password
+
+
+
+
+
+
+
+
+ The installer then offers a last chance to cancel before
+ the contents of the selected drives are destroyed to create
+ the ZFS pool.
+
+
+ Last Chance
+
+
+
+
+
+
+
+
+ The installation then provides normally
+
+
+
+
+ Shell Mode Partitioning
+
+ When creating advanced installations the basic interface
+ of bsdinstall may not provide the level of flexibility
+ required. Selecting the Shell option
+ from the partitioning menu will drop the user to a shell. The
+ user is expected to partition the drives and create the
+ desired file system(s), populate an &man.fstab.5; file in
+ /tmp/bsdinstall_etc/fstab, and mount the
+ file systems under /mnt. Once this is
+ done, running exit will return to
+ bsdinstall and continue the installation, starting with the
+ extraction of the distribution sets.
+
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-keymap-10.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-keymap-10.png
===================================================================
--- head/share/images/books/handbook/bsdinstall/bsdinstall-keymap-10.png (revision 0)
+++ head/share/images/books/handbook/bsdinstall/bsdinstall-keymap-10.png (working copy)
Property changes on: head/share/images/books/handbook/bsdinstall/bsdinstall-keymap-10.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-disk_info.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-disk_info.png
===================================================================
--- head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-disk_info.png (revision 0)
+++ head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-disk_info.png (working copy)
Property changes on: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-disk_info.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-disk_select.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-disk_select.png
===================================================================
--- head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-disk_select.png (revision 0)
+++ head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-disk_select.png (working copy)
Property changes on: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-disk_select.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-geli_password.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-geli_password.png
===================================================================
--- head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-geli_password.png (revision 0)
+++ head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-geli_password.png (working copy)
Property changes on: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-geli_password.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-menu.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-menu.png
===================================================================
--- head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-menu.png (revision 0)
+++ head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-menu.png (working copy)
Property changes on: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-menu.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-partmenu.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-partmenu.png
===================================================================
--- head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-partmenu.png (revision 0)
+++ head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-partmenu.png (working copy)
Property changes on: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-partmenu.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-vdev_invalid.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-vdev_invalid.png
===================================================================
--- head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-vdev_invalid.png (revision 0)
+++ head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-vdev_invalid.png (working copy)
Property changes on: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-vdev_invalid.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-vdev_type.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-vdev_type.png
===================================================================
--- head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-vdev_type.png (revision 0)
+++ head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-vdev_type.png (working copy)
Property changes on: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-vdev_type.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-warning.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-warning.png
===================================================================
--- head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-warning.png (revision 0)
+++ head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-warning.png (working copy)
Property changes on: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-warning.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
>Release-Note:
>Audit-Trail:
>Unformatted:
From freebsd at allanjude.com Tue Mar 18 00:00:02 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Tue, 18 Mar 2014 00:00:01 GMT
Subject: docs/187683: [patch] Handbook section on bsdinstall is missing
details of ZFS feature added in 10.0
Message-ID: <201403180000.s2I001h5052590@freefall.freebsd.org>
The following reply was made to PR docs/187683; it has been noted by GNATS.
From: Allan Jude
To: FreeBSD-gnats-submit at FreeBSD.org
Cc:
Subject: Re: docs/187683: [patch] Handbook section on bsdinstall is missing
details of ZFS feature added in 10.0
Date: Mon, 17 Mar 2014 19:51:43 -0400
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--khn8dqftHUkRBut5swindfsLrX6DRfhNp
Content-Type: multipart/mixed;
boundary="------------020306050500030101010109"
This is a multi-part message in MIME format.
--------------020306050500030101010109
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
On 2014-03-17 19:50, FreeBSD-gnats-submit at FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `docs/187683'.
> The individual assigned to look at your
> report is: freebsd-doc.=20
>=20
> You can access the state of your problem report at any time
> via this link:
>=20
> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D187683
>=20
>> Category: docs
>> Responsible: freebsd-doc
>> Synopsis: [patch] Handbook section on bsdinstall is missing deta=
ils of ZFS feature added in 10.0
>> Arrival-Date: Mon Mar 17 23:50:00 UTC 2014
Attached find the images to go with the patch in
head/share/images/books/handbook/bsdinstall
--=20
Allan Jude
--------------020306050500030101010109
Content-Type: image/png;
name="bsdinstall-zfs-disk_select.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="bsdinstall-zfs-disk_select.png"
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
8D+t/rKWbNdPvgAAAABJRU5ErkJggg==
--------------020306050500030101010109
Content-Type: image/png;
name="bsdinstall-zfs-geli_password.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="bsdinstall-zfs-geli_password.png"
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
iIiI3LBwiIiIiAQriMIhIiIiCoeIiIgoHCIiIiI3KBzKjYiIiMKhcIiIiMh1heOE7wOxkkRE
RK7K075pVOEQERFROBQOERERhUPhEBERkQcXjqooHCIiIg+OEQ4RERHZjUsqIiIionAoHCIi
IgqHwiEiIiIKh8IhIiKicFRH4RAREXlwFA4RERFROBQOERERhUPhEBERkdsUDhEREVE4FA4R
ERG5rnDkPi0jIiIij68XCoeIiIgoHCIiIqJwzPimUREREVkw9/6mUYVDRETkwYVj79R/3gjH
3kP9vItJJplkkkkmmXTJpLdTrxzhcElFRETECIfCISIiIp9aOEREROTBUThERETkhoVDRERE
JFhBFA4RERFROEREREThEBEREVE4REREROEQERERhUPhEBEREYVDREREFA4RERFROHzTqIiI
iJTXC4VDREREblI4fl7yu4KYZJJJJplkkkmfNultsTDCISIiIsuPcCgcIiIiclLhEBEREQlW
EIVDREREFA4RERFROEREREQUDhEREVE4REREROFQOGTVzfeZREQUDoVDFA6FQ0Tk9MLhi7/k
YYXjz5f1/vr37//5/VeF4yFbz3X5/n+sEHlkvVA45JmF409FSLeN/b8WF469GZbpx77fC3qN
znF4sBZROBQOWaJwjLeN8wvH3mzLeW3jn39ZrHDoHKJwKByyYuEoaRvxwlF7PeV15mXqUa+9
lL9/5W0taEztndQuHDqHKBx2AFmrcFS1jWDhmHH3xp8nkoltY4teQ2l0jsaf45MihUPnkOft
j0Y45K6Fo7BtXFg4/jyXTGwbPSMcucLReLRE4dA5xAiHwiEfOsIx4yMqRjgWGeFo14h04egd
StE2ROFQOGTFwnH+PRy1ncM9HGd3jv2bRlcrHNqGKBwKh6xVOHxKRfKd49efSwpH1T0c2oYo
HAqHrFg4ajvHOV/85Xs4ru8cL0v8950WvU0i8SmVvUnahigcPqUi6xYOX20uIrJ4BVE4ROFQ
OEREFA4RhUNEROEQUTgUDhERhUNEREQUDhEREVE4FI6brtE//7j316vmcNL/v+kqe+TrOu0B
F9mkG8fJ19lb5LjamPPGcaPxkg8fsPGSnWUUDoXj9mevpQpHYgYUDi+q/YArFI63f2iX5sbZ
/aqV9bYfNP7b25fc1Vo+bX93elI4FA6FQ25cOBYZy/lzNt07N69cOF7nfK9SRF7y6+iOwuGw
4JtGP7pwtMeBE0Xz8EcaR97GbGxHX12Xez8aPBpGRpsbD3g4htzeM2vfgne95PZK2XvAw0t7
8VUZH4cPLsPDlVK498UvbsbnpPx1/f7Bw9ND1wEnN6ijcDz1ZKRwfHrhyE0afFfaO7y89zYr
fZCKDP8enkfb4+fxme89S41vGMGXvKXGyXOruHcbvuRMP6lwdPWDwY2t6x3C29sy4isr3aQV
DoXj71by85LDUmzS1EmDIxzB4a+Rd2CDhSMxtND7Vjv+dn/vcNz7tj5+tl65cIyv4sPN5taF
I71t5ApHbshkb4QjMoyUGOGIFw7H+dudibp+ygjHZ11SObyQUXJim1E40qeNGYWjd5hH4Ris
ZY8Z4ZhUOMpHIhOFo/D4IC6pKBwPKRyTDl4Kx7zCMXLjrcIx+HTPLhxdF1WDBxyFw8lo8ykV
haP8Hg6Fo3e55e7hWKpwBO/zLSkcJffBKBwla3lGs1Q4Hn96UjieuUYba3p8UmQetoEPI7x9
tK30LrmuB4x88UD7WmbV+hopHO3n2iruntlbccHnOmwV8VsUg7c6VRWO3u/cSx9X0xtb/BzQ
VSsTt1x0PaAoHCJnjM1I1bKyeC0rEYVDxFHe4hURhUPhkHM3REvD4hURhcMxS0RERM4qHP+u
HCkiIiIiCoeIiIgoHCIiIqJwKBwiIiKicIiIiIjCISIiIqJwiIiIiMIhIiIiCoelJiIiIgqH
iIiIKBwiIiKicCgcIiIionCIiIiIwiEiIiKicIiIiIjCISIiIgoHAEDnUIVFAAAoHACAwgEA
oHAAAAoHAKBwAAAoHACAwgEAYBEAAAoHAKBwAAAoHACAwgEAKBwAAAoHAKBwAAAoHACAwgEA
KBwAAAoHAKBwAAAKBwCAwgEAKBwAAAoHAKBwAAAKBwCAwgEAKBwAgMIBAKBwAAAKBwCAwgEA
KBwAgMIBAKBwAAAKBwCgcAAAKBwAgMIBAKBwAAAKBwCgcAAAKBwAgMIBACgcAAAKBwCgcAAA
KBwAgMIBACgcAAAKBwCgcAAACgcAgMIBACgcAAAKBwCgcAAACgcAgMIBACgcAIDCAQCgcAAA
CgcAgMIBACgcAIDCAQCgcAAACgcAoHAAACgcAIDCAQCgcAAACgcAoHAAACgcAIDCAQAoHAAA
CgcAoHAAACgcAIDCAQAoHAAACgcAoHAAAAoHAIDCAQAoHAAACgcAoHAAAAoHAIDCAQAoHACA
wgEAoHAAAAoHAIDCAQAoHACAwgEAoHAAAAoHAKBwAAAoHACAwgEAoHAAAAoHAKBwAAAoHACA
wgEAKBwAAAoHAKBwAAAoHACAwgEAKBwAAAoHAKBwAAAKBwCAwgEAKBwAAAoHAKBwAAAKBwCA
wgEAKBwAgMIBAKBwAAD39i/ciVcldYOXdQAAAABJRU5ErkJggg==
--------------020306050500030101010109
Content-Type: image/png;
name="bsdinstall-zfs-menu.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="bsdinstall-zfs-menu.png"
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
uAn/AWqBhTnmfFI0AAAAAElFTkSuQmCC
--------------020306050500030101010109
Content-Type: image/png;
name="bsdinstall-zfs-partmenu.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="bsdinstall-zfs-partmenu.png"
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
--------------020306050500030101010109
Content-Type: image/png;
name="bsdinstall-zfs-vdev_invalid.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="bsdinstall-zfs-vdev_invalid.png"
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
BxLuYj8kT8rBAAAAAElFTkSuQmCC
--------------020306050500030101010109
Content-Type: image/png;
name="bsdinstall-zfs-vdev_type.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="bsdinstall-zfs-vdev_type.png"
iVBORw0KGgoAAAANSUhEUgAAAtAAAAGQCAIAAAAIhcA6AAAafElEQVR42u3dbXajOhZG4cwy
U/Qs0923+ma5bBBHRx8I/Lxr/6gyMQYhS9tCwNfX1wMAAGAwigAAAJwoHN8/P+8M2o7yB+0t
atm2ETuVWFVhG0aXOQAAq4xwPHd4ozu/vc/alIz3/6adY8T293oj4QAAfJxw5H7BTxOORPdM
OAAAWEs4Ns9x7A37J06OVElGrzGYwja0nNkpvKuLcJQ3w7kYAMBVhaPc7cVdITJWEfm4ccKR
HmiJfHp5rkatEpXL0OgIAOAOIxyHHfOmPZRnoUbUoWpcpK9wHK7/cO5nR+FoKUMAAFafw9H9
93pCHUbP4SivsNYbchaVHkchGQAAwpEUjsmTRtOKQDgAADhNONrVYfJlse1zOIJrGDeHQ7UG
AFxJOCJTOGtnLbRf6DH6xl+HklF7q67yRM5EIUdKQ80GAFxphAMAAIBwAAAAwgEAAEA4AAAA
4QAAAIQDAACAcAAAAMIBAAAIBwAAAOEAAACEAwAA4Eg43p9v8vKQEYssssgiiyyyyKLYM7w4
FwAAcEoFAAAQDgAAAMIBAAAIBwAAIBwAAACEAwAAEA4AAADCAQAACAcAACAcAAAAhAMAABAO
AABAOAAAAAgHAAAgHAAAAIQDAAAQDgAAQDgAAAAIBwAAIBwAAIBwAAAAEA4AAEA4AAAACAcA
ACAcAACAcAAAABAOAABAOAAAAOEAAAAgHAAAgHAAAAAQDgAAQDgAAADhAAAAIBwAAIBwAAAA
wgEAAEA4AAAA4QAAACAcAACAcAAAAMIBAABAOAAAAOEAAACEAwAAgHAAAADCAQAAQDgAAADh
AAAAhAMAAIBwAAAAwgEAAAgHAAAA4QAAAIQDAACAcAAAAMIBAAAIBwAAAOEAAACEAwAAEA4A
AADCAQAACAcAAADhAAAAhAMAABAOAAAAwgEAAAgHAAAgHAAAAIQDAAAQDgAAAMJxBUREPiqa
fcIBwiEiQjhAOAiHdM33988me4v23pj7xL67UFi6QjmXt19VJBwgHCAc9xeOvVci/67qMgsr
adz+vbWt0J2Xt4FwEA4QDhCOjxCOQuf3/t8W4diUm459+bLdNqUQwkE4sJxw/PwTjdFqox3v
/WWiE4380N87d7N36iS4zsLrtaM4hc0ov364Je2lIQvrxf9COAgHCIc8Dru9eHeeEI7DkZWC
E9SesAieGyrYQ+0ZnJYtrN1IIRwgHDgQjp+3PCuIRYMWlfutwghHYqiju3BEPr27cBTeWB6u
GC0cKvaa36+vtxAOwgEjHMY2kjLR/meXE47gCo1wiBEOwgHCIaUOMt7FPnpMGiUchINwgHDA
VSqfJRyR/qz7ZbEfIhxBHSEcn6EgIBwgHJ8nHIc3/jp8Y+4TgytMTxpNf9beBSyR+bPpq1Ea
S0MIBwgHCIdc6YySCOEA4SAcIj0lg3AI4QDhIBwiM04kKQ0hHCAchENEhHCAcIBwiIgkhSMX
/QXhAOEQESEcIBx3vfHX5j2Dq97YtwWp3YDaV7pvRveCSh+RRIkN7Qz0iDK09hIOwoErCcfL
dzjnHGd1h4OEY0SvnN61c0v4EmYjhINwEA4QjvOFY5HOsmXXrth5T95mfkM4CAfhwGVOqeTG
9jdfL7xrb9He0yAbhaOwDZtLC5tRNoDDLe8oHJEtjJdG7nhVnVaP2G3hoKTroRAOwkE4sNyk
0XLHfOgWwXfVdpDjTqk872/VW4KKNk44Eho07njVWmzCP9oH4eT2CkI4CAcuM8Jx+IO48OMy
+Jsj2FVMFo7ub+n4E7zc+waLt3GOS6QCTBOOcRNpxQgHCAdmC0di6kCiA1tNOBKdZdUww9AR
jvbS6HgaaM4IhxAOwkE4cLdJo+sLR2SDP0c4cqVxD+EgJYSDcBAO3Ec4Zs7hSN+1Itfz7S3t
MpGiUTjinXSuNEbP4YivsGUOB+EgHISDcODaN/6KTOCoeldwrkOvO2ccXhFzWCZ7LxYuAElc
wxI/Ii3zRUYcr8helHuI0ZshhINwEA64tbnoP1x+Iq1ViHAQDhAOkepfq0pGCAcIB+EQ6dk9
tJx1EiEchAOEQ0SEcIBwEA4REcIBwgHCISJCOEA4bn6nURGRlfWCcBAOEA4REcIBwkE4REQI
B+EgHDhdOFyRKCJz0quNIhyEA5ecNEo4RGRl4dhrtQgH4cBVn6Xy8tAsiyyyyKIui35bp+cY
4QDhcEpFRMQpFRAOEA4RIRyEg3DAVSoiIh1DOAgHCIeICOEA4XCViojIfRWEcBAOEA4REcIB
wkE4REQIBwgHCIeICOEgHIqAcIiIEA4QDsIhIkI4CAfhwO1v/PX9/ZN7V+6Ng5qwzT9Ir3bZ
JrvjdhZua1319u4HVPe8Ttz4C4SDcHRrlNPecK5wHPa+6VJaXDheHoTRsRjTzjHusArhAOEA
4Vj95/79uq6XoQjCIYQDhAOLCcfOx/9RjWfeLeR90ct7N92lsHRvhR07p8KZgpfe+v3tm6+X
39VyVqL9LHjjZhSEo7zCcvEWjLBqhYev1x6U7qelCAfhAOEwafRv29j77/4Ix7MZFJyj8OLe
vzsOq5QncJR1ZO9vDl+MdKtDB3X2njOe2Ixcx7xXgOXxkriOVPVhVQeFcKwwPkc4CAfuPsJR
eUqloAtp4eg+yBFUhKqTCAnhqB1daHlXZD5HrXAcDm+0d+1BP6gaQIqvxAiHEQ4QDsIxaw7H
/uhKRDjiphIc4Rg9pSMoHDl96T5zs33aSrtw5Prs0cLRvkLCQThAOAjHXOHYH+q4qHCkJ40S
DsJBOAgHCAfhGCAc4TkctdMszp3DEReO2j5m/Tkc84XjrFMqXYTDHA7CAcJBOE6+SuWl+38X
goIW7P1BYZbGoKtUDueN7k1NOFxn1UyCaVeplP9btRmRiSDlXS68K9Hxj1hhpOdjFYQDhMNV
KtfLRe/qMfA0ljisQjgIBwgH4dAzsQ0hHCAchOOStnE/5zD8ftduT4EQDhAOwiEiQjj0F4QD
1xGOu5aGWgQ/HggHCAcIB+GA77IQDsKBT7osNrI9Pz/f/+VaTfafovt7L45f+UBmFsuFDkqv
zbh9XBYLwkE4CMfPc5/x8l/CcaJwXOKgEA7CAcJBOE4QjisOSv/sRO1aQTg+56AQDsIBwkE4
/v2Ify9U/X+X8PTv5+GNlxGO31felxYWPb8Yf9cg4Sj/vN77+/Iba981SB2qPqssHHtasLeb
jcKxyEGp3YyXF5+XEg7CAcLhV9GrcLxweErl2Qw27eF90Z5klN/VOIdjsxsodJN7PUdhUbn3
Laxw6HBFlQQEi6WLcFzioBy+GPm3SaMmjYJwGOF4FY7nsY0q4Tg0iVrheP/35EmjwU6rtm9r
HwloEY7CCssScDhI0F1uFjkohMMIBwgH4VhROIKL4sJx4lUqhb5zb1GXzvj0EY6IeawgHHMO
CuEgHCAchINwEI7+wrE5/kE4CAfhAOEgHISDcPQRjlw/SjgIB+EA4SAcnYWjcFFJeTJpwTmq
VjhIOMpXSRTmLRa6t6oVri8cwdma8R28ykGJXJtTLg3CQThAOFyl8in34VCLzr2Zh6JwlYqr
VEA4CAfhANuYNLAkhAOEg3AQDrR2se7fengWRggHCAfhIBzArb7LhAOEAxopERHCAUVAOERE
CAcIh8tic1/dOc3En0evFBbtLU2ssLH92vybw/furbCxGZ1/vCKl0XEzaguq8VDO2ZJxK7xc
xe7eRhEOwgHC0eQHtfaQc5RIORQauHgZ/r4YL+FDvejee0U2o7x3gz503KGc/40YtGsXqtiE
A4SDcMwWjo7DFc9Pqx3dSx22sIddcrCQg7axgnCM/lDCMUE4plVswgHCQTjqm4zfj9yaQlKW
gMii56XPL+69d4JwpH/uD+r2Vuj+y+d6CksL3VvhxdyZqUNpK39cosMOrvDw9c0Vpk8VLVWx
CQcIh0mjdd/+V+0Ij1WUpWFTOBIr7Dtr4ZR2uXaUe+g0jsRge7yfqz2dNO5Q7vlQ5JREbvyg
doUt5rpIxe5eOQkH4cCtT6k8f+rfW1Aejdj0g0arGDHCcfjLsrFdbpwW2j4LddxAywjhSGx8
4lAGf/rH/SA4c2KacEyo2EY4QDgIx0jhaFaHw3f1nWe6/sjz4V/O/03Zy7EaRzi6H8ragYpe
wpEeMuk7h8MpFRAOEI4Kn7iZcOytZ7JwdN9lwkE4CAcIB+FYVzjK/72QcHS8LPaThSNXjImO
/xLCMbQ0uldswgHCQTjqO7DibNXn2Rt7blF4fdM/9uaFHF7A0jJBsqpdnnbjr8bZGF1mGhZ2
+dH78pBcMRYOZWTyRHm6Q5U9dF/h5g5eomITDhAOV6mIzM46932Rq9ciwkE4QDhEup31FyEc
hAOEQyTTQygNIRwgHIRDRIRwgHCAcIgI4SAchAOEQ0SEcIBwuCx296s7p5k4vEl57mmx7bfi
iFxxWr5n1PzLYqe15h1XmP6DvoeyZVO773tihZer2N3bKMJBOEA48sLxqLmLV+SeYC3lUL5J
Q7AM+974a/Ij41tu7pSrZh5PP2hVK1RswgHCQThmC0eLjox4Y7BdPmxhO97aPHhopglHr88i
HAsKx7SKTThAOAhHfZPx+5FbU0gij4otLyrfS3ToE+qXeuTE4+wn1Cdu1hl/Pmrtj+ncmamq
jT88iRDpsHN3UC0MHpQf7nrFik04QDhMGq379r9qR1gCys9DKZwoGW0bwX50Wrt8rm08ej+O
JPdjuvFZKrWHMnev8Zbxg8fEh7ctUrG7z4whHIQDH/Pwtr+3IDEa0WIVHW3jsL+J/DKu6rMP
H+rR5WBFNn6ycMT7tvaNjx/KmQ9vewQe6dJdOCZUbCMcIByEY6RwNKvD4bvm2MY6I8+nj22s
JhzjNr52oOLh8fSEA4SDcNxVOKbZxiLt8t565o9dEw7CQThAOPApwhGf0jH0KpX2dvlOl8We
KBxnnQ9aUziGlkb3ik04QDgIR33XVZyt+jx7Y88tCq9vWsXmvJDgBSyJuQ6JdnnOjb/SExra
Z+TFl75vcGKd8S2pPZTtG19lD91XuLmDl6jYhAOEw1UqIiLXC+EgHCAcIiKEA4SDcIiIEA4Q
DhAOERHCAcJBOERECAcIB+EQESEchINw4Cb34WhI4frV2qtbO14T+4g9Gat8z6jRl8U+mq9I
bG/Nx9WojjvVePFw9+IdscLLVezubRThIBwgHHnheNTcv2vmjb8i3cbNbvz1/qGjhePh8fSD
Ze7cik04QDgIx2zhaNGREW8MtsuJJ50+src2Dx6a0cKxuQsTBskJx0zhmFaxCQcIB+GobzJ+
P3JrCknkUbHlRe/jFpFTJ4vf2nxEtzf/IfWbXVTwPpiH73oc3VUzPcTSfsPTeIedu4NqsKC6
nOHyLBUQDlxq0ujzBweeq3L4+t7d0IMPku31ILe91vyUdrncK08blDpUio6l0f1ZKrWHMnev
8Zbxg8fEh7ctUrG7z4whHIQDH/Pwtr+34HA0IvF4+sgARt8RjsNflo3t8uEKI0ek6vGz6Yl+
vdShRTjSj1OpOpQzH972CDzSpbtwTKjYRjhAOAjHSOFoVofgMMaJczgm/xBseZD9zBGOCZri
8fQeT084CAcIxyThCJrEbYRjbz2Eg3AQDsJBOEA4RglHfErH4sJxucti1xSOXDEmOv5LCMfQ
0uhesQkHCAfhqO+6irNVn2dv7LlF4fVNq9ibFzLoxl+Jdvl+N/4K7lf8XY/U5SG5XS4cysjk
ifJ0hyp76L7CzR28RMUmHCAcrlIRmZR1bvcit6lOhINwgHCIEA4hHCAchEPkvO5BaQjhAOEg
HCIihAOEA4RDRIRwEA4QDhERwgHC4bJYEZGr6gXhIBwgHCIihAOEg3CIiBAOwkE4cL1bm4uI
pOJOoyAcHz1plHCIyMrCsddqEQ7CgcuMcOw9s+NnKxZZZJFFuUWbS41wgHA4pSIi4pQKCAcI
h4gQDsJBOOAqFRGRjiEchAOEQ0SEcIBwuEpFROS+CkI4CAcIh4gI4QDhIBwiIoQDhAOEQ0SE
cBAORUA4REQIBwgH4RARIRyEg3CAcIiIEA4QDsIhIkI4QDhAOESEcBAOwgF3GhUR6a4XhINw
gHCIiBAOEI7PEI6ftzwriEUWWWTR5RZtigXhIBwwwiEiYoQDhINwiIgQDhAOuEpFRKRKQQgH
4QDhEBEhHCAchENEhHCAcIBwiIgQDsKhCAiHiAjhAOEgHCIihINwEA4QjiXbr3kHRd0QIRwg
HISDcBAOEcIBwgE3/rqOcGzekvmfw/T9hz9/+fxvwnFwbM7L97/xZTlLLwgH4QDhuKFw/CnJ
xq/KcxP592MgHt2FY2+DL9+1PO/GGs5x2BcK4QDhIBwSEo4etjFbOPY2+z628fvKYsLBOQgH
CAfhkIxwdLKNqHD0PZ/yvvGX7lTK+/D9lE0tKCytXVQWDs5BOEA4TBqVOuHoZxsh4Rgxe+Nl
Fy5sG+FzKAXnKPw7vigiHJzjlApDOAgHjHBcUji62sZpwvGyIxe2jZoRjpxwFNaWEA7OYYQD
hINwyKIjHCMuUfmQEY6yRqSFIzeHg20QDhAOwiGrz+Ho6xz3n8Px739XEw62QThAOAiH1AmH
q1TWdY6nf3cRjl5zONgG4QDhIBySEY4uzvGYe+Ov296H47F746/nmRa1JpG4SmVvEdsgHCAc
rlKRvHC4tbnI+gpCOAgHCAfhIBwihAOEg3AI4RAhHCAc0KkQDnVDhHAQDkVAOERECAcIB+EQ
ESEchINwgHCMaHQKLZHW+dw+4OVvDt+1zsY/L3r5y8NdPlxhYZfVXsIBwkE4Vmx0yq9rtecf
jvd/vHQSax6vvc0o+Ed5l6usJV69hXAQDhAOwvHpfcBm+e/1zSsLx/uW7ylFZJffR3cIB+EA
4XCn0TsLx/twd6EJa19UezKovIW5jY/07t1H78sfmvu5f9jlBAsqOEITPNtSrop7KyQcvWoU
4SAcIBxLCEe5Y06PeAcXtbek5VMS6eH68spPFI4qPwiuMG0wZQusEo7DRXubRzgIB+FQBCsK
x89bDn+cXXpR+qfh4Xn64DhBY68Q3KmgSeSEY1yXFuweWjZp3JDJ3ghHfBpK1QhHvGrd9bsc
qRvBdxEOwgEjHGeeUml/S7mnaRm6jwwGJDY+PqsxsfGLnFKJr7B7dUoIR26akREOIxyEQxEQ
jk8Ujo5DHUsJx4g+7x7CUXXiLPKiSaOEA4TDVSqEY+ocjvnCUbhRRPo3+r2Fo/Yo117uSzi6
fPcJB+EA4Tih0amdqZeYVzHiKpWCH/Td+Mi0gC59XmQSTNVdsGrnweSuu8nd+CtYD/fmH1St
UAgH4QDhkM8aQBIhHCAchENEhHAQDsIBwiEiQjhAOAiHiAjhAOFA52MpIvJJ0ewTDhAOERHC
AcJBOERECAcIBwiHiAjhIBwgHCIihAOEg3CIiBAOEA4QDhERwkE4QDhERAgHCAcIh4iIZp9w
gHCIiBAOEA7CISJCOEA4QDhERAgH4QDhEBEhHCAchENEhHCAcIBwiIgQDsIBwiEiQjhAOAAA
AOEAAAAgHAAAgHAAAADCAQAAQDgAAADhAAAAhAMAAIBwAAAAwgEAAEA4AAAA4QAAAIQDAACA
cAAAAMIBAAAIBwAAAOEAAACEAwAAgHAAAADCAQAACAcAAADhAAAAhAMAABAOAAAAwgEAAAgH
AAAA4QAAAIQDAAAQDgAAAMIBAAAIBwAAIBwAAACEAwAAEA4AAADCAQAACAcAACAcAAAAhAMA
ABAOAABAOAAAAAgHAAAgHAAAAIQDAAAQDgAAQDgAAAAIBwAAIBwAAIBwAAAAEA4AAEA4AAAA
CAcAACAcAACAcAAAABAOAABAOAAAAOEAAAAgHAAAgHAAAAAQDgAAQDgAAADhAAAAIBwAAIBw
AAAAKAIAAEA4AAAA4QAAACAcAACAcAAAAMIBAABAOAAAAOEAAAAgHAAAgHAAAADCAQAAQDgA
AADhAAAAhAMAAIBwAAAAwgEAAEA4AADAHOEQEREREREREbl9Hk/Ze/1lUeOn7K2t6oNaNqx2
v/YKJ73xo4/mXWtp95qQ2IzRnz5ud9apn7esojPLId3uzTkck4/yiO0nBlOb8pcXOzpHYW21
n9K4VbXC8fvHBT8jHKfs15y97lVvTzmIK1SMwxZAwzvujdNq7+T6dolvn9SVb1/hGLHCOcLR
d9RHrtVGEI6+LYBKSzgIh3o/qqaWhWOvFy/08YUV9j2Dcygc5c3b+/vyG2vfldiMlxeDBTJu
v/ZeKRzHxAnBhDWWXbNQgDlDLbwlsV85UR5RRSPnxeIr3Bx3DFaM2v366n2KObKFh83amrW3
cKyDxVtVNxq/X/EVttT5w+Y60X/dUzh6TbmIjHAEO57Dr0rwfFC68f0Kz+GIVKlIExP3g8MX
I/9uOZSJ/UpPkUlUgJZzhYfS0+uzRuxXY5/RXkUPW96WFcZXntuvmaeYE+3kUrU315jXtvm9
Nqy2qck1yy21627OkVCKxt9M6c6y9odgr6Gz9h4xXuHSfcxSwtHSmideOfyl0uULHGlKDnvE
9p4+t1/dhSOyGd37mM1/R3QkIRyHY5wdG96qTRp3SqVL7T0cw46MLnT5SdzxN3aj+ie+Jrcd
5EgPAEwY4YifbYm/6yzhyBV7bWe5lHDkBL+XcETGVCc02YO6otr9GjfCcVadLwhHvHZVCce4
hndZ4ejYrQSLN36yuL004itsH0SfPH52MeEYMZO08YtUdfaxpfkjHJOF46v5dFvuG9vrqqh1
hKNvL0U4TmkPCUfVUWi8ujg30E44xgrHWZfFNo61Ng7hEI5pwhEcr8ptQ/c5HH3rYboPyM3h
GLoZdxKO2kM5XzjWrL2JxryldqXnvFet8EThuOcpldGnkQ5XlZ57XzhIuXMx6S9PcJ78V/hk
UHyFkTJMFFTt0cztV/B7W3WJzaDLDfrWw8SXpWW/JmzGzDofnMPx1eOMe0vtbSnexCmG02vv
V9u1Y4nN6FixCytsbPSmtVEiVx3o6jV6LLevEspKWYnKIxKq6IRDHGWRxdtekcvX+163pZJP
rhgi4ismIiIiMjb/AWVNORoSmOygAAAAAElFTkSuQmCC
--------------020306050500030101010109
Content-Type: image/png;
name="bsdinstall-zfs-warning.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="bsdinstall-zfs-warning.png"
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
--------------020306050500030101010109
Content-Type: image/png;
name="bsdinstall-zfs-disk_info.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="bsdinstall-zfs-disk_info.png"
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
FVCcle/lewMgHIQDIByEA8A9hcPEX8AthOPtrMb/+wj/+Tf//uXPfxMO4JF6QTgAvBeOfz9l
Y5X9f75l/ruSwlEuHJ92GADhIBzApsJRYRurhePTbgMgHIQD2FE4imwjKhy191Nedx4A4XAv
FthOOOpsIyQcM3pv/DoEAHsqiBYO4HuFo9Q2LhOOXwcCQAsH4QC+vYVjxhAVLRwA4SAcwO7C
sb4PR61z6MMBEA7CAdxDOIxSAUA4CAewQjhKnONYO/GXeTgAwmGUCnA/4TC1OYCpCkI4AMJB
OAAQDgCEw/cGQDgIB0A4CAcAwgEAAAgH4QAAgHAQDgAAQDgAAADhIBwAABAOM40CAIByvSAc
AACAcLwIx98XGntvk0022WSTTTZdsuntVi0cAABACwfhAACAcBilAgAAuhSEcAAAAMIBAAAI
B+EAAACEAwAAEA7CAQAA4bhWONJvBgAAbg7hAAAAhMMpAgCAcBAOAABAOAAAAOEgHAAAEA7C
AQAACAcAACAchAMAABAOAABAOAgHAACEg3AAAADCAQAACAfhAACAcBAOAABAOAAAAOEQERER
GWh0UAQiIiJCOERERIRwiIiIiBAOERERIRwiIiJCOEREREQIh4iIiBAOEREREUUgIiIihENE
REQIh4iIiAjhEBEREcIhIiIihENERESEcIiIiAjhEBERESEcIiIiQjhERESEcIiIiIgQDhER
ESEcIiIiQjhERERECIeIiIgQDhERERHCISIiIoRDRERECIeIiIgI4RARERHCISIiIoRDRERE
hHCIiIjIPfJ/uAOgG78yPaEAAAAASUVORK5CYII=
--------------020306050500030101010109
Content-Type: image/png;
name="bsdinstall-keymap-10.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="bsdinstall-keymap-10.png"
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
zeHXJ3/MAAAAAElFTkSuQmCC
--------------020306050500030101010109--
--khn8dqftHUkRBut5swindfsLrX6DRfhNp
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQIcBAEBAgAGBQJTJ4qTAAoJEJrBFpNRJZKfMdwQAJcanCzyz1uuIkgyfoM0jyFh
UjgvenHZ6rKNyYxixMvjM3BXyxlPTpTJte7dWrwQTpzZ4iXuNgl2f1ZazqA2P9f0
R/okHnO4XoW+Bl6YO1D32lfpF8taZKvfy7lR5ovjY9sTiYGvW/wLfrI3PorpuNsd
SjgYzQr4n4x3aiw9oPAelIY/94gNHbCBC/+QthDVRKB1bMGNsim9uX+z932odNI6
qvW1PSLAQM2XV8pkwtwSM4/p39Mjn4cXqGOELLBKPRpNIWk6rBQC4c1Fo9xYzok9
ttAZANl7J8cTr6bD8Okzu7GmBaIFYW4sTSS1cGvfxt54LQQOIFvJH35a//jNdD8Z
OF0SMvkO5wf9Hsk2AdQYtGdog5QabkXkHFHgRYsUZTcI6qjdM/8Jrp856AA0aw49
j7g5DsSqPcFUUqG7J9dUDKbeHRv80eYgW5kKAocxpwM4rgy+D8OtDqDZ5bNnjiDC
zR/jLjQqcYcPbABaj2OOEf2f3ZrxqKualGzLxOR1VMhprqWPzwOnWiY87jWaSgsu
xLoS9XlahKXA8O/BqvZb381fcxl72eJmO6+y2IMLVQl/PgXRviM90esiRf3kZZeV
ExQE4f5zd34xRPgKpgcxKCZbs6FL1kkMBSgXP9ohW+NhyWtlmKrwEIPOHA/KlBfe
sW8ifg80nd4QWSMDzXpa
=od2q
-----END PGP SIGNATURE-----
--khn8dqftHUkRBut5swindfsLrX6DRfhNp--
From freebsd at allanjude.com Tue Mar 18 00:04:21 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Mon, 17 Mar 2014 20:04:23 -0400
Subject: docs/187683: [patch] Handbook section on bsdinstall is missing
details of ZFS feature added in 10.0
In-Reply-To: <201403172350.s2HNo0cI049650@freefall.freebsd.org>
References: <201403172350.s2HNo0cI049650@freefall.freebsd.org>
Message-ID: <53278D87.6040807@allanjude.com>
On 2014-03-17 19:50, FreeBSD-gnats-submit at FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `docs/187683'.
> The individual assigned to look at your
> report is: freebsd-doc.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=187683
>
>> Category: docs
>> Responsible: freebsd-doc
>> Synopsis: [patch] Handbook section on bsdinstall is missing details of ZFS feature added in 10.0
>> Arrival-Date: Mon Mar 17 23:50:00 UTC 2014
Well that didn't work...
http://www.allanjude.com/bsd/bsdinstall-zfs_images.tar
--
Allan Jude
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL:
From freebsd at allanjude.com Tue Mar 18 00:10:01 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Tue, 18 Mar 2014 00:10:00 GMT
Subject: docs/187683: [patch] Handbook section on bsdinstall is missing
details of ZFS feature added in 10.0
Message-ID: <201403180010.s2I0A02M062272@freefall.freebsd.org>
The following reply was made to PR docs/187683; it has been noted by GNATS.
From: Allan Jude
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-doc at FreeBSD.org
Cc:
Subject: Re: docs/187683: [patch] Handbook section on bsdinstall is missing
details of ZFS feature added in 10.0
Date: Mon, 17 Mar 2014 20:04:23 -0400
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--XnmJ1QLt5WT2sxbLQ6UKVOGqlKv1x2HbH
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
On 2014-03-17 19:50, FreeBSD-gnats-submit at FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `docs/187683'.
> The individual assigned to look at your
> report is: freebsd-doc.=20
>=20
> You can access the state of your problem report at any time
> via this link:
>=20
> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D187683
>=20
>> Category: docs
>> Responsible: freebsd-doc
>> Synopsis: [patch] Handbook section on bsdinstall is missing deta=
ils of ZFS feature added in 10.0
>> Arrival-Date: Mon Mar 17 23:50:00 UTC 2014
Well that didn't work...
http://www.allanjude.com/bsd/bsdinstall-zfs_images.tar
--=20
Allan Jude
--XnmJ1QLt5WT2sxbLQ6UKVOGqlKv1x2HbH
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQIcBAEBAgAGBQJTJ42KAAoJEJrBFpNRJZKflCIP/3be7tP9pIj6/iG1IbZz/TqB
7VbFn+kCDZoZn5M44PxnYZ9Sz/V3d8ARpt9zcOVaBs1glcX8Zbec/ARZS5owuvcN
L9y5INBkExr7Xzr1PnJJgpdQgmq4iYbpH1T9Qkusk4PYYAaj2lSltOahek7HPwhr
D8ruznnf0rXRy+VEDcawFAH9ZQJAGmdqAXBAazVNoUbirrL/YiAqhzqoh58H0TL2
riYdCn46oo2jKwv5CUTvY0wAmY8Ce6mDpeuqfNmngeD0mqfZ/W7FtELZNRjOw1uV
K1f7NVwdl20Py6Q3J9Hw6IuJmf5qitli7iEfwGBuMf0TZgLhZ2UXEchq4mBCqGJb
wEr6UflaE2JWrVn6ReSojNnaRiid9u56nSHMSHmEEgxOs2UT/MKkjz0aMeIDp0SY
n2NmI9RGgdSNWZMONYZuYTCGd/6gLBmZgjrF4cFRuujMVQ8TeeaMRhU7t3dL1RxI
NmzKjI+zQWRtIYrA/AR9Kbf4PqvkM2BS2sAt0UfYMF9yQpywMomCKVRP4S2Wxk1l
z5j2RSx1uFRBiv5ZbXVwU7uuiOMIK1gGwiwxNnEkN70nuaRdgCwZT13r4YReCFEy
A8vPxHU/6uFDa155ybyUoEafYq1iez2MhpozA725C3dM8MTOZrgGP2b8+3cPjYrM
R+VH4vgyfjVYcBFB7Mga
=X8eL
-----END PGP SIGNATURE-----
--XnmJ1QLt5WT2sxbLQ6UKVOGqlKv1x2HbH--
From freebsd at allanjude.com Tue Mar 18 00:20:00 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Tue, 18 Mar 2014 00:11:28 GMT
Subject: docs/187686: [patch] Update disks section of handbook for 9.x/10.x
Message-ID: <201403180011.s2I0BS6u070992@cgiserv.freebsd.org>
>Number: 187686
>Category: docs
>Synopsis: [patch] Update disks section of handbook for 9.x/10.x
>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 18 00:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Allan Jude
>Release: 9.2-RELEASE
>Organization:
ScaleEngine Inc.
>Environment:
FreeBSD Trooper.HML3.ScaleEngine.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The disks section of the handbook is full of examples based on the FreeBSD 8.x and prior disk laying (MBR/BSD with separate partitions for / /tmp /usr /var) and the old device names (ad4 instead of ada1)
Updated the docs for all of that, and also added a lot of markup: acronym, replaceable, changed some incorrect literal to filename (for device names), etc.
Added 'mfi' to the RAID list since it is the most popular controller now
Updated the USB instructions to mention USB 3.0 and xhci
Added some missing xml:id to allow cross referencing the GELI section from the installer section etc.
>How-To-Repeat:
>Fix:
Patch Attached
Patch attached with submission follows:
Index: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml
===================================================================
--- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml (revision 44203)
+++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml (working copy)
@@ -14,9 +14,9 @@
Synopsis
- This chapter covers the use of disks in &os;. This includes
- memory-backed disks, network-attached disks, standard SCSI/IDE
- storage devices, and devices using the USB interface.
+ This chapter covers the configuration and use of disks in &os;. This includes
+ memory-backed disks, network-attached disks, standard SCSI/IDE and SATA
+ storage devices, and removable devices using the USB interface.After reading this chapter, you will know:
@@ -23,7 +23,7 @@
The terminology &os; uses to describe the organization
- of data on a physical disk.
+ of data on a physical or logical disk.
@@ -32,7 +32,7 @@
- How to configure &os; to use USB storage devices.
+ How to configure &os; to use USB storage devices.
@@ -93,75 +93,76 @@
- IDE hard drives
- ad or
- ada
+ IDE hard drives
+ ad or
+ ada
- IDE CD-ROM drives
- acd or
- cd
+ IDE CD-ROM drives
+ acd or
+ cd
- SATA hard drives
- ad or
- ada
+ SATA hard drives
+ ad or
+ ada
- SATA CD-ROM drives
- acd or
- cd
+ SATA CD-ROM drives
+ acd or
+ cd
- SCSI hard drives and USB Mass storage
+ SCSI hard drives and USB Mass storage
devices
- da
+ da
- SCSI CD-ROM drives
- cd
+ SCSI CD-ROM drives
+ cdAssorted non-standard CD-ROM drives
- mcd for Mitsumi CD-ROM and
- scd for Sony CD-ROM devices
+ mcd for Mitsumi CD-ROM and
+ scd for Sony CD-ROM devicesFloppy drives
- fd
+ fd
- SCSI tape drives
- sa
+ SCSI tape drives
+ sa
- IDE tape drives
- ast
+ IDE tape drives
+ astFlash drives
- fla for &diskonchip; Flash
+ fla for &diskonchip; Flash
deviceRAID drives
- aacd for &adaptec; AdvancedRAID,
- mlxd and mlyd
+ aacd for &adaptec; AdvancedRAID,
+ mlxd and mlyd
for &mylex;,
- amrd for AMI &megaraid;,
- idad for Compaq Smart RAID,
- twed for &tm.3ware; RAID.
+ amrd for AMI &megaraid;,
+ idad for Compaq Smart RAID,
+ twed for &tm.3ware; RAID,
+ mfid for &lsilogic; &megaraid;.
@@ -402,7 +403,7 @@
- USB Storage Devices
+ USB Storage Devices
@@ -420,52 +421,44 @@
disks
- Many external storage solutions, such as hard drives, USB
+ Many external storage solutions, such as hard drives, USB
thumbdrives, and CD/DVD burners, use the Universal Serial Bus
- (USB). &os; provides support for these devices.
+ (USB). &os; provides support for these devices.Configuration
- The USB mass storage devices driver, &man.umass.4;, is
+ The USB mass storage devices driver, &man.umass.4;, is
built into the GENERIC kernel and
- provides support for USB storage devices. For a custom
+ provides support for USB storage devices. For a custom
kernel, be sure that the following lines are present in the
kernel configuration file:
- device scbus
-device da
-device pass
-device uhci
-device ohci
-device ehci
-device usb
-device umass
+ device scbus # SCSI bus (required for ATA/SCSI)
+device da # Direct Access (disks)
+device cd # CD
+device pass # Passthrough device (direct ATA/SCSI access)
+device uhci # UHCI PCI->USB interface
+device ohci # OHCI PCI->USB interface
+device ehci # EHCI PCI->USB interface (USB 2.0)
+device xhci # XHCI PCI->USB interface (USB 3.0)
+device usb # USB Bus (required)
+device umass # Disks/Mass storage - Requires scbus and da
- Since the &man.umass.4; driver uses the SCSI subsystem to
- access the USB storage devices, any USB device will be seen as
- a SCSI device by the system. Depending on the USB chipset on
+ Since the &man.umass.4; driver uses the SCSI subsystem to
+ access the USB storage devices, any USB device will be seen as
+ a SCSI device by the system. Depending on the USB chipset on
the motherboard, device uhci or
- device ohci is used to provide USB 1.X
- support. Support for USB 2.0 controllers is provided by
- device ehci.
-
-
- If the USB device is a CD or DVD burner, &man.cd.4;,
- must be added to the kernel via the line:
-
- device cd
-
- Since the burner is seen as a SCSI drive, the driver
- &man.atapicam.4; should not be used in the kernel
- configuration.
-
+ device ohci is used to provide USB 1.X
+ support. Support for USB 2.0 controllers is provided by
+ device ehci and USB 3.0
+ by xhci.Testing the Configuration
- To test the USB configuration, plug in the USB device. In
+ To test the USB configuration, plug in the USB device. In
the system message buffer, &man.dmesg.8;, the drive should
appear as something like:
@@ -479,8 +472,8 @@
The brand, device node (da0), and
other details will differ according to the device.
- Since the USB device is seen as a SCSI one,
- camcontrol can be used to list the USB
+ Since the USB device is seen as a SCSI device,
+ camcontrol can be used to list the USB
storage devices attached to the system:&prompt.root; camcontrol devlist
@@ -488,7 +481,7 @@
If the drive comes with a file system, it can be mounted.
Refer to for
- instructions on how to format and create partitions on the USB
+ instructions on how to format and create partitions on the USB
drive.
@@ -511,24 +504,24 @@
add path 'da*' mode 0660 group operator
- If SCSI disks are installed in the system, change
+ If SCSI disks are installed in the system, change
the second line as follows:add path 'da[3-9]*' mode 0660 group operator
- This will exclude the first three SCSI disks
- (da0 to
- da2)from belonging to the
+ This will exclude the first three SCSI disks
+ (da0 through
+ da2) from belonging to the
operator
group.
- Next, enable the &man.devfs.rules.5; ruleset in
+ Enable the &man.devfs.rules.5; ruleset in
/etc/rc.conf:devfs_system_ruleset="localrules"
- Next, instruct the running kernel to allow regular users
+ Instruct the running kernel to allow regular users
to mount file systems. The easiest way is to add the
following line to
/etc/sysctl.conf:
@@ -551,7 +544,7 @@
&prompt.root; mkdir /mnt/username
&prompt.root; chown username:usergroup /mnt/username
- Suppose a USB thumbdrive is plugged in, and a device
+ Suppose a USB thumbdrive is plugged in, and a device
/dev/da0s1 appears. If the device is
preformatted with a FAT file system, it can be mounted
using:
@@ -646,13 +639,13 @@
Which tool to use to burn the CD depends on whether the
- CD burner is ATAPI or something else. ATAPI CD burners use
+ CD burner is ATAPI or something else. ATAPI CD burners use
burncd which is part of the base system.
- SCSI and USB CD burners should use cdrecord
+ SCSI and USB CD burners should use cdrecord
from the sysutils/cdrtools port. It is
also possible to use cdrecord and other
- tools for SCSI drives on ATAPI hardware with the
- ATAPI/CAM module.
+ tools for SCSI drives on ATAPI hardware with the
+ ATAPI/CAM module.For CD burning software with a graphical user
interface, consider X-CD-Roast or
@@ -661,7 +654,7 @@
sysutils/k3b ports.
X-CD-Roast and
K3b require the
- ATAPI/CAM module with ATAPI
+ ATAPI/CAM module with ATAPI
hardware.
@@ -755,7 +748,7 @@
CD-ROMsburning
- For an ATAPI CD burner, burncd can be
+ For an ATAPI CD burner, burncd can be
used to burn an ISO image onto a CD.
burncd is part of the base system,
installed as /usr/sbin/burncd. Usage is
@@ -774,7 +767,7 @@
cdrecord
- For systems without an ATAPI CD burner,
+ For systems without an ATAPI CD burner,
cdrecord can be used to burn CDs.
cdrecord is not part of the base system and
must be installed from either the
@@ -838,11 +831,11 @@
To duplicate an audio CD, extract the audio data from the
CD to a series of files, then write these files to a blank CD.
- The process is slightly different for ATAPI and SCSI
+ The process is slightly different for ATAPI and SCSI
drives.
- SCSI Drives
+ SCSI DrivesUse cdda2wav to extract the
@@ -864,12 +857,12 @@
- ATAPI Drives
+ ATAPI DrivesWith the help of the
- ATAPI/CAM module,
- cdda2wav can also be used on ATAPI
+ ATAPI/CAM module,
+ cdda2wav can also be used on ATAPI
drives. This tool is usually a better choice for most of
users, as it supports jitter correction and endianness,
than the method proposed below.
@@ -876,7 +869,7 @@
- The ATAPI CD driver makes each track available as
+ The ATAPI CD driver makes each track available as
/dev/acddtnn,
where d is the drive number,
and nn is the track number
@@ -941,7 +934,7 @@
will generate an error about Incorrect super
block, and will fail to mount the CD. The CD
- does not use the UFS file system, so
+ does not use the UFS file system, so
attempts to mount it as such will fail. Instead, tell
&man.mount.8; that the file system is of type
ISO9660 by specifying
@@ -950,7 +943,7 @@
under /mnt,
use:
- &prompt.root; mount -t cd9660 /dev/cd0 /mnt
+ &prompt.root; mount -t cd9660 /dev/cd0 /mntReplace /dev/cd0 with the device
name for the CD device. Also,
@@ -989,7 +982,7 @@
It can take a couple of seconds for a CD-ROM drive to realize
that a media is present, so be patient.
- Sometimes, a SCSI CD-ROM may be missed because it did not
+ Sometimes, a SCSI CD-ROM may be missed because it did not
have enough time to answer the bus reset. To resolve this,
add the following option to the kernel configuration and
rebuild the
@@ -997,7 +990,7 @@
options SCSI_DELAY=15000
- This tells the SCSI bus to pause 15 seconds during boot,
+ This tells the SCSI bus to pause 15 seconds during boot,
to give the CD-ROM drive every possible chance to answer the
bus reset.
@@ -1026,7 +1019,7 @@
- Using the ATAPI/CAM Driver
+ Using the ATAPI/CAM Driver
@@ -1041,11 +1034,11 @@
CD burner
- ATAPI/CAM driver
+ ATAPI/CAM driver
- This driver allows ATAPI devices, such as CD/DVD drives,
- to be accessed through the SCSI subsystem, and so allows the
+ This driver allows ATAPI devices, such as CD/DVD drives,
+ to be accessed through the SCSI subsystem, and so allows the
use of applications like sysutils/cdrdao or
&man.cdrecord.1;.
@@ -1092,17 +1085,17 @@
&prompt.root; mount -t cd9660 /dev/cd0 /mntAs root, run the
- following command to get the SCSI address of the
+ following command to get the SCSI address of the
burner:&prompt.root; camcontrol devlist
<MATSHITA CDRW/DVD UJDA740 1.00> at scbus1 target 0 lun 0 (pass0,cd0)
- In this example, 1,0,0 is the SCSI
- address to use with &man.cdrecord.1; and other SCSI
+ In this example, 1,0,0 is the SCSI
+ address to use with &man.cdrecord.1; and other SCSI
applications.
- For more information about ATAPI/CAM and SCSI system,
+ For more information about ATAPI/CAM and SCSI system,
refer to &man.atapicam.4; and &man.cam.4;.
@@ -1205,14 +1198,14 @@
sysutils/dvd+rw-tools utilities which
support all DVD media types.
- These tools use the SCSI subsystem to access the devices,
- therefore ATAPI/CAM support
+ These tools use the SCSI subsystem to access the devices,
+ therefore ATAPI/CAM support
must be loaded or statically compiled into the kernel. This
- support is not needed if the burner uses the USB interface.
+ support is not needed if the burner uses the USB interface.
Refer to for more details
- on USB device configuration.
+ on USB device configuration.
- DMA access must also be enabled for ATAPI devices, by
+ DMA access must also be enabled for ATAPI devices, by
adding the following line to
/boot/loader.conf:
@@ -1516,8 +1509,8 @@
Configuration
- DVD-RAM writers can use either a SCSI or ATAPI
- interface. For ATAPI devices, DMA access has to be
+ DVD-RAM writers can use either a SCSI or ATAPI
+ interface. For ATAPI devices, DMA access has to be
enabled by adding the following line to
/boot/loader.conf:
@@ -1613,7 +1606,7 @@
The floppy is now ready to be high-level formatted with
- a file system. The floppy's file system can be either UFS
+ a file system. The floppy's file system can be either UFS
or FAT, where FAT is generally a better choice for
floppies.
@@ -1638,8 +1631,8 @@
to be used in a modern system. Modern backup systems tend to
use off site combined with local removable disk drive
technologies. Still, &os; will support any tape drive that
- uses SCSI, such as LTO and older devices such as DAT. There is
- limited support for SATA and USB tape drives.
+ uses SCSI, such as LTO and older devices such as DAT. There is
+ limited support for SATA and USB tape drives.Serial Access with &man.sa.4;
@@ -1777,7 +1770,7 @@
Typically, a mix of backup techniques is used. For
example, one could create a schedule to automate a weekly, full
system backup that is stored off-site and to supplement this
- backup with hourly ZFS snapshots. In addition, one could make a
+ backup with hourly ZFS snapshots. In addition, one could make a
manual backup of individual directories or files before making
file edits or deletions.
@@ -1857,7 +1850,7 @@
This example sets RSH in order to write the
- the backup to a tape drive on a remote system over a
+ backup to a tape drive on a remote system over a
SSH connection:
@@ -1896,7 +1889,7 @@
same directory that is being backed up.
- Backing Up the Current Directory With
+ Backing Up the Current Directory with
tar&prompt.root; tar czvf /tmp/mybackup.tgz .
@@ -1910,7 +1903,7 @@
backup to restore.
- Restoring Up the Current Directory With
+ Restoring Up the Current Directory with
tar&prompt.root; tar xzvf /tmp/mybackup.tgz
@@ -1968,7 +1961,7 @@
examples would be:
- Backing Up the Current Directory With
+ Backing Up the Current Directory with
pax&prompt.root; pax -wf /tmp/mybackup.pax .
@@ -2158,7 +2151,7 @@
While &man.mdconfig.8; is useful, it takes several
command lines to create a file-backed file system. &os; also
comes with &man.mdmfs.8; which automatically configures a
- &man.md.4; disk using &man.mdconfig.8;, puts a UFS file system
+ &man.md.4; disk using &man.mdconfig.8;, puts a UFS file system
on it using &man.newfs.8;, and mounts it using &man.mount.8;.
For example, to create and mount the same file system image as
above, type the following:
@@ -2273,11 +2266,11 @@
snapshots
- &os; offers a feature in conjunction with
+ &os; offers a feature in conjunction with UFS
Soft Updates: file system
snapshots.
- UFS snapshots allow a user to create images of specified
+ UFS snapshots allow a user to create images of specified
file systems, and treat them as a file. Snapshot files must be
created in the file system that the action is performed on, and
a user may create no more than 20 snapshots per file system.
@@ -2285,8 +2278,8 @@
persistent across unmount and remount operations along with
system reboots. When a snapshot is no longer required, it can
be removed using &man.rm.1;. While snapshots may be removed in
- any order, all the used space may not be acquired because
- another snapshot will possibly claim some of the released
+ any order, all the used space may not be reclaimed because
+ another snapshot will possibly still be using some of the
blocks.The un-alterable file flag is set
@@ -2656,7 +2649,7 @@
systems. No cleartext ever touches the hard drive's
platter.
-
+ Disk Encryption with
gbde
@@ -2702,14 +2695,13 @@
Install the new drive to the system as explained in
. For the purposes
of this example, a new hard drive partition has been
- added as /dev/ad4s1c and
- /dev/ad0s1*
+ added as /dev/ada1p1 and
+ /dev/ada0*
represents the existing standard &os; partitions.
- &prompt.root; ls /dev/ad*
-/dev/ad0 /dev/ad0s1b /dev/ad0s1e /dev/ad4s1
-/dev/ad0s1 /dev/ad0s1c /dev/ad0s1f /dev/ad4s1c
-/dev/ad0s1a /dev/ad0s1d /dev/ad4
+ &prompt.root; ls /dev/ada*
+/dev/ada0 /dev/ada0p2 /dev/ada1
+/dev/ada0p1 /dev/ada0p3 /dev/ada1p1
@@ -2737,7 +2729,7 @@
initialized before it can be used. This initialization
needs to be performed only once:
- &prompt.root; gbde init /dev/ad4s1c -i -L /etc/gbde/ad4s1c.lock
+ &prompt.root; gbde init /dev/ada1p1 -i -L /etc/gbde/ada1p1.lock&man.gbde.8; will open the default editor, in order
to set various configuration options in a template. For
@@ -2767,7 +2759,7 @@
gbde initcreates a lock file for
the gbde partition. In this
example, it is stored as
- /etc/gbde/ad4s1c.lock.
+ /etc/gbde/ada1p1.lock.
gbde lock files must end in
.lock in order to be correctly detected
by the /etc/rc.d/gbde start up
@@ -2791,7 +2783,7 @@
Attach the Encrypted Partition to the
Kernel
- &prompt.root; gbde attach /dev/ad4s1c -l /etc/gbde/ad4s1c.lock
+ &prompt.root; gbde attach /dev/ada1p1 -l /etc/gbde/ada1p1.lockThis command will prompt to input the passphrase
that was selected during the initialization of the
@@ -2800,10 +2792,9 @@
/dev as
/dev/device_name.bde:
- &prompt.root; ls /dev/ad*
-/dev/ad0 /dev/ad0s1b /dev/ad0s1e /dev/ad4s1
-/dev/ad0s1 /dev/ad0s1c /dev/ad0s1f /dev/ad4s1c
-/dev/ad0s1a /dev/ad0s1d /dev/ad4 /dev/ad4s1c.bde
+ &prompt.root; ls /dev/ada*
+/dev/ada0 /dev/ada0p2 /dev/ada1 /dev/ada1p1.bde
+/dev/ada0p1 /dev/ada0p3 /dev/ada1p1
@@ -2815,7 +2806,7 @@
&man.newfs.8;. This example creates a UFS2 file
system with soft updates enabled.
- &prompt.root; newfs -U /dev/ad4s1c.bde
+ &prompt.root; newfs -U /dev/ada1p1.bde&man.newfs.8; must be performed on an attached
@@ -2836,7 +2827,7 @@
Mount the encrypted file system:
- &prompt.root; mount /dev/ad4s1c.bde /private
+ &prompt.root; mount /dev/ada1p1.bde /private
@@ -2848,12 +2839,9 @@
&prompt.user; df -H
Filesystem Size Used Avail Capacity Mounted on
-/dev/ad0s1a 1037M 72M 883M 8% /
-/devfs 1.0K 1.0K 0B 100% /dev
-/dev/ad0s1f 8.1G 55K 7.5G 0% /home
-/dev/ad0s1e 1037M 1.1M 953M 0% /tmp
-/dev/ad0s1d 6.1G 1.9G 3.7G 35% /usr
-/dev/ad4s1c.bde 150G 4.1K 138G 0% /private
+/dev/ada0p2 1037M 72M 883M 8% /
+/devfs 1.0K 1.0K 0B 100% /dev
+/dev/ada1p1.bde 150G 4.1K 138G 0% /private
@@ -2872,7 +2860,7 @@
Attach the gbde Partition to the
Kernel
- &prompt.root; gbde attach /dev/ad4s1c -l /etc/gbde/ad4s1c.lock
+ &prompt.root; gbde attach /dev/ada1p1 -l /etc/gbde/ada1p1.lockThis command will prompt for the passphrase that was
selected during initialization of the encrypted
@@ -2887,13 +2875,13 @@
the file systems must be checked for errors by running
&man.fsck.8; manually before mounting:
- &prompt.root; fsck -p -t ffs /dev/ad4s1c.bde
+ &prompt.root; fsck -p -t ffs /dev/ada1p1.bdeMount the Encrypted File System
- &prompt.root; mount /dev/ad4s1c.bde /private
+ &prompt.root; mount /dev/ada1p1.bde /privateThe encrypted file system is now available for
use.
@@ -2915,7 +2903,7 @@
&man.rc.conf.5;:
gbde_autoattach_all="YES"
-gbde_devices="ad4s1c"
+gbde_devices="ada1p1"
gbde_lockdir="/etc/gbde"This requires that the
@@ -2950,12 +2938,12 @@
probing for devices. To detach the encrypted device used in
the example, use the following command:
- &prompt.root; gbde detach /dev/ad4s1c
+ &prompt.root; gbde detach /dev/ada1p1
-
+ Disk Encryption with geli
@@ -3116,11 +3104,8 @@
&prompt.root; df -H
Filesystem Size Used Avail Capacity Mounted on
-/dev/ad0s1a 248M 89M 139M 38% /
+/dev/ada0p2 248M 89M 139M 38% /
/devfs 1.0K 1.0K 0B 100% /dev
-/dev/ad0s1f 7.7G 2.3G 4.9G 32% /usr
-/dev/ad0s1d 989M 1.5M 909M 0% /tmp
-/dev/ad0s1e 3.9G 1.3G 2.3G 35% /var
/dev/da2.eli 150G 4.1K 138G 0% /private
@@ -3198,7 +3183,7 @@
passwords stay in physical memory, these passwords will not be
written to disk and be cleared after a reboot. If &os; starts
swapping out memory pages to free space for other applications,
- the passwords may be written to the disk platters unencrypted.
+ the passwords may be written to disk unencrypted.
Encrypting swap space can be a solution for this
scenario.
@@ -3209,7 +3194,7 @@
For the remainder of this section,
- ad0s1b will be the swap
+ ada0p3 will be the swap
partition.
@@ -3218,7 +3203,7 @@
overwrite the current swap partition with random garbage,
execute the following command:
- &prompt.root; dd if=/dev/random of=/dev/ad0s1b bs=1m
+ &prompt.root; dd if=/dev/random of=/dev/ada0p3 bs=1mSwap Encryption with &man.gbde.8;
@@ -3228,7 +3213,7 @@
line:
# Device Mountpoint FStype Options Dump Pass#
-/dev/ad0s1b.bde none swap sw 0 0
+/dev/ada0p3.bde none swap sw 0 0
@@ -3241,11 +3226,11 @@
line:
# Device Mountpoint FStype Options Dump Pass#
-/dev/ad0s1b.eli none swap sw 0 0
+/dev/ada0p3.eli none swap sw 0 0
&man.geli.8; uses the AES algorithm
with a key length of 128 bit by default. These defaults can
- be altered by using geli_swap_flags in
+ be altered by using geli_swap_flags in
/etc/rc.conf. The following line tells
the encswap rc.d script to create
&man.geli.8; swap partitions using the Blowfish algorithm with
@@ -3270,13 +3255,13 @@
&prompt.user; swapinfo
Device 1K-blocks Used Avail Capacity
-/dev/ad0s1b.bde 542720 0 542720 0%
+/dev/ada0p3.bde 542720 0 542720 0%
If &man.geli.8; is being used:&prompt.user; swapinfo
Device 1K-blocks Used Avail Capacity
-/dev/ad0s1b.eli 542720 0 542720 0%
+/dev/ada0p3.eli 542720 0 542720 0%
@@ -3897,9 +3882,9 @@
- For this example, a standard UFS file system was used.
+ For this example, a standard UFS file system was used.
To reduce the time needed for recovery, a journal-enabled
- UFS or ZFS file system can be used instead.
+ UFS or ZFS file system can be used instead.More detailed information with additional examples can
Index: head/share/xml/trademarks.ent
===================================================================
--- head/share/xml/trademarks.ent (revision 44203)
+++ head/share/xml/trademarks.ent (working copy)
@@ -183,6 +183,7 @@
LSI Logic, AcceleRAID, eXtremeRAID,
MegaRAID and Mylex are trademarks or registered trademarks of LSI
Logic Corp.">
+LSI Logic Corp.">
AcceleRAID">
MegaRAID">
Mylex">
>Release-Note:
>Audit-Trail:
>Unformatted:
From assembler914 at outlook.com Tue Mar 18 17:01:34 2014
From: assembler914 at outlook.com (velocidade da luz)
Date: Tue, 18 Mar 2014 20:00:27 +0300
Subject: This may help freebsd.doc?
Message-ID:
Using Google Translate, I am active on several nationality-specific platforms, includingthe Dutch, Spanish, Brazilian, French and Russian Ubuntu forums, as well as the Italian and internationalOpenMandriva forums, where my username is assembler;the German Ubuntu forum, where my username is assembleur;the Spanish FreeBSD mailing list, where I'm known as Jorge Luis Carvalho Santos;FUG-BR (the Brazilian chapter of the FreeBSD Users' Group).A user of the German Ubuntu forum told me that my writing style is the style he wanted to have and that my style is easily translated by Google in all other languages ?. My native language is (Brazilian) Portuguese. My working method is to copy and paste the text I want to translate into Google Translate: https://translate.google.com.br/.
This may help freebsd.doc?If not, what I should learn to help freebsd.doc?
From tisha_barrera at genesi-group.it Tue Mar 18 22:58:50 2014
From: tisha_barrera at genesi-group.it (Tisha Barrera)
Date: Tue, 18 Mar 2014 23:51:41 +0100 (CET)
Subject: call me
Message-ID: <20140318225141.B07A91805C0@web.genesi-group.it>
He he Large cock banging babe indoors
[1]http://betexe.ru/tmp/install_4e25427bf092e/Slider-v1.5.0/files_15/fo
rced/plugins/editors-xtd/slider/ava.html
References
1. http://betexe.ru/tmp/install_4e25427bf092e/Slider-v1.5.0/files_15/forced/plugins/editors-xtd/slider/ava.html
From morgane.borges at orange.fr Wed Mar 19 07:28:35 2014
From: morgane.borges at orange.fr (=?iso-8859-1?Q?Soci=E9t=E9_de_Calcul_Math=E9matique_SA?=)
Date: Wed, 19 Mar 2014 08:28:27 +0100
Subject: Archimedes' Modern Works
Message-ID: <13CAEODH-Z8E-BESU-AZBQ-BLNKAHGHPQYX@orange.fr>
Dear Colleagues,
Archimedes died more than 2 200 years ago. Most people think that, even if he is considered to be one of the greatest geniuses of all time,
everything he did, no matter how clever he was, has been long ago incorporated by modern science, and that he belongs to the past.
But this is not true at all, as this book shows. Two main ideas, namely what we call "Archimedes Maps" and what he called himself "the Method",
lead to completely new approaches to modern day scientific and social problems, with far more powerful tools than the ones which were later produced by other means.
Archimedes Maps are the key to many of our modern concerns: optimal allocation of resources, monitoring and surveillance.
Lost for more than 2 000 years, the "Weighing Method" provides - when correctly understood - extremely efficient tools in various areas of mathematics and physics:
probability theory, optics, systems of polynomial equations, nondestructive testing, and many others.
In order to learn more about the book and see an order form, please see:
http://scmsa.eu/archives/SCM_AMW_order.htm
In order to see the readers' comments, including the two reviews recently published by the Bulletin, Irish Math. Society, please see:
http://scmsa.eu/archives/AMW_Readers_comments.pdf
The book can be bought on line.
Thank you for your interest
Prof. Bernard Beauzamy
Chairman and CEO,
Societe de Calcul Mathematique SA
111 Faubourg St Honor?
75008 Paris - France
+33 1.42.89.08.91
assistante at scmsa.eu
****
If you do not wish to be kept informed about our activities,
please send an email to assistante at scmsa.eu
subject: remove
From dru at freebsd.org Wed Mar 19 13:00:01 2014
From: dru at freebsd.org (Dru Lavigne)
Date: Wed, 19 Mar 2014 12:56:07 GMT
Subject: docs/187733: line numbers in program listings cycle from 0-9
Message-ID: <201403191256.s2JCu7rs077177@cgiserv.freebsd.org>
>Number: 187733
>Category: docs
>Synopsis: line numbers in program listings cycle from 0-9
>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 19 13:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Dru Lavigne
>Release:
>Organization:
>Environment:
>Description:
If a program listing is more than 9 lines long, the line numbers cycle back to 0-9. For example, the first program listing in http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-iscsi.html is 15 lines long, but the lines are numbered from 1-9, then from 0-5.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
From wblock at FreeBSD.org Wed Mar 19 15:02:37 2014
From: wblock at FreeBSD.org (wblock at FreeBSD.org)
Date: Wed, 19 Mar 2014 15:02:37 GMT
Subject: docs/187733: line numbers in program listings cycle from 0-9
Message-ID: <201403191502.s2JF2bW3036346@freefall.freebsd.org>
Synopsis: line numbers in program listings cycle from 0-9
Responsible-Changed-From-To: freebsd-doc->wblock
Responsible-Changed-By: wblock
Responsible-Changed-When: Wed Mar 19 15:02:17 UTC 2014
Responsible-Changed-Why:
Take.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187733
From assembler914 at outlook.com Wed Mar 19 15:39:22 2014
From: assembler914 at outlook.com (velocidade da luz)
Date: Wed, 19 Mar 2014 18:39:21 +0300
Subject: This may help freebsd.doc?
In-Reply-To:
References:
Message-ID:
> From: assembler914 at outlook.com
> To: freebsd-doc at freebsd.org
> Subject: This may help freebsd.doc?
> Date: Tue, 18 Mar 2014 20:00:27 +0300
>
> Using Google Translate, I am active on several nationality-specific platforms, includingthe Dutch, Spanish, Brazilian, French and Russian Ubuntu forums, as well as the Italian and internationalOpenMandriva forums, where my username is assembler;the German Ubuntu forum, where my username is assembleur;the Spanish FreeBSD mailing list, where I'm known as Jorge Luis Carvalho Santos;FUG-BR (the Brazilian chapter of the FreeBSD Users' Group).A user of the German Ubuntu forum told me that my writing style is the style he wanted to have and that my style is easily translated by Google in all other languages ?. My native language is (Brazilian) Portuguese. My working method is to copy and paste the text I want to translate into Google Translate: https://translate.google.com.br/.
> This may help freebsd.doc?If not, what I should learn to help freebsd.doc?
>
> _______________________________________________
> freebsd-doc at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscribe at freebsd.org"
because no one responds?
From bjk at freebsd.org Wed Mar 19 16:47:21 2014
From: bjk at freebsd.org (Benjamin Kaduk)
Date: Wed, 19 Mar 2014 12:42:05 -0400 (EDT)
Subject: em dashes in mdoc (was Re: Hello fdclose)
In-Reply-To: <20140319071034.H996@besplex.bde.org>
References:
<201403181404.52197.jhb@freebsd.org> <20140319071034.H996@besplex.bde.org>
Message-ID:
[changing cc list dramatically]
On Wed, 19 Mar 2014, Bruce Evans wrote:
> On Tue, 18 Mar 2014, John Baldwin wrote:
>
>> @@ -84,7 +130,9 @@
>> .Sh NOTES
>> The
>> .Fn fclose
>> -function
>> +and
>> +.Fn fdclose
>> +functions
>> does not handle NULL arguments; they will result in a segmentation
>> violation.
>> This is intentional - it makes it easier to make sure programs written
>>
>
> In the old version:
>
> Em-dash seems to be handled poorly by mdoc. It seems to be necessary
> to hard code it. It shouldn't be hard coded as a hyphen.
I seem to remember looking into mdoc's handling of em dashes a month or
two ago, and concluding that mdoc did not handle em dashes at all. That
is, I did not see any macros that attempted to render as a dash of any
type, so that the man page author is required to hard code a dash as
either one or two (or three, I suppose) hyphens.
A scan of the prior art suggested that most existing instances use a
single hyphen, and the double hyphen is quite rare.
Warren did note that it is probably best to write in a style that avoids
the need for the em dash, which I cannot really argue against.
Bruce, do you have any details you can add about mdoc's interaction with
em (or en) dashes?
Thanks,
Ben
From freebsd-lists at be-well.ilk.org Wed Mar 19 17:43:26 2014
From: freebsd-lists at be-well.ilk.org (Lowell Gilbert)
Date: Wed, 19 Mar 2014 13:43:24 -0400
Subject: This may help freebsd.doc?
In-Reply-To: (velocidade da
luz's message of "Wed, 19 Mar 2014 18:39:21 +0300")
References:
Message-ID: <44mwgmcceb.fsf@be-well.ilk.org>
velocidade da luz writes:
>> From: assembler914 at outlook.com
>> To: freebsd-doc at freebsd.org
>> Subject: This may help freebsd.doc?
>> Date: Tue, 18 Mar 2014 20:00:27 +0300
>>
>> Using Google Translate, I am active on several nationality-specific
>> platforms, includingthe Dutch, Spanish, Brazilian, French and
>> Russian Ubuntu forums, as well as the Italian and
>> internationalOpenMandriva forums, where my username is assembler;the
>> German Ubuntu forum, where my username is assembleur;the Spanish
>> FreeBSD mailing list, where I'm known as Jorge Luis Carvalho
>> Santos;FUG-BR (the Brazilian chapter of the FreeBSD Users' Group).A
>> user of the German Ubuntu forum told me that my writing style is the
>> style he wanted to have and that my style is easily translated by
>> Google in all other languages ?. My native language is (Brazilian)
>> Portuguese. My working method is to copy and paste the text I want
>> to translate into Google Translate:
>> https://translate.google.com.br/.
>> This may help freebsd.doc?If not, what I should learn to help freebsd.doc?
>>
>> _______________________________________________
>> freebsd-doc at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
>> To unsubscribe, send any mail to "freebsd-doc-unsubscribe at freebsd.org"
>
> because no one responds?
There is a Brazilian Portuguese documentation group, but it's fairly
quiet for a country with such an active userbase. Those are the people
with whom to check, I would think.
From remko at FreeBSD.org Wed Mar 19 18:44:17 2014
From: remko at FreeBSD.org (Remko Lodder)
Date: Wed, 19 Mar 2014 19:44:05 +0100
Subject: This may help freebsd.doc?
In-Reply-To: <44mwgmcceb.fsf@be-well.ilk.org>
References:
<44mwgmcceb.fsf@be-well.ilk.org>
Message-ID:
On 19 Mar 2014, at 18:43, Lowell Gilbert wrote:
> velocidade da luz writes:
>
>>> From: assembler914 at outlook.com
>>> To: freebsd-doc at freebsd.org
>>> Subject: This may help freebsd.doc?
>>> Date: Tue, 18 Mar 2014 20:00:27 +0300
>>>
>>> Using Google Translate, I am active on several nationality-specific
>>> platforms, includingthe Dutch, Spanish, Brazilian, French and
>>> Russian Ubuntu forums, as well as the Italian and
>>> internationalOpenMandriva forums, where my username is assembler;the
>>> German Ubuntu forum, where my username is assembleur;the Spanish
>>> FreeBSD mailing list, where I'm known as Jorge Luis Carvalho
>>> Santos;FUG-BR (the Brazilian chapter of the FreeBSD Users' Group).A
>>> user of the German Ubuntu forum told me that my writing style is the
>>> style he wanted to have and that my style is easily translated by
>>> Google in all other languages ?. My native language is (Brazilian)
>>> Portuguese. My working method is to copy and paste the text I want
>>> to translate into Google Translate:
>>> https://translate.google.com.br/.
>>> This may help freebsd.doc?If not, what I should learn to help freebsd.doc?
>>>
>>> _______________________________________________
>>> freebsd-doc at freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
>>> To unsubscribe, send any mail to "freebsd-doc-unsubscribe at freebsd.org"
>>
>> because no one responds?
>
> There is a Brazilian Portuguese documentation group, but it's fairly
> quiet for a country with such an active userbase. Those are the people
> with whom to check, I would think.
> _______________________________________________
>
Also please note that smacking the text through Google Translate is likely to give.. awkward
translations. As far as I know none of the translation projects actually use Google Translate
to do the translations. As one of the two doc_NL members, I can state for sure that we do not
use that. And I would not consider it at all given the ? strange translations it generates.
Thanks
Remko
--
/"\ Best regards, | remko at FreeBSD.org
\ / Remko Lodder | remko at EFnet
X http://www.evilcoder.org/ |
/ \ ASCII Ribbon Campaign | Against HTML Mail and News
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL:
From webinfo.tech11 at gmail.com Wed Mar 19 19:16:37 2014
From: webinfo.tech11 at gmail.com (Mohit singh)
Date: Thu, 20 Mar 2014 00:46:18 +0530
Subject: Web Design and Mobile Application Development
Message-ID: <5329ed12.4291420a.2e65.ffffb20b@mx.google.com>
Hi,
My name is Mohit singh, Online Marketing Consultant.
I found you and your from Internet. I would like to discuss a business
opportunity with you.
We are in Web Design and Development firm based in India, with over 6 years
of experience. With Web Designing & Development, Flash Design, Graphic
Design, PHP Development, CMS and E-commerce Solution.
We offer following Services with affordable cost than what it might be in
house: -
PHP Website Development
Mobile Application Development
Joomla Website Development
iPhone Apps Development
Word press Website Development
Andriod Apps Development
Magento Website Development
iPad Apps Development
Shopify Website Development
Android Tablet Apps
Drupal Development
Windows Applications Development
Face book Aps & Social Media
Mobile Website Development
eCommerce Solutions
iOS Apps Development
Payment Gateway Integration
Web Design
I will highly appreciate if you have any requirement for the same or any
other requirement on the above mentioned services provided by us.
Looking forward to hearing from you.
Kinds Regards,
Mohit singh
Online Marketing Consultant
Disclaimer: The CAN-SPAM Act of 2003 (Controlling the Assault of
Non-Solicited Pornography and Marketing Act) establishes requirements for
those who send commercial email, spells out penalties for spammers and
companies whose products are advertised in spam if they violate the law, and
gives consumers the right to ask mailers to stop spamming them. The above
mail is in accordance to the Can Spam act of 2003: There are no deceptive
subject lines and is a manual process through our efforts on World Wide Web.
From freebsd at allanjude.com Wed Mar 19 21:30:01 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Wed, 19 Mar 2014 21:30:01 GMT
Subject: docs/187321: [handbook] [patch] Clarification needed on using
geli rc.d script
Message-ID: <201403192130.s2JLU1l7058098@freefall.freebsd.org>
The following reply was made to PR docs/187321; it has been noted by GNATS.
From: Allan Jude
To: bug-followup at FreeBSD.org, jack-benny at cyberinfo.se
Cc:
Subject: Re: docs/187321: [handbook] [patch] Clarification needed on using
geli rc.d script
Date: Wed, 19 Mar 2014 17:24:22 -0400
This is a multi-part message in MIME format.
--------------050203020502020103060605
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Minor edits to the patch
- added double spaces after periods
- removed whitespace at ends of lines
- reflowed paragraphs for 70 columns
- removed the duplicated reference to /etc/fstab
- added a warning about the fact that the password prompt can be hidden
by device attachments
- Other minor grammar edits
--
Allan Jude
--------------050203020502020103060605
Content-Type: text/plain; charset=windows-1252;
name="docs.disks_geli_fix.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="docs.disks_geli_fix.patch"
Index: en_US.ISO8859-1/books/handbook/disks/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/disks/chapter.xml (revision 44271)
+++ en_US.ISO8859-1/books/handbook/disks/chapter.xml (working copy)
@@ -3164,6 +3164,18 @@
the geli provider from the kernel before
the system shuts down.
+ During the boot process, the system will prompt
+ for the passphrase in order to attach the
+ GELI provider. The password prompt may
+ become hidden by other kernel messages, look carefully
+ when the boot process seems to stall. If the correct
+ password is given, the system will attach the provider.
+ However, if the provider is not subsequently used by a file
+ system the provider will timeout and automatically be
+ detached. In order to keep the provider attached, it must
+ be mounted by an entry in /etc/fstab.
+ See &man.fstab.5; for more information.
+
More information about configuring
rc.d is provided in the
rc.d section of the
--------------050203020502020103060605--
From freebsd at allanjude.com Wed Mar 19 22:10:03 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Wed, 19 Mar 2014 22:10:02 GMT
Subject: docs/187321: [handbook] [patch] Clarification needed on using
geli rc.d script
Message-ID: <201403192210.s2JMA2So069623@freefall.freebsd.org>
The following reply was made to PR docs/187321; it has been noted by GNATS.
From: Allan Jude
To: bug-followup at FreeBSD.org, jack-benny at cyberinfo.se
Cc:
Subject: Re: docs/187321: [handbook] [patch] Clarification needed on using
geli rc.d script
Date: Wed, 19 Mar 2014 18:00:53 -0400
This is a multi-part message in MIME format.
--------------020407010902050606020603
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Fix a typo that caused a build error
--
Allan Jude
--------------020407010902050606020603
Content-Type: text/plain; charset=windows-1252;
name="docs.disks_geli_fix_v2.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="docs.disks_geli_fix_v2.patch"
Index: en_US.ISO8859-1/books/handbook/disks/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/disks/chapter.xml (revision 44271)
+++ en_US.ISO8859-1/books/handbook/disks/chapter.xml (working copy)
@@ -3164,6 +3164,18 @@
the geli provider from the kernel before
the system shuts down.
+ During the boot process, the system will prompt
+ for the passphrase in order to attach the
+ GELI provider. The password prompt may
+ become hidden by other kernel messages, look carefully
+ when the boot process seems to stall. If the correct
+ password is given, the system will attach the provider.
+ However, if the provider is not subsequently used by a file
+ system the provider will timeout and automatically be
+ detached. In order to keep the provider attached, it must
+ be mounted by an entry in /etc/fstab.
+ See &man.fstab.5; for more information.
+
More information about configuring
rc.d is provided in the
rc.d section of the
--------------020407010902050606020603--
From freebsd at allanjude.com Wed Mar 19 22:20:01 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Wed, 19 Mar 2014 22:13:07 GMT
Subject: docs/187773: [handbook] callouts appear to be broken,
failing to render
Message-ID: <201403192213.s2JMD7JI072030@cgiserv.freebsd.org>
>Number: 187773
>Category: docs
>Synopsis: [handbook] callouts appear to be broken, failing to render
>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 19 22:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Allan Jude
>Release: 9.2-RELEASE
>Organization:
ScaleEngine Inc.
>Environment:
FreeBSD Trooper.HML3.ScaleEngine.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
While reading the handbook I noticed that callouts appear to be broken
Looking at:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/security-advisories.html#idp77807024
In the programlisting there are no callout images
After the programlisting, the legend has each of the callouts defined, but the numbers are not shown inline in the programlisting
Appears to have been broken by r44109
I suspect it is this change that also broke userinput inside of screen:
http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/187515
And any other inline elements inside a screen or programlisting
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
From freebsd at allanjude.com Wed Mar 19 22:30:02 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Wed, 19 Mar 2014 22:30:02 GMT
Subject: docs/187465: mention patchlevels in explaining security advisories
Message-ID: <201403192230.s2JMU2UY076686@freefall.freebsd.org>
The following reply was made to PR docs/187465; it has been noted by GNATS.
From: Allan Jude
To: bug-followup at FreeBSD.org, freebsd-bugs-local at be-well.ilk.org
Cc:
Subject: Re: docs/187465: mention patchlevels in explaining security advisories
Date: Wed, 19 Mar 2014 18:21:20 -0400
This is a multi-part message in MIME format.
--------------040705090909050100010306
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Minor edits to the patch
- Fix whitespace in patch it self
- Add double space after periods
- Improve explaination
- Minor grammar changes
Note: I noticed while editing this callouts appears to be broken. Filed
a separate PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/187773
--
Allan Jude
--------------040705090909050100010306
Content-Type: text/plain; charset=windows-1252;
name="docs.security_corrected_fix.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="docs.security_corrected_fix.patch"
Index: handbook/security/chapter.xml
===================================================================
--- handbook/security/chapter.xml (revision 44271)
+++ handbook/security/chapter.xml (working copy)
@@ -3284,7 +3284,15 @@
The Corrected field indicates the
date, time, time offset, and release that was
- corrected.
+ corrected. The section in parentheses shows each branch
+ to which the fix has been merged, and the version number
+ of the corresponding release from that branch. The
+ release identifier itself, includes the version number
+ and, if appropriate, the patch level. The patch level is
+ the letter p followed by a number,
+ indicating the sequence number of the patch, allowing
+ users to track which patches have already been applied to
+ the system.
--------------040705090909050100010306--
From freebsd at allanjude.com Wed Mar 19 22:30:03 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Wed, 19 Mar 2014 22:30:03 GMT
Subject: docs/187515: userinput inside screen elements is not rendered
differently
Message-ID: <201403192230.s2JMU3KO076692@freefall.freebsd.org>
The following reply was made to PR docs/187515; it has been noted by GNATS.
From: Allan Jude
To: bug-followup at FreeBSD.org, wblock at FreeBSD.org
Cc:
Subject: Re: docs/187515: userinput inside screen elements is not rendered
differently
Date: Wed, 19 Mar 2014 18:21:14 -0400
I have confirmed that this problem goes away if you revert r44109
The changes in 44109 seem to break all inline elements (userinput,
replaceable, callouts, etc) inside screen, programlisting etc (all the
things we added line numbers to)
Hopefully some XSLT wizardry and fix this, as the line numbers are
really nice.
Also see: http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/187773
--
Allan Jude
From brde at optusnet.com.au Wed Mar 19 23:09:40 2014
From: brde at optusnet.com.au (Bruce Evans)
Date: Thu, 20 Mar 2014 10:09:31 +1100 (EST)
Subject: em dashes in mdoc (was Re: Hello fdclose)
In-Reply-To:
References:
<201403181404.52197.jhb@freebsd.org> <20140319071034.H996@besplex.bde.org>
Message-ID: <20140320093525.N1015@besplex.bde.org>
On Wed, 19 Mar 2014, Benjamin Kaduk wrote:
> [changing cc list dramatically]
>
> On Wed, 19 Mar 2014, Bruce Evans wrote:
>
>> On Tue, 18 Mar 2014, John Baldwin wrote:
>>
>>> @@ -84,7 +130,9 @@
>>> .Sh NOTES
>>> The
>>> .Fn fclose
>>> -function
>>> +and
>>> +.Fn fdclose
>>> +functions
>>> does not handle NULL arguments; they will result in a segmentation
>>> violation.
>>> This is intentional - it makes it easier to make sure programs written
>>
>> In the old version:
>>
>> Em-dash seems to be handled poorly by mdoc. It seems to be necessary
>> to hard code it. It shouldn't be hard coded as a hyphen.
>
> I seem to remember looking into mdoc's handling of em dashes a month or two
> ago, and concluding that mdoc did not handle em dashes at all. That is, I
> did not see any macros that attempted to render as a dash of any type, so
> that the man page author is required to hard code a dash as either one or two
> (or three, I suppose) hyphens.
>
> A scan of the prior art suggested that most existing instances use a single
> hyphen, and the double hyphen is quite rare.
I thought the double hyphen was used more. A single hyphen is especially
bad for em-dash in C and math ASCII text since it normally means a minus
sign.
> Warren did note that it is probably best to write in a style that avoids the
> need for the em dash, which I cannot really argue against.
>
> Bruce, do you have any details you can add about mdoc's interaction with em
> (or en) dashes?
I just noticed that old gnu man pages use double dashes more, and ones that
haven't been fully translated to mdoc even have a macro for it. E.g., from
patch.1:
%%%
'\"
'\" Set up \*(-- to give an unbreakable dash;
'\" string Tr holds user defined translation string.
'\" Bell System Logo is used as a dummy character.
'\"
.if !d Tr .ds Tr
.ie n \{\
.tr \(*W-\*(Tr
.ds -- \(*W-
.if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
.if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
.ds L" ""
.ds R" ""
.ds L' '
.ds R' '
'br \}
.el \{\
.ds -- \(em\|
.tr \*(Tr
.ds L" ``
.ds R" ''
.ds L' `
.ds R' '
'br\}
%%%
I don't understand the syntax for this. patch.1 actually uses double
dashes (not em-dashes) a lot for gnu-style options. In the old version,
the source code for the -c option is:
.B "\-c, \-\-context"
Lots of hard-coding there, in a way that disguises the double dashes
(I missed this at first by grepping for "\--").
In the current version, the corresponding source code is:
.It Fl c, Fl Fl context
Bruce
From webdegineservice65 at gmail.com Thu Mar 20 09:40:15 2014
From: webdegineservice65 at gmail.com (Sophia)
Date: Thu, 20 Mar 2014 15:09:54 +0530
Subject: SEO Special offer at very affordable price
Message-ID: <532ab77d.c1d8420a.07c6.ffffa55f@mx.google.com>
Greetings,
We are offering SEO Special offer at very affordable price for this month
only and this service will be continue for a long term for this month
clients. For achieving top ten ranking and traffic we will do all possible
activities and implement new techniques.
Monthly Task and responsibilities: -
We will do the following on page activities for 1st month and off page on
per month basis: -
1. 200 Manually Directory Submissions
2. 50 Social Bookmarking Submissions
3. 1 Press Release writing (500+ words)
4. 1 Press Release submit in 30 Sites
5. 1 Unique Article writing (500+ words)
6. 1 Articles Submit in 30 Top Directories
7. 4 Web2.0/Blog postings
8. 10 Social media like Twitter and facebook Post
9. Squidoo Web page
10. Keywords Mapping
11. Keywords density check
12. Content optimization
13. Keywords proximity and frequency
14. Title Tag changes suggestions
15. Meta tags changes suggestions
16. Alt tag changes suggestions
17. HTML Site Map suggestions
18. XML site map setup
19. Anchor text optimization
20. Interlinking suggestions
21. Google analytics setup
22. Keywords Analysis & Research
23. Fortnightly Work Report
24. Monthly Ranking Report
25. Monthly Full Detailed SEO Work Report in Excel.
Please let us know, If you are interested in our Affordable seo services.
NOTE: Kindly let me know your phone number and Skype ID is the best timing
along with time zone to give you a call to discuss more.
Waiting for your positive response.
Kind Regards,
Sophia
From newsletters at vs.com Fri Mar 21 08:31:02 2014
From: newsletters at vs.com (CamZhub)
Date: Fri, 21 Mar 2014 04:21:53 -0400
Subject: 80 Free Credits - Limited Time Special offer
Message-ID: <20140321082153.26451.1559953359.swift@live015.vs3.com>
CamZhub - The Hottest Adult Webcam Experience!
We see you've experienced some problems logging into your account. We would like to make up for it with a special offer.
For a limited time, we would like to offer you 80 FREE Credits*
This offer can be only redeemed from Friday March 21st EST thru Sunday March 23rd EST.
Going to this URL, http://www.camzhub.com/click/login/auto.php?address=doc at freebsd.org&schedule_id=24955&sitekey=whitelabel&wl_domain=camzhub.com&username=OzzyRebdowt&eng_params=441f957b8a93634e19e3f5636f7a9f2f¶ms=441f957b8a93634e19e3f5636f7a9f2f&page=%2F_special%2F1click-offer.php, will automatically load the free credits in to your account. That's it!
Username: OzzyRebdowt
http://www.camzhub.com/click/login/auto.php?address=doc at freebsd.org&schedule_id=24955&sitekey=whitelabel&wl_domain=camzhub.com&username=OzzyRebdowt&eng_params=441f957b8a93634e19e3f5636f7a9f2f¶ms=441f957b8a93634e19e3f5636f7a9f2f&page=%2F_special%2F1click-offer.php
*80 free credit offer can only be redeemed once per user
It is not our intention to send you email if you do not want it! If you have never visited our
site, have not intentionally given us your email address, or believe you are getting our messages
in error, please follow these steps to ensure removal from our database:
Click the following link to permanently remove your information from this list:
http://www.camzhub.com/newsletters.php?a=unsubscribe&type_id=103&email=doc at freebsd.org
Follow these steps and you will be automatically removed from our database. If you are
having trouble please contact our 24 hour support staff at 818-880-9021 or customerservice at vs.com,
or by mail at:
VS Media Inc.
ATTN: E-Mail Service Rep.
26500 W. Agoura Rd.
Suite 102-734
Calabasas, CA 91302 USA
Tel: +1-818-880-9021
From support at messagesfind.com Sat Mar 22 07:07:26 2014
From: support at messagesfind.com (WhatsApp Messaging Service)
Date: Sat, 22 Mar 2014 16:07:24 +0900 (JST)
Subject: Voice Message Notification
Message-ID: <201403220707.s2M77O6s045713@www2896.sakura.ne.jp>
WhatsApp
You have a new Voice Message!
Message Details:
Time of Call:
Mar-18 2014 05:25:25
Lenth of Call:
75sec
Play
*If you cannot play, move message to the "Inbox" folder.
2014 WhatsApp Inc
From newsletters at vs.com Sat Mar 22 10:30:02 2014
From: newsletters at vs.com (CamZhub)
Date: Sat, 22 Mar 2014 06:21:00 -0400
Subject: Busty Babes Want To Play
Message-ID: <20140322102100.23764.921638822.swift@cheetah011.vs3.com>
CamZhub - Sat., March 22, 2014
Free Big Boob Webcams
Our girls cannot wait to show their big boobs on cam for you. If you like boob chat, you are in the right place. See live web cam girls with everything from big natural tits to huge fake juggs. Watch them play with their hard nipples and ask our big-breasted women to let you see them bouncing naked. Pick your busty babe and get ready for some nude action. Video chat or have a private cam show with your favorite girl, and watch a hot striptease. Don't forget to ask her to fondle her perfect tits for you. Beautiful big tits of all shapes, ready to be licked, fucked and sucked. Talk dirty live with our big-busted beauties free on our live adult webchat.
http://camzhub.com/click/live/girls/big boobs/
It is not our intention to send you email if you do not want it. If you have never visited our
site, have not intentionally given us your email address, or believe you are getting our messages
in error, please follow these steps to ensure removal from our database:
http://camzhub.com/newsletters.php?a=unsubscribe&type_id=103&email=doc at freebsd.org
to permanently remove your information.
Follow these steps and you will be automatically removed from our database. If you are
having trouble please contact our 24 hour support staff at 818-880-9021 or customerservice at vs.com,
or by mail at:
VS Media Inc. ATTN: E-Mail Service Rep. 26500 W. Agoura Rd. Suite 102-734 Calabasas, CA 91302 USA Tel: +1-818-880-9021
From andrew at ugh.net.au Sun Mar 23 15:50:02 2014
From: andrew at ugh.net.au (Andrew Stevenson)
Date: Sun, 23 Mar 2014 15:47:09 GMT
Subject: docs/187854: options XENHVM requires options SMP
Message-ID: <201403231547.s2NFl94Q080121@cgiserv.freebsd.org>
>Number: 187854
>Category: docs
>Synopsis: options XENHVM requires options SMP
>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: Sun Mar 23 15:50:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Andrew Stevenson
>Release: 10-RELEASE
>Organization:
UgH!
>Environment:
10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
If compiling a kernel with options XENHVM the build will fail unless you also have options SMP.
cc -c -O2 -pipe -fno-strict-aliasing -march=k8 -std=c99 -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unused-function -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/x86/xen/hvm.c
/usr/src/sys/x86/xen/hvm.c:120:18: error: use of undeclared identifier 'lapic_ipi_vectored'; did you mean 'xen_ipi_vectored'?
.ipi_vectored = lapic_ipi_vectored,
^~~~~~~~~~~~~~~~~~
xen_ipi_vectored
/usr/src/sys/x86/xen/hvm.c:75:13: note: 'xen_ipi_vectored' declared here
static void xen_ipi_vectored(u_int vector, int dest);
^
1 error generated.
*** Error code 1
Stop.
I don't know this dependency is a problem per se but it should be documented, e.g in xen(4) or in comments in GENERIC or if it is documented then documented in bigger letters :-)
>How-To-Repeat:
cd /usr/src/sys/amd64/conf
cp GENERIC BLAH
cd /usr/src
make build kernel KERNCONF=BLAH
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
From freebsd at allanjude.com Sun Mar 23 22:40:04 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Sun, 23 Mar 2014 22:31:42 GMT
Subject: docs/187872: [patch] Add EuroBSDCon 2014 to the events list
Message-ID: <201403232231.s2NMVgWY002114@cgiserv.freebsd.org>
>Number: 187872
>Category: docs
>Synopsis: [patch] Add EuroBSDCon 2014 to the events list
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Mar 23 22:40:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Allan Jude
>Release: 11-CURRENT
>Organization:
ScaleEngine Inc.
>Environment:
FreeBSD Nexus.HML3.ScaleEngine.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r263560: Fri Mar 21 17:54:43 UTC 2014 root at Nexus.HML3.ScaleEngine.net:/usr/obj/usr/src/sys/NODEBUG amd64
>Description:
Add EuroBSDCon 2014 (in Sophia, Bulgaria) to the events list
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: share/xml/events2014.xml
===================================================================
--- share/xml/events2014.xml (revision 44335)
+++ share/xml/events2014.xml (working copy)
@@ -118,4 +118,34 @@
Administration, Security, Hacking and Embedded. Followed
immediately by PGCon at the same location.
+
+
+ EuroBSDCon 2014
+ http://2014.eurobsdcon.org/
+
+ 2014
+ 9
+ 25
+
+
+ 2014
+ 9
+ 28
+
+
+ Bulgaria
+ Sophia
+ InterExpo Congress Center
+
+ EuroBSDcon is the premier European conference on the
+ open source BSD operating systems attracting about 250 highly
+ skilled engineering professionals, software developers, computer
+ science students and professors, and users from all over Europe
+ and other parts of the world. The goal of EuroBSDcon is to
+ exchange knowledge about the BSD operating systems, facilitate
+ coordination and cooperation among users and
+ developers. The dates for EuroBSDCon 2014 in Sofia have been
+ set to September 25-26th for tutotials and September 27-28th for
+ the main conference.
+
>Release-Note:
>Audit-Trail:
>Unformatted:
From bcr at FreeBSD.org Mon Mar 24 08:50:33 2014
From: bcr at FreeBSD.org (bcr at FreeBSD.org)
Date: Mon, 24 Mar 2014 08:50:32 GMT
Subject: docs/187872: [patch] Add EuroBSDCon 2014 to the events list
Message-ID: <201403240850.s2O8oWBB070540@freefall.freebsd.org>
Synopsis: [patch] Add EuroBSDCon 2014 to the events list
Responsible-Changed-From-To: freebsd-doc->bcr
Responsible-Changed-By: bcr
Responsible-Changed-When: Mon Mar 24 08:49:47 UTC 2014
Responsible-Changed-Why:
Take this one.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187872
From demelier.david at gmail.com Mon Mar 24 09:28:01 2014
From: demelier.david at gmail.com (David Demelier)
Date: Mon, 24 Mar 2014 10:27:59 +0100
Subject: Please update handbook part 11.2.3
Message-ID:
Hello there,
Can you please update the 11.2.3 [1] chapter from the handbook ? It is
specified that rpm2cpio is the command but actual installed command is
rpm2cpio.pl. Also the -q option does not exist.
In short, update to:
rpm2cpio.pl < /path/to/linux.archive.rpm | cpio -id
Thanks!
[1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-lbc-install.html
--
Demelier David
From bugmaster at freebsd.org Mon Mar 24 11:06:04 2014
From: bugmaster at freebsd.org (FreeBSD bugmaster)
Date: Mon, 24 Mar 2014 11:06:04 GMT
Subject: Current unassigned doc problem reports
Message-ID: <201403241106.s2OB64Ra012971@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/187854 doc options XENHVM requires options SMP
o docs/187773 doc [handbook] callouts appear to be broken, failing to re
o docs/187686 doc [patch] Update disks section of handbook for 9.x/10.x
o docs/187683 doc [patch] Handbook section on bsdinstall is missing deta
o docs/187644 doc ifconfig man page address_family paragraph needs clari
o docs/187515 doc userinput inside screen elements is not rendered diffe
o docs/187473 doc [porters-handbook]: update Qt and KDE sections
o docs/187465 doc mention patchlevels in explaining security advisories
o docs/187417 doc [patch] Handbook: Add some missing -tags
o docs/187351 doc handbook section on ports does not mention pkg search
o docs/187321 doc [handbook] [patch] Clarification needed on using geli
o docs/187142 doc The Handbook (chapter 15.4) does not mention /etc/jail
o docs/186905 doc [PATCH] porters-handbook/makefiles/chapter.xml Strippi
o docs/186663 doc [handbook] mention old xorg in handbook
o docs/186608 doc typo in 'ctime(3) man page
p docs/186191 doc Typo in bhyveload.8
o docs/185764 doc mention of libiconv in FreeBSD 10.0 release note
o docs/185531 doc etherswitchcfg(8) refers to etherswitch(4) which does
o docs/185481 doc sh/bash Parameter Expansion +/- syntax not documented
o docs/185422 doc [handbook] brazilian portuguese translation to "Append
o docs/185421 doc [handbook] brazilian portuguese translation to "Append
o docs/185392 doc [handbook] brazilian portuguese translation to "The Fr
o docs/185391 doc [handbook] brazilian portuguese translation to "GEOM:
o docs/185353 docs nc(1) does not exit after transfer (should be document
o docs/185281 doc [handbook] brazilian portuguese translation to "Jails"
o docs/185280 doc [handbook] brazilian portuguese translation to "Introd
o docs/184758 doc error in rtadvd.conf example
o docs/184755 doc The vmstat(8) manualpage synopsis doesn't show all opt
o docs/184459 doc Documentation Bug in the man Page for the who Command
o docs/184110 doc blackhole(4) manpage doesn`t describe net.inet.sctp.b
o docs/184051 doc Update configuration example for staging
o docs/184048 doc developers handbook, 10.7 Debugging Deadlocks - must i
o docs/184046 doc bhyve(4) manpage references non-existant manpages bhyv
o docs/183927 doc missing info about kernel toolchain in kernel building
o docs/183653 doc [patch] Add some more *BSD releases to the groff_mdoc
o docs/183427 doc Online man pages don't include latest release + ports
o docs/183333 doc Misnamed constant in bpf(4)
o docs/183246 doc FreeBSD 8.4-RELEASE Installation Instructions don't pr
o docs/183024 doc textdump(4) mentions call doadump, should be textdump
o docs/183002 doc Fix instructions in "6.5.3. Anti-Aliased Fonts" regard
o docs/182876 doc CURRENT release notes webpage out of date and inconsis
o docs/182218 doc Add an ipfilter rc.conf option in handbook for IPv6
o docs/181845 doc Virtualbox Host Setup needs acd0 in /etc/devfs.conf, a
o docs/181844 doc FreeBSD Handbook Virtualbox Host Section missing confi
o docs/181808 doc Chapter 15.15 (Resource Limits) misses important infor
o docs/181785 doc [patch] Man page for tmpfile() is inconsistent
o docs/181390 doc seq(1) first appeared in 8th UNIX
o docs/181376 doc CLOCK_THREAD_CPUTIME_ID is not documented in clock_get
o docs/181280 doc suggestion: split zfs man page in a zfs- way
o docs/181134 doc Fix example for boot0cfg utility
o docs/180970 doc [request] No manpage for ps_strings
o docs/180767 doc [patch] printf.3: fix off-by-one in snprintf descripti
o docs/180493 doc [handbook] Single-user mode console confusion
o docs/180332 doc SSD Kernel Instructions Out of Date: options MFS throw
o docs/180331 doc SSD Kernel Instructions Out of Date: options MD_ROOT a
o docs/180330 doc SSD Kernel Instructions Out of Date: pseudo-device no
o docs/180027 doc Missing man page entries for callout_reset_sbt in time
o docs/179988 doc [faq] [patch] ThwackAFAQ - sandbox
p docs/179914 doc remove inactive user dougb from mergemaster maintainer
o docs/179697 doc Handbook incomplete WRT Opera flash usage (linproc)
o docs/179497 doc [patch] service.8 add csh completion example
o docs/179246 doc [patch] gnome porting updates
o docs/178818 doc gmirror(8) says to use rc.early which is no longer ava
o docs/178730 doc move roff papers out of src into doc
o docs/178286 doc [PATCH] document the LOCAL_* vars in build(7)
o docs/178221 doc Addition to handbook jails chapter: warning about make
o www/178190 doc myths web page should be updated
o docs/178119 doc [ports] Porter's handbook lacks examples for using Opt
o docs/177968 doc bpf(4): documentation of BIOCROTZBUF is incomplete
o docs/177699 doc Documentation (handbook and manpage) for mac_biba does
o docs/177514 doc [handbook] ZFS examples do not cover dataset creation
o docs/177457 doc diskinfo(8): diskinfo -v shows inacurate drive size
o docs/177431 doc Handbook & Announcements recommend poor dd options for
o docs/177429 doc dd(1) man page is unclear about semantics of conv=sync
o docs/177215 doc [handbook] [patch] FreeBSD uses SHA512 and no more MD5
o docs/176806 doc recv(2) man page grammatical fixes
o docs/176648 doc restore(8) man page is misleading/confusing
o docs/176645 doc The example in netmap.4 is wrong
o docs/176363 doc Remove mention of 'CVSup' from "Mirroring FreeBSD arti
o docs/176355 doc Attribution and correction of quote in fortune
o docs/176251 doc FreeBSD Handbook assumes too much pre-knowledge
o docs/176127 doc [handbook] add information about all missing mailing l
o docs/176125 doc missing summary of freebsd-jail mailing list
o docs/176123 doc missing summary of freebsd-sysinstall mailing list
o docs/176015 doc [handbook] wrong order in docs for major upgrade
o docs/175995 doc Setting MALLOC_PRODUCTION stops buildworld
o docs/175983 doc man zfs are missing "hold, release" from "zfs allow"
o docs/175712 doc Update 'disk naming' handbook page
o docs/175687 doc pthread_setschedparam(3) may fail for undocumented rea
o www/175685 doc HTTPS does not follow visitor among FreeBSD.org sub-do
o docs/175560 doc ugen(4) man page contains incorrect device node path
o docs/175239 doc sem_wait can be interrupted
o docs/175123 doc [geom] gpart list/status isn't documented in usage sec
o docs/174868 doc mount(2) doesn't do a good job at describing all possi
o docs/174792 doc synopsis for nsupdate(1) missing options -L, and -p
o docs/174581 doc man page of recvmsg(2) does not mention return value 0
o docs/173710 doc Added section "MTP storage" to handbook
o docs/173539 doc [patch] statfs(2) man page missed the error code ENOSY
o docs/173321 doc ports(7) man page -- no info on building with debuggin
o docs/173013 doc FreeBSD Boot Menu documentation lacks detail
o docs/172927 doc ipfw(8): ipfw manual page doesn't show simpliest NAT c
o docs/172913 doc [ipsec] [patch] setkey(8) is unclear on anti-replay wi
o docs/172869 doc [PATCH] Add in nifty lang icons to index.html (home)
o docs/172626 doc [PATCH] modify the community/* pages to look more plea
o docs/172370 doc [handbook] Handbook should be updated for Blu-Ray driv
o docs/172369 doc mkisofs(8)/growisofs(1m) don't specify UDF version
o docs/172368 doc mount_udf(8) doesn't specify which versions of UDF are
o docs/172367 doc ata(4) man page needs an updated for Blu-Ray
o docs/172330 doc [PATCH] Fix some errors introduced to announce.xml by
o docs/172144 doc psignal(9) manpage is outdated for FreeBSD-9 systems
o docs/172137 doc deprecated information for adduser(8) man pages
o docs/171199 doc the GDB man page is outdated
o docs/170691 doc Difference between zfs manpages and reality
o docs/170119 doc at behaviour and man at inconsistency
o docs/169712 doc [patch] porters-handbook zh_TW.Big5 apache section
o docs/169711 doc [patch] porters-handbook zh_CN.GB2312 apache section
o docs/169544 doc serial port console documentation changes
s docs/169401 doc passify dead links in release links, move www to lists
o docs/169377 doc [patch] ipmon(8) man page refers to a different facili
o docs/169317 doc zfs umount refers to umount(1M) but should to umount(8
o docs/169158 doc [patch] iasl(8) man page is out of date
f docs/168939 doc Port upgrade documentation missing from Application Ja
o docs/168930 doc map_mincore(9) not up-to-date
o docs/168915 doc size of integers used by test(1) and sh(1) is not docu
o docs/168823 doc 404s in fr_FR French web pages
o docs/168814 doc [patch] remove `d` negative pointer EINVAL requirement
o docs/168803 doc Remove outdated smp info
o docs/167429 doc geli(8) needs to mention unencrypted /etc/fstab requir
o docs/166553 doc find(1): find -delete documentation is misleading
o docs/166358 doc No networking in Jail build via: handbook/jail-tuning
o conf/166330 doc [rc] [patch] Thin server configuration revision reques
o docs/165551 doc ipfw(8): no info in "ipfw pipe show" about ipv6
o docs/165249 doc Multibyte characters in manpages still not displaying
o docs/164803 doc Unclear manual page for mount_unionfs(8)
o docs/164099 doc gparm(8): man page for gparm set is incorrect and inco
o docs/164034 doc acl(9) documentation lacking
o docs/163879 doc [handbook] handbook does not say about how to force to
o docs/163830 doc device smbios: missing documentation, no manpage
o docs/163149 doc [patch] Red Hat Linux/i386 9 HTML format sudo man page
o docs/162765 doc [patch] lseek(2) may return successful although no see
o docs/162587 doc unclear/incomplete description of per-interface statis
o docs/162419 doc [request] please document (new) zfs and zpool cmdline
o docs/161754 doc p4tcc(4), est(4) and qpi(4) are not documented
o docs/161496 doc zfs(1): Please document that sysctl vfs.usermount must
o docs/160460 doc [handbook] Network setup guide suggestion
o docs/160399 doc Man page for re(4) missing jumbo frames info
o docs/159307 doc [patch] lpd smm chapter unconditionally installed
o docs/158388 doc Incorrect documentation of LOCAL_SCRIPT in release(7)
o docs/158387 doc The tree(3) man should mention the RB_FOREACH_SAFE() A
o docs/157908 doc [handbook] Description of post-install should include
o docs/157698 doc [patch] gpart(8) man page contains old/incorrect size
o docs/157316 doc [patch] update devstat(9) man page
o docs/156920 doc isspecial(3) is not helpful
o docs/156815 doc chmod(1): manpage should describe that chmod kicks +t
o docs/156689 doc stf(4) output-only documentation gives bad configurati
f docs/156187 doc [handbook] [patch] Add bsnmpd to handbook
o docs/156081 doc troff falls with troff.core with UTF-8 man with incorr
o docs/155982 doc [handbook] reaper of the dead: remove reference to flo
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/153958 doc ksu man-page documented, but not installed
a docs/153012 doc [patch] iostat(8) requires an argument to -c option
o docs/151752 doc pw.conf(5) doesn't define format for file clearly
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/150255 doc dtrace description should mention makeoptions DEBUG=-g
o docs/149574 doc [patch] update mi_switch(9) man page
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/147995 doc elf.5 man page has has missing reference
o docs/146521 doc [handbook] Update IPv6 system handbook section to ment
o docs/145699 doc hexdump(1) mutes all format qualifier output following
o docs/145069 doc Dialup firewalling with FreeBSD article out dated.
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/143472 doc gethostname(3) references undefined value: HOST_NAME_M
o docs/143416 doc [handbook] IPFW handbook page issues
o docs/143408 doc man filedesc(9) is missing
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/140444 doc [patch] New Traditional Chinese translation of custom-
o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd
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/138485 doc bpf(4) and ip(4) man pages missing important corner ca
o docs/136666 doc [handbook] Configure serial port for remote kernel deb
o docs/136035 doc ftpchroot(5) omits an important option
o docs/132839 doc [patch] Fix example script in ldap-auth article
o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg(
o docs/131918 doc [patch] Fixes for the BPF(4) man page
o docs/131626 doc [patch] dump(8) "recommended" cache option confusing
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
o docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages
s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage
o docs/126484 doc libc function res-zonscut2 is not documented
f docs/122052 doc minor update on handbook section 20.7.1
o docs/121952 doc Handbook chapter on Network Address Translation wrong
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
s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls
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/118214 doc close(2) error returns incomplete
o docs/116588 doc No IPFW tables or dummynet in Handbook
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/112579 doc [request] No ipv6 related pf examples in /usr/share/ex
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/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/109981 doc No manual entry for post-grohtml
o docs/109977 doc No manual entry for ksu
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/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/101271 doc serial console documentation implies kernel rebuild re
p docs/100196 doc man login.conf does explain not "unlimited"
o docs/98974 doc Missing tunables in loader(8) manpage
o docs/96207 doc Comments of a sockaddr_un structure could confuse one
o docs/95408 doc install over serial console does not work as documente
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/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/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/57298 doc [patch] add using compact flash cards info to handbook
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 kern/51341 doc [ipfw] [patch] ipfw rule 'deny icmp from any to any ic
o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation
o docs/48101 doc [patch] Add documentation on the fixit disk
o docs/47594 doc [patch] passwd(5) incorrectly states allowed username
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/36724 doc ipnat(5) manpage grammar is incomplete and inconsisten
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
267 problems total.
From remko at FreeBSD.org Mon Mar 24 11:30:27 2014
From: remko at FreeBSD.org (remko at FreeBSD.org)
Date: Mon, 24 Mar 2014 11:30:26 GMT
Subject: docs/20028: ASCII docs should reflect tags in the
source
Message-ID: <201403241130.s2OBUQwm023877@freefall.freebsd.org>
Synopsis: ASCII docs should reflect tags in the source
State-Changed-From-To: suspended->closed
State-Changed-By: remko
State-Changed-When: Mon Mar 24 11:29:50 UTC 2014
State-Changed-Why:
Bite the bullet, this had not been touched for almost 13
years. This will not likely be ever resolved, close the
ticket.
http://www.freebsd.org/cgi/query-pr.cgi?pr=20028
From gabor at FreeBSD.org Tue Mar 25 07:06:06 2014
From: gabor at FreeBSD.org (gabor at FreeBSD.org)
Date: Tue, 25 Mar 2014 07:06:06 GMT
Subject: docs/187773: [handbook] callouts appear to be broken,
failing to render
Message-ID: <201403250706.s2P765x1005632@freefall.freebsd.org>
Synopsis: [handbook] callouts appear to be broken, failing to render
State-Changed-From-To: open->closed
State-Changed-By: gabor
State-Changed-When: Tue Mar 25 07:05:19 UTC 2014
State-Changed-Why:
I have reverted the changes that broke inline formatting in verbatim text.
Thanks for your submission!
Responsible-Changed-From-To: freebsd-doc->gabor
Responsible-Changed-By: gabor
Responsible-Changed-When: Tue Mar 25 07:05:19 UTC 2014
Responsible-Changed-Why:
I have reverted the changes that broke inline formatting in verbatim text.
Thanks for your submission!
http://www.freebsd.org/cgi/query-pr.cgi?pr=187773
From newsletters at vs.com Tue Mar 25 10:37:17 2014
From: newsletters at vs.com (CamZhub)
Date: Tue, 25 Mar 2014 06:31:05 -0400
Subject: Busty Babes Want To Play
Message-ID: <20140325103105.11708.307459800.swift@cheetah012.vs3.com>
CamZhub - Tue., March 25, 2014
Free Big Boob Webcams
Our girls cannot wait to show their big boobs on cam for you. If you like boob chat, you are in the right place. See live web cam girls with everything from big natural tits to huge fake juggs. Watch them play with their hard nipples and ask our big-breasted women to let you see them bouncing naked. Pick your busty babe and get ready for some nude action. Video chat or have a private cam show with your favorite girl, and watch a hot striptease. Don't forget to ask her to fondle her perfect tits for you. Beautiful big tits of all shapes, ready to be licked, fucked and sucked. Talk dirty live with our big-busted beauties free on our live adult webchat.
http://camzhub.com/click/live/girls/big boobs/
It is not our intention to send you email if you do not want it. If you have never visited our
site, have not intentionally given us your email address, or believe you are getting our messages
in error, please follow these steps to ensure removal from our database:
http://camzhub.com/newsletters.php?a=unsubscribe&type_id=103&email=doc at freebsd.org
to permanently remove your information.
Follow these steps and you will be automatically removed from our database. If you are
having trouble please contact our 24 hour support staff at 818-880-9021 or customerservice at vs.com,
or by mail at:
VS Media Inc. ATTN: E-Mail Service Rep. 26500 W. Agoura Rd. Suite 102-734 Calabasas, CA 91302 USA Tel: +1-818-880-9021
From m.peng at educatorlabs.org Tue Mar 25 13:43:11 2014
From: m.peng at educatorlabs.org (Michelle Peng)
Date: Tue, 25 Mar 2014 13:27:32 +0000
Subject: seeking permission to cite resources from your site
Message-ID:
Hello,
I'm the resource curator for EducatorLabs. I?m building out our resource section (http://educatorlabs.org/resources/), which will eventually cover a wide range of educational topics. We hope to have a bountiful collection by mid-year (a daunting task, if you ask me!) :)
I?m writing to seek permission to copy out some of the citations you make on this page: http://blin.net.ua//fr/gallery/npgallery.html.
There are several there that I think would make for nice additions! Also, I happened to notice a link on that page that?s no longer working. It?s to an important educational resource: http://www.uvsc.edu.
I had the replacement on hand: https://www.uvu.edu/, in case you?re still updating your site.
Below is a short list of my favorite higher ed resources (so far!). When you have a chance, take a look and please feel free to include any on your site that you feel would benefit your visitors:
CollegeEd: College Planning Program
https://bigfuture.collegeboard.org/get-started/educator-resource-center/collegeed-college-planning-program
50 Free Educational Podcasts for Thrifty Learners
http://www.opencolleges.edu.au/informed/features/50-educational-podcasts-you-should-check-out/
College Navigator
http://nces.ed.gov/collegenavigator/
Education Insights and Resources from the Experts
http://blog.zintro.com/education/
Prepare For College
http://studentaid.ed.gov/prepare-for-college
US Department of Labor's Career Search Tool
http://www.mynextmove.org/
The Guide to Getting a Masters in Education
http://certificationmap.com/masters-in-education/
Thank you for your time!
Kind regards,
Michelle
Michelle Peng
m.peng at educatorlabs.org
EducatorLabs.org :: Cultivating. Connecting. Curating.
EducatorLabs | 2054 Kildaire Farm Rd. #204 | Cary, NC | 27518
P.S. If you?d rather not hear from me in the future, I do understand! Just send me an email response with that information and I?ll make a note not to contact you in the future.
From freebsd at allanjude.com Tue Mar 25 16:50:01 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Tue, 25 Mar 2014 16:50:01 GMT
Subject: docs/187515: userinput inside screen elements is not rendered
differently
Message-ID: <201403251650.s2PGo1UA096868@freefall.freebsd.org>
The following reply was made to PR docs/187515; it has been noted by GNATS.
From: Allan Jude
To: bug-followup at FreeBSD.org, wblock at FreeBSD.org
Cc:
Subject: Re: docs/187515: userinput inside screen elements is not rendered
differently
Date: Tue, 25 Mar 2014 12:44:57 -0400
This was resolved when gabor@ reverted the line number patch in r44350
http://svnweb.freebsd.org/doc?view=revision&revision=44350
--
Allan Jude
From linimon at FreeBSD.org Tue Mar 25 17:42:29 2014
From: linimon at FreeBSD.org (linimon at FreeBSD.org)
Date: Tue, 25 Mar 2014 17:42:29 GMT
Subject: docs/187515: userinput inside screen elements is not rendered
differently
Message-ID: <201403251742.s2PHgTVd015461@freefall.freebsd.org>
Synopsis: userinput inside screen elements is not rendered differently
State-Changed-From-To: open->closed
State-Changed-By: linimon
State-Changed-When: Tue Mar 25 17:42:08 UTC 2014
State-Changed-Why:
fix in 44350.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187515
From carlshively17 at gmail.com Tue Mar 25 20:04:12 2014
From: carlshively17 at gmail.com (Carl Shively)
Date: Tue, 25 Mar 2014 23:56:00 +0530
Subject: Gain Organic Traffic: Freebsd.Org :PS
Message-ID:
Dear Freebsd Team,
I thought you might like to know some of the reasons why you are not
getting enough Organic search engine and Social Media traffic for your
website.
1. Your website is not ranking top in Google organic search for many
competitive keywords.
2. Your website profile needs to have regular update in major Social
Media sites.
3. Your site has less number of Google & Yahoo back links, this can be
improved further.
There are many additional improvements that could be made to your website,
and if you would like to learn about them, and are curious to know what our
working together would involve, then I would be glad to provide you with a
detailed analysis in the form of a WEBSITE AUDIT REPORT for FREE.
Our clients consistently tell us that their customers find them because
they are at the top of the Google search rankings. Being at the top left of
Google (#1- #3 organic positions) is the best thing you can do for your
company's website traffic and online reputation.
Our packages are designed for a complete advance SEO experience which
includes SMO, Brand management, Reputation management, SEO etc. in order to
beat your competitors.
Sounds interesting? Feel free to email us or alternatively you can provide
me with your phone number and the best time to call you.
--------------------------------------------------
Best Regards,
Smith William |SEO Consultant
PH. No: (+1)818-963-9366
Skype: sam.webmarketing
--------------------------------------------------
PS1: This is onetime email and you may ask us to "REMOVE" you from our
mailing list.
PS2: We operate 24 x7. I will be happy to send you links to price list,
money back guarantee, client rankings, client testimonials, "How we are
different from others?", and "Why should you choose us?" on receiving a
response from you.
From knezour at weboutsourcing.cz Tue Mar 25 23:50:01 2014
From: knezour at weboutsourcing.cz (Ondra Knezour)
Date: Tue, 25 Mar 2014 23:40:14 GMT
Subject: docs/187940: devinfo(8) man page refers pnpinfo(8) which does not
exists on FreeBSD 10-RELEASE
Message-ID: <201403252340.s2PNeEww021331@cgiserv.freebsd.org>
>Number: 187940
>Category: docs
>Synopsis: devinfo(8) man page refers pnpinfo(8) which does not exists on FreeBSD 10-RELEASE
>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 25 23:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Ondra Knezour
>Release: 10.0-RELEASE
>Organization:
>Environment:
FreeBSD almara.koukaam.se 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The devinfo(8) man page in the section SEE ALSO refers pnpinfo(8) manual page, which was probably removed. It is available on 9.2-RELEASE, but was probably removed?
>How-To-Repeat:
man 8 devinfo on 10.0-RELEASE, check SEE ALSO section, try man 8 pnpinfo.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
From info at cctvinstallerwarrington.co.uk Wed Mar 26 09:49:50 2014
From: info at cctvinstallerwarrington.co.uk (Phil)
Date: Wed, 26 Mar 2014 05:39:06 -0400 (EDT)
Subject: CCTV
Message-ID: <20140326093906.95CD18BE08@pmta4-1-08>
Hi,
We can install a CCTV at your house or business for the following price.
1 Camera system ?399
2 Camera system ?599
3 Camera system ?699
4 Camera system ?899
Would you like me to arrange this for you?
You get the following with all our systems.
- See the cameras on your mobile.
- High quality cameras with wide lens.
- High capacity storage.
- Infrared night vision.
- Includes all parts and labour.
- Includes cameras and recorder.
- 1 years hardware warranty.
We can beat any like for like price.
Our engineers can install a system anywhere in the UK*
Regards,
CCTV Warrington
Telephone: 01204 216810
Website: www.cctvwarrington.co.uk
Address:
3 Churchbank, Bolton, BL1 1HX
* Additional costs for any location which is more than 50 miles from our offices.
Unsubscribe from this mailing list: http://link.mailanimal01.com/u/443/0e038a683332c8b28eeff1b9767edb349f0c9baed33abfd6
From info at cctvinstallerwarrington.co.uk Wed Mar 26 09:49:54 2014
From: info at cctvinstallerwarrington.co.uk (Phil)
Date: Wed, 26 Mar 2014 05:39:11 -0400 (EDT)
Subject: CCTV
Message-ID: <20140326093911.8D04D8BE0E@pmta4-1-08>
Hi,
We can install a CCTV at your house or business for the following price.
1 Camera system ?399
2 Camera system ?599
3 Camera system ?699
4 Camera system ?899
Would you like me to arrange this for you?
You get the following with all our systems.
- See the cameras on your mobile.
- High quality cameras with wide lens.
- High capacity storage.
- Infrared night vision.
- Includes all parts and labour.
- Includes cameras and recorder.
- 1 years hardware warranty.
We can beat any like for like price.
Our engineers can install a system anywhere in the UK*
Regards,
CCTV Warrington
Telephone: 01204 216810
Website: www.cctvwarrington.co.uk
Address:
3 Churchbank, Bolton, BL1 1HX
* Additional costs for any location which is more than 50 miles from our offices.
Unsubscribe from this mailing list: http://link.mailanimal01.com/u/443/0e038a683332c8b25b44534781ea88862c10e71d98e9e653
From makc at freebsd.org Wed Mar 26 10:53:59 2014
From: makc at freebsd.org (Max Brazhnikov)
Date: Wed, 26 Mar 2014 10:53:55 +0000
Subject: docs/187473: [porters-handbook]: update Qt and KDE sections
In-Reply-To: <201403120841.s2C8fAiQ029781@cgiserv.freebsd.org>
References: <201403120841.s2C8fAiQ029781@cgiserv.freebsd.org>
Message-ID: <3934011.y8ShCAbfa6@mercury.ph.man.ac.uk>
On Wed, 12 Mar 2014 08:41:10 +0000 Max Brazhnikov wrote:
>
> >Number: 187473
> >Category: docs
> >Synopsis: [porters-handbook]: update Qt and KDE sections
> >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: Wed Mar 12 08:50:00 UTC 2014
> >Closed-Date:
> >Last-Modified:
> >Originator: Max Brazhnikov
> >Release: FreeBSD 9.2-STABLE amd64
> >Organization:
> >Environment:
> >Description:
> http://people.freebsd.org/~makc/patches/ph-qt.diff
>
> Qt section:
> - Rework due to recently added Qt 5 ports
> KDE section:
> - Remove stale staff, reflect current state
> - Consistently use KDE 4 (instead of KDE 4.x)
> - Update description for KDE components
> >How-To-Repeat:
>
> >Fix:
Could anybody look at this, Qt 5 is already in ports.
Thanks,
Max
From makc at freebsd.org Wed Mar 26 11:00:01 2014
From: makc at freebsd.org (Max Brazhnikov)
Date: Wed, 26 Mar 2014 11:00:01 GMT
Subject: docs/187473: [porters-handbook]: update Qt and KDE sections
Message-ID: <201403261100.s2QB01tt066074@freefall.freebsd.org>
The following reply was made to PR docs/187473; it has been noted by GNATS.
From: Max Brazhnikov
To: freebsd-doc at freebsd.org
Cc: freebsd-gnats-submit at freebsd.org
Subject: Re: docs/187473: [porters-handbook]: update Qt and KDE sections
Date: Wed, 26 Mar 2014 10:53:55 +0000
On Wed, 12 Mar 2014 08:41:10 +0000 Max Brazhnikov wrote:
>
> >Number: 187473
> >Category: docs
> >Synopsis: [porters-handbook]: update Qt and KDE sections
> >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: Wed Mar 12 08:50:00 UTC 2014
> >Closed-Date:
> >Last-Modified:
> >Originator: Max Brazhnikov
> >Release: FreeBSD 9.2-STABLE amd64
> >Organization:
> >Environment:
> >Description:
> http://people.freebsd.org/~makc/patches/ph-qt.diff
>
> Qt section:
> - Rework due to recently added Qt 5 ports
> KDE section:
> - Remove stale staff, reflect current state
> - Consistently use KDE 4 (instead of KDE 4.x)
> - Update description for KDE components
> >How-To-Repeat:
>
> >Fix:
Could anybody look at this, Qt 5 is already in ports.
Thanks,
Max
From crees at FreeBSD.org Wed Mar 26 11:05:59 2014
From: crees at FreeBSD.org (crees at FreeBSD.org)
Date: Wed, 26 Mar 2014 11:05:58 GMT
Subject: docs/187686: [patch] Update disks section of handbook for 9.x/10.x
Message-ID: <201403261105.s2QB5wUm069275@freefall.freebsd.org>
Synopsis: [patch] Update disks section of handbook for 9.x/10.x
Responsible-Changed-From-To: freebsd-doc->crees
Responsible-Changed-By: crees
Responsible-Changed-When: Wed Mar 26 11:05:58 UTC 2014
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187686
From crees at FreeBSD.org Wed Mar 26 11:06:31 2014
From: crees at FreeBSD.org (crees at FreeBSD.org)
Date: Wed, 26 Mar 2014 11:06:31 GMT
Subject: docs/187683: [patch] Handbook section on bsdinstall is missing
details of ZFS feature added in 10.0
Message-ID: <201403261106.s2QB6V40069374@freefall.freebsd.org>
Synopsis: [patch] Handbook section on bsdinstall is missing details of ZFS feature added in 10.0
Responsible-Changed-From-To: freebsd-doc->crees
Responsible-Changed-By: crees
Responsible-Changed-When: Wed Mar 26 11:06:31 UTC 2014
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187683
From jhb at FreeBSD.org Wed Mar 26 15:31:45 2014
From: jhb at FreeBSD.org (jhb at FreeBSD.org)
Date: Wed, 26 Mar 2014 15:31:44 GMT
Subject: kern/187854: options XENHVM requires options SMP
Message-ID: <201403261531.s2QFViww053639@freefall.freebsd.org>
Synopsis: options XENHVM requires options SMP
Responsible-Changed-From-To: freebsd-doc->freebsd-bugs
Responsible-Changed-By: jhb
Responsible-Changed-When: Wed Mar 26 15:30:56 UTC 2014
Responsible-Changed-Why:
This should be fixed and isn't a doc bug.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187854
From jhb at freebsd.org Wed Mar 26 17:55:11 2014
From: jhb at freebsd.org (John Baldwin)
Date: Wed, 26 Mar 2014 11:57:54 -0400
Subject: docs/187940: devinfo(8) man page refers pnpinfo(8) which does not
exists on FreeBSD 10-RELEASE
In-Reply-To: <201403252340.s2PNeEww021331@cgiserv.freebsd.org>
References: <201403252340.s2PNeEww021331@cgiserv.freebsd.org>
Message-ID: <201403261157.54624.jhb@freebsd.org>
On Tuesday, March 25, 2014 7:40:14 pm Ondra Knezour wrote:
>
> >Number: 187940
> >Category: docs
> >Synopsis: devinfo(8) man page refers pnpinfo(8) which does not exists
on FreeBSD 10-RELEASE
> >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 25 23:50:00 UTC 2014
> >Closed-Date:
> >Last-Modified:
> >Originator: Ondra Knezour
> >Release: 10.0-RELEASE
> >Organization:
> >Environment:
> FreeBSD almara.koukaam.se 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu
Jan 16 22:34:59 UTC 2014
root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>
> >Description:
> The devinfo(8) man page in the section SEE ALSO refers pnpinfo(8) manual
page, which was probably removed. It is available on 9.2-RELEASE, but was
probably removed?
> >How-To-Repeat:
> man 8 devinfo on 10.0-RELEASE, check SEE ALSO section, try man 8 pnpinfo.
> >Fix:
pnpinfo is only built for i386, but it does exist. man.cgi appears to be
broken for 9.1 release and later (9.0 finds pnpinfo.8 for i386, but 9.1
and later do not) man.cgi for i386 9.1 also doesn't find other i386-specific
manpages like apmd(8) or wlconfig(8). Specifically, it seems like 9.1
and later are using amd64 manpages when i386 is selected. Looks like sparc64
is also busted (can't find ofwdump(8)), so it seems like man.cgi is just
always doing amd64 for 9.1 and later.
--
John Baldwin
From gjb at FreeBSD.org Wed Mar 26 17:59:43 2014
From: gjb at FreeBSD.org (Glen Barber)
Date: Wed, 26 Mar 2014 13:59:33 -0400
Subject: docs/187940: devinfo(8) man page refers pnpinfo(8) which does
not exists on FreeBSD 10-RELEASE
In-Reply-To: <201403261157.54624.jhb@freebsd.org>
References: <201403252340.s2PNeEww021331@cgiserv.freebsd.org>
<201403261157.54624.jhb@freebsd.org>
Message-ID: <20140326175933.GL1718@glenbarber.us>
On Wed, Mar 26, 2014 at 11:57:54AM -0400, John Baldwin wrote:
> pnpinfo is only built for i386, but it does exist. man.cgi appears to be
> broken for 9.1 release and later (9.0 finds pnpinfo.8 for i386, but 9.1
> and later do not) man.cgi for i386 9.1 also doesn't find other i386-specific
> manpages like apmd(8) or wlconfig(8). Specifically, it seems like 9.1
> and later are using amd64 manpages when i386 is selected. Looks like sparc64
> is also busted (can't find ofwdump(8)), so it seems like man.cgi is just
> always doing amd64 for 9.1 and later.
>
Hmm, I did not see any architecture-specific things when adding the
manual pages for 9.2 and 10.0, but I can confirm that for these two
releases at least, I did take the manuals from the amd64 base.txz.
I'll poke around a bit on the pre-9.0 directories to see what is needed
for i386 and !x86 architectures, but may need a day or so to sort things
out.
Glen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL:
From gjb at FreeBSD.org Wed Mar 26 18:00:01 2014
From: gjb at FreeBSD.org (Glen Barber)
Date: Wed, 26 Mar 2014 18:00:01 GMT
Subject: docs/187940: devinfo(8) man page refers pnpinfo(8) which does
not exists on FreeBSD 10-RELEASE
Message-ID: <201403261800.s2QI01Qf097674@freefall.freebsd.org>
The following reply was made to PR docs/187940; it has been noted by GNATS.
From: Glen Barber
To: John Baldwin
Cc: freebsd-doc at freebsd.org, webmaster at freebsd.org,
Ondra Knezour ,
freebsd-gnats-submit at freebsd.org
Subject: Re: docs/187940: devinfo(8) man page refers pnpinfo(8) which does
not exists on FreeBSD 10-RELEASE
Date: Wed, 26 Mar 2014 13:59:33 -0400
--kkRamCq5m5VQq0L6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Wed, Mar 26, 2014 at 11:57:54AM -0400, John Baldwin wrote:
> pnpinfo is only built for i386, but it does exist. man.cgi appears to be
> broken for 9.1 release and later (9.0 finds pnpinfo.8 for i386, but 9.1
> and later do not) man.cgi for i386 9.1 also doesn't find other i386-spec=
ific
> manpages like apmd(8) or wlconfig(8). Specifically, it seems like 9.1
> and later are using amd64 manpages when i386 is selected. Looks like spa=
rc64
> is also busted (can't find ofwdump(8)), so it seems like man.cgi is just
> always doing amd64 for 9.1 and later.
>=20
Hmm, I did not see any architecture-specific things when adding the
manual pages for 9.2 and 10.0, but I can confirm that for these two
releases at least, I did take the manuals from the amd64 base.txz.
I'll poke around a bit on the pre-9.0 directories to see what is needed
for i386 and !x86 architectures, but may need a day or so to sort things
out.
Glen
--kkRamCq5m5VQq0L6
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (FreeBSD)
iQIcBAEBCAAGBQJTMxWFAAoJELls3eqvi17QvDUP/R3TFPpqETkab5yxsmrmOY2R
kzEVtHyZSJrt9r1pdjVhTJjrjR3z78odFh6vFDiP8Dp/4ddLtVUbJjiBn3bEenES
j2roZ6K9P1pK2e7rhw0b1+X7BY+YQiBgNBllUP7BsHDXdQmgDOKpfaD2IgikTqzI
tRMvTl29cxAm9XjdF7OtLmR+wT07Lgw1+kwUka8wUcwnskYSJ+M12nXlSOFT8DME
eR+vL2t3cxVUAz+afK5AP0B+uvMb9yYDJ7EPiyPSZsmlms5IlB7mLLCUal1b4Q/O
WyF4NWxI8M9zCyJiJ3IANjpOB6XhbN+eSA1JbWYQVRFPhVRnCvl48EIlzBtYv3H7
2VqB/tqg/43EGvtxAifKfqiwuFeoM5VFxlG7znG4HEpxTKSwXN08JuxRE10Z7f3T
S+wbJnSOMegQDSKQbSjPwWbjz20RLltjYYCLeX4fBoSRxH9A5VR8zvI1Fp3+GN2H
fpSPxIw5pbe6JnZeaQuJm0ZFtjnKaHaakZrlJQU045ayw+Wk/xpvphqT+yRcZVzu
vS07BHshsTVw2T5u+Y+RuYoyOHfLJtOozBgJ+5Ivy8b9No/BYLx39CSf8RMBXotw
Fm4qzpw9Ngn0xziqpOjwiGKNwmFOm/oqU+jJh4BL4YiCjryIqv+dFvweHMMOYyed
xv8XduhwChZL+3+jbn4K
=AiOD
-----END PGP SIGNATURE-----
--kkRamCq5m5VQq0L6--
From jhb at freebsd.org Wed Mar 26 18:00:02 2014
From: jhb at freebsd.org (John Baldwin)
Date: Wed, 26 Mar 2014 18:00:02 GMT
Subject: docs/187940: devinfo(8) man page refers pnpinfo(8) which does not
exists on FreeBSD 10-RELEASE
Message-ID: <201403261800.s2QI02FF097680@freefall.freebsd.org>
The following reply was made to PR docs/187940; it has been noted by GNATS.
From: John Baldwin
To: freebsd-doc at freebsd.org,
webmaster at freebsd.org
Cc: Ondra Knezour ,
freebsd-gnats-submit at freebsd.org
Subject: Re: docs/187940: devinfo(8) man page refers pnpinfo(8) which does not exists on FreeBSD 10-RELEASE
Date: Wed, 26 Mar 2014 11:57:54 -0400
On Tuesday, March 25, 2014 7:40:14 pm Ondra Knezour wrote:
>
> >Number: 187940
> >Category: docs
> >Synopsis: devinfo(8) man page refers pnpinfo(8) which does not exists
on FreeBSD 10-RELEASE
> >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 25 23:50:00 UTC 2014
> >Closed-Date:
> >Last-Modified:
> >Originator: Ondra Knezour
> >Release: 10.0-RELEASE
> >Organization:
> >Environment:
> FreeBSD almara.koukaam.se 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu
Jan 16 22:34:59 UTC 2014
root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>
> >Description:
> The devinfo(8) man page in the section SEE ALSO refers pnpinfo(8) manual
page, which was probably removed. It is available on 9.2-RELEASE, but was
probably removed?
> >How-To-Repeat:
> man 8 devinfo on 10.0-RELEASE, check SEE ALSO section, try man 8 pnpinfo.
> >Fix:
pnpinfo is only built for i386, but it does exist. man.cgi appears to be
broken for 9.1 release and later (9.0 finds pnpinfo.8 for i386, but 9.1
and later do not) man.cgi for i386 9.1 also doesn't find other i386-specific
manpages like apmd(8) or wlconfig(8). Specifically, it seems like 9.1
and later are using amd64 manpages when i386 is selected. Looks like sparc64
is also busted (can't find ofwdump(8)), so it seems like man.cgi is just
always doing amd64 for 9.1 and later.
--
John Baldwin
From geodni at free.fr Wed Mar 26 20:11:32 2014
From: geodni at free.fr (geodni at free.fr)
Date: Wed, 26 Mar 2014 21:11:24 +0100 (CET)
Subject: bad or broken link about "Documentation"=> menu
In-Reply-To: <455076663.218042394.1395864408127.JavaMail.root@zimbra59-e10.priv.proxad.net>
Message-ID: <496508915.218059164.1395864684112.JavaMail.root@zimbra59-e10.priv.proxad.net>
Hi,
I found a bad or broken link on the "Documentation" menu at www.freebsd.org site.
It provides "All books and articles" with this link "http://www.freebsd.org/docs/books.html/" but it is redirected to a wonderful "page not found" with link "http://www.freebsd.org/4xx.html".
Regards,
Denis
From freebsd at allanjude.com Wed Mar 26 20:13:32 2014
From: freebsd at allanjude.com (Allan Jude)
Date: Wed, 26 Mar 2014 16:13:26 -0400
Subject: bad or broken link about "Documentation"=> menu
In-Reply-To: <496508915.218059164.1395864684112.JavaMail.root@zimbra59-e10.priv.proxad.net>
References: <496508915.218059164.1395864684112.JavaMail.root@zimbra59-e10.priv.proxad.net>
Message-ID: <533334E6.2080908@allanjude.com>
On 2014-03-26 16:11, geodni at free.fr wrote:
> Hi,
> I found a bad or broken link on the "Documentation" menu at www.freebsd.org site.
> It provides "All books and articles" with this link "http://www.freebsd.org/docs/books.html/" but it is redirected to a wonderful "page not found" with link "http://www.freebsd.org/4xx.html".
> Regards,
> Denis
> _______________________________________________
> freebsd-doc at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscribe at freebsd.org"
>
There should not be a trailing slash there
The url should just be: http://www.freebsd.org/docs/books.html
The link appears correctly on my system:
--
Allan Jude
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL:
From gjb at FreeBSD.org Thu Mar 27 03:08:08 2014
From: gjb at FreeBSD.org (Glen Barber)
Date: Wed, 26 Mar 2014 23:08:04 -0400
Subject: bad or broken link about "Documentation"=> menu
In-Reply-To: <496508915.218059164.1395864684112.JavaMail.root@zimbra59-e10.priv.proxad.net>
References: <455076663.218042394.1395864408127.JavaMail.root@zimbra59-e10.priv.proxad.net>
<496508915.218059164.1395864684112.JavaMail.root@zimbra59-e10.priv.proxad.net>
Message-ID: <20140327030804.GE1970@glenbarber.us>
On Wed, Mar 26, 2014 at 09:11:24PM +0100, geodni at free.fr wrote:
> Hi,
> I found a bad or broken link on the "Documentation" menu at
> www.freebsd.org site.
> It provides "All books and articles" with this link
> "http://www.freebsd.org/docs/books.html/" but it is redirected to
> a wonderful "page not found" with link "http://www.freebsd.org/4xx.html".
What is the original link referencing the URL to books.html/ you pasted?
The trailing slash ('/') is the problem, and omitting it from the URL
gives the expected page.
Glen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL:
From geodni at free.fr Thu Mar 27 06:45:41 2014
From: geodni at free.fr (geodni at free.fr)
Date: Thu, 27 Mar 2014 07:45:31 +0100 (CET)
Subject: bad or broken link about "Documentation"=> menu
In-Reply-To: <20140327030804.GE1970@glenbarber.us>
Message-ID: <106267689.219229028.1395902731510.JavaMail.root@zimbra59-e10.priv.proxad.net>
Hi,
http://www.freebsd.org/cgi/man.cgi?query=pkg&apropos=0&sektion=0&manpath=FreeBSD+10.0-RELEASE&arch=default&format=html
Denis
----- Mail original -----
De: "Glen Barber"
?: geodni at free.fr
Cc: freebsd-doc at FreeBSD.org
Envoy?: Jeudi 27 Mars 2014 04:08:04
Objet: Re: bad or broken link about "Documentation"=> menu
On Wed, Mar 26, 2014 at 09:11:24PM +0100, geodni at free.fr wrote:
> Hi,
> I found a bad or broken link on the "Documentation" menu at
> www.freebsd.org site.
> It provides "All books and articles" with this link
> "http://www.freebsd.org/docs/books.html/" but it is redirected to
> a wonderful "page not found" with link "http://www.freebsd.org/4xx.html".
What is the original link referencing the URL to books.html/ you pasted?
The trailing slash ('/') is the problem, and omitting it from the URL
gives the expected page.
Glen
From ben.xinlifilm at hotmail.com Thu Mar 27 08:05:09 2014
From: ben.xinlifilm at hotmail.com (ben chen)
Date: Thu, 27 Mar 2014 08:04:55 +0000 (UTC)
Subject: =?UTF-8?Q?=E9=A2=86=E8=8B=B1=E9=82=80=E8=AF=B7?=
Message-ID: <1961451696.1815489.1395907495484.JavaMail.app@ela4-app0063.prod>
??
------------
?? LinkedIn (??) ?????????????????
-ben
ben chen
XinLi industrial Co.,ltd - sales manager
??
?????ben chen:
https://www.linkedin.com/e/qvgh2t-ht9ra4vr-51/isd/5854860379380789248/H_1ar0XK/?hs=false&tok=3dp0XLhx9A_S81
--
????????????????????:
http://www.linkedin.com/e/qvgh2t-ht9ra4vr-51/uWXn9gq_8wC_Ydfw5PkL7_TPQE/goo/doc%40FreeBSD%2Eorg/20061/I6771970309_1/?hs=false&tok=2O4ovxDhlA_S81
(c) 2012 LinkedIn Corporation?2029 Stierlin Ct, Mountain View, CA 94043, USA.
From bdrewery at FreeBSD.org Thu Mar 27 10:56:51 2014
From: bdrewery at FreeBSD.org (bdrewery at FreeBSD.org)
Date: Thu, 27 Mar 2014 05:56:50 -0500 (CDT)
Subject: docs/168814: [patch] remove `d` negative pointer EINVAL
requirement from read(2)
Message-ID: <201403271056.s2RAuo66040088@freefall.freebsd.org>
Synopsis: [patch] remove `d` negative pointer EINVAL requirement from read(2)
State-Changed-From-To: open->closed
State-Changed-By: bdrewery
State-Changed-When: Thu Mar 27 05:56:50 CDT 2014
State-Changed-Why:
It looks like uiomove() will return EINVAL on negative offset, and I did
find tmpfs_read returning EINVAL on negative offset as well.
http://www.freebsd.org/cgi/query-pr.cgi?pr=168814
From bdrewery at FreeBSD.org Thu Mar 27 11:09:23 2014
From: bdrewery at FreeBSD.org (bdrewery at FreeBSD.org)
Date: Thu, 27 Mar 2014 06:09:22 -0500 (CDT)
Subject: docs/178119: [ports] Porter's handbook lacks examples for using
OptionsNG from make.conf, etc
Message-ID: <201403271109.s2RB9Mmr043527@freefall.freebsd.org>
Synopsis: [ports] Porter's handbook lacks examples for using OptionsNG from make.conf, etc
State-Changed-From-To: open->closed
State-Changed-By: bdrewery
State-Changed-When: Thu Mar 27 06:09:22 CDT 2014
State-Changed-Why:
done
http://www.freebsd.org/cgi/query-pr.cgi?pr=178119
From bdrewery at FreeBSD.org Thu Mar 27 11:12:44 2014
From: bdrewery at FreeBSD.org (bdrewery at FreeBSD.org)
Date: Thu, 27 Mar 2014 06:12:43 -0500 (CDT)
Subject: docs/178286: [PATCH] document the LOCAL_* vars in build(7)
Message-ID: <201403271112.s2RBCheb046334@freefall.freebsd.org>
Synopsis: [PATCH] document the LOCAL_* vars in build(7)
State-Changed-From-To: open->closed
State-Changed-By: bdrewery
State-Changed-When: Thu Mar 27 06:12:43 CDT 2014
State-Changed-Why:
Committed. Thanks!
http://www.freebsd.org/cgi/query-pr.cgi?pr=178286
From dfilter at FreeBSD.ORG Thu Mar 27 11:20:01 2014
From: dfilter at FreeBSD.ORG (dfilter service)
Date: Thu, 27 Mar 2014 11:20:01 GMT
Subject: docs/178286: commit references a PR
Message-ID: <201403271120.s2RBK1bN047527@freefall.freebsd.org>
The following reply was made to PR docs/178286; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: docs/178286: commit references a PR
Date: Thu, 27 Mar 2014 11:12:39 +0000 (UTC)
Author: bdrewery
Date: Thu Mar 27 11:12:35 2014
New Revision: 263812
URL: http://svnweb.freebsd.org/changeset/base/263812
Log:
Update build(7) with LOCAL_* vars
PR: docs/178286
Submitted by: Garrett Cooper
Sponsored by: EMC / Isilon Storage Division
MFC after: 1 week
Modified:
head/share/man/man7/build.7
Modified: head/share/man/man7/build.7
==============================================================================
--- head/share/man/man7/build.7 Thu Mar 27 11:10:13 2014 (r263811)
+++ head/share/man/man7/build.7 Thu Mar 27 11:12:35 2014 (r263812)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 10, 2012
+.Dd March 27, 2014
.Dt BUILD 7
.Os
.Sh NAME
@@ -411,8 +411,25 @@ then
is set to the value of
.Va KERNFAST .
.It Va LOCAL_DIRS
-If set, this variable supplies a list of additional directories to
-build, relative to the root of the source tree.
+If set, this variable supplies a list of additional directories relative to
+the root of the source tree to build as part of the
+.Cm everything
+target.
+.It Va LOCAL_LIB_DIRS
+If set, this variable supplies a list of additional directories relative to
+the root of the source tree to build as part of the
+.Cm libraries
+target.
+.It Va LOCAL_MTREE
+If set, this variable supplies a list of additional mtrees relative to the
+root of the source tree to use as part of the
+.Cm hierarchy
+target.
+.It Va LOCAL_TOOL_DIRS
+If set, this variable supplies a list of additional directories relative to
+the root of the source tree to build as part of the
+.Cm build-tools
+target.
.It Va PORTS_MODULES
A list of ports with kernel modules that should be built and installed
as part of the
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
From skreuzer at freebsd.org Thu Mar 27 14:22:16 2014
From: skreuzer at freebsd.org (Steven Kreuzer)
Date: Thu, 27 Mar 2014 10:22:15 -0400
Subject: Please update handbook part 11.2.3
In-Reply-To:
References:
Message-ID:
On Mon, Mar 24, 2014 at 5:27 AM, David Demelier
wrote:
> Hello there,
>
> Can you please update the 11.2.3 [1] chapter from the handbook ? It is
> specified that rpm2cpio is the command but actual installed command is
> rpm2cpio.pl. Also the -q option does not exist.
>
> In short, update to:
>
> rpm2cpio.pl < /path/to/linux.archive.rpm | cpio -id
>
> Thanks!
>
> [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-lbc-install.html
Thanks for the heads up. I updated the file to reflect this and will
get it committed shortly.
Change can be viewed at:
http://clamps.exit2shell.com/~skreuzer/handbook/linuxemu-lbc-install.html
From gjb at FreeBSD.org Thu Mar 27 15:07:23 2014
From: gjb at FreeBSD.org (Glen Barber)
Date: Thu, 27 Mar 2014 11:07:20 -0400
Subject: docs/187940: devinfo(8) man page refers pnpinfo(8) which does
not exists on FreeBSD 10-RELEASE
In-Reply-To: <20140326175933.GL1718@glenbarber.us>
References: <201403252340.s2PNeEww021331@cgiserv.freebsd.org>
<201403261157.54624.jhb@freebsd.org>
<20140326175933.GL1718@glenbarber.us>
Message-ID: <20140327150720.GG1970@glenbarber.us>
On Wed, Mar 26, 2014 at 01:59:33PM -0400, Glen Barber wrote:
> On Wed, Mar 26, 2014 at 11:57:54AM -0400, John Baldwin wrote:
> > pnpinfo is only built for i386, but it does exist. man.cgi appears to be
> > broken for 9.1 release and later (9.0 finds pnpinfo.8 for i386, but 9.1
> > and later do not) man.cgi for i386 9.1 also doesn't find other i386-specific
> > manpages like apmd(8) or wlconfig(8). Specifically, it seems like 9.1
> > and later are using amd64 manpages when i386 is selected. Looks like sparc64
> > is also busted (can't find ofwdump(8)), so it seems like man.cgi is just
> > always doing amd64 for 9.1 and later.
> >
>
> Hmm, I did not see any architecture-specific things when adding the
> manual pages for 9.2 and 10.0, but I can confirm that for these two
> releases at least, I did take the manuals from the amd64 base.txz.
>
> I'll poke around a bit on the pre-9.0 directories to see what is needed
> for i386 and !x86 architectures, but may need a day or so to sort things
> out.
>
I've just refreshed the 10.0-RELEASE manuals to include !x86 arch
manuals, and am packaging the 9.2-RELEASE manuals now for update.
The pnpinfo(8) manual is now available on the website.
Thanks for the report.
Glen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL:
From gjb at FreeBSD.org Thu Mar 27 15:08:02 2014
From: gjb at FreeBSD.org (gjb at FreeBSD.org)
Date: Thu, 27 Mar 2014 15:08:01 GMT
Subject: docs/187940: devinfo(8) man page refers pnpinfo(8) which does not
exists on FreeBSD 10-RELEASE
Message-ID: <201403271508.s2RF81Zd017727@freefall.freebsd.org>
Synopsis: devinfo(8) man page refers pnpinfo(8) which does not exists on FreeBSD 10-RELEASE
State-Changed-From-To: open->closed
State-Changed-By: gjb
State-Changed-When: Thu Mar 27 15:07:32 UTC 2014
State-Changed-Why:
Should be fixed now.
Responsible-Changed-From-To: freebsd-doc->webmaster
Responsible-Changed-By: gjb
Responsible-Changed-When: Thu Mar 27 15:07:32 UTC 2014
Responsible-Changed-Why:
Should be fixed now.
http://www.freebsd.org/cgi/query-pr.cgi?pr=187940
From gretchen at shoes4funds.co Thu Mar 27 15:38:21 2014
From: gretchen at shoes4funds.co (Gretchen Parker)
Date: Thu, 27 Mar 2014 10:38:20 -0500 (CDT)
Subject: Unique, turn-key fundraising solutions for your organization
Message-ID: <20140327153820.BBD2E811A@mail3.mustanglist.com>
[1]F2O Website
[2]Funds2Orgs is a social enterprise that offers real, relevant, and
engaging fundraising strategies to churches, nonprofits, schools, and
civic groups. Through shoe drive fundraisers, your organization could
exceed your 2014 fundraising goals!
Engage your volunteers Collect Shoes
Engage your volunteers and get started collecting gently worn, used
shoes!
Collect shoes! We provide the bags and rubber bands to get you started.
We'll pick them up Get ready for your check
Call us and we will arrange pick-up of the shoes - it's easy for you!
Your check will help further promote the mission of your organization.
F2O Website
To stop receiving messages from the Sector Direct - Received & Opened,
click [3]here.
To pass a copy of this message on to a friend, click [4]here.
This email was sent to you by:
Funds2Orgs
520 N. Semoran Blvd., Suite 200
Orlando, FL 32807
[msg-1395934700.7622 en-mail3]
References
Visible links
1. http://r.mustanglist.com/redir.php/b/TTBMVDU3NS0xMTA5NjktMzE1MjIxMS0zNjUzOTcxMQ~~/
2. http://r.mustanglist.com/redir.php/b/T1RFdzU3NS0xMTA5NjktMzE1MjIxMi0zNjUzOTcxMQ~~/
3. http://www.mustanglist.com/us.php/msg/1395934700.7622/en/mail3
4. http://www.mustanglist.com/pio.php/msg/1395934700.7622/en/mail3
Hidden links:
5. http://www.mustanglist.com/
From gretchen at shoes4funds.co Thu Mar 27 16:01:32 2014
From: gretchen at shoes4funds.co (Gretchen Parker)
Date: Thu, 27 Mar 2014 11:01:31 -0500 (CDT)
Subject: Unique, turn-key fundraising solutions for your organization
Message-ID: <20140327160131.6D01B8160@mail3.mustanglist.com>
[1]F2O Website
[2]Funds2Orgs is a social enterprise that offers real, relevant, and
engaging fundraising strategies to churches, nonprofits, schools, and
civic groups. Through shoe drive fundraisers, your organization could
exceed your 2014 fundraising goals!
Engage your volunteers Collect Shoes
Engage your volunteers and get started collecting gently worn, used
shoes!
Collect shoes! We provide the bags and rubber bands to get you started.
We'll pick them up Get ready for your check
Call us and we will arrange pick-up of the shoes - it's easy for you!
Your check will help further promote the mission of your organization.
F2O Website
To stop receiving messages from the Sector Direct - Received & Opened,
click [3]here.
To pass a copy of this message on to a friend, click [4]here.
This email was sent to you by:
Funds2Orgs
520 N. Semoran Blvd., Suite 200
Orlando, FL 32807
[msg-1395936091.4392 en-mail3]
References
Visible links
1. http://r.mustanglist.com/redir.php/b/emd0TzU3NS0xMTA5NjktMzE1MjIxMS0zNjU0ODYwMw~~/
2. http://r.mustanglist.com/redir.php/b/aGJHVjU3NS0xMTA5NjktMzE1MjIxMi0zNjU0ODYwMw~~/
3. http://www.mustanglist.com/us.php/msg/1395936091.4392/en/mail3
4. http://www.mustanglist.com/pio.php/msg/1395936091.4392/en/mail3
Hidden links:
5. http://www.mustanglist.com/
From gjb at FreeBSD.org Fri Mar 28 02:47:12 2014
From: gjb at FreeBSD.org (Glen Barber)
Date: Thu, 27 Mar 2014 22:47:08 -0400
Subject: bad or broken link about "Documentation"=> menu
In-Reply-To: <106267689.219229028.1395902731510.JavaMail.root@zimbra59-e10.priv.proxad.net>
References: <20140327030804.GE1970@glenbarber.us>
<106267689.219229028.1395902731510.JavaMail.root@zimbra59-e10.priv.proxad.net>
Message-ID: <20140328024708.GG1672@glenbarber.us>
The fix is committed as r44365, and will be live in a few minutes.
Thank you for the report.
Glen
On Thu, Mar 27, 2014 at 07:45:31AM +0100, geodni at free.fr wrote:
> Hi,
>
> http://www.freebsd.org/cgi/man.cgi?query=pkg&apropos=0&sektion=0&manpath=FreeBSD+10.0-RELEASE&arch=default&format=html
>
> Denis
>
> ----- Mail original -----
> De: "Glen Barber"
> ?: geodni at free.fr
> Cc: freebsd-doc at FreeBSD.org
> Envoy?: Jeudi 27 Mars 2014 04:08:04
> Objet: Re: bad or broken link about "Documentation"=> menu
>
> On Wed, Mar 26, 2014 at 09:11:24PM +0100, geodni at free.fr wrote:
> > Hi,
> > I found a bad or broken link on the "Documentation" menu at
> > www.freebsd.org site.
> > It provides "All books and articles" with this link
> > "http://www.freebsd.org/docs/books.html/" but it is redirected to
> > a wonderful "page not found" with link "http://www.freebsd.org/4xx.html".
>
> What is the original link referencing the URL to books.html/ you pasted?
>
> The trailing slash ('/') is the problem, and omitting it from the URL
> gives the expected page.
>
> Glen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL:
From rafael at gav.ufsc.br Sat Mar 29 00:23:38 2014
From: rafael at gav.ufsc.br (Rafael Possamai)
Date: Fri, 28 Mar 2014 19:23:17 -0500
Subject: Possible mistake on handbook - Section 30.7: Link Aggregation
Message-ID:
Hello,
I was reading the handbook and stumbled upon the following sentence:
"Failover allows traffic to continue to flow even if an interface becomes
available."
In my understanding it should say unavailable, as if one of the links was
no longer passing traffic, therefore the failover feature redirects traffic
to the remaining interface that is active.
The webpage is the following:
http://www5.us.freebsd.org/doc/handbook/network-aggregation.html
Thank you for all the hard work on FreeBSD.
Cordially,
Rafael
From jacksonpereira072 at gmail.com Sat Mar 29 01:48:47 2014
From: jacksonpereira072 at gmail.com (Jackson Pereira)
Date: Fri, 28 Mar 2014 22:48:46 -0300
Subject: Galaxh y duos
Message-ID:
Eu tenho um galaxy y duos e ele nao tem superusuario eu perciso muito de um
superusuario mi juda cara porfavo
From trh411 at gmail.com Sat Mar 29 02:32:03 2014
From: trh411 at gmail.com (Thomas Hoffmann)
Date: Fri, 28 Mar 2014 22:32:01 -0400
Subject: Possible mistake on handbook - Section 30.7: Link Aggregation
In-Reply-To:
References:
Message-ID:
On Fri, Mar 28, 2014 at 8:23 PM, Rafael Possamai wrote:
> Hello,
>
> I was reading the handbook and stumbled upon the following sentence:
>
> "Failover allows traffic to continue to flow even if an interface becomes
> available."
>
>
> In my understanding it should say unavailable, as if one of the links was
> no longer passing traffic, therefore the failover feature redirects traffic
> to the remaining interface that is active.
>
> The webpage is the following:
>
> http://www5.us.freebsd.org/doc/handbook/network-aggregation.html
>
>
> Thank you for all the hard work on FreeBSD.
>
>
> Cordially,
> Rafael
Also, does "an interface" convey what we need here? For any given N-way
aggregation, can't we have N-1 (one or more, but not all) interfaces become
unavailable and still have a working link?
-Tom
From knezour at weboutsourcing.cz Sat Mar 29 02:58:47 2014
From: knezour at weboutsourcing.cz (Ondra Knezour)
Date: Sat, 29 Mar 2014 03:58:28 +0100
Subject: Possible mistake on handbook - Section 30.7: Link Aggregation
In-Reply-To:
References:
Message-ID: <533636D4.4040404@weboutsourcing.cz>
Dne 29.3.2014 3:32, Thomas Hoffmann napsal(a):
>> I was reading the handbook and stumbled upon the following sentence:
>>
>> "Failover allows traffic to continue to flow even if an interface becomes
>> available."
>
> Also, does "an interface" convey what we need here? For any given N-way
> aggregation, can't we have N-1 (one or more, but not all) interfaces become
> unavailable and still have a working link?
And Cpt. Obvious may add an interface is not enough, you can have four
interfaces aggregated in the bond, but there is still no flow without a
link. To add even more chaos, both the physical and virtual interfaces
are mentioned in the sentence preceding the one which Rafael mentions.
That said, what about something like following?
Failover allows traffic to continue to flow if at least one aggregated
network interface has link established.
--
Ondra Knezour
From jamie at dyslexicfish.net Sat Mar 29 10:10:01 2014
From: jamie at dyslexicfish.net (Jamie Landeg-Jones)
Date: Sat, 29 Mar 2014 09:51:28 GMT
Subject: docs/188043: man page for md5/sha1/sha256/sha412/rmd-160 cleanup
Message-ID: <201403290951.s2T9pS9u028622@catnip.dyslexicfish.net>
>Number: 188043
>Category: docs
>Synopsis: man page for md5/sha1/sha256/sha412/rmd-160 cleanup
>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: Sat Mar 29 10:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Jamie Landeg-Jones
>Release: FreeBSD 10.0-STABLE amd64
>Organization:
Dyslexic Fish
>Environment:
System: FreeBSD catnip.dyslexicfish.net 10.0-STABLE FreeBSD 10.0-STABLE #0: Wed Jan 22 09:10:20 GMT 2014 root at catflap.dyslexicfish.net:/usr/obj/usr/src/sys/CATFLAP amd64
>Description:
man page shows for -c option: "Compare files to this md5 string."
This is misleading - the string needs to be in the same format as the digest command being used.
I suggest something like:
"Compare the files message digest to this string."
Also, suggest updating the date relating to known exploits.
>How-To-Repeat:
man sha1
man sha256
man sha512
man rmd-160
>Fix:
Apply attached patch suggestion
--- patch-md5.1 begins here ---
--- md5.1.orig 2014-02-17 01:41:53.000000000 +0000
+++ md5.1 2014-03-29 09:35:16.000000000 +0000
@@ -63,12 +63,12 @@
This also means that
.Tn MD5
should not be used as part of a cryptographic signature scheme.
-At the current time (2009-01-06) there is no publicly known method to
+At the current time (2014-03-28) there is no publicly known method to
.Dq reverse
MD5, i.e., to find an input given a hash value.
.Pp
.Tn SHA-1
-currently (2009-01-06) has no known collisions, but an attack has been
+currently (2014-03-28) has no known collisions, but an attack has been
found which is faster than a brute-force search, placing the security of
.Tn SHA-1
in doubt.
@@ -83,7 +83,7 @@
after the options are processed.
.Bl -tag -width indent
.It Fl c Ar string
-Compare files to this md5 string.
+Compare the files message digest to this string.
(Note that this option is not yet useful if multiple files are specified.)
.It Fl s Ar string
Print a checksum of the given
--- patch-md5.1 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
From ds at ukrhub.net Sat Mar 29 16:27:03 2014
From: ds at ukrhub.net (Taras Korenko)
Date: Sat, 29 Mar 2014 18:19:05 +0200
Subject: en/handbook/audit: proposed corrections
Message-ID: <20140329161905.GB92398@gamma.ukrhub.net>
Good day, doc@ folks.
There're a few things that could be improved within audit chapter of our
handbook. However, those are just notes, which might require more polishing
or wordsmithing. So, can anyone review and/or comment the following *.diff?
Thanks.
--
WBR, Taras Korenko
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 00.en.hb.audit.diff
Type: text/x-diff
Size: 3146 bytes
Desc: not available
URL:
From trh411 at gmail.com Sat Mar 29 17:35:51 2014
From: trh411 at gmail.com (Thomas Hoffmann)
Date: Sat, 29 Mar 2014 13:35:49 -0400
Subject: jail(8) - jail versus prison
Message-ID:
I know very little about jails, which is why I am reading up on them.
In reading jail(8), I suddenly came upon the term "prison". In fact the
term "prison" is used 30 times in jail(8), while the term "jail" is used
228 times. Is this use of the term "prison" intentional? In reading jail(8)
it is certainly not clear to me whether "prison" is being used as a
synonym for "jail" or is in fact a separate concept within a jail that has
not been previously defined.
The Handbook section on jails makes no mention of the term "prison".
Shouldn't jail(8) be consistent in its use of "jail" versus "prison" if in
fact it has no special meaning?
-Tom
From gjb at FreeBSD.org Sat Mar 29 17:41:10 2014
From: gjb at FreeBSD.org (Glen Barber)
Date: Sat, 29 Mar 2014 13:41:06 -0400
Subject: jail(8) - jail versus prison
In-Reply-To:
References:
Message-ID: <20140329174106.GU1672@glenbarber.us>
On Sat, Mar 29, 2014 at 01:35:49PM -0400, Thomas Hoffmann wrote:
> In reading jail(8), I suddenly came upon the term "prison". In fact the
> term "prison" is used 30 times in jail(8), while the term "jail" is used
> 228 times. Is this use of the term "prison" intentional? In reading jail(8)
> it is certainly not clear to me whether "prison" is being used as a
> synonym for "jail" or is in fact a separate concept within a jail that has
> not been previously defined.
>
> The Handbook section on jails makes no mention of the term "prison".
>
> Shouldn't jail(8) be consistent in its use of "jail" versus "prison" if in
> fact it has no special meaning?
>
The usage of 'prison' in the jail(8) manual is synonymous with 'jail.'
Glen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL:
From angllevon at list.ru Sun Mar 30 14:08:12 2014
From: angllevon at list.ru (=?UTF-8?B?TGV2b24gQW5nYWxhZHlhbg==?=)
Date: Sun, 30 Mar 2014 18:07:12 +0400
Subject: =?UTF-8?B?ICBUaGUgbW9zdCBpbXBvcnRhbnQgdGhpbmcu?=
Message-ID: <1396188432.692679518@f171.i.mail.ru>
"Now this is
eternal life: that they may know you, the only true God, and Jesus
Christ, whom you have sent" (John 17:3).?
"For it is by
grace that you have been saved, through faith. This does not depend
on anything you have achieved, it is the free gift of God; and
because it is not earned no one can boast about it." (Ephesians
2:8-9).
Receiving Christ
involves turning to God from self (a spirit of repentance) and
trusting Christ to come into our lives to forgive us of our sins and
make us what he wants us to be. Just to agree intellectually that
Jesus Christ is the Son of God and that he died on the cross for our
sins is not enough. Nor is it enough to have an emotional experience.
We receive Jesus Christ by faith, as an act of our will.
http://www.bbnradio.org
----------------------------------------------------------------------
From angllevon at list.ru Sun Mar 30 14:10:56 2014
From: angllevon at list.ru (=?UTF-8?B?TGV2b24gQW5nYWxhZHlhbg==?=)
Date: Sun, 30 Mar 2014 18:10:04 +0400
Subject: =?UTF-8?B?IFRoZSBtb3N0IGltcG9ydGFudCB0aGluZy4=?=
Message-ID: <1396188604.971485502@f168.i.mail.ru>
"Now this is
eternal life: that they may know you, the only true God, and Jesus
Christ, whom you have sent" (John 17:3).?
"For it is by
grace that you have been saved, through faith. This does not depend
on anything you have achieved, it is the free gift of God; and
because it is not earned no one can boast about it." (Ephesians
2:8-9).
Receiving Christ
involves turning to God from self (a spirit of repentance) and
trusting Christ to come into our lives to forgive us of our sins and
make us what he wants us to be. Just to agree intellectually that
Jesus Christ is the Son of God and that he died on the cross for our
sins is not enough. Nor is it enough to have an emotional experience.
We receive Jesus Christ by faith, as an act of our will.
http://www.bbnradio.org
----------------------------------------------------------------------
From newriso32 at 126.com Mon Mar 31 03:39:25 2014
From: newriso32 at 126.com (Lily)
Date: Mon, 31 Mar 2014 11:38:16 +0800
Subject: Riso
Message-ID: <201403311138165515678@126.com>
Dear purchasing manager,
We are a professional of Riso/Ricoh/Duplo machine with 15 years? experience.
So we want to avail ourselves of opportunity establishing business relation with you.
Also supply used duplicators/copiers.
Best Regards
Used copier&Digital duplicator, Spare parts&Toner cartridge, Barcode products&Office equipment supplies
Guangzhou,China
Skype:luckylily211
From bugmaster at freebsd.org Mon Mar 31 11:06:04 2014
From: bugmaster at freebsd.org (FreeBSD bugmaster)
Date: Mon, 31 Mar 2014 11:06:04 GMT
Subject: Current unassigned doc problem reports
Message-ID: <201403311106.s2VB642X057835@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/188043 doc [patch] man page for md5/sha1/sha256/sha412/rmd-160 cl
o docs/187644 doc ifconfig man page address_family paragraph needs clari
o docs/187473 doc [porters-handbook]: update Qt and KDE sections
o docs/187465 doc mention patchlevels in explaining security advisories
o docs/187417 doc [patch] Handbook: Add some missing -tags
o docs/187351 doc handbook section on ports does not mention pkg search
o docs/187321 doc [handbook] [patch] Clarification needed on using geli
o docs/187142 doc The Handbook (chapter 15.4) does not mention /etc/jail
o docs/186905 doc [PATCH] porters-handbook/makefiles/chapter.xml Strippi
o docs/186663 doc [handbook] mention old xorg in handbook
o docs/186608 doc typo in 'ctime(3) man page
p docs/186191 doc Typo in bhyveload.8
o docs/185764 doc mention of libiconv in FreeBSD 10.0 release note
o docs/185531 doc etherswitchcfg(8) refers to etherswitch(4) which does
o docs/185481 doc sh/bash Parameter Expansion +/- syntax not documented
o docs/185422 doc [handbook] brazilian portuguese translation to "Append
o docs/185421 doc [handbook] brazilian portuguese translation to "Append
o docs/185392 doc [handbook] brazilian portuguese translation to "The Fr
o docs/185391 doc [handbook] brazilian portuguese translation to "GEOM:
o docs/185353 docs nc(1) does not exit after transfer (should be document
o docs/185281 doc [handbook] brazilian portuguese translation to "Jails"
o docs/185280 doc [handbook] brazilian portuguese translation to "Introd
o docs/184758 doc error in rtadvd.conf example
o docs/184755 doc The vmstat(8) manualpage synopsis doesn't show all opt
o docs/184459 doc Documentation Bug in the man Page for the who Command
o docs/184110 doc blackhole(4) manpage doesn`t describe net.inet.sctp.b
o docs/184051 doc Update configuration example for staging
o docs/184048 doc developers handbook, 10.7 Debugging Deadlocks - must i
o docs/184046 doc bhyve(4) manpage references non-existant manpages bhyv
o docs/183927 doc missing info about kernel toolchain in kernel building
o docs/183653 doc [patch] Add some more *BSD releases to the groff_mdoc
o docs/183427 doc Online man pages don't include latest release + ports
o docs/183333 doc Misnamed constant in bpf(4)
o docs/183246 doc FreeBSD 8.4-RELEASE Installation Instructions don't pr
o docs/183024 doc textdump(4) mentions call doadump, should be textdump
o docs/183002 doc Fix instructions in "6.5.3. Anti-Aliased Fonts" regard
o docs/182876 doc CURRENT release notes webpage out of date and inconsis
o docs/182218 doc Add an ipfilter rc.conf option in handbook for IPv6
o docs/181845 doc Virtualbox Host Setup needs acd0 in /etc/devfs.conf, a
o docs/181844 doc FreeBSD Handbook Virtualbox Host Section missing confi
o docs/181808 doc Chapter 15.15 (Resource Limits) misses important infor
o docs/181785 doc [patch] Man page for tmpfile() is inconsistent
o docs/181390 doc seq(1) first appeared in 8th UNIX
o docs/181376 doc CLOCK_THREAD_CPUTIME_ID is not documented in clock_get
o docs/181280 doc suggestion: split zfs man page in a zfs- way
o docs/181134 doc Fix example for boot0cfg utility
o docs/180970 doc [request] No manpage for ps_strings
o docs/180767 doc [patch] printf.3: fix off-by-one in snprintf descripti
o docs/180493 doc [handbook] Single-user mode console confusion
o docs/180332 doc SSD Kernel Instructions Out of Date: options MFS throw
o docs/180331 doc SSD Kernel Instructions Out of Date: options MD_ROOT a
o docs/180330 doc SSD Kernel Instructions Out of Date: pseudo-device no
o docs/180027 doc Missing man page entries for callout_reset_sbt in time
o docs/179988 doc [faq] [patch] ThwackAFAQ - sandbox
p docs/179914 doc remove inactive user dougb from mergemaster maintainer
o docs/179697 doc Handbook incomplete WRT Opera flash usage (linproc)
o docs/179497 doc [patch] service.8 add csh completion example
o docs/179246 doc [patch] gnome porting updates
o docs/178818 doc gmirror(8) says to use rc.early which is no longer ava
o docs/178730 doc move roff papers out of src into doc
o docs/178221 doc Addition to handbook jails chapter: warning about make
o www/178190 doc myths web page should be updated
o docs/177968 doc bpf(4): documentation of BIOCROTZBUF is incomplete
o docs/177699 doc Documentation (handbook and manpage) for mac_biba does
o docs/177514 doc [handbook] ZFS examples do not cover dataset creation
o docs/177457 doc diskinfo(8): diskinfo -v shows inacurate drive size
o docs/177431 doc Handbook & Announcements recommend poor dd options for
o docs/177429 doc dd(1) man page is unclear about semantics of conv=sync
o docs/177215 doc [handbook] [patch] FreeBSD uses SHA512 and no more MD5
o docs/176806 doc recv(2) man page grammatical fixes
o docs/176648 doc restore(8) man page is misleading/confusing
o docs/176645 doc The example in netmap.4 is wrong
o docs/176363 doc Remove mention of 'CVSup' from "Mirroring FreeBSD arti
o docs/176355 doc Attribution and correction of quote in fortune
o docs/176251 doc FreeBSD Handbook assumes too much pre-knowledge
o docs/176127 doc [handbook] add information about all missing mailing l
o docs/176125 doc missing summary of freebsd-jail mailing list
o docs/176123 doc missing summary of freebsd-sysinstall mailing list
o docs/176015 doc [handbook] wrong order in docs for major upgrade
o docs/175995 doc Setting MALLOC_PRODUCTION stops buildworld
o docs/175983 doc man zfs are missing "hold, release" from "zfs allow"
o docs/175712 doc Update 'disk naming' handbook page
o docs/175687 doc pthread_setschedparam(3) may fail for undocumented rea
o www/175685 doc HTTPS does not follow visitor among FreeBSD.org sub-do
o docs/175560 doc ugen(4) man page contains incorrect device node path
o docs/175239 doc sem_wait can be interrupted
o docs/175123 doc [geom] gpart list/status isn't documented in usage sec
o docs/174868 doc mount(2) doesn't do a good job at describing all possi
o docs/174792 doc synopsis for nsupdate(1) missing options -L, and -p
o docs/174581 doc man page of recvmsg(2) does not mention return value 0
o docs/173710 doc Added section "MTP storage" to handbook
o docs/173539 doc [patch] statfs(2) man page missed the error code ENOSY
o docs/173321 doc ports(7) man page -- no info on building with debuggin
o docs/173013 doc FreeBSD Boot Menu documentation lacks detail
o docs/172927 doc ipfw(8): ipfw manual page doesn't show simpliest NAT c
o docs/172913 doc [ipsec] [patch] setkey(8) is unclear on anti-replay wi
o docs/172869 doc [PATCH] Add in nifty lang icons to index.html (home)
o docs/172626 doc [PATCH] modify the community/* pages to look more plea
o docs/172370 doc [handbook] Handbook should be updated for Blu-Ray driv
o docs/172369 doc mkisofs(8)/growisofs(1m) don't specify UDF version
o docs/172368 doc mount_udf(8) doesn't specify which versions of UDF are
o docs/172367 doc ata(4) man page needs an updated for Blu-Ray
o docs/172330 doc [PATCH] Fix some errors introduced to announce.xml by
o docs/172144 doc psignal(9) manpage is outdated for FreeBSD-9 systems
o docs/172137 doc deprecated information for adduser(8) man pages
o docs/171199 doc the GDB man page is outdated
o docs/170691 doc Difference between zfs manpages and reality
o docs/170119 doc at behaviour and man at inconsistency
o docs/169712 doc [patch] porters-handbook zh_TW.Big5 apache section
o docs/169711 doc [patch] porters-handbook zh_CN.GB2312 apache section
o docs/169544 doc serial port console documentation changes
s docs/169401 doc passify dead links in release links, move www to lists
o docs/169377 doc [patch] ipmon(8) man page refers to a different facili
o docs/169317 doc zfs umount refers to umount(1M) but should to umount(8
o docs/169158 doc [patch] iasl(8) man page is out of date
f docs/168939 doc Port upgrade documentation missing from Application Ja
o docs/168930 doc map_mincore(9) not up-to-date
o docs/168915 doc size of integers used by test(1) and sh(1) is not docu
o docs/168823 doc 404s in fr_FR French web pages
o docs/168803 doc Remove outdated smp info
o docs/167429 doc geli(8) needs to mention unencrypted /etc/fstab requir
o docs/166553 doc find(1): find -delete documentation is misleading
o docs/166358 doc No networking in Jail build via: handbook/jail-tuning
o conf/166330 doc [rc] [patch] Thin server configuration revision reques
o docs/165551 doc ipfw(8): no info in "ipfw pipe show" about ipv6
o docs/165249 doc Multibyte characters in manpages still not displaying
o docs/164803 doc Unclear manual page for mount_unionfs(8)
o docs/164099 doc gparm(8): man page for gparm set is incorrect and inco
o docs/164034 doc acl(9) documentation lacking
o docs/163879 doc [handbook] handbook does not say about how to force to
o docs/163830 doc device smbios: missing documentation, no manpage
o docs/163149 doc [patch] Red Hat Linux/i386 9 HTML format sudo man page
o docs/162765 doc [patch] lseek(2) may return successful although no see
o docs/162587 doc unclear/incomplete description of per-interface statis
o docs/162419 doc [request] please document (new) zfs and zpool cmdline
o docs/161754 doc p4tcc(4), est(4) and qpi(4) are not documented
o docs/161496 doc zfs(1): Please document that sysctl vfs.usermount must
o docs/160460 doc [handbook] Network setup guide suggestion
o docs/160399 doc Man page for re(4) missing jumbo frames info
o docs/159307 doc [patch] lpd smm chapter unconditionally installed
o docs/158388 doc Incorrect documentation of LOCAL_SCRIPT in release(7)
o docs/158387 doc The tree(3) man should mention the RB_FOREACH_SAFE() A
o docs/157908 doc [handbook] Description of post-install should include
o docs/157698 doc [patch] gpart(8) man page contains old/incorrect size
o docs/157316 doc [patch] update devstat(9) man page
o docs/156920 doc isspecial(3) is not helpful
o docs/156815 doc chmod(1): manpage should describe that chmod kicks +t
o docs/156689 doc stf(4) output-only documentation gives bad configurati
f docs/156187 doc [handbook] [patch] Add bsnmpd to handbook
o docs/156081 doc troff falls with troff.core with UTF-8 man with incorr
o docs/155982 doc [handbook] reaper of the dead: remove reference to flo
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/153958 doc ksu man-page documented, but not installed
a docs/153012 doc [patch] iostat(8) requires an argument to -c option
o docs/151752 doc pw.conf(5) doesn't define format for file clearly
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/150255 doc dtrace description should mention makeoptions DEBUG=-g
o docs/149574 doc [patch] update mi_switch(9) man page
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/147995 doc elf.5 man page has has missing reference
o docs/146521 doc [handbook] Update IPv6 system handbook section to ment
o docs/145699 doc hexdump(1) mutes all format qualifier output following
o docs/145069 doc Dialup firewalling with FreeBSD article out dated.
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/143472 doc gethostname(3) references undefined value: HOST_NAME_M
o docs/143416 doc [handbook] IPFW handbook page issues
o docs/143408 doc man filedesc(9) is missing
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/140444 doc [patch] New Traditional Chinese translation of custom-
o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd
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/138485 doc bpf(4) and ip(4) man pages missing important corner ca
o docs/136666 doc [handbook] Configure serial port for remote kernel deb
o docs/136035 doc ftpchroot(5) omits an important option
o docs/132839 doc [patch] Fix example script in ldap-auth article
o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg(
o docs/131918 doc [patch] Fixes for the BPF(4) man page
o docs/131626 doc [patch] dump(8) "recommended" cache option confusing
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
o docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages
s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage
o docs/126484 doc libc function res-zonscut2 is not documented
f docs/122052 doc minor update on handbook section 20.7.1
o docs/121952 doc Handbook chapter on Network Address Translation wrong
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
s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls
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/118214 doc close(2) error returns incomplete
o docs/116588 doc No IPFW tables or dummynet in Handbook
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/112579 doc [request] No ipv6 related pf examples in /usr/share/ex
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/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/109981 doc No manual entry for post-grohtml
o docs/109977 doc No manual entry for ksu
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/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/101271 doc serial console documentation implies kernel rebuild re
p docs/100196 doc man login.conf does explain not "unlimited"
o docs/98974 doc Missing tunables in loader(8) manpage
o docs/96207 doc Comments of a sockaddr_un structure could confuse one
o docs/95408 doc install over serial console does not work as documente
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/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/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/57298 doc [patch] add using compact flash cards info to handbook
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 kern/51341 doc [ipfw] [patch] ipfw rule 'deny icmp from any to any ic
o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation
o docs/48101 doc [patch] Add documentation on the fixit disk
o docs/47594 doc [patch] passwd(5) incorrectly states allowed username
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/36724 doc ipnat(5) manpage grammar is incomplete and inconsisten
o docs/26286 doc *printf(3) etc should gain format string warnings
o docs/24786 doc missing FILES descriptions in sa(4)
259 problems total.
From dru.lavigne at att.net Mon Mar 31 13:28:48 2014
From: dru.lavigne at att.net (Dru Lavigne)
Date: Mon, 31 Mar 2014 06:28:41 -0700 (PDT)
Subject: en/handbook/audit: proposed corrections
In-Reply-To: <20140329161905.GB92398@gamma.ukrhub.net>
References: <20140329161905.GB92398@gamma.ukrhub.net>
Message-ID: <1396272521.45856.YahooMailNeo@web184906.mail.gq1.yahoo.com>
_______________________________
> From: Taras Korenko
>To: freebsd-doc at freebsd.org
>Sent: Saturday, March 29, 2014 12:19 PM
>Subject: en/handbook/audit: proposed corrections
>
>
>? Good day, doc@ folks.
>
>? There're a few things that could be improved within audit chapter of our
>handbook.? However, those are just notes, which might require more polishing
>or wordsmithing.? So, can anyone review and/or comment the following *.diff?
Thanks, Taras.
A slightly modified patch is attached. If it is acceptable to you, I can commit it.
Cheers,
Dru
-------------- next part --------------
A non-text attachment was scrubbed...
Name: audit.diff
Type: text/x-patch
Size: 3043 bytes
Desc: not available
URL:
From dru.lavigne at att.net Mon Mar 31 14:01:18 2014
From: dru.lavigne at att.net (Dru Lavigne)
Date: Mon, 31 Mar 2014 06:58:38 -0700 (PDT)
Subject: Possible mistake on handbook - Section 30.7: Link Aggregation
In-Reply-To: <533636D4.4040404@weboutsourcing.cz>
References:
<533636D4.4040404@weboutsourcing.cz>
Message-ID: <1396274318.36618.YahooMailNeo@web184905.mail.gq1.yahoo.com>
>Dne 29.3.2014 3:32, Thomas Hoffmann napsal(a):
>>> I was reading the handbook and stumbled upon the following sentence:
>>>
>>> "Failover allows traffic to continue to flow even if an interface becomes
>>> available."
>>
>> Also, does "an interface" convey what we need here? For any given N-way
>> aggregation, can't we have N-1 (one or more, but not all) interfaces become
>> unavailable and still have a working link?
>
>And Cpt. Obvious may add an interface is not enough, you can have four
>interfaces aggregated in the bond, but there is still no flow without a
>link. To add even more chaos, both the physical and virtual interfaces
>are mentioned in the sentence preceding the one which Rafael mentions.
>
>That said, what about something like following?
>
>Failover allows traffic to continue to flow if at least one aggregated
>network interface has link established.
I've commited an edit in r44394. Please let me know if further wordsmithing is needed to make it clearer.
Thanks Rafael for pointing this out!
Cheers,
Dru
From rafael at gav.ufsc.br Mon Mar 31 14:09:16 2014
From: rafael at gav.ufsc.br (Rafael Possamai)
Date: Mon, 31 Mar 2014 09:08:54 -0500
Subject: Possible mistake on handbook - Section 30.7: Link Aggregation
In-Reply-To: <1396274318.36618.YahooMailNeo@web184905.mail.gq1.yahoo.com>
References:
<533636D4.4040404@weboutsourcing.cz>
<1396274318.36618.YahooMailNeo@web184905.mail.gq1.yahoo.com>
Message-ID:
I am glad I could help. Thank you everyone who participated in this thread.
Best,
Rafael
On Mon, Mar 31, 2014 at 8:58 AM, Dru Lavigne wrote:
>
>
>
>
>
> >Dne 29.3.2014 3:32, Thomas Hoffmann napsal(a):
> >>> I was reading the handbook and stumbled upon the following sentence:
> >>>
> >>> "Failover allows traffic to continue to flow even if an interface
> becomes
> >>> available."
> >>
> >> Also, does "an interface" convey what we need here? For any given N-way
> >> aggregation, can't we have N-1 (one or more, but not all) interfaces
> become
> >> unavailable and still have a working link?
> >
> >And Cpt. Obvious may add an interface is not enough, you can have four
> >interfaces aggregated in the bond, but there is still no flow without a
> >link. To add even more chaos, both the physical and virtual interfaces
> >are mentioned in the sentence preceding the one which Rafael mentions.
> >
> >That said, what about something like following?
> >
> >Failover allows traffic to continue to flow if at least one aggregated
> >network interface has link established.
>
>
>
> I've commited an edit in r44394. Please let me know if further
> wordsmithing is needed to make it clearer.
>
> Thanks Rafael for pointing this out!
>
> Cheers,
>
> Dru
>
>
From ds at ukrhub.net Mon Mar 31 14:12:02 2014
From: ds at ukrhub.net (Taras Korenko)
Date: Mon, 31 Mar 2014 17:00:42 +0300
Subject: en/handbook/audit: proposed corrections
In-Reply-To: <1396272521.45856.YahooMailNeo@web184906.mail.gq1.yahoo.com>
References: <20140329161905.GB92398@gamma.ukrhub.net>
<1396272521.45856.YahooMailNeo@web184906.mail.gq1.yahoo.com>
Message-ID: <20140331140042.GC2139@gamma.ukrhub.net>
On Mon, Mar 31, 2014 at 06:28:41AM -0700, Dru Lavigne wrote:
> _______________________________
>
> > From: Taras Korenko
> >To: freebsd-doc at freebsd.org
> >Sent: Saturday, March 29, 2014 12:19 PM
> >Subject: en/handbook/audit: proposed corrections
> >
> > ... ? However, those are just notes, which might require more polishing
> >or wordsmithing.? So, can anyone review and/or comment the following *.diff?
>
> ...
> A slightly modified patch is attached. If it is acceptable to you, I can commit it.
> ...
No objections; please, commit it.
> Cheers,
>
> Dru
> Index: chapter.xml
> ===================================================================
> --- chapter.xml (revision 44393)
> +++ chapter.xml (working copy)
> @@ -196,8 +196,10 @@
> Audit Configuration
>
> User space support for event auditing is installed as part
> - of the base &os; operating system. Kernel support can be
> - enabled by adding the following line to
> + of the base &os; operating system. Kernel support is available
> + in the GENERIC kernel by default,
> + and &man.auditd.8; can be enabled
> + by adding the following line to
> /etc/rc.conf:
>
> auditd_enable="YES"
> @@ -217,10 +219,7 @@
> Selection expressions are used in a number of places in
> the audit configuration to determine which events should be
> audited. Expressions contain a list of event classes to
> - match, each with a prefix indicating whether matching records
> - should be accepted or ignored, and optionally to indicate if
> - the entry is intended to match successful or failed
> - operations. Selection expressions are evaluated from left to
> + match. Selection expressions are evaluated from left to
> right, and two expressions are combined by appending one onto
> the other.
>
> @@ -383,10 +382,10 @@
>
>
> These audit event classes may be customized by modifying
> - the audit_class and audit_
> - event configuration files.
> + the audit_class and
> + audit_event configuration files.
>
> - Each audit event class is combined with a prefix
> + Each audit event class may be combined with a prefix
> indicating whether successful/failed operations are matched,
> and whether the entry is adding or removing matching for the
> class and type. summarizes
> @@ -650,8 +649,8 @@
> Since audit logs may be very large, a subset of records can
> be selected using auditreduce. This example
> selects all audit records produced for the user
> - trhodes stored in
> - AUDITFILE:
> + trhodes stored in
> + AUDITFILE:
>
> &prompt.root; auditreduce -u trhodes /var/audit/AUDITFILE | praudit
>
> @@ -739,8 +738,8 @@
>
> Automatic rotation of the audit trail file based on file
> size is possible using in
> - audit.control as described in - linkend="audit-config"/>.
> + audit_control as described in + linkend="audit-auditcontrol"/>.
>
> As audit trail files can become very large, it is often
> desirable to compress or otherwise archive trails once they
P.S.: thanks for your huge work on the Handbook.
--
WBR, Taras Korenko
From dru at FreeBSD.org Mon Mar 31 15:04:44 2014
From: dru at FreeBSD.org (dru at FreeBSD.org)
Date: Mon, 31 Mar 2014 15:04:44 GMT
Subject: docs/148984: [handbook] Mistake in section 16.15.4 of the handbook
Message-ID: <201403311504.s2VF4iXC036079@freefall.freebsd.org>
Synopsis: [handbook] Mistake in section 16.15.4 of the handbook
Responsible-Changed-From-To: freebsd-doc->dri
Responsible-Changed-By: dru
Responsible-Changed-When: Mon Mar 31 15:04:22 UTC 2014
Responsible-Changed-Why:
I'll take this one.
http://www.freebsd.org/cgi/query-pr.cgi?pr=148984
From wblock at FreeBSD.org Mon Mar 31 20:19:26 2014
From: wblock at FreeBSD.org (wblock at FreeBSD.org)
Date: Mon, 31 Mar 2014 20:19:26 GMT
Subject: docs/187417: [patch] Handbook: Add some missing
-tags in advanced-networking section
Message-ID: <201403312019.s2VKJQjH037754@freefall.freebsd.org>
Synopsis: [patch] Handbook: Add some missing -tags in advanced-networking section
State-Changed-From-To: open->closed
State-Changed-By: wblock
State-Changed-When: Mon Mar 31 20:17:44 UTC 2014
State-Changed-Why:
These and other missing tags have been restored. Thanks!
http://www.freebsd.org/cgi/query-pr.cgi?pr=187417