canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) No edit summary |
ChrisCooper (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
= Darwin Version = | = Darwin Version = | ||
These are the kernel versions we're starting with: | |||
PPC: Darwin xserve03.build.mozilla.org 8.7.2 Darwin Kernel Version 8.7.2: Tue Jul 25 | PPC: Darwin xserve03.build.mozilla.org 8.7.2 Darwin Kernel Version 8.7.2: Tue Jul 25 | ||
Line 7: | Line 9: | ||
Intel: Darwin bm-xserve08.build.mozilla.org 8.8.4 Darwin Kernel Version 8.8.4: Sun Oct 29 15:26:54 PST 2006; root:xnu-792.16.4.obj~1/RELEASE_I386 i386 i386 | Intel: Darwin bm-xserve08.build.mozilla.org 8.8.4 Darwin Kernel Version 8.8.4: Sun Oct 29 15:26:54 PST 2006; root:xnu-792.16.4.obj~1/RELEASE_I386 i386 i386 | ||
= Initial Setup and Account Creation = | |||
# Change the resolution to 1024 x 768, 60 Hz, under System Preferences->Displays. | |||
# Change the password for the administrator user to the standard build system root password. | |||
# Create a new admin-equiv account for the cltbld user using the standard build password. | |||
# Under System Preferences->Sharing->Apple Remote Desktop->Access Privileges change the VNc screen control password to the standard build password. NOTE: your VNC session will drop when you do this. You'll need to reconnect with the new password. | |||
# If the hostname is wrong, e.g. unused-*, use <code>sudo scutil --set HostName new.hostname.mozilla.org</code> to fix it. NOTE: you'll need to restart the machine for this to fully take effect. | |||
# Under System Preferences->Software Update, turn off automatic update checking. | |||
# Using the Workgroup Manager, open the Preferences pane for the cltbld user. Under Software Update, set Manage: to Always, and set the Software Update serve to use: as http://bm-xserve01.build.mozilla.org:8088/ | |||
= ssh = | = ssh = | ||
Line 13: | Line 25: | ||
Two possible solutions are: | Two possible solutions are: | ||
# checkout the cltbld ssh keys on a machine that already has the keys installed and then scp the .ssh directory over (<code> | # checkout the cltbld ssh keys on a machine that already has the keys installed and then scp the .ssh directory over (<code>ocvs -d :ext:cltbld@cvs.mozilla.org:/mofo co -d .ssh release/tinderbox-configs/host/ssh; scp -r .ssh new_machine:~</code>) | ||
# scp the cltbld keys over directly from a machine that already has them installed (<code>cd ~;scp -r xserve06:~/.ssh .</code>) | # scp the cltbld keys over directly from a machine that already has them installed (<code>cd ~;scp -r xserve06:~/.ssh .</code>) | ||