Date: Fri, 21 Dec 2012 02:41:40 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> 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 Message-ID: <201212210241.qBL2fe53072691@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" <step> <para>Add the following to <filename>/etc/sysctl.conf</filename>:<screen> kern.maxfiles=40000 -kern.maxfilesperproc=38000</screen> +kern.maxfilesperproc=38000 +sysctl vfs.usermount=1 +sysctl vfs.zfs.super_owner=1</screen> </para> </step> @@ -2828,7 +2830,7 @@ sysutils/zfs-stats</screen> <step> <para>set up the repository:<screen> -&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 </screen> </para> </step>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212210241.qBL2fe53072691>