|
|
Line 500: |
Line 500: |
| 4) With that virtualenv active, run the script (adjust hostname and files directory): | | 4) With that virtualenv active, run the script (adjust hostname and files directory): |
| $ python copy-mapi-headers-relops.py w64-ix-slave22 files_to_upload/* | | $ python copy-mapi-headers-relops.py w64-ix-slave22 files_to_upload/* |
|
| |
| == Disable shutdown event tracker ==
| |
| From {{bug|908684}}, we need to deploy the following registry setting to disable the shutdown event tracker that causes machine to hang on PDU reboot.
| |
|
| |
| As Administrator (can be deployed via ssh):
| |
| reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability"
| |
| reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability" /v ShutdownReasonOn /t REG_DWORD /d 0
| |
| reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability" /v ShutdownReasonUI /t REG_DWORD /d 0
| |
| reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability"
| |
|
| |
|
| == Kpym config changes == | | == Kpym config changes == |