From owner-freebsd-doc@FreeBSD.ORG Sun Sep 1 07:30:01 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47E881A1 for ; Sun, 1 Sep 2013 07:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 36C0D2B5A for ; Sun, 1 Sep 2013 07:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r817U19j060905 for ; Sun, 1 Sep 2013 07:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r817U0bN060904; Sun, 1 Sep 2013 07:30:00 GMT (envelope-from gnats) Date: Sun, 1 Sep 2013 07:30:00 GMT Message-Id: <201309010730.r817U0bN060904@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Frederic Culot Subject: Re: docs/181080: porters-handbook: mention PLIST_DIRSTRY X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Frederic Culot List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 07:30:01 -0000 The following reply was made to PR docs/181080; it has been noted by GNATS. From: Frederic Culot To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/181080: porters-handbook: mention PLIST_DIRSTRY Date: Sun, 1 Sep 2013 07:22:08 +0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Following an off-list feedback from Warren (wblock@) I submit this updated patch which adds a note explaining into a bit more detail what PLIST_DIRSTRY is used for. This note is added right after the first PLIST_DIRS appearence and gives a link to the section where the @dirrm and @dirrmtry macros are explained, so I believe the reader is now able to grasp the meaning of PLIST_DIRSTRY more easily. However, adding an example of the PLIST_DISTRY usage was not deemed necessary as it is pretty straightforward to extrapolate the already existing PLIST_DIRS example for PLIST_DIRSTRY. Feel free to ping me in case you have any comments related to this updated patch, and thanks again Warren for your feedback. Cheers, Frederic --d6Gm4EdcadzBjdND Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="porters-handbook.diff" Index: book.xml =================================================================== --- book.xml (revision 42606) +++ book.xml (working copy) @@ -278,6 +278,20 @@ Of course, PLIST_DIRS should be left unset if a port installs no directories of its own. + + It is possible that several ports share a common + directory. In that case + PLIST_DIRS should be replaced by + PLIST_DIRSTRY so that the directory + is removed only if empty, otherwise it is silently + ignored. PLIST_DIRS and + PLIST_DIRSTRY are equivalent to + using @dirrm and + @dirrmtry in + pkg-plist, which are described in + . + + The price for this way of listing port's files and directories is that you cannot use command sequences described in &man.pkg.create.1;. Therefore, it is suitable @@ -9918,20 +9932,25 @@ TMPPLIST. Another possibility to modify port's packing list is based - on setting the variables PLIST_FILES and - PLIST_DIRS. The value of each variable is + on setting the variables PLIST_FILES, + PLIST_DIRS, and + PLIST_DIRSTRY. The value of each variable is regarded as a list of pathnames to write to TMPPLIST along with PLIST contents. Names - listed in PLIST_FILES and - PLIST_DIRS are subject to + listed in PLIST_FILES, + PLIST_DIRS, and + PLIST_DIRSTRY are subject to %%VAR%% substitution, as described above. Except for that, names from PLIST_FILES will appear in the final - packing list unchanged, while @dirrm will - be prepended to names from PLIST_DIRS. To - take effect, PLIST_FILES and - PLIST_DIRS must be set before + packing list unchanged, while @dirrm and + @dirrmtry will + be prepended to names from PLIST_DIRS + and PLIST_DIRSTRY, respectively. To + take effect, PLIST_FILES, + PLIST_DIRS, and + PLIST_DIRSTRY must be set before TMPPLIST is written, i.e., in pre-install or earlier. @@ -10059,8 +10078,9 @@ pkg-plist file (with or without variable substitution), or embedded into the Makefile via - PLIST_FILES and - PLIST_DIRS. Even if the contents are + PLIST_FILES, + PLIST_DIRS, and + PLIST_DIRSTRY. Even if the contents are auto-generated by a tool or a target in the Makefile before the inclusion into the Ports Collection by a committer, this is still considered a static --d6Gm4EdcadzBjdND-- From owner-freebsd-doc@FreeBSD.ORG Mon Sep 2 11:06:04 2013 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9D93FEEB for ; Mon, 2 Sep 2013 11:06:04 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B9032336 for ; Mon, 2 Sep 2013 11:06:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r82B64GB015152 for ; Mon, 2 Sep 2013 11:06:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r82B64hk015150 for freebsd-doc@FreeBSD.org; Mon, 2 Sep 2013 11:06:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Sep 2013 11:06:04 GMT Message-Id: <201309021106.r82B64hk015150@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD doc list Subject: Current unassigned doc problem reports X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 11:06:04 -0000 (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/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/181142 doc [handbook] bad links for xfce4 desktop environment o docs/181134 doc Fix example for boot0cfg utility o docs/181080 doc porters-handbook: mention PLIST_DIRSTRY 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/180658 doc [handbook] add detail to pkgng part of the handbook 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/179832 doc manual page of mac_from_text suggests incorrect freein o docs/179697 doc Handbook incomplete WRT Opera flash usage (linproc) o docs/179560 doc [handbook] brazilian portuguese translation to "DTrace o docs/179552 doc [handbook] brazilian portuguese translation to "Instal o docs/179541 doc [handbook] brazilian portuguese translation to "Obtain 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/178677 doc *** [article.html] Error code 1 Stop in /usr/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/178077 doc [patch] Correct description of -webnfs in exports.5 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/177056 doc typo in link in handbook section 31.4.16 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/176583 doc getifaddrs(3) - struct ifa_data not exist 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 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/164620 doc Raid 1 issues 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/160446 doc [handbook] Handbook sound setup seems outdated 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/157049 doc FreeBSD Handbook: Chapter 14 (Security) Inaccuracy 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/150877 doc ambiguity in newsyslog(8) man page about zfs with comp 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/144515 doc [handbook] Expand handbook Table of contents 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/138845 doc Exceeding kern.ipc.maxpipekva refers to tuning(7) whic 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/135516 doc [patch] pax(1) manual not mentioning chflags unawarene o docs/132839 doc [patch] Fix example script in ldap-auth article o docs/132718 doc [handbook] Information about adding a new mirror is ou o docs/132260 doc dhcpd(8) pid not stored in documented location o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg( o docs/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 o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls o docs/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/116080 doc PREFIX is documented, but not the more important LOCAL 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/110062 doc [patch] mount_nfs(8) fails to mention a failure condit o docs/109981 doc No manual entry for post-grohtml o docs/109977 doc No manual entry for ksu o docs/109972 doc No manual entry for zless/bzless f docs/109226 doc [request] No manual entry for sntp o docs/109201 doc [request]: manual for callbootd a docs/108980 doc list of missing man pages o docs/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 o docs/100196 doc man login.conf does explain not "unlimited" o docs/98974 doc Missing tunables in loader(8) manpage o docs/98115 doc Missing parts after rendering handbook to RTF format o docs/96207 doc Comments of a sockaddr_un structure could confuse one o docs/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/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf 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/45303 doc Bug in PDF DocBook rendering 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 s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. 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 252 problems total. From owner-freebsd-doc@FreeBSD.ORG Mon Sep 2 18:19:25 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B550E40B; Mon, 2 Sep 2013 18:19:25 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A3CB284D; Mon, 2 Sep 2013 18:19:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r82IJP5R003670; Mon, 2 Sep 2013 18:19:25 GMT (envelope-from wblock@freefall.freebsd.org) Received: (from wblock@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r82IJPFX003669; Mon, 2 Sep 2013 18:19:25 GMT (envelope-from wblock) Date: Mon, 2 Sep 2013 18:19:25 GMT Message-Id: <201309021819.r82IJPFX003669@freefall.freebsd.org> To: wblock@FreeBSD.org, freebsd-doc@FreeBSD.org, wblock@FreeBSD.org From: wblock@FreeBSD.org Subject: Re: docs/181080: porters-handbook: mention PLIST_DIRSTRY X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 18:19:25 -0000 Synopsis: porters-handbook: mention PLIST_DIRSTRY Responsible-Changed-From-To: freebsd-doc->wblock Responsible-Changed-By: wblock Responsible-Changed-When: Mon Sep 2 18:19:10 UTC 2013 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=181080 From owner-freebsd-doc@FreeBSD.ORG Tue Sep 3 10:38:16 2013 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 31A23ADE for ; Tue, 3 Sep 2013 10:38:16 +0000 (UTC) (envelope-from ywamcomm@magic.dreamhost.com) Received: from alc-shared-relay1.dreamhost.com (alc-shared-relay1.dreamhost.com [208.113.189.5]) by mx1.freebsd.org (Postfix) with ESMTP id 1D3E12381 for ; Tue, 3 Sep 2013 10:38:15 +0000 (UTC) Received: from magic.dreamhost.com (magic.dreamhost.com [69.163.139.25]) by alc-shared-relay1.dreamhost.com (Postfix) with ESMTP id 34BF4780070 for ; Tue, 3 Sep 2013 03:38:15 -0700 (PDT) Received: by magic.dreamhost.com (Postfix, from userid 2842543) id 180E112007A; Tue, 3 Sep 2013 03:38:15 -0700 (PDT) To: doc@freebsd.org Subject: =?UTF-8?B?RXZlcnl0aGluZyBpcyBoZXJlLg==?= MIME-Version: 1.0 From: Lavette Greeson Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8; Message-Id: <20130903103815.180E112007A@magic.dreamhost.com> Date: Tue, 3 Sep 2013 03:38:15 -0700 (PDT) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Lavette Greeson List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 10:38:16 -0000 Hey:) I am Lavette and I randomly pick out people in case to find interesting ones and get to know each other further. I suppose you aren't afraid of such things. So, I will be 1st to start. I am rather communicative and open to people.) I'm sure everyone has something special about himself. So what's special about you??)) What are ur interests?;) I am sorry, I have got to go now but I rely on you;) I hope you'll have some free time to write me back. Please do it.) Can't wait to talk to you! From owner-freebsd-doc@FreeBSD.ORG Tue Sep 3 19:08:34 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6B80F543; Tue, 3 Sep 2013 19:08:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 393A12FBD; Tue, 3 Sep 2013 19:08:34 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id DA5BEB988; Tue, 3 Sep 2013 15:08:32 -0400 (EDT) From: John Baldwin To: freebsd-doc@freebsd.org Subject: Re: docs/162354: Improve wording in rc.conf(5) regarding network-interfaces. Date: Tue, 3 Sep 2013 14:26:34 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p28; KDE/4.5.5; amd64; ; ) References: <201111071709.pA7H9afH025856@phallus.wzff.de> In-Reply-To: <201111071709.pA7H9afH025856@phallus.wzff.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201309031426.34775.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 03 Sep 2013 15:08:32 -0400 (EDT) Cc: FreeBSD-gnats-submit@freebsd.org, moritz@wzff.de X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 19:08:34 -0000 On Monday, November 07, 2011 12:09:36 pm moritz@wzff.de wrote: > > >Number: 162354 > >Category: docs > >Synopsis: Improve wording in rc.conf(5) regarding network-interfaces. > >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 Nov 07 19:00:22 UTC 2011 > >Closed-Date: > >Last-Modified: > >Originator: Moritz Wilhelmy > >Release: FreeBSD 9.0-RC1 amd64 > >Organization: > >Environment: > >Description: > According to rc.conf(5), ifconfig__alias is deprecated, > because it fails if is not continuously increasing (i.e. if a number is > missing, the rc-scripts abort the search for bigger values of .) > It isn't specified what should be used instead; I guessed > ipv4_addrs_, but Marco Steinbach brought > /etc/start_if. to my attention, which is mentioned in the same > paragraph. This is confusing. Could someone please clarify which one of > these is supposed to be used in place of the deprecated > ifconfig__alias, especially since ipv4_addrs_ seems > not to have an equivalent ipv6_* variable? I don't think ifconfig_IF_aliasN is depreated, though you can now use ifconfig_IF_aliases as an alternate. Also, both ifconfig_IF_aliases and ifconfig_IF_aliasN handle both IPv4 and IPv6. See this commit for more details: http://svnweb.freebsd.org/base?view=revision&revision=252015 -- John Baldwin From owner-freebsd-doc@FreeBSD.ORG Tue Sep 3 22:51:48 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9BEB4B12; Tue, 3 Sep 2013 22:51:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F76A2224; Tue, 3 Sep 2013 22:51:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r83Mpmm3074636; Tue, 3 Sep 2013 22:51:48 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r83MpmmB074635; Tue, 3 Sep 2013 22:51:48 GMT (envelope-from linimon) Date: Tue, 3 Sep 2013 22:51:48 GMT Message-Id: <201309032251.r83MpmmB074635@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-doc@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: docs/181785: [patch] Man page for tmpfile() is inconsistent X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 22:51:48 -0000 Old Synopsis: Man page for tmpfile() is inconsistent New Synopsis: [patch] Man page for tmpfile() is inconsistent Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 3 22:51:22 UTC 2013 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=181785 From owner-freebsd-doc@FreeBSD.ORG Wed Sep 4 00:06:51 2013 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2624C320 for ; Wed, 4 Sep 2013 00:06:51 +0000 (UTC) (envelope-from apache@servidor1.reinizia.com) Received: from servidor1.reinizia.com (unknown [IPv6:2a02:af8:6:4000::1:2131]) by mx1.freebsd.org (Postfix) with ESMTP id E899D276F for ; Wed, 4 Sep 2013 00:06:50 +0000 (UTC) Received: by servidor1.reinizia.com (Postfix, from userid 48) id 7E11819C313; Wed, 4 Sep 2013 01:43:28 +0200 (CEST) To: doc@freebsd.org Subject: =?utf-8?B?0KHRgtCw0YLRg9GB0L3Ri9C5INGC0LXQu9C10YTQvtC9INC00LXRiNC10LLQvg==?= X-PHP-Originating-Script: 48:logssite.php From: =?utf-8?B?0JjQu9C+0L3QsA==?= Message-ID: <84088169.17079886@www.ampa-alfonsoxelsabio.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Date: Wed, 4 Sep 2013 01:43:28 +0200 (CEST) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 00:06:51 -0000 Добрый день! Купить Vertu недорого стало возможным! Финский Vertu - статус по разумной цене Сейчас Вы можете приобрести финскую реплику Vertu всего за 25900 руб.! Качественная копия, кропотливо собранная финскими мастерами отличается от оригинала лишь отсутствием драгоценных материалов в корпусе. 100% внешнее сходство с оригиналом, гарантия 3 года на сервисное обслуживание и, что немаловажно, полная конфиденциальность Вам обеспечены. Сообщите, пожалуйста, интересно ли Вам приобрести телефон Vertu финской сборки? с уважением, Илона. From owner-freebsd-doc@FreeBSD.ORG Wed Sep 4 04:23:42 2013 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 33C6C446; Wed, 4 Sep 2013 04:23:42 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (gatekeeper.allbsd.org [IPv6:2001:2f0:104:e001::32]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E3DFF2907; Wed, 4 Sep 2013 04:23:40 +0000 (UTC) Received: from alph.d.allbsd.org (p2049-ipbf1102funabasi.chiba.ocn.ne.jp [122.26.101.49]) (authenticated bits=128) by mail.allbsd.org (8.14.5/8.14.5) with ESMTP id r844NMZT049446 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Sep 2013 13:23:32 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) (authenticated bits=0) by alph.d.allbsd.org (8.14.5/8.14.5) with ESMTP id r844NKoU035510; Wed, 4 Sep 2013 13:23:22 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Wed, 04 Sep 2013 13:22:35 +0900 (JST) Message-Id: <20130904.132235.1295886508382839266.hrs@allbsd.org> To: moritz@wzff.de Subject: Re: docs/162354: Improve wording in rc.conf(5) regarding network-interfaces. From: Hiroki Sato In-Reply-To: <201309031426.34775.jhb@freebsd.org> References: <201111071709.pA7H9afH025856@phallus.wzff.de> <201309031426.34775.jhb@freebsd.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Wed_Sep__4_13_22_35_2013_678)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.4 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mail.allbsd.org [133.31.130.32]); Wed, 04 Sep 2013 13:23:33 +0900 (JST) X-Spam-Status: No, score=-90.4 required=13.0 tests=CONTENT_TYPE_PRESENT, DIRECTOCNDYN,DYN_PBL,QENCPTR1,RCVD_IN_PBL,SPF_SOFTFAIL,USER_IN_WHITELIST autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on gatekeeper.allbsd.org Cc: freebsd-doc@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 04:23:42 -0000 ----Security_Multipart(Wed_Sep__4_13_22_35_2013_678)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit John Baldwin wrote in <201309031426.34775.jhb@freebsd.org>: jh> On Monday, November 07, 2011 12:09:36 pm moritz@wzff.de wrote: jh> > jh> > >Number: 162354 jh> > >Category: docs jh> > >Synopsis: Improve wording in rc.conf(5) regarding network-interfaces. jh> > >Confidential: no jh> > >Severity: non-critical jh> > >Priority: low jh> > >Responsible: freebsd-doc jh> > >State: open jh> > >Quarter: jh> > >Keywords: jh> > >Date-Required: jh> > >Class: doc-bug jh> > >Submitter-Id: current-users jh> > >Arrival-Date: Mon Nov 07 19:00:22 UTC 2011 jh> > >Closed-Date: jh> > >Last-Modified: jh> > >Originator: Moritz Wilhelmy jh> > >Release: FreeBSD 9.0-RC1 amd64 jh> > >Organization: jh> > >Environment: jh> > >Description: jh> > According to rc.conf(5), ifconfig__alias is deprecated, jh> > because it fails if is not continuously increasing (i.e. if a number jh> is jh> > missing, the rc-scripts abort the search for bigger values of .) jh> > It isn't specified what should be used instead; I guessed jh> > ipv4_addrs_, but Marco Steinbach brought jh> > /etc/start_if. to my attention, which is mentioned in the same jh> > paragraph. This is confusing. Could someone please clarify which one of jh> > these is supposed to be used in place of the deprecated jh> > ifconfig__alias, especially since ipv4_addrs_ jh> seems jh> > not to have an equivalent ipv6_* variable? jh> jh> I don't think ifconfig_IF_aliasN is depreated, though you can now use jh> ifconfig_IF_aliases as an alternate. Also, both ifconfig_IF_aliases jh> and ifconfig_IF_aliasN handle both IPv4 and IPv6. See this commit for more jh> details: jh> jh> http://svnweb.freebsd.org/base?view=revision&revision=252015 The sentence "Due to this difficult to manage behavior, the ifconfig_IF_aliasN form is deprecated." was added back in 2005, when ipv4_addrs_IF was added. I guess it was considered that ipv4_addrs_IF was the replacement of ifconfig_IF_aliasN. I refactored it in a AF-independent manner and used ifconfig_IF_aliases as the successor, but I did not change that part in rc.conf(5) manual page. I think we can think both ifconfig_IF_aliasN and ifconfig_IF_aliases are currently supported. There is no immediate plan to remove ifconfig_IF_aliasN, at least. Is it reasonable to remove the sentence? -- Hiroki ----Security_Multipart(Wed_Sep__4_13_22_35_2013_678)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (FreeBSD) iEYEABECAAYFAlImtYsACgkQTyzT2CeTzy0JigCfSMqqWcktXh/veI5I+tCRqLdv abEAnR2kjJIV0Bq4WbnwN8iXywWsrQZh =KGVH -----END PGP SIGNATURE----- ----Security_Multipart(Wed_Sep__4_13_22_35_2013_678)---- From owner-freebsd-doc@FreeBSD.ORG Wed Sep 4 07:49:51 2013 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C8CE3C7A; Wed, 4 Sep 2013 07:49:51 +0000 (UTC) (envelope-from mw@barfooze.de) Received: from furnace.wzff.de (furnace.wzff.de [176.9.216.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87C312B1A; Wed, 4 Sep 2013 07:49:51 +0000 (UTC) Received: from mw by furnace.wzff.de with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VH7qR-00041x-4o; Wed, 04 Sep 2013 09:49:43 +0200 Date: Wed, 4 Sep 2013 09:49:43 +0200 From: Moritz Wilhelmy To: freebsd-doc@FreeBSD.org, jhb@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org, hrs@FreeBSD.org Subject: Re: docs/162354: Improve wording in rc.conf(5) regarding network-interfaces. Message-ID: <20130904074943.GA15730@barfooze.de> References: <201111071709.pA7H9afH025856@phallus.wzff.de> <201309031426.34775.jhb@freebsd.org> <20130904.132235.1295886508382839266.hrs@allbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130904.132235.1295886508382839266.hrs@allbsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 07:49:51 -0000 On Wed, Sep 04, 2013 at 13:22:35 +0900, Hiroki Sato wrote: > John Baldwin wrote > in <201309031426.34775.jhb@freebsd.org>: > jh> I don't think ifconfig_IF_aliasN is depreated, though you can now use > jh> ifconfig_IF_aliases as an alternate. Also, both ifconfig_IF_aliases > jh> and ifconfig_IF_aliasN handle both IPv4 and IPv6. See this commit for more > jh> details: > jh> > jh> http://svnweb.freebsd.org/base?view=revision&revision=252015 Thanks. Having both IPv6 and IPv4 in the same place with the ability to just configure an entire subnet sounds like a sane decision. > The sentence "Due to this difficult to manage behavior, the > ifconfig_IF_aliasN form is deprecated." was added back in 2005, when > ipv4_addrs_IF was added. I guess it was considered that > ipv4_addrs_IF was the replacement of ifconfig_IF_aliasN. > > I refactored it in a AF-independent manner and used > ifconfig_IF_aliases as the successor, but I did not change that part > in rc.conf(5) manual page. I think we can think both > ifconfig_IF_aliasN and ifconfig_IF_aliases are currently supported. > There is no immediate plan to remove ifconfig_IF_aliasN, at least. > > Is it reasonable to remove the sentence? I think it is. Thank you! I see the changes are already in 9.2 so I'm happy for now :) Moritz From owner-freebsd-doc@FreeBSD.ORG Wed Sep 4 09:40:42 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7DA41628 for ; Wed, 4 Sep 2013 09:40:42 +0000 (UTC) (envelope-from olevole@olevole.ru) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04D16235F for ; Wed, 4 Sep 2013 09:40:41 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id u14so154904lbd.40 for ; Wed, 04 Sep 2013 02:40:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version:content-transfer-encoding:content-type; bh=pMbtpV1H7bdh8dJaWA/TKFz9S4DCWFcMe2T2vYcBQ6Y=; b=GsZ1tTelsvDN0IGWTs3o41WufXZRoxMDSlpLHJhaGbLpd4yV62+/tk99G7URS5jlmI OchGiyYLfoggHo71E1zH9cd2ykV3P1KZezVz5GkdY+d3PMoE+EIAKk2+nyo3EPXLrrVl qtCnC6yQ6D1Wf677vgbmZaQuw97Dz6oKLC3AsljrCP+f7u/hJtGak5d5vIPdK1gohaBF D/XgvA/8wdG/V5WTPzUkZiWdKYo+loxl5tQDuqKMyWKAVlGFK6WIKnKdmECJJz4aHdtT HNfXhCCuvgFqz5O5R0sZV/ve4yXIOx3SkxKs/9YLVCmolUCXd4n2AzoJw4VaO1iu4tDQ QcAw== X-Gm-Message-State: ALoCoQmMh/KeSTJoLfN8xublCXNET4wmT+6w9FhKhwYX+8c9EY8J04RyfsnMa9RNlAv9ToAOcN+M X-Received: by 10.152.30.74 with SMTP id q10mr1838116lah.27.1378287634318; Wed, 04 Sep 2013 02:40:34 -0700 (PDT) Received: from gizmo.nevosoft.local (ip-195-182-142-52.clients.cmk.ru. [195.182.142.52]) by mx.google.com with ESMTPSA id f17sm10163232lbo.12.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 04 Sep 2013 02:40:33 -0700 (PDT) From: olevole To: freebsd-doc@freebsd.org, freebsd-jail@freebsd.org Subject: handbook chapter for jail best practices needs for security remark Date: Wed, 04 Sep 2013 13:40:31 +0400 Message-ID: <2169287.FiyytKgDHO@gizmo.nevosoft.local> User-Agent: KMail/4.10.5 (FreeBSD/10.0-CURRENT; KDE/4.10.5; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 09:40:42 -0000 Mounting directory via nullfs when RW part mounted above RO from one filesystem is insecure for RO location, because it allows you to edit a file by hardlink on RO place, due to the fact that the files have one inode. For example (by root user): % mkdir /usr/chroot % bsdinstall jail /usr/chroot % mount_nullfs -oro /bin /usr/chroot/bin % mkdir /rw % mount_nullfs /rw /usr/chroot/root % chroot /usr/chroot % touch /bin/date touch: /bin/date: Read-only file system % cd ~ % ln /bin/date % ls -i /bin/date /root/date 58182 /bin/date 58182 /root/date (open /root/date in vi editor and change something) % vi date dd :wq! (logout from chroot) % exit (now /bin/date is corrupted) % /bin/date /bin/date: Exec format error. Binary file not executable. Such scheme when the RW data is overlaid above RO data is popular for jail hosting and described in Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-application.html Perhaps it is worth mentioning in the article about the need to separate base to cross-device storage or place it on a read-only system. From owner-freebsd-doc@FreeBSD.ORG Wed Sep 4 13:00:01 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8ABF7D40 for ; Wed, 4 Sep 2013 13:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B482217B for ; Wed, 4 Sep 2013 13:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r84D01Tq065895 for ; Wed, 4 Sep 2013 13:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r84D013X065894; Wed, 4 Sep 2013 13:00:01 GMT (envelope-from gnats) Resent-Date: Wed, 4 Sep 2013 13:00:01 GMT Resent-Message-Id: <201309041300.r84D013X065894@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, ShelLuser Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8EEFEACE for ; Wed, 4 Sep 2013 12:51:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D1A720F5 for ; Wed, 4 Sep 2013 12:51:01 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r84Cp1J2038375 for ; Wed, 4 Sep 2013 12:51:01 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r84Cp108038336; Wed, 4 Sep 2013 12:51:01 GMT (envelope-from nobody) Message-Id: <201309041251.r84Cp108038336@oldred.freebsd.org> Date: Wed, 4 Sep 2013 12:51:01 GMT From: ShelLuser To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: docs/181808: Chapter 15.15 (Resource Limits) misses important information X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 13:00:01 -0000 >Number: 181808 >Category: docs >Synopsis: Chapter 15.15 (Resource Limits) misses important information >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 Sep 04 13:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: ShelLuser >Release: 9.1-RELEASE >Organization: >Environment: >Description: Problem: In order to further secure my system I've build a custom kernel and included the RACCT and RCTL options to provide support for rctl, I've basically followed chapter 15.15 from the Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/security-resourcelimits.html In my opinion this chapter should either reference or copy the section about resource limits which can be found in chapter 14.4 of the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/users-limiting.html I'm referring to (quote:) "Resource limits differ from the default login capabilities in two ways. First, for every limit...". Motivation: Because this section claims to be dealing with resource limits as a whole (when looking at the title) I was sort of expecting a section which would try to cover all its bases so to speak. In my opinion the section where it is explained that "most resource limits apply per process to a specific user, not to the user as a whole" is a very important aspect for people new to this. >How-To-Repeat: >Fix: Please note that these are only suggestions: Above the line "To enable this feature.." (at the top) a small section could be added: "Although the command is new the resource limits still comply to certain limitations as mentioned in chapter 14.14 of this handbook" (where "chapter 14.14" could be a link). Another suggestion: at the bottom, after the line "See rctl(8) to learn about them" this could be added: "Also see chapter 14.14 of this handbook which explains the differences between the default login capabilities and also provides a list of the most commonly used resource limits." (where "chapter 14.14" could also be a link). >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Wed Sep 4 15:22:42 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DAF2BE91; Wed, 4 Sep 2013 15:22:42 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from cosmo.uchicago.edu (cosmo.uchicago.edu [128.135.52.97]) by mx1.freebsd.org (Postfix) with ESMTP id 73D3F2B4F; Wed, 4 Sep 2013 15:22:42 +0000 (UTC) Received: by cosmo.uchicago.edu (Postfix, from userid 48) id 0342ACB8C92; Wed, 4 Sep 2013 10:22:35 -0500 (CDT) Received: from 128.135.70.2 (SquirrelMail authenticated user valeri) by cosmo.uchicago.edu with HTTP; Wed, 4 Sep 2013 10:22:35 -0500 (CDT) Message-ID: <23025.128.135.70.2.1378308155.squirrel@cosmo.uchicago.edu> In-Reply-To: <2169287.FiyytKgDHO@gizmo.nevosoft.local> References: <2169287.FiyytKgDHO@gizmo.nevosoft.local> Date: Wed, 4 Sep 2013 10:22:35 -0500 (CDT) Subject: Re: handbook chapter for jail best practices needs for security remark From: "Valeri Galtsev" To: "olevole" User-Agent: SquirrelMail/1.4.8-5.el5.centos.7 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-doc@freebsd.org, freebsd-jail@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: galtsev@kicp.uchicago.edu List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 15:22:42 -0000 Nice observation! Yet: for that to work both rw and ro portions mounted inside the same jail have to be on the same filesystem. For hardlinks to work, both parts of hardlink ("source" and "destination") should be on the same filesystem. Even though I'm not considering myself an expert in security, I will never have ro and rw filesystem (mounted inside the same jail) to live physically on the same filesystem... That said, I'm never using ezjail or some other scripts to lay out jails for me. So, apart from making a warning in handbook (which is always instructive and educational!), one may need to audit jail creating scripts. I'm certain, they are good about that (and my great respects to authors!), but taking an extra look at specific thing never hurts. Thanks. Valeri On Wed, September 4, 2013 4:40 am, olevole wrote: > Mounting directory via nullfs when RW part mounted above RO from one > filesystem > is insecure for RO location, > because it allows you to edit a file by hardlink on RO place, due to the > fact > that the files have one inode. > > For example (by root user): > > % mkdir /usr/chroot > % bsdinstall jail /usr/chroot > % mount_nullfs -oro /bin /usr/chroot/bin > % mkdir /rw > % mount_nullfs /rw /usr/chroot/root > > % chroot /usr/chroot > % touch /bin/date > touch: /bin/date: Read-only file system > > % cd ~ > % ln /bin/date > % ls -i /bin/date /root/date > 58182 /bin/date 58182 /root/date > > (open /root/date in vi editor and change something) > % vi date > dd > :wq! > > (logout from chroot) > % exit > > (now /bin/date is corrupted) > % /bin/date > /bin/date: Exec format error. Binary file not executable. > > Such scheme when the RW data is overlaid above RO data is popular for jail > hosting and described in Handbook: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-application.html > > Perhaps it is worth mentioning in the article about > the need to separate base to cross-device storage or place it on a > read-only > system. > > _______________________________________________ > freebsd-jail@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-jail > To unsubscribe, send any mail to "freebsd-jail-unsubscribe@freebsd.org" > ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++ From owner-freebsd-doc@FreeBSD.ORG Wed Sep 4 19:36:35 2013 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BAFE6472 for ; Wed, 4 Sep 2013 19:36:35 +0000 (UTC) (envelope-from notifications+vvv4w_1gi7iuhw@zyngamail.com) Received: from outmail.zyngamail.com (outmail.zyngamail.com [74.114.9.233]) by mx1.freebsd.org (Postfix) with ESMTP id A0C6C2EA8 for ; Wed, 4 Sep 2013 19:36:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; d=zyngamail.com; s=dkim1024; c=relaxed/simple; q=dns/txt; i=@zyngamail.com; t=1378319782; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=VHZPXi+fR4uTdsMv+kol6wv2uDE=; b=Ta8cX24a2W30fOf/zpsgooxRH9q3n2ebBy1IV00GbUt8kVHEUUpuxxYnM2AGlGgY drcVYnQXYhA6461HgPISB61BTytSKfrQXpVWaNFXNn6WmxEbUTDCPcKrX7M8CXSa sxWSofkTE/9NA5K6X2QYmkqwJ5GxI0xi755E8R34AqQ=; X-MSFBL: ZG9jQGZyZWVic2Qub3JnQGRlZmF1bHRAZGVmYXVsdEB3dnY0d18xZ2k3aXVod240 MXEjIll1ZGhhIFdpZHlhc3RhbWEgdmlhIEZhcm1WaWxsZSAyIiA8bm90aWZpY2F0 aW9ucyt2dnY0d18xZ2k3aXVod1xAenluZ2FtYWlsLmNvbT4= Received: from [172.22.9.74] ([172.22.9.74:42371] helo=zyngamail.com) by netops-msg-mta-3.ca2.zynga.com (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id E5/AA-17217-5AD77225; Wed, 04 Sep 2013 18:36:22 +0000 Date: Wed, 04 Sep 2013 18:36:21 +0000 Message-ID: From: "Yudha Widyastama via FarmVille 2" Errors-To: notifications+vvv4w_1gi7iuhw@zyngamail.com To: doc@freebsd.org Subject: Be my neighbor in FarmVille 2 X-Zynga-Notify: wvv4w_1gi7iuhwn41q X-gameId: 118 X-templateId: 1000007594-1371149816 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: noreply@zyngamail.com List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 19:36:35 -0000 [track.php?next=http%3A%2F%2Faccounts.static.zynga.com%2Femail_images%2 F1x1.gif&sendkey=c7cb5ff7c1ccbc7b430dde738da7db2f$$b4Pl402-fj3gK(OVGT)! bcF3S_SKX*ejN*O_VZ4Yc4UrPQ3bk-ccI)OWK_7qp7TjJGyKX*bcF(NWVV61jdM4F9a5iYc dNW2g15XlFx,W2g15XlFx,&hid=nwwwwwotpvpuntu&gameid=118&sig=978c6191a04b1 27b79373c8dbc4908af909af283&linkname=open] I cherry pick my friends. [__01_1348268774.jpg] [1]FarmVille 2 [2][fb_1343677172.gif] [3][twitter_1343677173.gif] [4][pinterest_1343677173.gif] Follow us. [5_1343674854.gif] [4_1343674853.gif] [6_1343674855.gif] [5][picture?type=small] [6]The cows have come home. Will you? Put down roots in FarmVille 2. [7_1343679713.gif] [9_1343679714.gif] [7]Be My Neighbor [10_1343679714.gif] [8_1343679713.gif] [__21_1348268774.jpg] [__27_1348268775.jpg] [__05_1348268774.jpg] Don't want to receive email notifications? [8]Unsubscribe here or [9]Adjust Your Message Settings. 2013, Zynga Inc. 699 8th Street San Francisco, CA 94103 [10]Privacy Policy References 1. https://apps.facebook.com/farmville-two?sendkey=c7cb5ff7c1ccbc7b430dde738da7db2f$$b4Pl402-fj3gK(OVGT)!bcF3S_SKX*ejN*O_VZ4Yc4UrPQ3bk-ccI)OWK_7qp7TjJGyKX*bcF(NWVV61jdM4F9a5iYcdNW2g15XlFx,W2g15XlFx, 2. https://www.facebook.com/FarmVille2 3. https://twitter.com/farmville2 4. http://pinterest.com/zyngagames/ 5. https://apps.facebook.com/farmville-two?sendkey=c7cb5ff7c1ccbc7b430dde738da7db2f$$b4Pl402-fj3gK(OVGT)!bcF3S_SKX*ejN*O_VZ4Yc4UrPQ3bk-ccI)OWK_7qp7TjJGyKX*bcF(NWVV61jdM4F9a5iYcdNW2g15XlFx,W2g15XlFx, 6. https://apps.facebook.com/farmville-two?sendkey=c7cb5ff7c1ccbc7b430dde738da7db2f$$b4Pl402-fj3gK(OVGT)!bcF3S_SKX*ejN*O_VZ4Yc4UrPQ3bk-ccI)OWK_7qp7TjJGyKX*bcF(NWVV61jdM4F9a5iYcdNW2g15XlFx,W2g15XlFx, 7. https://apps.facebook.com/farmville-two?sendkey=c7cb5ff7c1ccbc7b430dde738da7db2f$$b4Pl402-fj3gK(OVGT)!bcF3S_SKX*ejN*O_VZ4Yc4UrPQ3bk-ccI)OWK_7qp7TjJGyKX*bcF(NWVV61jdM4F9a5iYcdNW2g15XlFx,W2g15XlFx, 8. https://emailsettings.zynga.com/accounts/?game=118&unsub=45011&templateid=1000007594&sig=1:100000273938178:118:20130904183621:np6s02rr2no00r315posq46p0714o81or51no7s1 9. https://emailsettings.zynga.com/accounts/ 10. http://company.zynga.com/privacy/policy From owner-freebsd-doc@FreeBSD.ORG Thu Sep 5 13:56:09 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AABB379D for ; Thu, 5 Sep 2013 13:56:09 +0000 (UTC) (envelope-from 3d40oUgEWA8oL97vwx3u7vvw.2EwryF.s42t4sV7uuRiT.47w@photos-server.bounces.google.com) Received: from mail-fa0-f74.google.com (mail-fa0-f74.google.com [209.85.161.74]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30AE82058 for ; Thu, 5 Sep 2013 13:56:08 +0000 (UTC) Received: by mail-fa0-f74.google.com with SMTP id m1so122035fam.3 for ; Thu, 05 Sep 2013 06:56:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:reply-to:message-id:date:subject:from:to:content-type; bh=rF+9LGrEqeNiO26FovcFN54ggMM+tscil3cExp+sIgo=; b=Osa12KfAbasuU7d5MHrHak28d5i2DfxVqzmm2P0isJqEFcB9WCgJk6f+lhF9eMZmGX PaU8AQUlf3Di5iL0PRgyee0kSVbKENZhmyPx0IBZgXWvgRZSOLfgh1BtW5t38Mc03I7P 5pEb8Gv8vjpSYC9rxL3iMLNI2Ek7WwfdCvW+ejt7AfmIZ9oDCUxpU+c6fdpzY4U1+D05 2f4sWnk+kyx6b6oZKu3kkRqhH89VJtDqsfQbbYA5CT0QmGu+0J6httFgXNzovv3EjGis 2Q/qDXUhgYF+YKLYMESobX9pxspltub6/y7VXxcrbtQ3bd6j0cUiv8d5iScRRjGJekci Q5IA== MIME-Version: 1.0 X-Received: by 10.14.183.7 with SMTP id p7mr52506eem.7.1378389367249; Thu, 05 Sep 2013 06:56:07 -0700 (PDT) Message-ID: <047d7b3a7fb698daf104e5a348f0@google.com> Date: Thu, 05 Sep 2013 13:56:07 +0000 Subject: Paper cup,Drinking straws, fork, Knife and Other cutlery Supply shared an album with you. From: "Paper cup, Drinking straws, fork, Knife and Other cutlery Supply" <5@trfghnerffg.mygbiz.com> To: doc@FreeBSD.org Content-Type: multipart/related; boundary=047d7b3a7fb698dae804e5a348ee X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Paper cup, Drinking straws, fork, Knife and Other cutlery Supply" <5@trfghnerffg.mygbiz.com> List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 13:56:09 -0000 --047d7b3a7fb698dae804e5a348ee Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Dear Manager: We are a company focused on food package. and What we do is Just Helping you to save your cost. Now we can supply : 1. Single wall paper cup. Double PE .Hot Paper cups. Double Wall paper cups. Cold Drinking cups, Ripple Wall cups. Paper box. 2. Drinking straws , Flexible straws. Straight straws. 3. Plastic cups. PET cold cups 4. Plastic spoon. fork, Knife and Other cutlery. We know that buiness include: Quality. Price. Delivery time. Payment Terms. And Service. We welcome you to do customized cups and any enquiries. samples for free. Best Regards Jeff https://picasaweb.google.com/lh/sredir?uname=107068765394658469133&target=ALBUM&id=5920136760001545889&authkey=Gv1sRgCKjL8YWKybHW2gE&invite=CNSlgzI&feat=email --047d7b3a7fb698dae804e5a348ee-- From owner-freebsd-doc@FreeBSD.ORG Thu Sep 5 17:20:01 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E646A907 for ; Thu, 5 Sep 2013 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF0EB219F for ; Thu, 5 Sep 2013 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r85HK1qR029770 for ; Thu, 5 Sep 2013 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r85HK1PF029769; Thu, 5 Sep 2013 17:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 5 Sep 2013 17:20:01 GMT Resent-Message-Id: <201309051720.r85HK1PF029769@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Patrick Powell Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BF93619 for ; Thu, 5 Sep 2013 17:14:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF448215C for ; Thu, 5 Sep 2013 17:14:06 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r85HE6hr055154 for ; Thu, 5 Sep 2013 17:14:06 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r85HE67Z055153; Thu, 5 Sep 2013 17:14:06 GMT (envelope-from nobody) Message-Id: <201309051714.r85HE67Z055153@oldred.freebsd.org> Date: Thu, 5 Sep 2013 17:14:06 GMT From: Patrick Powell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: docs/181844: FreeBSD Handbook Virtualbox Host Section missing configuraton information X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 17:20:02 -0000 >Number: 181844 >Category: docs >Synopsis: FreeBSD Handbook Virtualbox Host Section missing configuraton information >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 05 17:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Patrick Powell >Release: 8.4 >Organization: Astart Technologies >Environment: FreeBSD laptop_84.private 8.4-RELEASE FreeBSD 8.4-RELEASE #0 r251259: Sun Jun 2 21:26:57 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: FreeBSD Handbook, Section 22.3.2. VirtualBox Host DVD/CD Access (Note: see https://wiki.freebsd.org/VirtualBox for the source of this information) In the Wiki, we have: Host DVD/CD access atapicam kernel module needs to be loaded via /boot/loader.conf: atapicam_load="YES" This is missing in the Handbook. It is necessary. >How-To-Repeat: Run VirtualBox without atapicam enabled and you will not be able to access host DVD/CD reader. >Fix: Update FreeBSD Handbook documentation. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Thu Sep 5 17:30:00 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9AFFDC7 for ; Thu, 5 Sep 2013 17:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8272F2287 for ; Thu, 5 Sep 2013 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r85HU0al031657 for ; Thu, 5 Sep 2013 17:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r85HU0l3031656; Thu, 5 Sep 2013 17:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 5 Sep 2013 17:30:00 GMT Resent-Message-Id: <201309051730.r85HU0l3031656@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Patrick Powell Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 633CFC7E for ; Thu, 5 Sep 2013 17:23:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5265321F5 for ; Thu, 5 Sep 2013 17:23:29 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r85HNTop056197 for ; Thu, 5 Sep 2013 17:23:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r85HNTMY056194; Thu, 5 Sep 2013 17:23:29 GMT (envelope-from nobody) Message-Id: <201309051723.r85HNTMY056194@oldred.freebsd.org> Date: Thu, 5 Sep 2013 17:23:29 GMT From: Patrick Powell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: docs/181845: Virtualbox Host Setup needs acd0 in /etc/devfs.conf, also enable atapicam X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 17:30:00 -0000 >Number: 181845 >Category: docs >Synopsis: Virtualbox Host Setup needs acd0 in /etc/devfs.conf, also enable atapicam >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 Sep 05 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Patrick Powell >Release: 8.4 >Organization: Astart Technologies >Environment: FreeBSD laptop_84.private 8.4-RELEASE FreeBSD 8.4-RELEASE #0 r251259: Sun Jun 2 21:26:57 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The Wiki: https://wiki.freebsd.org/VirtualBox And section 22.3.3 Virtualbox Host DVD/CD Access both indicate that /etc/devfs.conf needs: perm cd* 0600 perm xpt0 0660 perm pass* 0660 However, if the CD/DVD on the host is detected as acd0 then you need: link acd0 cd0 perm acd* 0600 perm xpt0 0660 perm pass* 0660 Also, as noted in another PR, you need to enable ATAPICAM. From the Wiki: Host DVD/CD access atapicam kernel module needs to be loaded via /boot/loader.conf: atapicam_load="YES" >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Thu Sep 5 18:00:01 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B390756E for ; Thu, 5 Sep 2013 18:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A216C24C7 for ; Thu, 5 Sep 2013 18:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r85I015I037834 for ; Thu, 5 Sep 2013 18:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r85I01vA037833; Thu, 5 Sep 2013 18:00:01 GMT (envelope-from gnats) Date: Thu, 5 Sep 2013 18:00:01 GMT Message-Id: <201309051800.r85I01vA037833@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Adam Vande More Subject: Re: docs/181845: Virtualbox Host Setup needs acd0 in /etc/devfs.conf, also enable atapicam X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Adam Vande More List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 18:00:01 -0000 The following reply was made to PR docs/181845; it has been noted by GNATS. From: Adam Vande More To: Patrick Powell Cc: freebsd-gnats-submit@freebsd.org Subject: Re: docs/181845: Virtualbox Host Setup needs acd0 in /etc/devfs.conf, also enable atapicam Date: Thu, 5 Sep 2013 12:55:38 -0500 --047d7bd751602a13e304e5a6a163 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Sep 5, 2013 at 12:23 PM, Patrick Powell wrote: > > >Number: 181845 > >Category: docs > >Synopsis: Virtualbox Host Setup needs acd0 in /etc/devfs.conf, also > enable atapicam > >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 Sep 05 17:30:00 UTC 2013 > >Closed-Date: > >Last-Modified: > >Originator: Patrick Powell > >Release: 8.4 > >Organization: > Astart Technologies > >Environment: > FreeBSD laptop_84.private 8.4-RELEASE FreeBSD 8.4-RELEASE #0 r251259: Sun > Jun 2 21:26:57 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC > amd64 > > >Description: > The Wiki: > https://wiki.freebsd.org/VirtualBox > > And section 22.3.3 Virtualbox Host DVD/CD Access both indicate that > /etc/devfs.conf needs: > > perm cd* 0600 > perm xpt0 0660 > perm pass* 0660 > > However, if the CD/DVD on the host is detected as acd0 then you need: > > link acd0 cd0 > perm acd* 0600 > perm xpt0 0660 > perm pass* 0660 > > Also, as noted in another PR, you need to enable ATAPICAM. From the Wiki: > > Host DVD/CD access > > atapicam kernel module needs to be loaded via /boot/loader.conf: > > atapicam_load="YES > Are you sure this makes sense? Using atapicam makes /dev/cd0 available therefore the devfs.conf is good as is. The atapicam reference should be there though. -- Adam Vande More --047d7bd751602a13e304e5a6a163 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On T= hu, Sep 5, 2013 at 12:23 PM, Patrick Powell <papowell@astart.com&g= t; wrote:

>Number: =A0 =A0 =A0 =A0 181845
>Category: =A0 =A0 =A0 docs
>Synopsis: =A0 =A0 =A0 Virtualbox Host Setup needs acd0 in /etc/devfs.co= nf, also enable atapicam
>Confidential: =A0 no
>Severity: =A0 =A0 =A0 non-critical
>Priority: =A0 =A0 =A0 low
>Responsible: =A0 =A0freebsd-doc
>State: =A0 =A0 =A0 =A0 =A0open
>Quarter:
>Keywords:
>Date-Required:
>Class: =A0 =A0 =A0 =A0 =A0doc-bug
>Submitter-Id: =A0 current-users
>Arrival-Date: =A0 Thu Sep 05 17:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: =A0 =A0 Patrick Powell
>Release: =A0 =A0 =A0 =A08.4
>Organization:
Astart Technologies
>Environment:
FreeBSD laptop_84.private 8.4-RELEASE FreeBSD 8.4-RELEASE #0 r251259: Sun J= un =A02 21:26:57 UTC 2013 =A0 =A0 root@bake.isc.freebsd.org:/usr/obj/usr/sr= c/sys/GENERIC =A0amd64

>Description:
The Wiki:
https://w= iki.freebsd.org/VirtualBox

And section 22.3.3 Virtualbox Host DVD/CD Access both indicate that /etc/de= vfs.conf needs:

perm cd* 0600
perm xpt0 0660
perm pass* 0660

However, if the CD/DVD on the host is detected as acd0 then you need:

link acd0 =A0 =A0cd0
perm acd* 0600
perm xpt0 0660
perm pass* 0660

Also, as noted in another PR, =A0you need to enable ATAPICAM. =A0From the W= iki:

Host DVD/CD access

atapicam kernel module needs to be loaded via /boot/loader.conf:

atapicam_load=3D"YES

Are you sure = this makes sense?=A0 Using atapicam makes /dev/cd0 available therefore the = devfs.conf is good as is.=A0 The atapicam reference should be there though.=


--
Adam Vande More
--047d7bd751602a13e304e5a6a163-- From owner-freebsd-doc@FreeBSD.ORG Thu Sep 5 18:20:01 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CE903FB0 for ; Thu, 5 Sep 2013 18:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ABEB02671 for ; Thu, 5 Sep 2013 18:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r85IK1IM042515 for ; Thu, 5 Sep 2013 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r85IK1Q2042514; Thu, 5 Sep 2013 18:20:01 GMT (envelope-from gnats) Date: Thu, 5 Sep 2013 18:20:01 GMT Message-Id: <201309051820.r85IK1Q2042514@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Patrick Powell Subject: Re: docs/181845: Virtualbox Host Setup needs acd0 in /etc/devfs.conf, also enable atapicam X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Patrick Powell List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 18:20:01 -0000 The following reply was made to PR docs/181845; it has been noted by GNATS. From: Patrick Powell To: Adam Vande More Cc: freebsd-gnats-submit@freebsd.org Subject: Re: docs/181845: Virtualbox Host Setup needs acd0 in /etc/devfs.conf, also enable atapicam Date: Thu, 05 Sep 2013 11:19:47 -0700 This is a multi-part message in MIME format. --------------070700030208080209090602 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 09/05/13 10:55, Adam Vande More wrote: > On Thu, Sep 5, 2013 at 12:23 PM, Patrick Powell > wrote: > > > >Number: 181845 > >Category: docs > >Synopsis: Virtualbox Host Setup needs acd0 in > /etc/devfs.conf, also enable atapicam > >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 Sep 05 17:30:00 UTC 2013 > >Closed-Date: > >Last-Modified: > >Originator: Patrick Powell > >Release: 8.4 > >Organization: > Astart Technologies > >Environment: > FreeBSD laptop_84.private 8.4-RELEASE FreeBSD 8.4-RELEASE #0 > r251259: Sun Jun 2 21:26:57 UTC 2013 > root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > >Description: > The Wiki: > https://wiki.freebsd.org/VirtualBox > > And section 22.3.3 Virtualbox Host DVD/CD Access both indicate > that /etc/devfs.conf needs: > > perm cd* 0600 > perm xpt0 0660 > perm pass* 0660 > > However, if the CD/DVD on the host is detected as acd0 then you need: > > link acd0 cd0 > perm acd* 0600 > perm xpt0 0660 > perm pass* 0660 > > Also, as noted in another PR, you need to enable ATAPICAM. From > the Wiki: > > Host DVD/CD access > > atapicam kernel module needs to be loaded via /boot/loader.conf: > > atapicam_load="YES > > > Are you sure this makes sense? Using atapicam makes /dev/cd0 > available therefore the devfs.conf is good as is. The atapicam > reference should be there though. > > > -- > Adam Vande More As I discovered, my DVD/CD was detected as acd0, even with ATAPICAM, much to my surprise. I left the other stuff in as I was not sure of the impact on other parts of the VirtualBox operation. I discovered that VirtualBox apparently looks for cd0, as when I did not have that device it did not display a selection for the host drive. On another note, a couple of other applications appear to insist on /dev/cdrom, so I have the line: link acd0 cdrom in my devfs.conf. --------------070700030208080209090602 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 09/05/13 10:55, Adam Vande More wrote:
On Thu, Sep 5, 2013 at 12:23 PM, Patrick Powell <papowell@astart.com> wrote:

>Number:         181845
>Category:       docs
>Synopsis:       Virtualbox Host Setup needs acd0 in /etc/devfs.conf, also enable atapicam
>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 Sep 05 17:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Powell
>Release:        8.4
>Organization:
Astart Technologies
>Environment:
FreeBSD laptop_84.private 8.4-RELEASE FreeBSD 8.4-RELEASE #0 r251259: Sun Jun  2 21:26:57 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
The Wiki:
https://wiki.freebsd.org/VirtualBox

And section 22.3.3 Virtualbox Host DVD/CD Access both indicate that /etc/devfs.conf needs:

perm cd* 0600
perm xpt0 0660
perm pass* 0660

However, if the CD/DVD on the host is detected as acd0 then you need:

link acd0    cd0
perm acd* 0600
perm xpt0 0660
perm pass* 0660

Also, as noted in another PR,  you need to enable ATAPICAM.  From the Wiki:

Host DVD/CD access

atapicam kernel module needs to be loaded via /boot/loader.conf:

atapicam_load="YES

Are you sure this makes sense?  Using atapicam makes /dev/cd0 available therefore the devfs.conf is good as is.  The atapicam reference should be there though.


--
Adam Vande More
As I discovered,  my DVD/CD was detected as acd0, even with ATAPICAM,  much to my surprise.

I left the other stuff in as I was not sure of the impact on other parts of the VirtualBox operation.
I discovered that VirtualBox apparently looks for cd0,  as when I did not have that device it did not
display a selection for the host drive.

On another note,   a couple of other applications appear to insist on /dev/cdrom,  so I have the line:
link acd0 cdrom
in my devfs.conf.
--------------070700030208080209090602-- From owner-freebsd-doc@FreeBSD.ORG Thu Sep 5 18:30:01 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C99B4C7 for ; Thu, 5 Sep 2013 18:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69B44270A for ; Thu, 5 Sep 2013 18:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r85IU12N044276 for ; Thu, 5 Sep 2013 18:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r85IU1Uk044275; Thu, 5 Sep 2013 18:30:01 GMT (envelope-from gnats) Date: Thu, 5 Sep 2013 18:30:01 GMT Message-Id: <201309051830.r85IU1Uk044275@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Patrick Powell Subject: Re: docs/181845: Virtualbox Host Setup needs acd0 in /etc/devfs.conf, also enable atapicam X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Patrick Powell List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 18:30:01 -0000 The following reply was made to PR docs/181845; it has been noted by GNATS. From: Patrick Powell To: Adam Vande More Cc: freebsd-gnats-submit@freebsd.org Subject: Re: docs/181845: Virtualbox Host Setup needs acd0 in /etc/devfs.conf, also enable atapicam Date: Thu, 05 Sep 2013 11:29:16 -0700 This is a multi-part message in MIME format. --------------030808020602030302040107 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 09/05/13 10:55, Adam Vande More wrote: > On Thu, Sep 5, 2013 at 12:23 PM, Patrick Powell > wrote: > > > >Number: 181845 > >Category: docs > >Synopsis: Virtualbox Host Setup needs acd0 in > /etc/devfs.conf, also enable atapicam > >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 Sep 05 17:30:00 UTC 2013 > >Closed-Date: > >Last-Modified: > >Originator: Patrick Powell > >Release: 8.4 > >Organization: > Astart Technologies > >Environment: > FreeBSD laptop_84.private 8.4-RELEASE FreeBSD 8.4-RELEASE #0 > r251259: Sun Jun 2 21:26:57 UTC 2013 > root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > >Description: > The Wiki: > https://wiki.freebsd.org/VirtualBox > > And section 22.3.3 Virtualbox Host DVD/CD Access both indicate > that /etc/devfs.conf needs: > > perm cd* 0600 > perm xpt0 0660 > perm pass* 0660 > > However, if the CD/DVD on the host is detected as acd0 then you need: > > link acd0 cd0 > perm acd* 0600 > perm xpt0 0660 > perm pass* 0660 > > Also, as noted in another PR, you need to enable ATAPICAM. From > the Wiki: > > Host DVD/CD access > > atapicam kernel module needs to be loaded via /boot/loader.conf: > > atapicam_load="YES > > > Are you sure this makes sense? Using atapicam makes /dev/cd0 > available therefore the devfs.conf is good as is. The atapicam > reference should be there though. > > > -- > Adam Vande More I just checked and then rebooted my system. It appears that loading atapicam will create /dev/cd0, so you can skip the actions with /dev/acd0. I have both /dev/cd0 and /dev/acd0 entries. --------------030808020602030302040107 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 09/05/13 10:55, Adam Vande More wrote:
On Thu, Sep 5, 2013 at 12:23 PM, Patrick Powell <papowell@astart.com> wrote:

>Number:         181845
>Category:       docs
>Synopsis:       Virtualbox Host Setup needs acd0 in /etc/devfs.conf, also enable atapicam
>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 Sep 05 17:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Powell
>Release:        8.4
>Organization:
Astart Technologies
>Environment:
FreeBSD laptop_84.private 8.4-RELEASE FreeBSD 8.4-RELEASE #0 r251259: Sun Jun  2 21:26:57 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
The Wiki:
https://wiki.freebsd.org/VirtualBox

And section 22.3.3 Virtualbox Host DVD/CD Access both indicate that /etc/devfs.conf needs:

perm cd* 0600
perm xpt0 0660
perm pass* 0660

However, if the CD/DVD on the host is detected as acd0 then you need:

link acd0    cd0
perm acd* 0600
perm xpt0 0660
perm pass* 0660

Also, as noted in another PR,  you need to enable ATAPICAM.  From the Wiki:

Host DVD/CD access

atapicam kernel module needs to be loaded via /boot/loader.conf:

atapicam_load="YES

Are you sure this makes sense?  Using atapicam makes /dev/cd0 available therefore the devfs.conf is good as is.  The atapicam reference should be there though.


--
Adam Vande More
I just checked and then rebooted my system.  It appears that loading atapicam will create /dev/cd0,  so you
can skip the actions with /dev/acd0.   I have both /dev/cd0 and /dev/acd0 entries.
--------------030808020602030302040107-- From owner-freebsd-doc@FreeBSD.ORG Thu Sep 5 19:24:46 2013 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 03816E11 for ; Thu, 5 Sep 2013 19:24:46 +0000 (UTC) (envelope-from info@serv1.inflectorglobal.biz) Received: from serv1.inflectorglobal.biz (serv1.inflectorglobal.biz [69.162.170.189]) by mx1.freebsd.org (Postfix) with ESMTP id BAD562AC8 for ; Thu, 5 Sep 2013 19:24:45 +0000 (UTC) Received: from 157-135-19-23.10a.protectedgroup.com (13-214-62-108.10d.protectedgroup.com [108.62.214.13]) by serv1.inflectorglobal.biz (Postfix) with ESMTPA id E3F03CC845 for ; Thu, 5 Sep 2013 15:15:36 -0400 (EDT) From: "Dennis Roberts" Subject: Solar Windows Webinar - US AIR FORCED APPROVED - See thru radiant barrier To: "doc" MIME-Version: 1.0 Organization: http://www.inflectorglobal.com Date: Thu, 5 Sep 2013 14:15:52 -0500 Message-Id: <20130905192446.03816E11@hub.freebsd.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 19:24:46 -0000 =EF=BB=BFA Billion Dollar Company just joined us from the middle east = - droberts43@sbcglobal.net What is an Inflector Window Insulator? http://www.youtube.com/watch?v=3D= 21DiKS5mt4k =20 =20 Energy Efficiency Done Right presents information on the In'Flector Se= e Through Radiant Barrier Window and Skylight Insulator and the Energy= Efficiency Industry. We will examine the growth of the energy efficie= ncy, conservation, energy independence, and carbon emmission industrie= s and explain opportunities to represent or purchase our Insulator pro= ducts. Register for a session now by clicking a date below: Tue, Sep 10, 2013 10:00 AM - 11:00 AM CDT Tue, Oct 15, 2013 10:00 AM - 11:00 AM CDT Once registered you will receive an email confirming your registration= with information you need to join the Webinar. System Requirements PC-based attendees Required: Windows=C2=AE 8, 7, Vista, XP or 2003 Server Mac=C2=AE-based attendees Required: Mac OS=C2=AE X 10.6 or newer Mobile attendees Required: iPhone=C2=AE, iPad=C2=AE, Android=E2=84=A2 phone or Android = tablet Unsubscribe by email Keith Roberts 10854 Lake Path San Antonio, TX 78217 Inflector Window Insulators - See Thru Radiant Barrier droberts43@sbcglobal.net This is an advetisement for a webinar! From owner-freebsd-doc@FreeBSD.ORG Thu Sep 5 21:00:43 2013 Return-Path: Delivered-To: www@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A8BF9177 for ; Thu, 5 Sep 2013 21:00:43 +0000 (UTC) (envelope-from info@jobnostress.com) Received: from smtpdg3.aruba.it (smtpdg1.aruba.it [62.149.158.231]) by mx1.freebsd.org (Postfix) with ESMTP id C5E432054 for ; Thu, 5 Sep 2013 21:00:41 +0000 (UTC) Received: from webs3187 ([62.149.133.197]) by smtpcmd01.ad.aruba.it with bizsmtp id MZ0a1m00o4FhyLm01Z0aVi; Thu, 05 Sep 2013 23:00:34 +0200 thread-index: Ac6qevb560sL8GPYQWmTrUWvl6iqTQ== Thread-Topic: Comunicazione jobnostress.com From: Sender: To: Subject: Comunicazione jobnostress.com Date: Thu, 5 Sep 2013 23:00:34 +0200 Message-ID: <28897B4DE1154D71A45923FD4945F3B2@ad.aruba.it> MIME-Version: 1.0 X-Mailer: Microsoft CDO for Windows 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7601.17609 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 21:00:43 -0000 Newsletter del... 05/09/2013 23:00:34 www.jobnostress.com INCIDENT MANAGER LINUX E MIDDLEWARE Informatica - IT - Informatica - IT del 02/09/2013 14:33:41 Java Developer Informatica - IT - Informatica - IT del 31/07/2013 10:31:58 Project Manager Informatica - IT - Informatica - IT del 06/06/2013 10:28:07 Analista Programmatore Java Informatica - IT - Informatica - IT del 26/05/2013 11:57:12 Ingegnere Biomedico Chimica - Biotecnologie - Farmaceutica - Chimica - Biotecnologie - Farmaceutica del 15/05/2013 15:41:10 Copyright 2010 - All Rights Reserved www.jobnostress.com Info: info@jobnostress.com Unsubscribe/Cancellami From owner-freebsd-doc@FreeBSD.ORG Fri Sep 6 06:39:02 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 023E15F5 for ; Fri, 6 Sep 2013 06:39:02 +0000 (UTC) (envelope-from lurieaustin1@gmail.com) Received: from mail-ee0-x241.google.com (mail-ee0-x241.google.com [IPv6:2a00:1450:4013:c00::241]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 912582B20 for ; Fri, 6 Sep 2013 06:39:01 +0000 (UTC) Received: by mail-ee0-f65.google.com with SMTP id d17so450637eek.8 for ; Thu, 05 Sep 2013 23:38:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type :thread-index:content-language; bh=R7ZrR59Lxo8f5oUpqc5H6R06b7DtvcB9rmwwJcIEUSw=; b=sN7fky0Al+A9S8PkLUCLXM+wEyjknJBRThwsbZeNV0OvED0Jgk8apOYZvN3Mrksg3X 2XpXTIGz0oiGM835Ury55tRsCEJ81g8FjR46hwxYArKlTK1eVOtHOWfwzKv1DLwqd6z2 2XgLxSXWRSV8qYtV/tLi72nZNS9WGGAZonqvwf208ipArCb14e/UBK4x4Bcvv0p2WF7C GDJC0cFnkuSELKMe9QXHFBGC1hte7cRYLlqwdRZcOyg+zofVTsA2DkoIUwRUp2SYp2J8 G3P6/s+PnidrVyfqluyHiesYy+MtrZ0ojIYuhd9uylaKPHs7L0AzdVKp/tj7ZqwUEIbq 8SWg== X-Received: by 10.14.216.132 with SMTP id g4mr1063978eep.62.1378449539609; Thu, 05 Sep 2013 23:38:59 -0700 (PDT) Received: from lurie (105-236-41-12.access.mtnbusiness.co.za. [105.236.41.12]) by mx.google.com with ESMTPSA id h52sm1520336eez.3.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 05 Sep 2013 23:38:58 -0700 (PDT) From: "Lurie Austinser" To: Subject: Updating broken link from your page: http://www.blin.net.ua/es/ports/converters.html Date: Fri, 6 Sep 2013 08:39:04 +0200 Message-ID: <01ac01ceaacb$ca043740$5e0ca5c0$@com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac6qy8bU4qKRFy03QgKG9rA+KhlBXA== Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 06:39:02 -0000 Hello, I have bumped into your site while seeking for software and found your website very interesting :) Just a quick note, http://trific.ath.cx is no longer active, and you are linking to it from page - http://www.blin.net.ua/es/ports/converters.html I was wondering if you don't mind updating the link to en.DownloadAstro.com (http://en.downloadastro.com/) - A great download site with more than 300K software and games, including professional reviews and user ratings. We are now in a process of updating the links in websites all around the world and I will appreciate your cooperation. I am sure your users will find it useful. Thanks, Lurie From owner-freebsd-doc@FreeBSD.ORG Fri Sep 6 07:21:56 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9C1825C0 for ; Fri, 6 Sep 2013 07:21:56 +0000 (UTC) (envelope-from nicky.maddison@gmail.com) Received: from mail-ee0-x236.google.com (mail-ee0-x236.google.com [IPv6:2a00:1450:4013:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 268D22F5A for ; Fri, 6 Sep 2013 07:21:56 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id e53so1395477eek.13 for ; Fri, 06 Sep 2013 00:21:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=rsoezm/M/hDQFaFhic3VKOjar0GUzi3r+YX1rS1f1sg=; b=aiZLcVN4F5WDYgOFKt2YRCLgdmW/9SSmqmLq+hRsDezy8YFPGoh6aiTVTm/kwnDoKu aRo1It6Vvr7ULNSVgTQCeXfuimlpicd1NZQ3vXF6KWQqRGyzhaq+iwknJ0FK9y8vdK0P bQkqP99CuJFts6tKt+KDpeXUCsFwP8M48em+wX/sbClEJjeZ+a39TUy/ghYwvIoSRKLi EQsOO2SXKjlUdztU5Kwoyir810aHTk7FosEqBfKuAq4p2qs2qZ6P12D+LRL6QJ2pX4WR ONUNe2BK4Lesq+9WfJtRqAOXxTxP0aoZdQcwmQ02WrA2gvaqtjjR7z6JFaiJmjDQOAVX Y5Qw== X-Received: by 10.14.122.132 with SMTP id t4mr1956241eeh.20.1378452114616; Fri, 06 Sep 2013 00:21:54 -0700 (PDT) Received: from [10.0.1.2] (62-197-96-116.teledisnet.be. [62.197.96.116]) by mx.google.com with ESMTPSA id r48sm1739839eev.14.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Sep 2013 00:21:53 -0700 (PDT) From: Nicky MADDISON Content-Type: multipart/signed; boundary="Apple-Mail=_8665DA94-0E75-4974-82DB-A9054E233E7F"; protocol="application/pkcs7-signature"; micalg=sha1 Subject: no download available Message-Id: <612CA9D8-527B-4D6E-A47E-8250811D8043@gmail.com> Date: Fri, 6 Sep 2013 09:21:51 +0200 To: freebsd-doc@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 07:21:56 -0000 --Apple-Mail=_8665DA94-0E75-4974-82DB-A9054E233E7F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hello, Just to let you know that I am trig to download Freebsd since yesterday = evening and it is not working. Yesterday, the speed was very slow and today the web site is asking for = authentication when clicking on the ISO download. Than you. Nicky Nicky MADDISON nicky.maddison@gmail.com www.easy-ict.be --Apple-Mail=_8665DA94-0E75-4974-82DB-A9054E233E7F Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII2zCCBBYw ggL+oAMCAQICCwQAAAAAAS9O4S9SMA0GCSqGSIb3DQEBBQUAMFcxCzAJBgNVBAYTAkJFMRkwFwYD VQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT aWduIFJvb3QgQ0EwHhcNMTEwNDEzMTAwMDAwWhcNMTkwNDEzMTAwMDAwWjBUMQswCQYDVQQGEwJC RTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTEqMCgGA1UEAxMhR2xvYmFsU2lnbiBQZXJzb25h bFNpZ24gMiBDQSAtIEcyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwWtB+TXs+BJ9 3SJRaV+3uRNGJ3cUO+MTgW8+5HQXfgy19CzkDI1T1NwwICi/bo4R/mYR5FEWx91//eE0ElC/89iY 7GkL0tDasmVx4TOXnrqrsziUcxEPPqHRE8x4NhtBK7+8o0nsMIJMA1gyZ2FA5To2Ew1BBuvovvDJ +Nua3qOCNBNu+8A+eNpJlVnlu/qB7+XWaPXtUMlsIikxD+gREFVUgYE4VzBuLa2kkg0VLd09XkE2 ceRDm6YgRATuDk6ogUyX4OLxCGIJF8yi6Z37M0wemDA6Uff0EuqdwDQd5HwG/rernUjt1grLdAxq 8BwywRRg0eFHmE+ShhpyO3Fi+wIDAQABo4HlMIHiMA4GA1UdDwEB/wQEAwIBBjASBgNVHRMBAf8E CDAGAQH/AgEAMB0GA1UdDgQWBBQ/FdJtfC/nMZ5DCgaolGwsO8XuZTBHBgNVHSAEQDA+MDwGBFUd IAAwNDAyBggrBgEFBQcCARYmaHR0cHM6Ly93d3cuZ2xvYmFsc2lnbi5jb20vcmVwb3NpdG9yeS8w MwYDVR0fBCwwKjAooCagJIYiaHR0cDovL2NybC5nbG9iYWxzaWduLm5ldC9yb290LmNybDAfBgNV HSMEGDAWgBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0BAQUFAAOCAQEAQ3N5zKTMSTED HGFAgd/gu91Kb8AxPHgjq+7dhf7mkCinMqqrLai2XOrz8CP63BPaAx7oGOUBI0MyASBGk5zej9L3 oHtiF2BL01m1sBnT8rQxT2CJd/+jqjUl0p2ew8T3HSyatrsooGvDwf00yCB2JHTNvtQxNO8t6x/+ 048A1Q+0i7uf0nTnyrJLjD04zhL89ytetZspltOpJVYbmwiFjq6PxsdUNthUDme/9pOLmKDnQU0p W/JEwLs2TYCBNKwdgSGAk8/z+s2SCltKIG0Uh5U6t6j7JPuwNP/znImwMrlHDJ1YpW0rkF2PGraV CgDBf9dOB+IIpnwHfIi+LD+eITCCBL0wggOloAMCAQICEQCWaWbA3qWpL+QmlyWtkOwmMA0GCSqG SIb3DQEBBQUAMFQxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMSowKAYD VQQDEyFHbG9iYWxTaWduIFBlcnNvbmFsU2lnbiAyIENBIC0gRzIwHhcNMTIwODA2MTAxODAzWhcN MTUwODA3MTAxODAzWjBPMQswCQYDVQQGEwJCRTEXMBUGA1UEAxMOTmlja3kgTWFkZGlzb24xJzAl BgkqhkiG9w0BCQEWGG5pY2t5Lm1hZGRpc29uQGdtYWlsLmNvbTCCASIwDQYJKoZIhvcNAQEBBQAD ggEPADCCAQoCggEBAOIERYnEtJhfkirZjWk2QByEGp3Nes4Hz4aKbK62Fh9t8PnsbXrwbtUl3qAL WlJxZoYAbFEGfJFLUvdHKsaenYOObtuldD9U08S/1mX9KDQna1D9u3xdht+ADnH8BgHEdmDmwLeO VkSsTdJqtTnrYgVxAlEtRT3CBI9BlyesvCk9Kk/m2uFcyIr4oc7ncepNwmbc7HACWjUi5M0skhNK yuXfz/5Qa12rTAG9geDHJBzWk6EjdrRonpCGUty1thC5RSwarg1KIlD85OMS9Y9tkVGRtpmZcVJj lSDKkSuzCKss9I2k0WhA3LThkPnzk31mIJG17rCq2azAMhkoS7UW0AUCAwEAAaOCAY0wggGJMA4G A1UdDwEB/wQEAwIFoDBMBgNVHSAERTBDMEEGCSsGAQQBoDIBKDA0MDIGCCsGAQUFBwIBFiZodHRw czovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0b3J5LzAjBgNVHREEHDAagRhuaWNreS5tYWRk aXNvbkBnbWFpbC5jb20wCQYDVR0TBAIwADAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQw QwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC5nbG9iYWxzaWduLmNvbS9ncy9nc3BlcnNvbmFs c2lnbjJnMi5jcmwwVQYIKwYBBQUHAQEESTBHMEUGCCsGAQUFBzAChjlodHRwOi8vc2VjdXJlLmds b2JhbHNpZ24uY29tL2NhY2VydC9nc3BlcnNvbmFsc2lnbjJnMi5jcnQwHQYDVR0OBBYEFDq4CFee DuGP/7ul0RvBCR97qms/MB8GA1UdIwQYMBaAFD8V0m18L+cxnkMKBqiUbCw7xe5lMA0GCSqGSIb3 DQEBBQUAA4IBAQCkGNEzwZIa5BclI2OrWmGf4pT/BQy6AXftPhvRZ+DOIC7IdP5Q+ZFdtZIpQzgQ XEPnKyfQJfrYgR82SAqH1nDscAKGLgiQ9ZcrcTBKFd/7BZxnu3w2SPIsrFVf3NY/GxQAd/k1pF/j 4YuZIxSDDXlzqCuzeZyC9TSuIggW0Lze8JZ01L6fAtnetGj2TXELQTFNl78K+312V1QBOAJT005O /+ouY1Y8dymKkeqmAjXReQTa6gPNZK/ndc4Ox/zMhRmRYLAgHoEOaNlT4I5R0N93+r2X+EM1miK+ J3gkEkt/RekV/TJLEf+2YGwfCaLjdpGSHsuLhMUs6aRepaInZZekMYIC5zCCAuMCAQEwaTBUMQsw CQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTEqMCgGA1UEAxMhR2xvYmFsU2ln biBQZXJzb25hbFNpZ24gMiBDQSAtIEcyAhEAlmlmwN6lqS/kJpclrZDsJjAJBgUrDgMCGgUAoIIB UzAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xMzA5MDYwNzIxNTJa MCMGCSqGSIb3DQEJBDEWBBQE+exNVIN5WE1uGLW5dT/sj12kLDB4BgkrBgEEAYI3EAQxazBpMFQx CzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMSowKAYDVQQDEyFHbG9iYWxT aWduIFBlcnNvbmFsU2lnbiAyIENBIC0gRzICEQCWaWbA3qWpL+QmlyWtkOwmMHoGCyqGSIb3DQEJ EAILMWugaTBUMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTEqMCgGA1UE AxMhR2xvYmFsU2lnbiBQZXJzb25hbFNpZ24gMiBDQSAtIEcyAhEAlmlmwN6lqS/kJpclrZDsJjAN BgkqhkiG9w0BAQEFAASCAQA8nt0wohcyMlYBKBea3+4UE0fn98QUxnvQpXIDi/cHNyaCeLivyIMh 92zhke0MhcspgClm47HMP894Ccvfa3XBUfbfwXnhWLozqlVRozqTKdmHkdeh4Emf1Rb4Lbe7P+JE 3rBnApDhjUIyg6g8qcagXkxcwbJgygfgfjxQkV3vvJPzoY+8iz81vKlMX70iLwE9rCTPt1hOVcjA rox+pSpvZL6vCj1grEuGXewzQXhTcHKkYsj1nw2vqZdwQlhr4koPO5UHQHqRQb+f12QjvwWLw6Wt y98Xc1v/943iYjEEroTUiZFtx/u8fVtf5Yz7QJ0BPD+albxby13mG5Xzpk5xAAAAAAAA --Apple-Mail=_8665DA94-0E75-4974-82DB-A9054E233E7F-- From owner-freebsd-doc@FreeBSD.ORG Fri Sep 6 16:30:01 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 55A598DD for ; Fri, 6 Sep 2013 16:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34CBA2D2A for ; Fri, 6 Sep 2013 16:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r86GU1eo035044 for ; Fri, 6 Sep 2013 16:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r86GU1gn035043; Fri, 6 Sep 2013 16:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 6 Sep 2013 16:30:01 GMT Resent-Message-Id: <201309061630.r86GU1gn035043@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johannes Jost Meixner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B11E160A for ; Fri, 6 Sep 2013 16:27:58 +0000 (UTC) (envelope-from xmj@chaot.net) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 750AF2CF5 for ; Fri, 6 Sep 2013 16:27:58 +0000 (UTC) Received: from mx12 (unknown [84.50.246.19]) by dd16522.kasserver.com (Postfix) with ESMTPSA id 230BE4560E6 for ; Fri, 6 Sep 2013 18:27:50 +0200 (CEST) Received: from localhost (1003@localhost [local]); by mx12 (OpenSMTPD) with ESMTPA id 0f28349e; for ; Fri, 6 Sep 2013 19:27:49 +0300 (EEST) Message-Id: <1350296055.enqueue@mx12> Date: Fri, 6 Sep 2013 19:27:49 +0300 (EEST) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: docs/181874: [PATCH] Add Debian GNU/kFreeBSD to advocacy/myths.xml X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Johannes Jost Meixner List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 16:30:01 -0000 >Number: 181874 >Category: docs >Synopsis: [PATCH] Add Debian GNU/kFreeBSD to advocacy/myths.xml >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 Sep 06 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Goldener Grund OUe >Environment: System: FreeBSD mx12 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r255210M: Thu Sep 5 00:23:11 EEST 2013 root@mx12:/usr/obj/usr/src/sys/xmj.debug amd64 >Description: While http://www.freebsd.org/advocacy/myths.html lists Gentoo/FreeBSD as derivative project, it ignores the more stable Debian GNU/kFreeBSD. The attached diff fixes this, giving reasons for its existence from https://wiki.debian.org/Debian_GNU/kFreeBSD_why. >How-To-Repeat: >Fix: --- docs-advocacy-myths.xml.diff begins here --- Index: myths.xml =================================================================== --- myths.xml (revision 42618) +++ myths.xml (working copy) @@ -200,6 +200,12 @@ FreeBSD kernel and userland. This project is purely incomplete and experimental.

+
  • Debian GNU/FreeBSD + is a port of the Debian GNU userland tools to the FreeBSD kernel, + taking advantage of, among other things, the devfs implementation + (versus three discordant Linux interfaces), security features (like + jails, ipfw and pf), and ZFS.

  • +
  • m0n0wall is a FreeBSD based firewall system that has many of the features of expensive firewalls like web --- docs-advocacy-myths.xml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Sep 7 11:02:12 2013 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A139F65 for ; Sat, 7 Sep 2013 11:02:12 +0000 (UTC) (envelope-from peter@bsdly.net) Received: from skapet.bsdly.net (unknown [IPv6:2001:16d8:ff00:1a9::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4AA352A12 for ; Sat, 7 Sep 2013 11:02:11 +0000 (UTC) Received: from sonofskinny.bsdly.net ([192.168.103.254] helo=deeperthought.bsdly.net) by skapet.bsdly.net with esmtp (Exim 4.77) (envelope-from ) id 1VIGHD-0005qw-B5; Sat, 07 Sep 2013 13:02:03 +0200 To: Nicky MADDISON Subject: Re: no download available References: <612CA9D8-527B-4D6E-A47E-8250811D8043@gmail.com> From: peter@bsdly.net (Peter N. M. Hansteen) Date: Sat, 07 Sep 2013 13:02:00 +0200 In-Reply-To: <612CA9D8-527B-4D6E-A47E-8250811D8043@gmail.com> (Nicky MADDISON's message of "Fri, 6 Sep 2013 09:21:51 +0200") Message-ID: <874n9wvqs7.fsf@deeperthought.bsdly.net> User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 11:02:12 -0000 Nicky MADDISON writes: > Just to let you know that I am trig to download Freebsd since > yesterday evening and it is not working. > > Yesterday, the speed was very slow and today the web site is asking > for authentication when clicking on the ISO download. It would probably help troubleshooting your problem if you told us which mirror you were trying to download from. But do try again, and if one mirror seems unacceptably slow, try another one. There are quite a few to choose from, see eg http://www.at.freebsd.org/doc/handbook/mirrors-ftp.html -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nuug.no/ "Remember to set the evil bit on all malicious network traffic" delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds.