On 2020/08/28 11:55, Landry Breuil wrote:
> On Fri, Aug 28, 2020 at 09:46:31AM +0000, Martin wrote:
> > Hi Landry,
> > 
> > Buildbot won't start from rc scripts anyway during system boot process 
> > automatically.
> > I tried to run it by setting:
> > 
> > rcctl enable buildbot
> > 
> > ...
> > stating network daemons: sshd bgpd relayd dhcpd smtpd vmd sndiod.
> > starting package daemons: buildbot(failed).
> > ...
> > 
> > But it runs successfully manually from fully booted system by command even 
> > after buildbot(failed) return:
> > 
> > rcctl start buildbot
> > buildbot(failed)
> > rcctl check buildbot
> > buildbot(ok)
> 
> check twistd.log for details in buildbot workdir, and check the list of
> processes running matching the pexep, ie
> 
> pgrep -f '/usr/local/bin/python3.8 .*logfile=twistd.log --python=buildbot.tac'
> 
> > I think it could be timeout because of long time needed to start buildbot.
> 
> the default timeout set by rc.subr is 30s; check if adding
> daemon_timeout=60 to /etc/rc.d/buildbot helps. In my experience it didnt
> change anything.

don't modify rc.d/buildbot, just set buildbot_timeout=60 in rc.conf.local

> 
> > Could you check this to confirm?
> > Do you think can it be solved?
> 
> Dunno without more details.
> 

Reply via email to