Confirmed users
2,679
edits
| Line 149: | Line 149: | ||
* login to the machine | * login to the machine | ||
* stop the slave (as above, buildbot stop slave) | * stop the slave (as above, buildbot stop slave) | ||
** cd /builds/slave/ | ** cd /builds/slave/trunk_centos5_2/mozilla | ||
** rm -rf objdir | ** rm -rf objdir | ||
* restart the slave | * 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 | ||
** | ** ignore any metacity already running on display1. | ||
** if no metacity is running on display2, run: | |||
*** DISPLAY=:2 metacity & | *** DISPLAY=:2 metacity & | ||
** cd /builds | |||
** DISPLAY=:2 buildbot start slave | ** DISPLAY=:2 buildbot start slave | ||