From owner-svn-doc-all@FreeBSD.ORG Sat Mar 23 09:38:53 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ED17EB15; Sat, 23 Mar 2013 09:38:53 +0000 (UTC) (envelope-from miwi@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 D0C94D02; Sat, 23 Mar 2013 09:38:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2N9crX9071626; Sat, 23 Mar 2013 09:38:53 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2N9crHH071625; Sat, 23 Mar 2013 09:38:53 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303230938.r2N9crHH071625@svn.freebsd.org> From: Martin Wilke Date: Sat, 23 Mar 2013 09:38:53 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41295 - 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: Sat, 23 Mar 2013 09:38:54 -0000 Author: miwi Date: Sat Mar 23 09:38:53 2013 New Revision: 41295 URL: http://svnweb.freebsd.org/changeset/doc/41295 Log: - Update to the current setup - Remove reference to FreeBSD 7.X 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 Sat Mar 23 00:30:26 2013 (r41294) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Sat Mar 23 09:38:53 2013 (r41295) @@ -631,19 +631,19 @@ PKG_BIN=/usr/local/sbin/pkg Update the i386-7 tree and do a complete build - &prompt.user; dopackages.wrapper i386 7 -nosrc -norestr -nofinish + &prompt.user; dopackages.wrapper i386 8 latest -nosrc -norestr -nofinish Restart an interrupted amd64-8 build without updating - &prompt.user; dopackages.wrapper amd64 8 -nosrc -noports -norestr -continue -noindex -noduds -nofinish + &prompt.user; dopackages.wrapper amd64 8 latest -nosrc -noports -norestr -continue -noindex -noduds -nofinish - Post-process a completed sparc64-7 tree + Post-process a completed sparc64-8 tree - &prompt.user; dopackages.wrapper sparc64 7 -finish + &prompt.user; dopackages.wrapper sparc64 8 -finish Hint: it is usually best to run the dopackages @@ -1361,7 +1361,7 @@ umount: Cleanup of /x/tmp/8-exp/chroot/5 The following command will set up the control branch for the partial build: - &prompt.user; /a/portbuild/scripts/dopackages.wrapper i386 8 -noportsvcs -nobuild -novcs -nofinish + &prompt.user; /a/portbuild/scripts/dopackages.wrapper i386 8 latest -noportsvcs -nobuild -novcs -nofinish The builds must be performed from the @@ -1710,8 +1710,8 @@ sshd_program="/usr/local/sbin/sshd" squid_enable="YES" -squid_chdir="/usr2/squid/logs" -squid_pidfile="/usr2/squid/logs/squid.pid" +squid_chdir="/a/squid/logs" +squid_pidfile="/a/squid/logs/squid.pid" Required entries for VMWare-based nodes: vmware_guest_vmmemctl_enable="YES" @@ -1732,8 +1732,8 @@ sshd_program="/usr/local/sbin/sshd" gmond_enable="YES" squid_enable="YES" -squid_chdir="/usr2/squid/logs" -squid_pidfile="/usr2/squid/logs/squid.pid" +squid_chdir="/a/squid/logs" +squid_pidfile="/a/squid/logs/squid.pid" &man.ntpd.8; should not be enabled for VMWare instances. @@ -1741,7 +1741,7 @@ squid_pidfile="/u Also, it may be possible to leave squid disabled by default so as to not have - /usr2 + /a persistent (which should save instantiation time.) Work is still ongoing. @@ -1756,7 +1756,7 @@ squid_pidfile="/u Modify etc/sysctl.conf: 9a10,30 -> kern.corefile=/usr2/%N.core +> kern.corefile=/a/%N.core > kern.sugid_coredump=1 > #debug.witness_ddb=0 > #debug.witness_watch=0 @@ -1811,7 +1811,7 @@ security/sudo If you are using a local squid cache on the client, install the following - www/squid (with SQUID_AUFS on) + www/squid31 (with SQUID_AUFS on) @@ -1864,7 +1864,7 @@ security/sudo # # Configure a package build system post-boot -scratchdir=/usr2 +scratchdir=/a ln -sf ${scratchdir}/portbuild /var/