Confirmed users
2,679
edits
| Line 14: | Line 14: | ||
* in the Terminal, type "buildbot stop slave" (pwd should be /builds/) | * in the Terminal, type "buildbot stop slave" (pwd should be /builds/) | ||
* reboot VM if necessary (never needed to yet) | * reboot VM if necessary (never needed to yet) | ||
* restart | * restart the slave | ||
** cd /builds | ** cd /builds | ||
** verify Xvfb is running in the other Xterm | ** verify Xvfb is running in the other Xterm | ||
*** if not, enter "Xvfb -screen 0 1280x1024x24 :2 &" in the second Xterm | *** if not, enter "Xvfb -screen 0 1280x1024x24 :2 &" in the second Xterm | ||
** buildbot start slave | ** DISPLAY=:2 buildbot start slave | ||
* check the waterfall at: http://qm-rhel02.mozilla.org:2005/ | * check the waterfall at: http://qm-rhel02.mozilla.org:2005/ | ||
* the slave sometimes takes a couple of minutes to reconnect | * the slave sometimes takes a couple of minutes to reconnect | ||