From owner-freebsd-doc@freebsd.org Sun Nov 29 09:41:43 2015 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 6F67FA3B214 for ; Sun, 29 Nov 2015 09:41: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 4258C13C0 for ; Sun, 29 Nov 2015 09:41: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 tAT9fhFZ085735 for ; Sun, 29 Nov 2015 09:41:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 204893] [patch] FDP, section 7.6.2: Wrong example for defining parameter entities Date: Sun, 29 Nov 2015 09:41:43 +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: andipersti@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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, 29 Nov 2015 09:41:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204893 Bug ID: 204893 Summary: [patch] FDP, section 7.6.2: Wrong example for defining parameter entities 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: andipersti@gmail.com Keywords: patch In section 7.6.2 ("Parameter Entities") of the FDP (https://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/xml-primer-entities.html#xml-primer-parameter-entities) the example given is wrong. The XML standard doesn't allow references to parameter entities within markup declarations in an internal subset of the DTD (see http://www.w3.org/TR/2006/REC-xml11-20060816/#wfc-PEinInternalSubset). Thus, the line 5 in the example () is not well-formed XML. (The delimiting semicolons are also missing in both references.) I suggest to replace that example with a more realistic one like "> %entity; ]> (The attached patch also fixes a typo and adds a sentence about the usefulness of parameter entities.) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Sun Nov 29 09:42:37 2015 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 0DB85A3B430 for ; Sun, 29 Nov 2015 09:42:37 +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 EE92D15BD for ; Sun, 29 Nov 2015 09:42: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 tAT9garW087432 for ; Sun, 29 Nov 2015 09:42:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 204893] [patch] FDP, section 7.6.2: Wrong example for defining parameter entities Date: Sun, 29 Nov 2015 09:42: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: andipersti@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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, 29 Nov 2015 09:42:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204893 --- Comment #1 from Andreas Perstinger --- Created attachment 163647 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163647&action=edit Replace example for defining parameter entities -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Mon Nov 30 15:50:09 2015 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 BBBD7A3D60D for ; Mon, 30 Nov 2015 15:50: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 A72D018DD for ; Mon, 30 Nov 2015 15:50: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 tAUFo980018605 for ; Mon, 30 Nov 2015 15:50:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 204918] Serial console instruction out of date (/etc/ttys differ) Date: Mon, 30 Nov 2015 15:50:09 +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: kwiat3k@panic.pl X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: 7bit 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, 30 Nov 2015 15:50:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204918 Bug ID: 204918 Summary: Serial console instruction out of date (/etc/ttys differ) Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: kwiat3k@panic.pl Handbook states that in order to enable login via serial console one must edit /etc/ttys: "3. Edit /etc/ttys and change off to on and dialup to vt100 for the ttyu0 entry. Otherwise, a password will not be required to connect via the serial console, resulting in a potential security hole." This is not necessary because of "onifconsole". Tested on 10.2 but this flag was introduced with 9.3. Link to this page: https://www.freebsd.org/doc/handbook/serialconsole-setup.html -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Mon Nov 30 15:51:44 2015 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 ED320A3D682 for ; Mon, 30 Nov 2015 15:51: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 D8E7A1A01 for ; Mon, 30 Nov 2015 15:51: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 tAUFpiER025126 for ; Mon, 30 Nov 2015 15:51:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 204918] Serial console instruction out of date (/etc/ttys and onifconsole) Date: Mon, 30 Nov 2015 15:51: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: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kwiat3k@panic.pl X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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, 30 Nov 2015 15:51:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204918 Mateusz Kwiatkowski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Serial console instruction |Serial console instruction |out of date (/etc/ttys |out of date (/etc/ttys and |differ) |onifconsole) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Tue Dec 1 07:51:31 2015 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 1E71AA3D48A for ; Tue, 1 Dec 2015 07:51:31 +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 0A74011B9 for ; Tue, 1 Dec 2015 07:51:31 +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 tB17pUQQ020540 for ; Tue, 1 Dec 2015 07:51:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 204929] fs_optim and fs_minfree default value is 10% in man fs(5),while newfs(8),tunefs(8) is 8% Date: Tue, 01 Dec 2015 07:51:31 +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: amutu@amutu.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: Tue, 01 Dec 2015 07:51:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204929 Bug ID: 204929 Summary: fs_optim and fs_minfree default value is 10% in man fs(5),while newfs(8),tunefs(8) is 8% Product: Documentation Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: amutu@amutu.com this from fs(5): The fs_minfree element gives the minimum acceptable percentage of file system blocks that may be free. If the freelist drops below this level only the super-user may continue to allocate blocks. The fs_minfree e= le=E2=80=90 ment may be set to 0 if no reserve of free blocks is deemed necessary, however severe performance degradations will be observed if the file s= ys=E2=80=90 tem is run at greater than 90% full; thus the default value of fs_minf= ree is 10%. The element fs_optim specifies whether the file system should try to min=E2= =80=90 imize the time spent allocating blocks, or if it should attempt to min= i=E2=80=90 mize the space fragmentation on the disk. If the value of fs_minfree (see above) is less than 10%, then the file system defaults to optimiz= ing for space to avoid running out of full sized blocks. If the value of minfree is greater than or equal to 10%, fragmentation is unlikely to = be problematical, and the file system defaults to optimizing for time. this from newfs(8): -m free-space The percentage of space reserved from normal users; the minimum free space threshold. The default value used is defined by MINFREE from , currently 8%. See tunefs(8) for more details on how to set this option. -o optimization (space or time). The file system can either be instructed to = try to minimize the time spent allocating blocks, or to try to min= i=E2=80=90 mize the space fragmentation on the disk. If the value of min= =E2=80=90 free (see above) is less than 8%, the default is to optimize f= or space; if the value of minfree is greater than or equal to 8%, the default is to optimize for time. See tunefs(8) for more details on how to set this option. this from tunefs: -m minfree Specify the percentage of space held back from normal users; t= he minimum free space threshold. The default value used is 8%. Note that lowering the threshold can adversely affect perfor= =E2=80=90 mance: =C2=B7 Settings of 5% and less force space optimization to a= lways be used which will greatly increase the overhead for file writes. =C2=B7 The file system's ability to avoid fragmentation will= be reduced when the total free space, including the reserve, drops below 15%. As free space approaches zero, throughput can degrade by up to a factor of three over the performance obtained at a 10% threshold. If the value is raised above the current usage level, users wi= ll be unable to allocate files until enough files have been delet= ed to get under the higher threshold. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Dec 1 07:53:02 2015 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 A765AA3D681 for ; Tue, 1 Dec 2015 07:53: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 92FE6155E for ; Tue, 1 Dec 2015 07:53: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 tB17r2bT024486 for ; Tue, 1 Dec 2015 07:53:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 204929] fs_optim and fs_minfree default value is 10% in man fs(5),while newfs(8),tunefs(8) is 8% Date: Tue, 01 Dec 2015 07:53: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 Some People X-Bugzilla-Who: amutu@amutu.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: Tue, 01 Dec 2015 07:53:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204929 --- Comment #1 from Jov --- from the tunefs -p,the 8% is correct=EF=BC=9A root@:~ # tunefs -p /dev/da0p2 tunefs: POSIX.1e ACLs: (-a) disabled tunefs: NFSv4 ACLs: (-N) disabled tunefs: MAC multilabel: (-l) disabled tunefs: soft updates: (-n) enabled tunefs: soft update journaling: (-j) enabled tunefs: gjournal: (-J) disabled tunefs: trim: (-t) disabled tunefs: maximum blocks per file in a cylinder group: (-e) 4096 tunefs: average file size: (-f) 16384 tunefs: average number of files in a directory: (-s) 64 tunefs: minimum percentage of free space: (-m) 8% tunefs: space to hold for metadata blocks: (-k) 6408 tunefs: optimization preference: (-o) time tunefs: volume label: (-L) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Dec 1 11:34:09 2015 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 B77B7A3C3C3 for ; Tue, 1 Dec 2015 11:34:09 +0000 (UTC) (envelope-from emma.robinson@allsysdatasolutions.com) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (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 844AE1507 for ; Tue, 1 Dec 2015 11:34:09 +0000 (UTC) (envelope-from emma.robinson@allsysdatasolutions.com) Received: by pacdm15 with SMTP id dm15so2944232pac.3 for ; Tue, 01 Dec 2015 03:34:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=allsysdatasolutions-com.20150623.gappssmtp.com; s=20150623; h=message-id:from:to:subject:date:mime-version:content-type :thread-index:content-language; bh=CBlLvFRbZaN5cgFJqCg+HZwmDTvW4GtvJjsv/XxRNsw=; b=Uppa8zNpbPicProq2PXucxe3h1J3lSeVmthVMGmim3RNu9yQmo3tYqrGlxrFvxQ+eE +EGQBFxjbEUcNEtLerflLLiKN2q7znJvgrtj6Twe5v4W/jI2gtryLOHbyPzTYGf92H4a 0A5oqLjezp9UKk9kRUocTRbm6XZYtd6oy7gtyaqh/LPKJOalSUCJjnC3MFow0qbiM4X1 oWNjL8dzf83bEQ3LMC3aC2N91nPg0h3AZGJXkYfeULP3+ayGgzB/KD1ftAPX3V29Zze6 O0UvpiP2dGWquedeqsmvniXS3Qm6NVfXMGFHuf11CBdpSfwJQhckEUJDEeY4/UlK4gyP pFJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:subject:date:mime-version :content-type:thread-index:content-language; bh=CBlLvFRbZaN5cgFJqCg+HZwmDTvW4GtvJjsv/XxRNsw=; b=bvGu2tKkXOHsxNvV9GO2PLxCKhM8qYzuI9GL7TjWVEC0TdonWgYaq99S5E5WtC5a2g HuamNTPo8QT49W5SQhDIWGl/bnnWYFQ+1JFt72nZhW+smCx1JVA6w5OJRmMHI6CfxAV2 Ok217jSl6YxR79r5khvValjD8OHR7vcpJj6xsaAI5v30HZQA64rgG8dtaNHSVYo8xfo4 b7Odu4VsULLZRLES9APqSkw6GUIYpAFdfopbBmo0LSDmLhPSHRxI3sz7FfHa94ZRXd4P Aln1rWFbAOBv7JzF/Q6XQktGhet8iuTbMFbqOtFybCC6DT66LAgZ7rroSqYhhSXL966v B+8Q== X-Gm-Message-State: ALoCoQnhg8Y8uu6c4yQFQ/xhtxKqebqg68dDOJP+CFXCOmaQE1VxFE+R5BF44NEuFfHY2sSxkTRc X-Received: by 10.67.14.201 with SMTP id fi9mr99303689pad.41.1448969648844; Tue, 01 Dec 2015 03:34:08 -0800 (PST) Received: from AdminPC ([125.99.247.50]) by smtp.gmail.com with ESMTPSA id mj1sm58139924pab.34.2015.12.01.03.34.07 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Dec 2015 03:34:08 -0800 (PST) Message-ID: <565d85b0.a17c420a.bd5f7.2f90@mx.google.com> X-Google-Original-Message-ID: <051701d12c2c$2a997be0$7fcc73a0$@robinson@allsysdatasolutions.com> From: "Emma Robinson" To: Subject: info@colosseumandvaticantours.com Date: Tue, 1 Dec 2015 06:33:55 -0500 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdEsLClNXpHXWuAHR0OSIwGtT0HHkg== Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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, 01 Dec 2015 11:34:09 -0000 Hi, Hope you are doing well. Would you be interested in using our newly updated OPT-IN Database which will help you to reach the following Tourism Industry Professionals across USA, UK, Canada, Europe and Global? Job Titles: * Tour Operators/Travel Agents * Wedding Planners * Corporate Travel Decision Makers * Potential Investors in The Field Of Hospitality * Leisure and Travel Industry * Travel Trade Visitors * Business Travelers * Folklore Shows/Restaurants/Cabarets * Leisure & Holiday Travelers (FIT / Groups) * Product Managers/Travel Managers * Travel Management Companies * Online Travel Agencies * National and International Tourist Offices * Marketing Managers * Team Leaders/Travel Sales Consultants Travel & Cruise Consultants * Contracting Managers/Operations Managers * Group Managers/Independent Agency Owners Our database comes with Contact Name, Job Title, Company Name, Physical Address, Phone No., Fax No., E mail Address, Website and More. If you are interested in any other criteria, please fill in below and we can get back to you with more details. Target Criteria: * Industry you would like to reach: _______? * Job title: _______? * Location: _______? We can also help you in E mail and data appending solutions which can help in holding back your lost customers. I would love to hear from you. Kind Regards Emma Robinson Lead Gen (B2B Division) Marketing Executive (B2B List) #3240 EAST STATE STREET EXT, HAMILTON, NEW JERSEY 08619, USA ____________________________________________________________________________ ____________________________________________________________________________ __________ To remove from this mailing: reply with subject line as "leave out." From owner-freebsd-doc@freebsd.org Tue Dec 1 11:34:16 2015 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 D034EA3C3DB for ; Tue, 1 Dec 2015 11:34:16 +0000 (UTC) (envelope-from emma.robinson@allsysdatasolutions.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (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 985A01547 for ; Tue, 1 Dec 2015 11:34:16 +0000 (UTC) (envelope-from emma.robinson@allsysdatasolutions.com) Received: by pabfh17 with SMTP id fh17so3221518pab.0 for ; Tue, 01 Dec 2015 03:34:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=allsysdatasolutions-com.20150623.gappssmtp.com; s=20150623; h=message-id:from:to:subject:date:mime-version:content-type :thread-index:content-language; bh=BdLYIgScr1WwYmUnac20KjG6mQGQGJ89ZObLiO3fSO0=; b=yvsLQfEeSHTaUvc8Y+luOxIpcYIHyE+/D68FermfSqT1YpVy1z4RwC4BKqHRvlf82n BL7QT3Oz8udKnGzkVjsyQ3y7cbcNI/DdUFnRV5jveCp8Ohb1YQhleOnJU0+BGQuttfS7 F7OP3osT6fP409DGXoGRxm5ANav3cioAqKyL/crDhYP2H91IvaYGOGXdMrwGlGFCNqRY V7N8H3CFoFz0hT+vwl5jjky0gaVRyjppWIrQlhwMe6FzrO4Th9jU56QUwM0EvJDe70bY OF1SZINqqkUqMMcDEl/i3Fg3H2aZEOzZA07PJK+tdLOlLQZLQFVUI73Yj6bPAtECiRLU gFkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:subject:date:mime-version :content-type:thread-index:content-language; bh=BdLYIgScr1WwYmUnac20KjG6mQGQGJ89ZObLiO3fSO0=; b=Db07mHh4a7MnGYH/q+Ld8FQbgJG8W/IYDHC8fffkON8x/Mj57XpjZvJ5XFBsgmOG6B gGAxXR/z3Lgs6cjPLy4wiroixxlRhIlQu9V3Q8NcD/j4D8I6q0g4Re4V/56CF2lLdgZE /f1p1Y6Pn8GPn2LCA9mJbvsHgLaBUbbt36LogdmYclD08nlWWGmpsSdIzcW+DxO09HKP j2DlQlSqTG2yg0GRVVc9YcETmmHwnzi7+1jWx/mfyGiUSWcKY+CXxBd1BNKrOF568Ht9 GfzOKD4EiUL3zwYLHS5ExVQwuai5htxnCrOaPDA2+TUSSdiEEwaCISl5hdJ0OnxcZi0F 42xw== X-Gm-Message-State: ALoCoQlsRfcGzkzI03LOoX/hnpicbLpuoxvZcNAI0MCztmOnTErJdAvXUN4csgS7OvOL888GuhgF X-Received: by 10.66.248.106 with SMTP id yl10mr97836865pac.140.1448969656215; Tue, 01 Dec 2015 03:34:16 -0800 (PST) Received: from AdminPC ([125.99.247.50]) by smtp.gmail.com with ESMTPSA id p26sm57398749pfi.94.2015.12.01.03.34.14 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Dec 2015 03:34:15 -0800 (PST) Message-ID: <565d85b7.9a47620a.6339.0e35@mx.google.com> X-Google-Original-Message-ID: <051c01d12c2c$2ee3a8b0$8caafa10$@robinson@allsysdatasolutions.com> From: "Emma Robinson" To: Subject: Tourism Industry Professionals List Date: Tue, 1 Dec 2015 06:34:02 -0500 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdEsLC2MNNGLz/SrQDqOYo/oCVNgxg== Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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, 01 Dec 2015 11:34:17 -0000 Hi, Hope you are doing well. Would you be interested in using our newly updated OPT-IN Database which will help you to reach the following Tourism Industry Professionals across USA, UK, Canada, Europe and Global? Job Titles: * Tour Operators/Travel Agents * Wedding Planners * Corporate Travel Decision Makers * Potential Investors in The Field Of Hospitality * Leisure and Travel Industry * Travel Trade Visitors * Business Travelers * Folklore Shows/Restaurants/Cabarets * Leisure & Holiday Travelers (FIT / Groups) * Product Managers/Travel Managers * Travel Management Companies * Online Travel Agencies * National and International Tourist Offices * Marketing Managers * Team Leaders/Travel Sales Consultants Travel & Cruise Consultants * Contracting Managers/Operations Managers * Group Managers/Independent Agency Owners Our database comes with Contact Name, Job Title, Company Name, Physical Address, Phone No., Fax No., E mail Address, Website and More. If you are interested in any other criteria, please fill in below and we can get back to you with more details. Target Criteria: * Industry you would like to reach: _______? * Job title: _______? * Location: _______? We can also help you in E mail and data appending solutions which can help in holding back your lost customers. I would love to hear from you. Kind Regards Emma Robinson Lead Gen (B2B Division) Marketing Executive (B2B List) #3240 EAST STATE STREET EXT, HAMILTON, NEW JERSEY 08619, USA ____________________________________________________________________________ ____________________________________________________________________________ __________ To remove from this mailing: reply with subject line as "leave out." From owner-freebsd-doc@freebsd.org Tue Dec 1 15:56:57 2015 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 A39D5A3D57A for ; Tue, 1 Dec 2015 15:56:57 +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 9090C1859 for ; Tue, 1 Dec 2015 15:56:57 +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 tB1Fuv5B008631 for ; Tue, 1 Dec 2015 15:56:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 204938] Upper limit for maxusers in config(5) is invalid Date: Tue, 01 Dec 2015 15:56:57 +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: 0xffea@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: 7bit 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, 01 Dec 2015 15:56:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204938 Bug ID: 204938 Summary: Upper limit for maxusers in config(5) is invalid Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: 0xffea@gmail.com The limit of 384 maxusers for auto configuration was only imposed on 32-bit systems. Currently its grow slowly above the 384 mark. maxusers number This optional directive is used to configure the size of some kernel data structures. The parameter number can be 0 (the default) or an integer greater than or equal to 2. A value of 0 indicates that the kernel should configure its data structures according to the size of available physical memory. If auto configuration is requested, the kernel will set this tunable to a value between 32 and 384. As explained in tuning(7), this tunable can also be set at boot time using loader(8). -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Thu Dec 3 11:55:59 2015 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 49EE1A40258 for ; Thu, 3 Dec 2015 11:55:59 +0000 (UTC) (envelope-from topinternet.seomarket@gmail.com) Received: from mail-io0-x24f.google.com (mail-io0-x24f.google.com [IPv6:2607:f8b0:4001:c06::24f]) (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 1013C1C24 for ; Thu, 3 Dec 2015 11:55:59 +0000 (UTC) (envelope-from topinternet.seomarket@gmail.com) Received: by iofh3 with SMTP id h3so179551iof.2 for ; Thu, 03 Dec 2015 03:55:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:message-id:date:subject:from:to:content-type; bh=hmlK4kFzggzd739KbA8/aYV2NQlJ/anvMftAnDG8L90=; b=ytUZnaeWYRl//P5RtyeD77u7CObUxgv+PEyaDoPTFQzNQrGqQL+UOfoTok/e1dUb2m Sgj4+zIMtr25lz8jPRiP2Tju/wxyhf2F3YdWDTooheTFxIEXpqXd5A2JnEGHD0/wFynE DwfhdhMJh60zTno30xQRpF+Wkg00bvbe4TVf3P6Sq+UobQ37/N0oVVWFwWEDX4L8cFCA Suwafu2xdqTbDvAb393Ii5vfcc0B1Pq4drbv6bAYEYR3RRfVuDbxr8mRjwJB5hiT5aek KzghTo3Emu4kKPvdkekAuGiNzX9y4kWscmiDvUozTxuSF6399a96OH1QXrKgwBP691IV F43A== MIME-Version: 1.0 X-Received: by 10.50.79.200 with SMTP id l8mr4358933igx.0.1449143758475; Thu, 03 Dec 2015 03:55:58 -0800 (PST) Message-ID: <089e01294614f3dca20525fd12a7@google.com> Date: Thu, 03 Dec 2015 11:55:58 +0000 Subject: Better Virtual data entry staffing services From: John Lew To: freebsd-questions@FreeBSD.org, freebsd-doc@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: base64 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, 03 Dec 2015 11:55:59 -0000 DQoqRGVhciBvd25lciBvZiBGcmVlYnNkLm9yZywqDQoNCipXZSBhcmUgcHJvdmlkaW5nIHZpcnR1 YWwgZGF0YSBlbnRyeSBzdGFmZiB0byBvZmZzaG9yZSBjdXN0b21lcnMgZm9yIGp1c3QNCm9ubHkg NjUwJFVTRCAhISEqDQoNCipXZSBhcmUgRGF0YSBlbnRyeSBzZXJ2aWNlIHByb3ZpZGVycyBsb2Nh dGVkIGluIEJhbmdhbG9yZSwgSW5kaWEgd2l0aA0KZnVsbHRpbWUgZGF0YSBlbnRyeSBzdGFmZiAq DQoNCip3aXRoIHF1YWxpdHkgaW5mcmFzdHJ1Y3R1cmUuIFdlIGFsbG9jYXRlIGZ1bGx0aW1lIHN0 YWZmIGFuZCBhbHNvIHRoZXJlDQp3aWxsIGJlIE1hbmFnZXIgdG8gKg0KDQoqc3VwZXJ2aXNlIHRo ZSB2aXJ0dWFsIHN0YWZmLiAqDQoNCipWaXJ0dWFsIHN0YWZmIGNhbiBkbzogIERhdGEgZW50cnks IE9ubGluZSBkYXRhIGVudHJ5LCBPZmYgbGluZSBkYXRhIGVudHJ5LA0KYW5kIGFsc28gY2FuIGxl YXJuIHlvdXIgKg0KDQoqY3VzdG9tIGRhdGEgZW50cnkgZm9yIHdlYi9zeXN0ZW0uKg0KDQoqQWR2 YW50YWdlcyBvZiBWaXJ0dWFsIFN0YWZmOioNCg0KKu+CtyBMb3dlciBvZmZpY2UgY29zdHMqDQoN CirvgrcgUmV0ZW50aW9uIG9mIGVtcGxveWVlcyoNCg0KKu+CtyBMb3dlciBlbXBsb3llZSBjb3N0 cyoNCg0KKu+CtyBMZXNzIHVubmVjZXNzYXJ5IG1lZXRpbmdzKg0KDQoq74K3IEluY3JlYXNlZCBw cm9kdWN0aXZpdHkqDQoNCirvgrcgR3JlYXRlciB3b3JrZm9yY2UgZmxleGliaWxpdHkqDQoNCipb Tm90ZTogQ2xpZW50IGNhbiB2aXNpdCBvdXIgb2ZmaWNlIGluIEluZGlhIGZvciBhZHZhbmNlZCB0 cmFpbmluZyBhbmQgZm9yDQpidXNpbmVzcyAqDQoNCipleHBhbnNpb25dKg0KDQoqWW91IGNhbiBz ZXR1cCB5b3VyIG93biBvZmZpY2UgaW4gSW5kaWEgd2l0aCBxdWFsaXR5IHN0YWZmcyBhbmQNCmlu ZnJhc3RydWN0dXJlLiBXZSBhbHNvIGFzc2lzdCB5b3UgdG8gKg0KDQoqZXhwYW5kIHlvdXIgYnVz aW5lc3MgaW4gSW5kaWEuIFdlIGFyZSB5b3VuZyBhbmQgZXhwZXJpZW5jZWQgdGVhbSBsb29raW5n DQpmb3IgbG9uZy10ZXJtIGJ1c2luZXNzLioNCg0KKk1pbmltdW0gY29udHJhY3QgcGVyaW9kIGlz IDMgbW9udGhzIGZvciB2aXJ0dWFsIHN0YWZmIGFuZCBpZiB5b3Ugc2F0aXNmeQ0KeW91IGNhbiBj b250aW51ZSBiYXNlZCBvbiB5b3VyICoNCg0KKnJlcXVpcmVtZW50LiBQYXltZW50cyBjYW4gYmUg bWFkZSBieSBQYXlwYWwgb3IgQkFOSy4qDQoNCipUaGFua3MqDQoNCipKb2huIExldyoNCg==