Ticket #603 (closed defect: worksforme)

Opened 12 months ago

Last modified 7 months ago

buildbot start master/slave fails the first time because twistd.log does not exist

Reported by: thomasvs Owned by:
Priority: major Milestone: undecided
Version: 0.7.11 Keywords:
Cc:

Description

In writing the tutorial, I found that this is the case only on first time.

I need to run:

  touch $VIRTUAL_ENV/master/twistd.log
  buildbot start $VIRTUAL_ENV/slave
  tail -f $VIRTUAL_ENV/slave/twistd.log

Without the touch line the startup fails.

Change History

Changed 12 months ago by clepple

I believe that twistd.log is written by a class defined in the Twisted framework. What version of Twisted are you using?

Changed 7 months ago by dustin

  • status changed from new to closed
  • resolution set to worksforme

reopen with any more information..

Note: See TracTickets for help on using tickets.