From owner-svn-doc-head@FreeBSD.ORG Wed Nov 21 02:15:18 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F12BF27F; Wed, 21 Nov 2012 02:15:17 +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 D62458FC13; Wed, 21 Nov 2012 02:15:17 +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 qAL2FHHF045781; Wed, 21 Nov 2012 02:15:17 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAL2FHxY045780; Wed, 21 Nov 2012 02:15:17 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201211210215.qAL2FHxY045780@svn.freebsd.org> From: Mark Linimon Date: Wed, 21 Nov 2012 02:15:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40113 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2012 02:15:18 -0000 Author: linimon Date: Wed Nov 21 02:15:17 2012 New Revision: 40113 URL: http://svnweb.freebsd.org/changeset/doc/40113 Log: Make some pathnames more specific. Add a portmgr crontab (already committed to repo) to hold the dopackagestats invocation, instead of just having it in a user directory. 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 Tue Nov 20 18:25:09 2012 (r40112) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Wed Nov 21 02:15:17 2012 (r40113) @@ -1725,7 +1725,7 @@ ganglia:*:102:102::0:0:User &:/usr/l Create the appropriate - /etc/rc.conf. (If you are using + etc/rc.conf. (If you are using pxeboot, and have multiple, different, machines, you will need to put those in the override directories.) @@ -1955,8 +1955,8 @@ touch /tmp/.boot_finished Configure ssh: copy - /etc/ssh to - /usr/local/etc/ssh and add + etc/ssh to + usr/local/etc/ssh and add NoneEnabled yes to sshd_config. @@ -2159,13 +2159,17 @@ ssh_cmd="/usr/local/bin/ssh" Ensure that ssh is working by executing - ssh hostname. + ssh hostname uname -a. + The actual command is not important; what is important is to + confirm the setup, and also add an entry into + known_hosts, once you have confirmed the + node's identity. - Populate /var/portbuild/scripts/ - by something like + Populate the node's copy of + /var/portbuild/scripts/ by something like /var/portbuild/scripts/dosetupnode arch major latest hostname. Verify that you now have files in that directory. @@ -3161,8 +3165,17 @@ qmanager.sh - Set up /var/portbuild/crontab/root as - the root crontab via crontab -e. If you do + Install /var/portbuild/crontabs/root as + the root crontab via + crontab -e. If you do + not support all the archs listed there, make sure to comment out + the appropriate dologs entries. + + + + Install /var/portbuild/crontabs/portmgr as + the portmgr crontab via + crontab -u portmgr -e. If you do not support all the archs listed there, make sure to comment out the appropriate dologs entries.