<div dir="ltr"><div><div><div><div><div>I ran through the steps in the tutorial (<a href="http://docs.buildbot.net/current/tutorial/firstrun.html">http://docs.buildbot.net/current/tutorial/firstrun.html</a>)<br></div>and was able to get Buildbot running.<br><br></div>However, when I rebuilt the virtualenv on an Ubuntu VM and rsynced up my custom configuration folder, buildbot appears unable to start.<br><br></div>If I activate my virtualenv and then run `buildbot start master` all I get is:<br><br>    Following twistd.log until startup finished..<br><br>    The buildmaster took more than 10 seconds to start, so we were unable to<br>    confirm that it started correctly. Please 'tail twistd.log' and look for a<br>    line that says 'BuildMaster is Running' to verify correct startup.<br><br></div>A twistd.log file is generated, but nothing is ever written to it and `ps aux|grep -i twist` shows nothing running.<br><br></div>How do I diagnose this problem? How do I run buildbot in non-daemon mode so I can see whatever error it's running into?<br></div>