[Buildbot-commits] [Buildbot] #2615: Config and Reconfig separate, timeout always on startup

Buildbot trac trac at buildbot.net
Thu Jan 9 18:41:58 UTC 2014


#2615: Config and Reconfig separate, timeout always on startup
-----------------------+------------------------
Reporter:  mikepurvis  |       Owner:
    Type:  defect      |      Status:  new
Priority:  major       |   Milestone:  undecided
 Version:  0.8.8       |  Resolution:
Keywords:              |
-----------------------+------------------------

Comment (by mikepurvis):

 From our IRC discussion, we determined that the tail invocation was not
 working as expected, at least on my Ubuntu 12.04 64-bit system.

 It turns out this is a coreutils bug, info here:

 http://askubuntu.com/questions/202420/tail-stops-displaying-in-case-of-a
 -log-rotation

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548439

 A workaround is to modify the tail invocation in
 buildbot/scripts/logwatcher.py

 {{{
         self.p = reactor.spawnProcess(self.pp, "/usr/bin/tail",
                                       ("tail", "---disable-inotify", "-f",
 "-n", "0", self.logfile),
                                       env=os.environ,
                                       )
 }}}

 A longer term fix will be to resolve #68.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2615#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list