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) I think it could be timeout because of long time needed to start buildbot. Could you check this to confirm? Do you think can it be solved? Martin ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Thursday, July 23, 2020 8:17 AM, Martin <martin...@protonmail.com> wrote: > I confirm buildbot-worker works since automat has been updated to > py-automat-0.8.0. > > Great job, Landry! > > Martin > > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ > On Wednesday, July 22, 2020 7:18 PM, Landry Breuil lan...@openbsd.org wrote: > > > On Wed, Jul 22, 2020 at 12:59:44PM +0000, Martin wrote: > > > > > It seems latest py-automat-20.2.0 should be used with updated > > > py-setuptools-49.x to run buildbot-worker correctly. > > > > good catch, i think 0.8.0 is enough per > > https://github.com/buildbot/buildbot/commit/a89eddb4acfdaa23bcb53806674a960e28cfccc1 > > > > - that's probably the switch to python 3.8 that broke it. > > Landry > >