Re: [fix] devel/py-buildbot/www startup

2023-11-28 Thread Silamael Darkomen
On 28 Nov 2023 13:50, Stuart Henderson wrote: On 2023/11/28 10:43, Silamael Darkomen wrote: Hi! During setup of a new buildbot master under OpenBSD 7.4 I noticed that 'rcctl start buildbot' always fails but buildbot is running afterwards. Debugging showed that buildbot is calling 'tail -F' to

Re: [fix] devel/py-buildbot/www startup

2023-11-28 Thread Landry Breuil
Le Tue, Nov 28, 2023 at 12:50:24PM +, Stuart Henderson a écrit : > On 2023/11/28 10:43, Silamael Darkomen wrote: > > Hi! > > > > During setup of a new buildbot master under OpenBSD 7.4 I noticed that > > 'rcctl start buildbot' always fails but buildbot is running afterwards. > > > > Debugging

Re: [fix] devel/py-buildbot/www startup

2023-11-28 Thread Stuart Henderson
On 2023/11/28 10:43, Silamael Darkomen wrote: > Hi! > > During setup of a new buildbot master under OpenBSD 7.4 I noticed that > 'rcctl start buildbot' always fails but buildbot is running afterwards. > > Debugging showed that buildbot is calling 'tail -F' to watch the twistd.log > for recognizin

[fix] devel/py-buildbot/www startup

2023-11-28 Thread Silamael Darkomen
Hi! During setup of a new buildbot master under OpenBSD 7.4 I noticed that 'rcctl start buildbot' always fails but buildbot is running afterwards. Debugging showed that buildbot is calling 'tail -F' to watch the twistd.log for recognizing a successfull startup. The attached diff fixes this