Re: Can not start Buildbot by rc scripts, but 'buildbot start master' works (built from -current)

2020-08-28 Thread Martin
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

Re: Can not start Buildbot by rc scripts, but 'buildbot start master' works (built from -current)

2020-08-28 Thread Stuart Henderson
On 2020/08/28 11:55, Landry Breuil wrote: > On Fri, Aug 28, 2020 at 09:46:31AM +, 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 > > > > ... > >

Re: Can not start Buildbot by rc scripts, but 'buildbot start master' works (built from -current)

2020-08-28 Thread Landry Breuil
On Fri, Aug 28, 2020 at 09:46:31AM +, 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.

Re: Can not start Buildbot by rc scripts, but 'buildbot start master' works (built from -current)

2020-07-23 Thread Martin
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 wrote: > On Wed, Jul 22, 2020 at 12:59:44PM +, Martin wrote: > > > It seems latest

Re: Can not start Buildbot by rc scripts, but 'buildbot start master' works (built from -current)

2020-07-22 Thread Landry Breuil
On Wed, Jul 22, 2020 at 12:59:44PM +, 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

Re: Can not start Buildbot by rc scripts, but 'buildbot start master' works (built from -current)

2020-07-22 Thread Martin
It seems latest py-automat-20.2.0 should be used with updated py-setuptools-49.x to run buildbot-worker correctly. Martin ‐‐‐ Original Message ‐‐‐ On Monday, July 20, 2020 8:45 PM, Martin wrote: > Master has been created in /var/buildbot by: > > buildbot create-master master >

Re: Can not start Buildbot by rc scripts, but 'buildbot start master' works (built from -current)

2020-07-22 Thread Martin
Landry, thanks for reply. Buildbot now starts from rc scripts successfully. It was /var/buildbot folder contents permissions problem. But now I'm stuck with buildbot-worker built from -current. I've just created a worker by commands from README: su -m _buildslave -c "buildbot-worker

Re: Can not start Buildbot by rc scripts, but 'buildbot start master' works (built from -current)

2020-07-21 Thread Landry Breuil
On Mon, Jul 20, 2020 at 08:45:53PM +, Martin wrote: > Master has been created in /var/buildbot by: > > buildbot create-master master > buildbot start master > works. > > But I can't start Buildbot by > rcctl start buildbot > > Any suggestions? rcctl -d start buildbot, and look at

Can not start Buildbot by rc scripts, but 'buildbot start master' works (built from -current)

2020-07-20 Thread Martin
Master has been created in /var/buildbot by: buildbot create-master master buildbot start master works. But I can't start Buildbot by rcctl start buildbot Any suggestions? Martin