ReferencePlatforms/Win64: Difference between revisions

→‎Basic OS Setup: correct patch level to match reality. see bug 933271
(→‎Basic OS Setup: correct patch level to match reality. see bug 933271)
 
(5 intermediate revisions by 3 users not shown)
Line 106: Line 106:
** Click on "More..." and add "build.mozilla.org" as the Primary DNS suffix
** Click on "More..." and add "build.mozilla.org" as the Primary DNS suffix
* Check for updates
* Check for updates
** Install any updates that were available before 6/3/2011
** Install any updates that were available before 2011/06/28
* Check for updates a second time after the first batch of updates are installed  
* Check for updates a second time after the first batch of updates are installed  
** Windows Server 2008 R2 Service Pack 1 x64 Edition (KB976932)
** Windows Server 2008 R2 Service Pack 1 x64 Edition (KB976932)
Line 424: Line 424:
</pre>
</pre>


== Deploy the lastest known_host ==
[[File:Beispiel.jpg]]== Deploy the latest known_host ==
This is needed until {{bug|849942}} fixed.
This is needed until {{bug|849942}} fixed.


Line 458: Line 458:


== Deploy the correct keys ==
== Deploy the correct keys ==
Not even *all* production keys come on re-imaged machines.
You have to remove the keys and re-deploy them with the instructions given.
You have instructions over [[ReleaseEngineering/How_To/Adjust_SSH_keys_on_a_slave|here]] (As user <tt>cltbld</tt>).
You have instructions over [[ReleaseEngineering/How_To/Adjust_SSH_keys_on_a_slave|here]] (As user <tt>cltbld</tt>).


== Deploy google api key ==
== Deploy google api key ==
This should go in E:\builds\gapi.data. Get the key from secrets.csv on one of the puppet masters. (As user <tt>cltbld</tt>).
This should go in E:\builds\gapi.data. Get the key from secrets.csv on one of the puppet masters. (As user <tt>cltbld</tt>).
Or this:
"C:\mozilla-build\msys\bin\scp" -o 'StrictHostKeyChecking no' -o 'BatchMode=no' -r  cltbld@bld-linux64-ix-028:/builds/gapi.data .


== Update the cltbld password ==
== Update the cltbld password ==
Line 501: Line 506:


== Kpym config changes ==
== Kpym config changes ==
From {{bug|909445}}, the following should be run to update the ssh config:
From {{bug|909445}}, the following should be run as administrator to update the ssh config:
  cd "c:\program files (x86)\kts"
  cd "c:\program files (x86)\kts"
  /c/mozilla-build/wget/wget -O kts.ini "https://bugzilla.mozilla.org/attachment.cgi?id=795563"
  c:\mozilla-build\wget\wget -O kts.ini "https://bugzilla.mozilla.org/attachment.cgi?id=795563"
  cd scripts
  cd scripts
  /c/mozilla-build/wget/wget -O allusers.bat "https://bugzilla.mozilla.org/attachment.cgi?id=795564"
  c:\mozilla-build\wget\wget -O allusers.bat "https://bugzilla.mozilla.org/attachment.cgi?id=795564"


== Enable LocalDumps ==  
== Enable LocalDumps ==  
From {{bug|897768}}, run the following from the command-line (not bash):
From {{bug|897768}}, run the following from the command-line:
 
  reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" -v DumpType -t REG_DWORD -d 1  
  reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v DumpType /t REG_DWORD /d 1  
  reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps"
  reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps"
Confirmed users
1,018

edits