From owner-svn-doc-all@FreeBSD.ORG Fri Dec 21 02:41:41 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36C9E4C3; Fri, 21 Dec 2012 02:41:41 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 19C3B8FC12; Fri, 21 Dec 2012 02:41:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBL2femT072692; Fri, 21 Dec 2012 02:41:40 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBL2fe53072691; Fri, 21 Dec 2012 02:41:40 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201212210241.qBL2fe53072691@svn.freebsd.org> From: Mark Linimon Date: Fri, 21 Dec 2012 02:41:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40450 - head/en_US.ISO8859-1/articles/portbuild X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 02:41:41 -0000 Author: linimon Date: Fri Dec 21 02:41:40 2012 New Revision: 40450 URL: http://svnweb.freebsd.org/changeset/doc/40450 Log: Add two magical sysctls needed for zfs delegation. While here, fix the repository checkout instructions. Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/portbuild/article.xml Fri Dec 21 00:35:36 2012 (r40449) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Fri Dec 21 02:41:40 2012 (r40450) @@ -2652,7 +2652,9 @@ zfs_enable="YES" Add the following to /etc/sysctl.conf: kern.maxfiles=40000 -kern.maxfilesperproc=38000 +kern.maxfilesperproc=38000 +sysctl vfs.usermount=1 +sysctl vfs.zfs.super_owner=1 @@ -2828,7 +2830,7 @@ sysutils/zfs-stats set up the repository: -&prompt.user; svn checkout svn://${VCS_REPOSITORY}/base/projects/portbuild ${ZFS_MOUNTPOINT}/portbuild +&prompt.user; svn checkout ${VCS_REPOSITORY}/base/projects/portbuild ${ZFS_MOUNTPOINT}/portbuild