ReleaseEngineering/How To/Set Up a Freshly Imaged Slave: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 8: Line 8:


Pending either {{bug|760093}} or these systems moved to puppetAgain we need to manually update passwords to the most current.
Pending either {{bug|760093}} or these systems moved to puppetAgain we need to manually update passwords to the most current.
  # cltbld@host
 
  passwd
We have a script to do so in [http://hg.mozilla.org/build/braindump/file/default/mac-related/mac-pw-change.py braindump/mac-related/mac-pw-change.py]
  # root@host
# STEPS FROM_REMOTE_HOST (your local is fine, just not machine you want to change)
  passwd
  HOST=host
set +o history # disable password in term
# for cltbld
  python mac-pw-change.py --host=$HOST --username=cltbld --current-password=OLD_PW --new-password=NEW_PW
  # root
  python mac-pw-change.py --host=$HOST --username=root --current-password=OLD_PW --new-password=NEW_PW
# set history back
  set -o history


After the passwords are done, go ahead and move on to next steps.
After the passwords are done, go ahead and move on to next steps.
Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
1,529

edits

Navigation menu