From owner-freebsd-doc@freebsd.org Sun Feb 21 03:28:02 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEACEAAF427 for ; Sun, 21 Feb 2016 03:28:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF65710B for ; Sun, 21 Feb 2016 03:28:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1L3S246071189 for ; Sun, 21 Feb 2016 03:28:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207369] The exclude and include options for 'tar' command do not have correct the syntax Date: Sun, 21 Feb 2016 03:28:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 03:28:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207369 Jason Helfman changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-doc@FreeBSD.org |jgh@FreeBSD.org CC| |jgh@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Sun Feb 21 08:14:03 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2198AAF4B8 for ; Sun, 21 Feb 2016 08:14:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C30AD17AA for ; Sun, 21 Feb 2016 08:14:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1L8E3LZ026451 for ; Sun, 21 Feb 2016 08:14:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207389] BUS_ADD_CHILD(9) Error in BUS_ADD_CHILD return type in prototype Date: Sun, 21 Feb 2016 08:14:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pguyot@kallisys.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 08:14:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207389 Bug ID: 207389 Summary: BUS_ADD_CHILD(9) Error in BUS_ADD_CHILD return type in prototype Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: pguyot@kallisys.net Line 40 of share/man/man9/BUS_ADD_CHILD.9, BUS_ADD_CHILD prototype is: int BUS_ADD_CHILD(device_t dev, int order, const char *name, int unit); The return type actually is device_t, as mentioned in RETURN VALUES section= of the man page. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Sun Feb 21 14:58:44 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F359AB035A for ; Sun, 21 Feb 2016 14:58:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FD1F1DEE for ; Sun, 21 Feb 2016 14:58:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1LEwiDN053768 for ; Sun, 21 Feb 2016 14:58:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207357] Broken Link in release 8.4 should be http://www.ixsystems.com/support Date: Sun, 21 Feb 2016 14:58:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: andipersti@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 14:58:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207357 Andreas Perstinger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andipersti@gmail.com --- Comment #1 from Andreas Perstinger --- IMO this bug can be closed. Release 8.4 is unmaintained and the link was fi= xed in bug #207348 for the current releases. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Sun Feb 21 15:17:54 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD83EAB0AF5 for ; Sun, 21 Feb 2016 15:17:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDC5D19C1 for ; Sun, 21 Feb 2016 15:17:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1LFHspV094371 for ; Sun, 21 Feb 2016 15:17:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207357] Broken Link in release 8.4 should be http://www.ixsystems.com/support Date: Sun, 21 Feb 2016 15:17:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wblock@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 15:17:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207357 Warren Block changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wblock@FreeBSD.org Status|New |Closed Resolution|--- |Overcome By Events --- Comment #2 from Warren Block --- Agreed. Thank you! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Sun Feb 21 16:08:33 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDC0BAAFEF8 for ; Sun, 21 Feb 2016 16:08:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE9EC109F for ; Sun, 21 Feb 2016 16:08:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1LG8X2b004565 for ; Sun, 21 Feb 2016 16:08:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 204017] man.cgi does not default to latest version+ports Date: Sun, 21 Feb 2016 16:08:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: andipersti@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 16:08:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204017 --- Comment #6 from Andreas Perstinger --- IMO this bug can be closed. Warren Block fixed the generated links in r48222 https://svnweb.freebsd.org/doc?view=3Drevision&revision=3D48222 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Sun Feb 21 16:44:03 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06F02AAF4D8 for ; Sun, 21 Feb 2016 16:44:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB5F71197 for ; Sun, 21 Feb 2016 16:44:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1LGi2XQ079164 for ; Sun, 21 Feb 2016 16:44:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 204017] man.cgi does not default to latest version+ports Date: Sun, 21 Feb 2016 16:44:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wblock@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 16:44:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204017 Warren Block changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Overcome By Events CC| |wblock@FreeBSD.org Status|New |Closed --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Sun Feb 21 19:52:09 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A951AB00A4 for ; Sun, 21 Feb 2016 19:52:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B3BAC3D for ; Sun, 21 Feb 2016 19:52:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1LJq85i095261 for ; Sun, 21 Feb 2016 19:52:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207369] The exclude and include options for 'tar' command do not have correct the syntax Date: Sun, 21 Feb 2016 19:52:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 19:52:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207369 Jason Helfman changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|jgh@FreeBSD.org |freebsd-doc@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 22 12:13:08 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 399DDAB0582 for ; Mon, 22 Feb 2016 12:13:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29FC7181D for ; Mon, 22 Feb 2016 12:13:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1MCD8oo019828 for ; Mon, 22 Feb 2016 12:13:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207416] [patch][porters-handbook] mention poudriere not allowing network access after fetch Date: Mon, 22 Feb 2016 12:13:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: 482254ac@razorfever.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 12:13:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207416 Bug ID: 207416 Summary: [patch][porters-handbook] mention poudriere not allowing network access after fetch Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Many People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: 482254ac@razorfever.net Keywords: patch Created attachment 167294 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167294&action= =3Dedit adds a note that you should not access the network after fetch Found this out much later in the packaging phase than I would have liked. It would be good to mention this somewhere in doc. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 22 12:13:50 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1892AB0605 for ; Mon, 22 Feb 2016 12:13:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1BA118C4 for ; Mon, 22 Feb 2016 12:13:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1MCDoO1020771 for ; Mon, 22 Feb 2016 12:13:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207416] [patch][porters-handbook] mention poudriere not allowing network access after fetch Date: Mon, 22 Feb 2016 12:13:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: 482254ac@razorfever.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_file_loc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 12:13:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207416 Derek <482254ac@razorfever.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.freebsd.org/doc | |/en/books/porters-handbook/ | |porting-testing.html --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 22 17:10:17 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 403CFAB0ADC for ; Mon, 22 Feb 2016 17:10:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 315FF1F0F for ; Mon, 22 Feb 2016 17:10:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1MHAHGZ003601 for ; Mon, 22 Feb 2016 17:10:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207421] Addition for Internet Service Provider listing Date: Mon, 22 Feb 2016 17:10:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: arussell+freebsd@rocketdogcreative.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 17:10:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207421 Bug ID: 207421 Summary: Addition for Internet Service Provider listing Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Website Assignee: freebsd-doc@FreeBSD.org Reporter: arussell+freebsd@rocketdogcreative.com Hi, I'd like to request the addition of File Sanctuary to the list of Inter= net Service Providers offering products using FreeBSD. https://www.filesanctuary.net File Sanctuary is a hosting provider in the UK offering Cloud Servers (VPS) powered by the Xen hypervisor. Cloud Servers are available in a variety of sizes and prices and are billed monthly, giving customers total control at = an affordable price. Cloud Servers are deployed just a few minutes after an or= der is received. FreeBSD was added as a supported operating system starting in January 2016. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 22 22:49:42 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E251AB1977 for ; Mon, 22 Feb 2016 22:49:42 +0000 (UTC) (envelope-from bounce-35_HTML-284855052-4083-7227104-401570@bounce.email.skype.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1703C1E11 for ; Mon, 22 Feb 2016 22:49:42 +0000 (UTC) (envelope-from bounce-35_HTML-284855052-4083-7227104-401570@bounce.email.skype.com) Received: by mailman.ysv.freebsd.org (Postfix) id 159A9AB1976; Mon, 22 Feb 2016 22:49:42 +0000 (UTC) Delivered-To: doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14300AB1975 for ; Mon, 22 Feb 2016 22:49:42 +0000 (UTC) (envelope-from bounce-35_HTML-284855052-4083-7227104-401570@bounce.email.skype.com) Received: from mta2.microsoftemails.com (mta2.microsoftemails.com [136.147.186.2]) by mx1.freebsd.org (Postfix) with ESMTP id E6C061E10 for ; Mon, 22 Feb 2016 22:49:41 +0000 (UTC) (envelope-from bounce-35_HTML-284855052-4083-7227104-401570@bounce.email.skype.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=msft20151201; d=email2.microsoft.com; h=From:To:Subject:Date:List-Unsubscribe:MIME-Version:Reply-To:Message-ID:Content-Type; bh=JIQISLweBBHzzzNL0+9H2fOsy/Y=; b=cQphFiBqNye5fsJ4mRzKNQaB4TQzfQZ+G5SVcrA43Dd8kAukWlEnsKoKdl7GytqYHw9QJx3kjgQt ysXKDuZB3xmrzaxCjo3Tx0uoKpNBC+HSC/3RIXPvMXuxUqD+CdaKuQ8rzKEWPHiUn+FGwEZKm4pl LCO3m55sJu41e7FF4rk= Received: by mta2.microsoftemails.com id hpe88a163hs5 for ; Mon, 22 Feb 2016 22:19:34 +0000 (envelope-from ) From: "Skype" To: Subject: Here's how to add contacts and get you started on Skype Date: Mon, 22 Feb 2016 16:19:33 -0600 MIME-Version: 1.0 Reply-To: "NoReply" x-job: 7227104_4083 Message-ID: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 22:49:42 -0000 New to Skype? Here’s how to get started http://click.email.skype.com/?qs=15dbf1d92eab8b798b9a4fab2bf632c5aeb550c5d93ccc43c338719453885a3cb683ed94fd1268be Getting started? Here's everything you need » http://click.email.skype.com/?qs=15dbf1d92eab8b79b97bb939cee4384340906039ff9a4df61edd59147c44d72cc4c7b2bb59675f99 Can't see this email properly? Forgotten your http://click.email.skype.com/?qs=32fc743a2a8fb3e8ae7f00aed6ae9b147edcf5cac9240ff0004bee69442bc77b59b9727c9368b790 password? http://click.email.skype.com/?qs=32fc743a2a8fb3e84bbc6a696ad0469630e6f2ba06ec4446429e4c7abc85c7591692936107b2a5c3 Thanks for joining Skype Now that you've signed up, it's time to add some friends. The good news is, it only takes a few seconds to find and add them. So you can start enjoying Skype's great features faster. http://click.email.skype.com/?qs=32fc743a2a8fb3e82fdecfdf3535d0ad32ca50a4d6afabc59ed4812b28df38c12228a0d5f15d9b12 http://click.email.skype.com/?qs=32fc743a2a8fb3e8fd0309472f2e3b020f9407ef4c770bc36b3080dcfdf8aea1a723cfd524dbd038 http://click.email.skype.com/?qs=32fc743a2a8fb3e8a725f8d696a0d385a84324b74886f86790d4523dffbe157e8661e6008a3c94f6 Add contacts and start chatting. http://click.email.skype.com/?qs=32fc743a2a8fb3e89b9eb49b1bb7b72f6ff5cbda6ac98e90a5a38ab327cce71c22409981eb15ed70 Did you know? Video and voice calls, to anyone else on Skype, are free. http://click.email.skype.com/?qs=32fc743a2a8fb3e813f82ec94826b45d82885e11aebe5c78ed70af9aeb1652a905953f928be8c2ef http://click.email.skype.com/?qs=32fc743a2a8fb3e86debe9b84ce63b1141eac35e07d0dad2363d4ef85793b03a51ac7d4a81843926 Access my account http://click.email.skype.com/?qs=32fc743a2a8fb3e88ace12c47e849822306b113b3065b09a95837b12efdf6f825a7dde4a91da36af http://click.email.skype.com/?qs=32fc743a2a8fb3e856186078bd6b35761af5705bec59708687206a9ce4a31c5db38c3a7ffe50468e Download latest version http://click.email.skype.com/?qs=32fc743a2a8fb3e8a1ecf5d9d648086c555a3eac531e743ecc9848d7d32d851cbe29b1903f5fc698 http://click.email.skype.com/?qs=32fc743a2a8fb3e8f871fc8dafbd5e864c77e7f6a234729808dfbf82ce99284df16edbddc5db92a5 Explore Skype features http://click.email.skype.com/?qs=32fc743a2a8fb3e83bb95148bbb01b9b1bdbdbbb31a6bf0a8c0dc8c78e789ef642d716847f5c38ba http://click.email.skype.com/?qs=32fc743a2a8fb3e8ef58748b9c8b24e2a191723dfc9c2974b52cfba7f3082667d046960d722161af Questions? We can help http://click.email.skype.com/?qs=32fc743a2a8fb3e8cc4fa9b7d5b17936781f587e361cdc0d79fd4060b7a6568c5892ee74bf6efc93 http://click.email.skype.com/?qs=32fc743a2a8fb3e8dc6ced737e22b27a2b8c2a643cfb62249ff766cfdcede9600d597d1655bc6d9a http://click.email.skype.com/?qs=32fc743a2a8fb3e82d788714ee87064b7be6ee3eb8db9cd616497632950dcdf0a8c0d47f29a034dd http://click.email.skype.com/?qs=32fc743a2a8fb3e8993ad86f55b0f311609771e2353e0bfbaa5266113bfd0384ff6d3f847ffba5f1 http://click.email.skype.com/?qs=32fc743a2a8fb3e81a2ef660eb9bbe9594ec27e1591f7ff8a851ebb0d320eea9eea6ca80575c2ea0 © 2016 Skype and/or Microsoft. http://click.email.skype.com/?qs=32fc743a2a8fb3e8e7003ad99726b0d0c1f5fbc227e31a3bc43cf67291b356e607712d33610e6fde Terms of use • http://click.email.skype.com/?qs=32fc743a2a8fb3e829751e0a346fd16126114564b28a364a56d116a45240e1477c70998fc6e6c324 Privacy Skype Communications S.A.R.L. 23‑29 Rives de Clausen, L‑2165 Luxembourg. No emergency calls with Skype Skype is not a replacement for your telephone and can't be used for emergency calling. From owner-freebsd-doc@freebsd.org Mon Feb 22 23:48:01 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85AC6AB0E75 for ; Mon, 22 Feb 2016 23:48:01 +0000 (UTC) (envelope-from evelyne.1994.03@rambler.ru) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6D8D81650 for ; Mon, 22 Feb 2016 23:48:01 +0000 (UTC) (envelope-from evelyne.1994.03@rambler.ru) Received: by freefall.freebsd.org (Postfix) id 6D0AA1ADB; Mon, 22 Feb 2016 23:48:01 +0000 (UTC) Delivered-To: www@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by freefall.freebsd.org (Postfix) with ESMTP id 6C0B71ADA for ; Mon, 22 Feb 2016 23:48:01 +0000 (UTC) (envelope-from evelyne.1994.03@rambler.ru) Received: from mxout3.rambler.ru (mxout3.rambler.ru [81.19.67.206]) by mx1.freebsd.org (Postfix) with ESMTP id 635B8164D for ; Mon, 22 Feb 2016 23:47:59 +0000 (UTC) (envelope-from evelyne.1994.03@rambler.ru) Received: from saddam2.rambler.ru (saddam2.rambler.ru [10.32.16.2]) by mxout3.rambler.ru (Postfix) with ESMTP id B6DF97C84CE for ; Tue, 23 Feb 2016 02:41:22 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rambler.ru; s=mail; t=1456184482; bh=mgsNByRtTduwV4gRYYPtKi7FnMge9sYZBiyXjVQidfU=; h=From:To:Reply-To:Subject:Date; b=XZA0P5jLlvSI9IGhX2JLdcoagKXDE9lxKNVqbxyklqsCpCRENDBo4qAsvBVSfpU6q hZIDhdUP3pLLgtj9BaFWRwDT11eABkh0miO8XeWOeluQjUgubbbdZdEmyrg5ilEiRh FCJoYt8f/M3z19Q+lpsWGU0PjtGPI8eq0UIljl1w= Received: from localhost.localdomain (localhost [127.0.0.1]) by saddam2.rambler.ru (Postfix) with ESMTP id 99A8B138298D for ; Tue, 23 Feb 2016 02:41:22 +0300 (MSK) Received: from [175.234.127.61] by mail.rambler.ru with HTTP; Tue, 23 Feb 2016 02:41:22 +0300 From: "Evelyne Laukitis" To: www@freebsd.org Reply-To: "Evelyne Laukitis" Subject: Quick Question Date: Tue, 23 Feb 2016 02:41:22 +0300 Message-Id: <1456184482.433955.8631.62728@mail.rambler.ru> MIME-Version: 1.0 X-Mailer: Rambler WebMail, http://mail.rambler.ru/ X-Rambler-User: evelyne.1994.03@rambler.ru/175.234.127.61 X-Spam: yes Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 23:48:01 -0000 How do you do? I was visting your website on 2/22/2016 and I'm very interested. I'm currently looking for work either full time or as a intern to get exper= ience in the field. Please review my Resume and let me know what you think. In sympathy, -- Evelyne Laukitis From owner-freebsd-doc@freebsd.org Tue Feb 23 04:16:30 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB383AB13FE for ; Tue, 23 Feb 2016 04:16:30 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-5.mit.edu (dmz-mailsec-scanner-5.mit.edu [18.7.68.34]) by mx1.freebsd.org (Postfix) with ESMTP id 711AE8F for ; Tue, 23 Feb 2016 04:16:30 +0000 (UTC) (envelope-from kaduk@mit.edu) X-AuditID: 12074422-c3bff70000001d4b-ed-56cbdbebeb7b Received: from mailhub-auth-2.mit.edu ( [18.7.62.36]) (using TLS with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by (Symantec Messaging Gateway) with SMTP id 24.0E.07499.BEBDBC65; Mon, 22 Feb 2016 23:11:23 -0500 (EST) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id u1N4BMHu019596; Mon, 22 Feb 2016 23:11:22 -0500 Received: from multics.mit.edu (system-low-sipb.mit.edu [18.187.2.37]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id u1N4BJdk031286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 22 Feb 2016 23:11:22 -0500 Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id u1N4BJdc000224; Mon, 22 Feb 2016 23:11:19 -0500 (EST) Date: Mon, 22 Feb 2016 23:11:18 -0500 (EST) From: Benjamin Kaduk X-X-Sender: kaduk@multics.mit.edu To: christian.djumlija@yahoo.de cc: "freebsd-doc@FreeBSD.org" Subject: Re: 17.12. Encrypting Disk Partitions In-Reply-To: <1454653447.11008831.1455904231555.JavaMail.yahoo@mail.yahoo.com> Message-ID: References: <1454653447.11008831.1455904231555.JavaMail.yahoo.ref@mail.yahoo.com> <1454653447.11008831.1455904231555.JavaMail.yahoo@mail.yahoo.com> User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrNIsWRmVeSWpSXmKPExsUixG6novv69ukwg6P7eC1uNb9ltDh1povV gcljxqf5LB4TbjxmDGCK4rJJSc3JLEst0rdL4Mo4cGgie0EPW8XCuT1MDYxfWLoYOTkkBEwk Zr7bzdrFyMUhJNDGJLHz5V02CGcjo8TXD/eZIJxDTBIvr+xjhHAaGCUOfvzKBNLPIqAtsf3I U3YQm01ATWL9imvMEHMVJTafmgRmiwjIS5zauYoRxGYWMJd4sPIlG4gtLKAnceHoe7A5nAJ+ EscPzwer4RVwlPhw8xrUTZMZJc7v7WYFSYgK6Eis3j+FBaJIUOLkzCcsEEO1JJZP38YygVFw FpLULCSpBYxMqxhlU3KrdHMTM3OKU5N1i5MT8/JSi3RN9XIzS/RSU0o3MYLD1UVpB+PEf16H GAU4GJV4eD28TocJsSaWFVfmHmKU5GBSEuVtnnwqTIgvKT+lMiOxOCO+qDQntfgQowQHs5II 75ozQOW8KYmVValF+TApaQ4WJXHeoMhjYUIC6YklqdmpqQWpRTBZGQ4OJQneg7eAGgWLUtNT K9Iyc0oQ0kwcnCDDeYCGC9wGGV5ckJhbnJkOkT/FqMux4MfttUxCLHn5ealS4ryqIEUCIEUZ pXlwc8BpZjeT6itGcaC3hHktQap4gCkKbtIroCVMQEtubzsFsqQkESEl1cA4j+VJb9Le9zuc 92dYV3DMlKgV1fjDtYl9Uf7DpTI/wxUkrS4mzrz2pHySnMSLR0m8llPc6iIdW7YdCVi3Zud5 yXs3ci7OOXl018QymYPPHCXenov993rB1FevtOMeut2XSeHYW7no08bIWVOq/O6drFhZ5v9R Qp+b4Umb2+TsE+wz9T2Dqi9GKbEUZyQaajEXFScCALDB5QsOAwAA X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 04:16:30 -0000 On Fri, 19 Feb 2016, christian.djumlija@yahoo.de wrote: > Hello freeBSD-Team, > I believe there is an error in the chapter on disk encrpytion (geli-part). > In the suggested edits to rc.conf, the flags contains -p."-p" means "do not ask for a passphrase", but the text above works with a passphrase. So this is inconsistent and will result in a broken boot sequence. > Although the error was not too hard to spot, such recipes should give a consistent script to play along ... and avoid resulting in a broken system. > Hope you agree and can fix this soon.Nevertheless, a very helpful section :-) Good catch! Thanks for reporting it; I have removed the -p from the rc.conf snippet in r48243, which should appear on the live website in a few tens of minutes. -Ben From owner-freebsd-doc@freebsd.org Tue Feb 23 07:29:50 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EF1EAB1060 for ; Tue, 23 Feb 2016 07:29:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A8FACFA for ; Tue, 23 Feb 2016 07:29:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1N7To74081448 for ; Tue, 23 Feb 2016 07:29:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207416] [patch][porters-handbook] mention poudriere not allowing network access after fetch Date: Tue, 23 Feb 2016 07:29:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 07:29:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207416 Jason Helfman changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-doc@FreeBSD.org |jgh@FreeBSD.org CC| |jgh@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 23 07:30:16 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15B00AB10B7 for ; Tue, 23 Feb 2016 07:30:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05F61D3F for ; Tue, 23 Feb 2016 07:30:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1N7UFh3082029 for ; Tue, 23 Feb 2016 07:30:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207421] Addition for Internet Service Provider listing Date: Tue, 23 Feb 2016 07:30:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 07:30:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207421 Jason Helfman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jgh@FreeBSD.org Assignee|freebsd-doc@FreeBSD.org |jgh@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 23 07:50:27 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64EE0AB1904 for ; Tue, 23 Feb 2016 07:50:27 +0000 (UTC) (envelope-from sidelight12@mail.com) Received: from mout.gmx.com (mout.gmx.com [74.208.4.201]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AD5E1308 for ; Tue, 23 Feb 2016 07:50:27 +0000 (UTC) (envelope-from sidelight12@mail.com) Received: from [108.70.50.7] by 3capp-mailcom-lxa06.server.lan (via HTTP); Tue, 23 Feb 2016 08:50:25 +0100 Message-ID: From: "sid --" To: freebsd-doc@FreeBSD.org Subject: Suggestion for addition to FreeBSD Handbook; 5.6. The X Display Manager Date: Tue, 23 Feb 2016 08:50:25 +0100 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K0:v1ULAZiVenz9iFMjJsSHijf9mZosjdUWlMlTcH199JL RL57t4ksXcieZUWAU8mS2PIfaJzqB9ulHUFuyGMSOQI2PinWAa JGpuqnU6Uv61hZ67+b50zeXaoDjyziEwypxHb/CEuxKBo/vUsr Ivk+XJeOIj2RbzA8MJvmexqP6JJwOREMoKXXOBfyMm36JVyOEk 3jdxaxo7cHLf5OsfP6epNC1lzJs2pk7Z69yqkZDSG1mg9XJPi3 9mc+VjZUgQYTErfalKp04bl6xMnrz0DMGXkbbw6rwSSNRNjHw9 whEfhRyxBX2nqdNXSg97L8CMB7K X-UI-Out-Filterresults: notjunk:1;V01:K0:GNt/u3ieFRA=:eJK2umtnsSa6HGmjpoE/pv c71AIhkqECG7qHEsm371vKUNb2sVbGJGS07LX+XWZ8NG/SvGV3NV+r56cP8y/MMh/Zdt1zHpM BGWOzGSuJ5ZSe99KrTECbpBTB2P/xmeYc01x4aLj9wuNlxGpfh4FwuIxG/CQZKASLX9v+RdJF DovGHvOp7V6L1uiY53TijgnkX0jrcLCecuWpUr4Q6pc4rKkhSUtZirGzlcdsUQmx9qBxmHvSm WQjnN7u4TaHKs6Vm60dqi6nPWi21dMG6GS54TyAYU20BmzHP1Sif9b+UB1fz0cMoE3GXABxqh DTG4LEKl4krylnQm3qw5xp6qPZZIJ5xp/G1MOSUqhqDDuPUSTth6Aw28G0UjtJgPGxPTArH44 CEuwtEZ8RE81WmVkYdUm9uBruHwqEqY4o5x0ygGRDUb4NupIj4mJJX+jGE5NWdCpknuX+y5XW VH1stmGUeQ== MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 07:50:27 -0000 From owner-freebsd-doc@freebsd.org Tue Feb 23 09:58:09 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41BF0AB1461 for ; Tue, 23 Feb 2016 09:58:09 +0000 (UTC) (envelope-from sidelight12@mail.com) Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E68DE1E7E for ; Tue, 23 Feb 2016 09:58:08 +0000 (UTC) (envelope-from sidelight12@mail.com) Received: from [108.70.50.7] by 3capp-mailcom-lxa06.server.lan (via HTTP); Tue, 23 Feb 2016 10:58:01 +0100 Message-ID: From: "sid --" To: freebsd-doc@freebsd.org Subject: FreeBSD Handbook suggestion 5.6. The X Display Manager. appologizes, text from email didn't pass Date: Tue, 23 Feb 2016 10:58:01 +0100 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K0:hm/TczlLBGGf9lxS+oLCIzfy3AJp7BrCT1w/lqF8NiH mljJ+G29pxeh1Khq/tY9Hb0KpnedBXYVfgYNyTAnRe6a0pJ87+ l3UwF61pX0E8OlO2lt0OLefA8YQApEI2n9RG3sl/E87TaVeTPL 6VW5XOuvZqHBviERuzBARBNNsCG9SOlxGNF9Q/1DfhYB6Thx0H bJ4xnB3UJcSoZjninJ9qkLC2hK0BqGIYW3HRZcdFD8Gw4Kltuv t2GhbNbFEWzHDzr3Vh4dXts05JgtVWZWOWE/k0PwDLXcNxerhi RWDeHamoBWR9ZbqY8x2PVoEoJf4 X-UI-Out-Filterresults: notjunk:1;V01:K0:TQrsLpzTVE4=:rUVEw8ADlkvneIsb3GYO2v a1Tn6Vb+fvDouGo5qA1tOQ/aOM4Ki1DGi3o/VB+7f02hS0Ej/i0zNzG3c3b1MPaGsY3tCYN/S Ik3pEruWC/PwGWLGBNOoj64HqOvQHffNerwvGS+YxaraB2gYPgxm4dKK6JmXWooZX8gkDnyNg EeAnLaGkBIkLeqAzZytn5EpHwXndSlAQwxy4YC620qCh8HfGkgBpfUVJeUcB8HhyXsTk9ZuPp +Ixa6Iwr0LTXXGHVU4FJcS/QzDLIwvqmS9Uu5R9t7UwD4rdwN5YN/Wd/wfBS6NTiAeHtqb3Xg edLMtV83G3wFp3nwT4BIDU3qRHI5/memB5RReoeZ5THSdlnkQgSV/dUIYOPN1hctUBmJkTpU7 tgH8M2vqUqcHjad+s8uFnhgd38tHhu7fbYs+wd8uEeWvqjpzaIZ5G7VHG9dO8apMk8wVr4fW5 tLDf0QbE8w== MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 09:58:09 -0000 From owner-freebsd-doc@freebsd.org Tue Feb 23 12:09:32 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2CBEAB2557 for ; Tue, 23 Feb 2016 12:09:32 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 93FF11BE9; Tue, 23 Feb 2016 12:09:32 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u1NC9Vo8046912 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 23 Feb 2016 05:09:31 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u1NC9UOi046909; Tue, 23 Feb 2016 05:09:31 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 23 Feb 2016 05:09:30 -0700 (MST) From: Warren Block To: sid -- cc: freebsd-doc@freebsd.org, wblock@FreeBSD.org Subject: Re: FreeBSD Handbook suggestion 5.6. The X Display Manager. appologizes, text from email didn't pass In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 23 Feb 2016 05:09:31 -0700 (MST) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 12:09:32 -0000 On Tue, 23 Feb 2016, sid -- wrote: > > _______________________________________________ > freebsd-doc@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" The mailing list often strips attachments, especially those that are not plain text. A bug report is best if there are patches or other types of attachments: https://bugs.freebsd.org/bugzilla/ Sorry about the difficulty, and we appreciate your work in helping improve FreeBSD. Thanks! From owner-freebsd-doc@freebsd.org Tue Feb 23 16:07:05 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDAA9AB2D55 for ; Tue, 23 Feb 2016 16:07:05 +0000 (UTC) (envelope-from leilah.1996.81@rambler.ru) Received: from mxout2.rambler.ru (mxout2.rambler.ru [81.19.67.204]) by mx1.freebsd.org (Postfix) with ESMTP id 0034912BE for ; Tue, 23 Feb 2016 16:07:04 +0000 (UTC) (envelope-from leilah.1996.81@rambler.ru) Received: from saddam1.rambler.ru (saddam1.rambler.ru [10.32.16.1]) by mxout2.rambler.ru (Postfix) with ESMTP id CA00A38438D for ; Tue, 23 Feb 2016 18:58:39 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rambler.ru; s=mail; t=1456243120; bh=mVlEp2SctK+jsyCg6Ep88+BUDU8qcr4m3dCMJwUUYf8=; h=From:To:Reply-To:Subject:Date; b=p7PE2HLdqtLJfNyE+FHKmyL83Lji14qnnLtk2k6ATxXQlH6YPFv/2lHXchwoyFNd+ 2aeg9asJ9YE7ITj3YUdYlA9Ssn3QmG4OCoF9jFRCyX/FebgGgxItjwrkSUsuHbcQie G77w15WqE49TWRy+nLESIGTSnRGkI9iLGTPbfHSM= Received: from localhost.localdomain (localhost [127.0.0.1]) by saddam1.rambler.ru (Postfix) with ESMTP id C093223370F for ; Tue, 23 Feb 2016 18:58:39 +0300 (MSK) Received: from [183.114.21.193] by mail.rambler.ru with HTTP; Tue, 23 Feb 2016 18:58:39 +0300 From: "Leilah Chaires" To: freebsd-doc@freebsd.org Reply-To: "Leilah Chaires" Subject: Quick Question Date: Tue, 23 Feb 2016 18:58:39 +0300 Message-Id: <1456243119.619028.8728.38081@mail.rambler.ru> MIME-Version: 1.0 X-Mailer: Rambler WebMail, http://mail.rambler.ru/ X-Rambler-User: leilah.1996.81@rambler.ru/183.114.21.193 Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 16:07:05 -0000 How do you do? I was visting your website on 2/23/2016 and I'm very interested. I'm currently looking for work either full time or as a intern to get exper= ience in the field. Please review my CV and let me know what you think. Regards, -- Leilah Chaires From owner-freebsd-doc@freebsd.org Tue Feb 23 16:42:01 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CBB3AB1E65 for ; Tue, 23 Feb 2016 16:42:01 +0000 (UTC) (envelope-from bounce_285968.5438286.3531473.470.m.73cc9cd4@bounce.citrusemail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E57278C5 for ; Tue, 23 Feb 2016 16:42:00 +0000 (UTC) (envelope-from bounce_285968.5438286.3531473.470.m.73cc9cd4@bounce.citrusemail.com) Received: by mailman.ysv.freebsd.org (Postfix) id E536EAB1E64; Tue, 23 Feb 2016 16:42:00 +0000 (UTC) Delivered-To: doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4B78AB1E62 for ; Tue, 23 Feb 2016 16:42:00 +0000 (UTC) (envelope-from bounce_285968.5438286.3531473.470.m.73cc9cd4@bounce.citrusemail.com) Received: from smtp-newslist-214.md02.com (smtp-newslist-214.md02.com [209.172.40.214]) by mx1.freebsd.org (Postfix) with ESMTP id B9B198C4 for ; Tue, 23 Feb 2016 16:42:00 +0000 (UTC) (envelope-from bounce_285968.5438286.3531473.470.m.73cc9cd4@bounce.citrusemail.com) Received: by smtp-newslist-214.md02.com id hpi5tg19sl8r for ; Tue, 23 Feb 2016 11:31:52 -0500 (envelope-from ) Subject: Import Statistics and Analytics for Russian, Ukrainian and Kazakhstan Markets From: "Dumitru" To: doc@freebsd.org Reply-To: statdata2015@gmail.com Tag-id: 285968.5438286.3531473.470.m.73cc9cd4 IP-Address: 209.172.40.214 Interface-id: 443 Parent-id: 44632 Client-id: 285968 Feedback-ID: 285968:5438286:cmd02 MIME-Version: 1.0 Date: Tue, 23 Feb 2016 11:31:52 -0500 (EST) Message-Id: <20160223163152.779D68BC2E@pmta4-1-10> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 16:42:01 -0000 Unsubscribe from this mailing list: http://link.citrusemail.com/u/443/fc= d12c71affc89558cb9e0acb12b08030185d73a01785ad6 Suite 2, 5 St. Vincent Street, Edinburgh, EH3 6SW, United Kingdom From owner-freebsd-doc@freebsd.org Tue Feb 23 19:16:16 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CF2AAB1BDF for ; Tue, 23 Feb 2016 19:16:16 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-8.mit.edu (dmz-mailsec-scanner-8.mit.edu [18.7.68.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A12B1825 for ; Tue, 23 Feb 2016 19:16:15 +0000 (UTC) (envelope-from kaduk@mit.edu) X-AuditID: 12074425-1dbff7000000091b-d5-56ccaecac60a Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) (using TLS with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by (Symantec Messaging Gateway) with SMTP id AA.00.02331.ACEACC65; Tue, 23 Feb 2016 14:11:06 -0500 (EST) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id u1NJB5KM028291; Tue, 23 Feb 2016 14:11:05 -0500 Received: from multics.mit.edu (system-low-sipb.mit.edu [18.187.2.37]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id u1NJB2Jx018190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 23 Feb 2016 14:11:05 -0500 Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id u1NJB2w8022270; Tue, 23 Feb 2016 14:11:02 -0500 (EST) Date: Tue, 23 Feb 2016 14:11:02 -0500 (EST) From: Benjamin Kaduk X-X-Sender: kaduk@multics.mit.edu To: sid -- cc: freebsd-doc@FreeBSD.org Subject: Re: Suggestion for addition to FreeBSD Handbook; 5.6. The X Display Manager In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrBIsWRmVeSWpSXmKPExsUixG6nrntq3Zkwgz8t/BanznSxWmzZL+XA 5DHj03wWjxlPTrMGMEVx2aSk5mSWpRbp2yVwZfw7cpuxYBFzxYoX+9kaGB8zdTFycEgImEh8 fWbcxcjFISTQxiSxbsEyVghnI6PE9fOrmSGcQ0wSi760QWUaGCXunZ7N2MXIycEioC2xsfUy E4jNJqAmsX7FNWYQW0JAUWLzqUlgtgiQve13K1g9s4C0xIvNj9hAbGGBMIlHHxrYQWxOgViJ tXeng9m8Ao4Sa373gPUKCcRIPPi7CcwWFdCRWL1/CgtEjaDEyZlPWCBmakksn76NZQKj4Cwk qVlIUgsYmVYxyqbkVunmJmbmFKcm6xYnJ+blpRbpWujlZpbopaaUbmIEB6qL6g7GCYeUDjEK cDAq8fB6eJ0OE2JNLCuuzD3EKMnBpCTKm1x5JkyILyk/pTIjsTgjvqg0J7X4EKMEB7OSCO+s HqAcb0piZVVqUT5MSpqDRUmcN+bm0TAhgfTEktTs1NSC1CKYrAwHh5IEb+VaoEbBotT01Iq0 zJwShDQTByfIcB6g4ctBaniLCxJzizPTIfKnGHU5Fvy4vZZJiCUvPy9VSpzXAqRIAKQoozQP bg44wexmUn3FKA70ljAvKzDdCPEAkxPcpFdAS5iAltzedgpkSUkiQkqqgbFwn6D4jY8/WbIf Ldk4daqm4Ml9LTPWfnywnqtnsnEjw6V3E+Rjb77etyuQ7XuZ3ou6d337/LbLHv8baFkn3GW1 skelYuoG+3MrVn287vcoQ8Dgq8bqrROu7bJeI8wlarklUK2+598O6eRHWl0F/Mm+loUM6wr2 90kc6bFQURNdlHKudlrAzR1KLMUZiYZazEXFiQBQA6wVCwMAAA== X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 19:16:16 -0000 Was there supposed to be an attachment containing the proposed patch? This mailing list removes attachments before delivering the message. -Ben On Tue, 23 Feb 2016, sid -- wrote: > > _______________________________________________ > freebsd-doc@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" > From owner-freebsd-doc@freebsd.org Tue Feb 23 22:33:49 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CDE1AB28DA for ; Tue, 23 Feb 2016 22:33:49 +0000 (UTC) (envelope-from realbeto21@icloud.com) Received: from st13p13im-asmtp004.me.com (st13p13im-asmtp004.me.com [17.164.57.95]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AE35898 for ; Tue, 23 Feb 2016 22:33:49 +0000 (UTC) (envelope-from realbeto21@icloud.com) Received: from [192.168.1.4] (241.sub-70-193-16.myvzw.com [70.193.16.241]) by st13p13im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) with ESMTPSA id <0O3000ER5RW52220@st13p13im-asmtp004.me.com> for freebsd-doc@freebsd.org; Tue, 23 Feb 2016 21:33:42 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-02-23_11:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1011 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1602230230 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit From: Alberto Real MIME-version: 1.0 (1.0) Date: Tue, 23 Feb 2016 16:33:30 -0500 Subject: Re: Great Deals from Salvage Drive Message-id: <11BAFC25-231D-4D76-A5DF-9D4C7969201B@icloud.com> To: "freebsd-doc@freebsd.org" X-Mailer: iPhone Mail (12H321) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 22:33:49 -0000 Sent from my iPhone From owner-freebsd-doc@freebsd.org Wed Feb 24 03:30:49 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B87B5AB01AC for ; Wed, 24 Feb 2016 03:30:49 +0000 (UTC) (envelope-from sidelight12@mail.com) Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7160CD62 for ; Wed, 24 Feb 2016 03:30:49 +0000 (UTC) (envelope-from sidelight12@mail.com) Received: from [108.70.50.7] by 3capp-mailcom-lxa05.server.lan (via HTTP); Wed, 24 Feb 2016 04:30:48 +0100 MIME-Version: 1.0 Message-ID: From: "sid --" To: freebsd-doc@freebsd.org Subject: Suggestion for FreeBSD Handbook: 5.6. The X Display Manager Content-Type: text/plain; charset=UTF-8 Date: Wed, 24 Feb 2016 04:30:48 +0100 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K0:urk9f2IV2T7kUxLNQZecxgxJuCfoDr8jfAC3zj3al5e ea34l1VwhX+yrBD3vxv0kGgdEvPRtoIrjARJXxKS6kheA/9Jhg QLPNlNjvY//MXWBB3b0h67u4nlTMQn5mS35ZgPnhUJvIlzb/+x s/PywLGc/Q6l7hZoB6aNkovaznW86ZehrIHJnqsp9ItjbSR/K6 jWyOtQnAeIyZvI6Os4gXov+WTLE74MI+IlhArd14NESUvuyuyB /1y/vmhCLLqZOOQBsNUh8qiviUTjxoFp6jAxcX7BoQto2415FS 2ejjZEI93ciw6HN0Jh6SJpbv65v X-UI-Out-Filterresults: notjunk:1;V01:K0:JuI8JGEYFI0=:DVhYs8vnsRaq7a9mlgjqEH p5VfwVeyCtEpLiSLN5kZg+TxAKDWmZYGrrj0K/16aoSvbNth12ecBdllcNP8pXH2b6o+5LGkL aibCzWO4PU2TusVKgNFXT1MW/SLKULWpfD+tNpcZ09/eTOE3OPA5B7uf6Z4rkCIT5vtqVfKip Ycl0msoDywdMBQ4pE7m290oZRgRoVDf5rjM+RwAgLMCezjSle/DVSHvLLfYfWDdBpNuKL/LkX 5zB2e+b892hL918mVfCgh2w6bSup+jlzcuVqLIMwQz3YJdX81MTKmtHsaKFcmTxb5vBCbJB1+ O0q2fYWv19mS1FpZIvqtHB/b6jSiEHX3IDg08owSffuC5fK5pWguRTq3bmIJ5NC6zw5wGNBos uh4+59Eh0kaPjP/t3M5hFppE5kRWrcHunnXuxaLeGX5dbmSjfLjZMRJDmLeekf5Ms+mTV2Z2V Ue0RDuLwXQ== X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2016 03:30:49 -0000 Suggestion for adding (or similar) to FreeBSD Handbook: 5.6. The X Display Manager ... 5.6.3 Xsetup_* Here background image and xdm applications can be launched. To change the color you can use "x11/xsetroot," but changing the image requires an application like "x11/bgs". Example: #!/bin/sh bgs ~/mypic.jpg & #xsetroot & #xconsole & xconsole can be commented out, if it is not needed. 5.6.4 Xsession Customization is better done by ~/.xsession. Example of ~/.xsession: #!/bin/sh exec xterm & exec fluxbox exec $1 In this example, applications are ended with an "&". The desktop choice is last on the list, and is absent of an "&". Be sure "~/.xsession" is read and execute permissible by owner and group. chmod 660 ~/.xsession (I realize that .xsession is covered in the next section, but it and Xsession also appear to have to do with XDM.) Thank you, and apologizes about past problems with posting this. From owner-freebsd-doc@freebsd.org Wed Feb 24 20:14:17 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F664AA6BA4 for ; Wed, 24 Feb 2016 20:14:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D062D80 for ; Wed, 24 Feb 2016 20:14:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1OKEH7J068721 for ; Wed, 24 Feb 2016 20:14:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207466] ftp.freebsd.org is down, can't access Date: Wed, 24 Feb 2016 20:14:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rgendron1359@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2016 20:14:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207466 Bug ID: 207466 Summary: ftp.freebsd.org is down, can't access Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Website Assignee: freebsd-doc@FreeBSD.org Reporter: rgendron1359@gmail.com Tried to access ftp.freebsd.org , got no response. I'm on an unfiltered Wif= i, tried multiple browsers. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Wed Feb 24 21:02:27 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2871AB3195 for ; Wed, 24 Feb 2016 21:02:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A38C3CDB for ; Wed, 24 Feb 2016 21:02:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1OL2Rxi065467 for ; Wed, 24 Feb 2016 21:02:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207466] ftp.freebsd.org is down, can't access Date: Wed, 24 Feb 2016 21:02:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: xmj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2016 21:02:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207466 Johannes Jost Meixner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xmj@FreeBSD.org --- Comment #1 from Johannes Jost Meixner --- Can you resolve the IP for ftp.freebsd.org? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Wed Feb 24 21:03:09 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6BA9AB3207 for ; Wed, 24 Feb 2016 21:03:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9176D63 for ; Wed, 24 Feb 2016 21:03:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1OL398Y096218 for ; Wed, 24 Feb 2016 21:03:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207466] ftp.freebsd.org is down, can't access Date: Wed, 24 Feb 2016 21:03:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Services X-Bugzilla-Component: Cluster Administration X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: brnrd@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: clusteradm@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc component product assigned_to version Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2016 21:03:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207466 Bernard Spil changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brnrd@freebsd.org Component|Website |Cluster Administration Product|Documentation |Services Assignee|freebsd-doc@FreeBSD.org |clusteradm@FreeBSD.org Version|Latest |unspecified --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 00:25:15 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA9DBAB25C2 for ; Thu, 25 Feb 2016 00:25:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB41B6C2 for ; Thu, 25 Feb 2016 00:25:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1P0PFwd081448 for ; Thu, 25 Feb 2016 00:25:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 202971] portsnap(8): manpage should reference pkg-version(1), not portversion(1) Date: Thu, 25 Feb 2016 00:25:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 00:25:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D202971 Jason Helfman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jgh@FreeBSD.org Assignee|freebsd-doc@FreeBSD.org |jgh@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 00:50:30 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B691AB2F6A for ; Thu, 25 Feb 2016 00:50:30 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 203CB1176 for ; Thu, 25 Feb 2016 00:50:29 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: by mail-io0-x236.google.com with SMTP id l127so72085064iof.3 for ; Wed, 24 Feb 2016 16:50:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=helfman-org.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=NECX6SQr2wlbxaBt5u0FD+8iny1635djSxH/r5OxquI=; b=ZAYRu+eVfqRon9pJPlcbKQIfR2ag5J2X9IL1N/U1KxPVfVqH9150MP0PeZL8kOW9eZ TCnLyXKvC/hiwx1p5oeZ7u8jvHJFznMofUwhokI5N5tycc29OcTPo6xIX26fxrH81uYH z+j5nDvv381XYGraDDmyaaMrVEd0SH/muNALWA2SNJAAnehAcTc63M4pJ0hP0TnWSyC3 sYzl5eu7gZilAKgOAoUkXBLbH47ZlivM64Xnn6nZ67jTgiqQaLFfqJFEQcNHtXR/YXCh pSuTb36wT6CbqKozdBpTbpvsv70nQbE1aNlGaqNfrMOupPHnQToe5P7s5ri87/kJ3Qsy GrXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=NECX6SQr2wlbxaBt5u0FD+8iny1635djSxH/r5OxquI=; b=Na+95cLATVCwJG4BJvMs2LRIgSmyZGiFdbNf9BE2LRB99vTlsi0ta7N7JNYgRBobaJ VOaU3JFMSSDSPdt2L0A0bN9AD6GGbyftj0KcpvgzFLwUTU9dYi/b16Zd6OOZrEZs2jlc BIEf4T27LX3vH+c6QF4WRufEkAybmTmJh7ClD5flVyV3Kuunlff1p88rEYENlOroI3fN vBXUkMlynYl8MBthE1Ws7pEp2hx/ORIZGYNU4EqGxciBDgHFi4bOO8pYgOwiFh0TAA9Y +5eve1Vn80YwsNtZ8RqRV2jJmMW3SR4Sgkf+etEzrHulr7A5bw0R12wHaYxh3G9+1NWH bTcw== X-Gm-Message-State: AG10YOTOgD9UcMF2Xa6531hwguYPAePUzjQw12PlUdl7hvv+MfOWwKS2G3tO1fmySWKiYf5bbx8GW4hmfjDU7g== MIME-Version: 1.0 X-Received: by 10.107.12.152 with SMTP id 24mr486732iom.152.1456361429268; Wed, 24 Feb 2016 16:50:29 -0800 (PST) Sender: bsd-src@helfman.org Received: by 10.107.142.4 with HTTP; Wed, 24 Feb 2016 16:50:29 -0800 (PST) In-Reply-To: References: Date: Wed, 24 Feb 2016 16:50:29 -0800 X-Google-Sender-Auth: T9Lw6GvKdu1HK7e6WGVlWxY0F5g Message-ID: Subject: Re: Handbook 19.7 bad links From: Jason Helfman To: Lee Brown Cc: freesd-doc Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 00:50:30 -0000 On Sat, Dec 12, 2015 at 6:52 PM, Lee Brown wrote: > ZFS Evil Tuning Guide > > and > ZFS Best Practices Guide > > > www.solarisinternals.com unresponsive (tried two different ISP's) > > The internet wayback machine holds a cached copy, quite recently (Sep > 2015), if that is of any interest > > Wayback: ZFS Evil Tuning Guide > > Wayback: ZFS Best Practices Guide > > > Regards -- lee > _______________________________________________ > freebsd-doc@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" Hi, It looks like these are now responsive. Do you concur? Thanks! -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve From owner-freebsd-doc@freebsd.org Thu Feb 25 00:51:41 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B62C0AB30A3 for ; Thu, 25 Feb 2016 00:51:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A63FB127A for ; Thu, 25 Feb 2016 00:51:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1P0pfso031797 for ; Thu, 25 Feb 2016 00:51:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 205168] [patch] rc.conf (5) man page reflects obsoleted Kerberos options Date: Thu, 25 Feb 2016 00:51:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 00:51:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205168 Jason Helfman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jgh@FreeBSD.org Assignee|freebsd-doc@FreeBSD.org |jgh@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 01:03:47 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA57FAB3594 for ; Thu, 25 Feb 2016 01:03:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA1F61D2B for ; Thu, 25 Feb 2016 01:03:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1P13lxT089540 for ; Thu, 25 Feb 2016 01:03:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 205146] [patch] Kerberos section of Handbook is inconsistent with system Date: Thu, 25 Feb 2016 01:03:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 01:03:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205146 Jason Helfman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jgh@FreeBSD.org Assignee|freebsd-doc@FreeBSD.org |jgh@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 01:08:30 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93AFEAB3802 for ; Thu, 25 Feb 2016 01:08:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83B86FB for ; Thu, 25 Feb 2016 01:08:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1P18UAw095707 for ; Thu, 25 Feb 2016 01:08:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 204788] Kerberos chapter in the Handbook is out of date Date: Thu, 25 Feb 2016 01:08:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 01:08:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204788 Jason Helfman changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |jgh@FreeBSD.org Resolution|--- |DUPLICATE --- Comment #1 from Jason Helfman --- Thanks for the report. I am working on these updates. *** This bug has been marked as a duplicate of bug 205146 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 01:14:56 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17D1AAB3DD2 for ; Thu, 25 Feb 2016 01:14:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 077B5B3C for ; Thu, 25 Feb 2016 01:14:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1P1Etjq009950 for ; Thu, 25 Feb 2016 01:14:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207469] Section 11.11.1.2 of handbook still references kern.ipc.somaxconn instead of kern.ipc.acceptqueue Date: Thu, 25 Feb 2016 01:14:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: baillie.joshua@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 01:14:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207469 Bug ID: 207469 Summary: Section 11.11.1.2 of handbook still references kern.ipc.somaxconn instead of kern.ipc.acceptqueue Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: baillie.joshua@gmail.com Section 11.11.1.2 of handbook still references kern.ipc.somaxconn instead of kern.ipc.acceptqueue. https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-ker= nel-limits.html --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 01:19:43 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 737CFAB3FF6 for ; Thu, 25 Feb 2016 01:19:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62FADBF9 for ; Thu, 25 Feb 2016 01:19:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1P1JhhN016096 for ; Thu, 25 Feb 2016 01:19:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207469] Section 11.11.1.2 of handbook still references kern.ipc.somaxconn instead of kern.ipc.acceptqueue Date: Thu, 25 Feb 2016 01:19:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 01:19:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207469 Jason Helfman changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-doc@FreeBSD.org |jgh@FreeBSD.org CC| |jgh@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 01:36:19 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27C3DAB2682 for ; Thu, 25 Feb 2016 01:36:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16815178F for ; Thu, 25 Feb 2016 01:36:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1P1aISj049238 for ; Thu, 25 Feb 2016 01:36:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 205341] [PATCH] new entry in glossary: MFH/Merge From HEAD Date: Thu, 25 Feb 2016 01:36:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 01:36:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205341 Jason Helfman changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-doc@FreeBSD.org |jgh@FreeBSD.org CC| |jgh@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 01:37:29 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62DB1AB26E5 for ; Thu, 25 Feb 2016 01:37:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52DED17F0 for ; Thu, 25 Feb 2016 01:37:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1P1bSEx050654 for ; Thu, 25 Feb 2016 01:37:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 204829] ipfw reset log deprechated Date: Thu, 25 Feb 2016 01:37:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 01:37:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204829 Jason Helfman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jgh@FreeBSD.org Assignee|freebsd-doc@FreeBSD.org |jgh@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 03:41:13 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49542AB191B for ; Thu, 25 Feb 2016 03:41:13 +0000 (UTC) (envelope-from sales5@specalfashion.com) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 288221DE8 for ; Thu, 25 Feb 2016 03:41:13 +0000 (UTC) (envelope-from sales5@specalfashion.com) Received: by freefall.freebsd.org (Postfix) id 288B51DFA; Thu, 25 Feb 2016 03:41:13 +0000 (UTC) Delivered-To: www@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by freefall.freebsd.org (Postfix) with ESMTP id 281391DF9 for ; Thu, 25 Feb 2016 03:41:13 +0000 (UTC) (envelope-from sales5@specalfashion.com) Received: from mail-io0-x22b.google.com (mail-io0-x22b.google.com [IPv6:2607:f8b0:4001:c06::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1E781DE6 for ; Thu, 25 Feb 2016 03:41:12 +0000 (UTC) (envelope-from sales5@specalfashion.com) Received: by mail-io0-x22b.google.com with SMTP id g203so75565605iof.2 for ; Wed, 24 Feb 2016 19:41:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=specalfashion-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to; bh=xNWzTPRGN5xxfnkBQoO2yVf4h/1xGi9agqeCYsGPsyw=; b=IryIvXJj49C7B9lmlAtXxRVX3bASI7kXt6q3vePgfF/HZtPVQimRf5azsUszm9EEW5 AdHdwTdxfqKxV+FKkz2cl4qswClFpY+R7G3sQTdBeR0z5QThaQAJHsLGcVo3hLezx288 nLI6aZAoG8NCCVH04DxdxD+4lX3fTEvNRMZhYxTy626g9d26bhIgBpfx9wUuWAIW+6G+ J3fhzUBEyquExkUJLeyFVl4NrTsMvUa8aVgX59gaH1OB7RQkHoS8J3dl0WVNDgCeRHnR WomfsozbsiWrec80yc0Dqu9RpoJUGhJymBQbvox7DeLXDZF2nLTuHJRFwN6RjgcJUkx3 KCRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=xNWzTPRGN5xxfnkBQoO2yVf4h/1xGi9agqeCYsGPsyw=; b=Qo550iqDncBPRA7TjQWYHeIbcKz+AJqzP0LWWLt+4kv7+8D3R+ofeijPnmvCdq/pBh mVwpLPIVo7lwLAv9+ryRRhTFLKvHDa9BHZao3v4PQ2vTcNtIrA4dteep4bk5abwdEMbU gr9Erzjq34pAitBgSkpwUeFcAhxmm/ARuqpBI3jnZO55p00+nofYQX8KgmT0DQua/z2o +RKHHPzQLmqf6DBReaAkr8uwdLrNNuB0cdsjVnyoeU3uhG0uMk/6bQXC9oDaNUTITbyY Uy6ldy+0FAmO5jjP39ZuTSilljoRubTXxlfpt3nbwYaWfmwEl9remJMhdCXmHckUvdgB +i2Q== X-Gm-Message-State: AG10YORKgs0kqk8nG/HYNuODd51Enz15byJpr23DCCsYso4hsHsWCq8If5N7Dn/ft0EIMPAzWROg8kDzQRpcCw== MIME-Version: 1.0 X-Received: by 10.107.128.21 with SMTP id b21mr1074014iod.143.1456371672139; Wed, 24 Feb 2016 19:41:12 -0800 (PST) Received: by 10.36.219.2 with HTTP; Wed, 24 Feb 2016 19:41:12 -0800 (PST) Date: Thu, 25 Feb 2016 11:41:12 +0800 Message-ID: Subject: Hot Selling Rings (Made from Swarovski Crystals/Pearls/Cubic Zirconia) From: Wendy Huang To: www@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 03:41:13 -0000 Greetings Brothers, As being the FIRST purchaser of Swarovski in Dongguan of 2014, we make fashion jewellery since 2012. a) Jewellery created with Swarovski Elements, 925 silver, cubic zircon and pearl. b) 100 monthly new arrivals, as well as 10,000 available products. c) NO nickle, lead and cadmium (Complied with REACH No. 1907/2006) E-catalog and samples could be offered if needed. REPLY me or PHONE me, let's talk about . Best wishes, Emmanuel From owner-freebsd-doc@freebsd.org Thu Feb 25 21:45:23 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53340AB337E for ; Thu, 25 Feb 2016 21:45:23 +0000 (UTC) (envelope-from tpeter@switchways.com) Received: from mail-pf0-x22e.google.com (mail-pf0-x22e.google.com [IPv6:2607:f8b0:400e:c00::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31C831539 for ; Thu, 25 Feb 2016 21:45:23 +0000 (UTC) (envelope-from tpeter@switchways.com) Received: by mail-pf0-x22e.google.com with SMTP id c10so40818958pfc.2 for ; Thu, 25 Feb 2016 13:45:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=switchways-com.20150623.gappssmtp.com; s=20150623; h=to:subject:from:message-id:disposition-notification-to:date :user-agent:mime-version:content-type:content-transfer-encoding; bh=nlpsdzv47FQQYCkaxDhG1mNRsyAJXHVvO4/BPf16QHI=; b=BQc5UAHeDyUfcKKEhY1VF/0UBxE1RzTQPO3NOvJ/uckxdQ7a+jg+Zs2V9KnIKK/FXH a69e/y+VqiB/UFVvZWkO3bXTkN/KLksMdaNgiC4gGZ1rs32hlnYg72U44irpdi4n1Yyg EextvMl8bOA8LfHjhjbhhOTL8Hn257C7EAcV+4C3zmNleg7cJPtWK6BRMjOvxrVvPXov mtOzpe8WTUDzEc1pRcbSR1Zt7Iz1UdkVmGEe6jVs67mmCHB5NXOvY7oolwxuSzMk5BOB vxZgVMRrFGJKPijjZHImXFJZftPHmoKsrbrglJZ5xK3Dhi0oF7YNeD6X3KjxQ57IH6Yy q80g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:subject:from:message-id :disposition-notification-to:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=nlpsdzv47FQQYCkaxDhG1mNRsyAJXHVvO4/BPf16QHI=; b=koLxS3X5pC7bwaSE+hyVzHIjjzs+D+PfKMAX3b3txiZ/hWkTfUNVAOahVYcLHA416m lrCM5FMTmn+sgsMTjOpFmobg58zh+YG9cMXPYD0+oSbTl+4n1mjHlkcH0Gj100aMp9AW fIa4gG/7wUUu+2crcs3/ojj6Wy9Hr/ZetoEV0673UXIf4T/SZMHM4n9D9rAPUQMuJSdx XsfH1QkExFyhvbvtNL8SAwvRn8BJLrZxV+NEtJhhL5fyjGiiLCeaN1Fz9Dh1wxGRh3Nu rCOAD2NpPDPWeEMXbgetmI5QXwWmFYx+udHSibXK0kXq7UJoiubvbxTCyWXAwxzvpa+j cUNw== X-Gm-Message-State: AG10YOQT/sKmjwynkmMkpQ6pPfpoUVcyIhOAbmOqXl5LQ1vw8juoye2zkiy5QuyWxe8qGA== X-Received: by 10.98.40.4 with SMTP id o4mr19949391pfo.76.1456436722774; Thu, 25 Feb 2016 13:45:22 -0800 (PST) Received: from [127.0.0.1] ([103.6.157.159]) by smtp.gmail.com with ESMTPSA id d8sm14357932pas.14.2016.02.25.13.45.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Feb 2016 13:45:22 -0800 (PST) To: freebsd-doc@freebsd.org Subject: Re:Server's Users List From: Tom Peter Message-ID: <56CF6DCC.7060606@switchways.com> Date: Thu, 25 Feb 2016 16:10:36 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.3; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160225-1, 02/25/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 21:45:23 -0000 Hi, I just wanted to drop you a quick note to see if you would be interested in a discussion about " Server's Users List " and the benefits it can bring your organization for your Marketing Initiatives like Email Marketing, Tele Marketing, Direct Mailings etc. Every contact will include: Company Name, Web Address, Contact Name, Verified Email, Job Title, Complete Mailing Address, Phone Number, FAX Number, Total Employees, SIC Code, and Industry details. We guarantee 100% on that list type that means every individual on that list will be as per your criteria for sure, any irrelevant contact will be replaced at no cost. Few Technology Specific Lists:- (1) Akamai AQUA Web Solutions (2) Android OS (3) Apache HTTP Server (4) Avaya Media Servers (5) Blackberry Enterprise Server (BES) (6) Citrix Thin Clients (7) CruiseControl.NET (8) Dell PowerEdge Servers (9) HP Integrity Superdome Servers (10) HP Tru64 UNIX (11) IBM Customer Information Control System (CICS) (12) IBM Multiple Virtual Storage (MVS) (13) IBM Tivoli Application Dependency and Discovery Manager (TADDM) (14) Intel-Based Servers (15) Microsoft Internet Information Services (IIS) (16) Microsoft Windows Cluster (17) Microsoft Windows Servers (18) Oracle iPlanet (formerly Sun Java System) Web Server (19) Oracle Sun Java System Portal Servers (20) Red Hat Network Satellite Server (21) Unisys Clearpath (22) UNIX and more.... Let me know your target criteria / market like: Target Title: Target Industry: Target Geography: Appreciate your enquiry and valuable time. Thanks and Regards, Tom Peter Research Analyst ============================================================================== If you do not wish to receive further emails kindly reply with "Leave Out" --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-freebsd-doc@freebsd.org Thu Feb 25 23:40:12 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89B06AB4D6B for ; Thu, 25 Feb 2016 23:40:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D7D7FC2 for ; Thu, 25 Feb 2016 23:40:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PNeCEF091886 for ; Thu, 25 Feb 2016 23:40:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207504] [patch] [handbook] mistyped &os; tag Date: Thu, 25 Feb 2016 23:40:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: erikcgunderson@comcast.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 23:40:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207504 Bug ID: 207504 Summary: [patch] [handbook] mistyped &os; tag Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Many People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: erikcgunderson@comcast.net Keywords: patch Created attachment 167422 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167422&action= =3Dedit .diff file that fixes the mistyped tag Simply a patch to fix an &os; tag written as os; --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 23:40:36 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7738AB4DC0 for ; Thu, 25 Feb 2016 23:40:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB716101A for ; Thu, 25 Feb 2016 23:40:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PNeabA093656 for ; Thu, 25 Feb 2016 23:40:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207504] [patch] [handbook] mistyped &os; tag Date: Thu, 25 Feb 2016 23:40:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: erikcgunderson@comcast.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_file_loc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 23:40:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207504 Erik Gunderson changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.freebsd.org/doc | |/en_US.ISO8859-1/books/hand | |book/video-playback.html --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 23:41:21 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3801AAB4E3E for ; Thu, 25 Feb 2016 23:41:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C08510E5 for ; Thu, 25 Feb 2016 23:41:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PNfLD4095284 for ; Thu, 25 Feb 2016 23:41:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207504] [patch] [handbook] mistyped &os; tag Date: Thu, 25 Feb 2016 23:41:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: erikcgunderson@comcast.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_file_loc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 23:41:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207504 Erik Gunderson changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://www.freebsd.org/doc |https://www.freebsd.org/doc |/en_US.ISO8859-1/books/hand |/en_US.ISO8859-1/books/hand |book/video-playback.html |book/sound-setup.html --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 23:43:50 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EC37AB4F97 for ; Thu, 25 Feb 2016 23:43:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21FC81316 for ; Thu, 25 Feb 2016 23:43:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PNhnn9003276 for ; Thu, 25 Feb 2016 23:43:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207505] [patch] [handbook] error statement mixed with normal text Date: Thu, 25 Feb 2016 23:43:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: erikcgunderson@comcast.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 23:43:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207505 Bug ID: 207505 Summary: [patch] [handbook] error statement mixed with normal text Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Many People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: erikcgunderson@comcast.net Keywords: patch Created attachment 167423 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167423&action= =3Dedit .diff file that separates out the error statement Another fix, this time separating out the error statement from the rest of = the text. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 25 23:44:08 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88562AB4FC5 for ; Thu, 25 Feb 2016 23:44:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C06C1363 for ; Thu, 25 Feb 2016 23:44:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PNi8ju003790 for ; Thu, 25 Feb 2016 23:44:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207505] [patch] [handbook] error statement mixed with normal text Date: Thu, 25 Feb 2016 23:44:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: erikcgunderson@comcast.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_file_loc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 23:44:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207505 Erik Gunderson changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.freebsd.org/doc | |/en_US.ISO8859-1/books/hand | |book/creating-cds.html --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 26 04:37:35 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1959AB4C2E for ; Fri, 26 Feb 2016 04:37:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91DF0145D for ; Fri, 26 Feb 2016 04:37:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1Q4bZZR064149 for ; Fri, 26 Feb 2016 04:37:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207504] [patch] [handbook] mistyped &os; tag Date: Fri, 26 Feb 2016 04:37:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wblock@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: wblock@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 04:37:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207504 Warren Block changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-doc@FreeBSD.org |wblock@FreeBSD.org CC| |wblock@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 26 05:00:45 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36AEFAB52E3 for ; Fri, 26 Feb 2016 05:00:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 278E41CE6 for ; Fri, 26 Feb 2016 05:00:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1Q50iUm022330 for ; Fri, 26 Feb 2016 05:00:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207505] [patch] [handbook] error statement mixed with normal text Date: Fri, 26 Feb 2016 05:00:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wblock@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: wblock@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 05:00:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207505 Warren Block changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-doc@FreeBSD.org |wblock@FreeBSD.org CC| |wblock@FreeBSD.org --- Comment #1 from Warren Block --- The existing version is actually correct markup usage. However, our CSS was missing an entry to show that text in a monospace font. I have added that = now, and also edited the text in that paragraph to be slightly better. Thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 26 08:55:18 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 435DDAB468B for ; Fri, 26 Feb 2016 08:55:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35536BCB for ; Fri, 26 Feb 2016 08:55:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1Q8tIIc096346 for ; Fri, 26 Feb 2016 08:55:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207510] spelling error in en_US.ISO8859-1/articles/fonts Date: Fri, 26 Feb 2016 08:55:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mlubniewski@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 08:55:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207510 Bug ID: 207510 Summary: spelling error in en_US.ISO8859-1/articles/fonts Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: mlubniewski@hotmail.com Created attachment 167432 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167432&action= =3Dedit .diff showing the spelling changes Fix to a spelling mistake. Changed "down loaded" to "downloaded" and "down loadable" to "downloadable". --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 26 10:35:47 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B32B1AB52CA for ; Fri, 26 Feb 2016 10:35:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3BC5841 for ; Fri, 26 Feb 2016 10:35:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1QAZl0J026154 for ; Fri, 26 Feb 2016 10:35:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207510] spelling error in en_US.ISO8859-1/articles/fonts Date: Fri, 26 Feb 2016 10:35:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 10:35:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207510 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: blackend Date: Fri Feb 26 10:34:51 UTC 2016 New revision: 48260 URL: https://svnweb.freebsd.org/changeset/doc/48260 Log: Fix spelling s/down loaded/downloaded/ and s/down loadable/downloadable/ PR: 207510 Submitted by: Marc Lubniewski Changes: head/en_US.ISO8859-1/articles/fonts/article.xml --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 26 10:36:52 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3828FAB5337 for ; Fri, 26 Feb 2016 10:36:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28858899 for ; Fri, 26 Feb 2016 10:36:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1QAapiW027554 for ; Fri, 26 Feb 2016 10:36:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207510] spelling error in en_US.ISO8859-1/articles/fonts Date: Fri, 26 Feb 2016 10:36:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: blackend@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 10:36:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207510 Marc Fonvieille changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED CC| |blackend@FreeBSD.org --- Comment #2 from Marc Fonvieille --- Fixed. Thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 26 16:08:35 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5529AAB56E2 for ; Fri, 26 Feb 2016 16:08:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48A5B7B4 for ; Fri, 26 Feb 2016 16:08:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1QG8Ztb084104 for ; Fri, 26 Feb 2016 16:08:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207521] Grammatical Error in Website Status Page Date: Fri, 26 Feb 2016 16:08:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: louis.silvestro96@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 16:08:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207521 Bug ID: 207521 Summary: Grammatical Error in Website Status Page Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Website Assignee: freebsd-doc@FreeBSD.org Reporter: louis.silvestro96@gmail.com Created attachment 167445 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167445&action= =3Dedit Patch for missing comma after introductory adverb There is a grammatical error in the first line of the fourth paragraph on t= he quarterly status updates page. There should be a comma after the word "Periodically", since it is an introductory word to the sentence. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 26 17:27:35 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B939AAB5A36 for ; Fri, 26 Feb 2016 17:27:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABE6D19CB for ; Fri, 26 Feb 2016 17:27:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1QHRZH2078319 for ; Fri, 26 Feb 2016 17:27:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 207521] Grammatical Error in Website Status Page Date: Fri, 26 Feb 2016 17:27:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 17:27:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207521 Jason Helfman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jgh@FreeBSD.org Assignee|freebsd-doc@FreeBSD.org |jgh@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Sat Feb 27 16:47:06 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 638C2AB6A64 for ; Sat, 27 Feb 2016 16:47:06 +0000 (UTC) (envelope-from raycherng@gmail.com) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3067A1E33 for ; Sat, 27 Feb 2016 16:47:06 +0000 (UTC) (envelope-from raycherng@gmail.com) Received: by mail-ig0-x22d.google.com with SMTP id y8so54174203igp.1 for ; Sat, 27 Feb 2016 08:47:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=lZJ//tAk2EmCWP/4C6WSZdcOyislrq0Hdl82EFyMO5U=; b=aRmvCbq/cs/eSgOS0Ebg4RhrteLKKquy20td1KvqFTnUYhHU1eewiYb3klnbJGYxMR wOhd6CPxTlpXJnoo7gsw/eSt/0NeK2OvFwkoPXM0aK946FFXRe/gS7JTDRzovjTyQ21V OdOywAwr7jC3rYHHfCc6DzW7ELLwpYc03PGgl53KDPHI7/jr9unDgqoYf0UzQtMvf2Nv AhlPkel+hgktpd8ThYvYY95fLU/4QFcIFwFBiecslfWHd0W4+LPg6IFLD21rMuHJrqwy XfS79268lKwoF/71SaogBANY6jWwLV1mao6Rp2RGQnkuI6AtRc7em1aqqBXLHNm4/CEt k0nw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=lZJ//tAk2EmCWP/4C6WSZdcOyislrq0Hdl82EFyMO5U=; b=MA3JJ5qr1m1xhhvjGi5De8cpxADY6Aa7nyst9y4laujjrpempWovIYvbpdvKF9B8kp mRYcJshA9XeZeaJCMJ6u/c0ZpUYP7fVQcPieBIRvGI9WrlcwX8+VlJL3JvxZnuvaoisX 2T1olgm7vK8rJyYSHca4lvbmfCNS+nJNi/zTvOCkql+fsjK9TWq3zpaDggRl2vly2B57 +BFrItqxvZvWm8IGtZDVus2vdWrxXp+yOTqpCGv01EHvKncbEaUA6xDO/DeTb1m4QmoF cAjcTgwpC3BA5xecjLiAvgWBbQ6XfBEA2L26I/cp1RQt5DIQyHRT3Num3h5nhG7vb+4m c1xQ== X-Gm-Message-State: AD7BkJJDAyk3x7EniuAik3tLPVzQ50G9ysITWdHNdSEWcTVn6MmlLOvM1Uem8NY+/rrMBUslxjWkyPeBbaB5Nw== MIME-Version: 1.0 X-Received: by 10.50.43.134 with SMTP id w6mr2956392igl.22.1456591625470; Sat, 27 Feb 2016 08:47:05 -0800 (PST) Received: by 10.107.156.8 with HTTP; Sat, 27 Feb 2016 08:47:05 -0800 (PST) Date: Sun, 28 Feb 2016 00:47:05 +0800 Message-ID: Subject: Suggestion for correction of Handbook Section 5.7 KDE From: RayCherng Yu To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2016 16:47:06 -0000 In the KDE installation section, there is no mention about addtion dbus_enable=3D"YES" hald_enable=3D"YES" to /etc/rc.conf After install KDE without the above settings I got an error message " no dbus. Can you call qdbus?" and can't get into xwindow. So I added dbus_enable=3D"YES". It fixed. Then, I got error message about KDE power management and my battery status was not showed correctly in the sys tray (panel). I added hald_enable=3D"YES to fix it. My machine : Macbook Pro 2011 early. OS version : uname -a FreeBSD FreeBSD-MBP 10.3-BETA2 FreeBSD 10.3-BETA2 #0 r295552: Fri Feb 12 01:09:31 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 --=20 "Life is like a snowball. The important thing is finding wet snow and a really long hill." "Price is what you pay. Value is what you get." "The first rule of Investing is don't lose money; the second rule is don't forget rule #1..." "Wall Street is the only place that people ride to work in a Rolls-Royce to get advice from those who take the subway..." =E2=80=94 Warren Buffett.