Re: bird systemd startup init debian

2018-03-07 Thread Toke Høiland-Jørgensen
Ondrej Zajicek writes: > On Tue, Mar 06, 2018 at 12:26:02PM +0100, Toke Høiland-Jørgensen wrote: >> Rob Lister writes: >> >> > root@rs1f:/etc/bird# service bird start >> > Job for bird.service failed because the control process exited with >> > error code. >> > See "systemctl status bird.servi

Re: bird systemd startup init debian

2018-03-07 Thread Ondrej Zajicek
On Tue, Mar 06, 2018 at 12:26:02PM +0100, Toke Høiland-Jørgensen wrote: > Rob Lister writes: > > > root@rs1f:/etc/bird# service bird start > > Job for bird.service failed because the control process exited with > > error code. > > See "systemctl status bird.service" and "journalctl -xe" for deta

Re: bird systemd startup init debian

2018-03-06 Thread Rob Lister
Yes - thanks for that hint :) The error "bird: Unable to open configuration file /etc/bird/bird.conf" appears in red text while the smaller more critical reason does not stand out so much. BIRD_ARGS in /etc/init.d/bird seems not to work (something else is overriding it?) Both bird and bird

Re: bird systemd startup init debian

2018-03-06 Thread Toke Høiland-Jørgensen
Rob Lister writes: > root@rs1f:/etc/bird# service bird start > Job for bird.service failed because the control process exited with > error code. > See "systemctl status bird.service" and "journalctl -xe" for details. > > root@rs1f:/etc/bird# systemctl status bird.service > ● bird.service - BIRD

Re: bird systemd startup init debian

2018-03-06 Thread Jan Maria Matejka
> root@rs1f:/etc/bird# systemctl status bird.service [...] > Process: 510 ExecStartPre=/usr/sbin/bird -p (code=exited, status=1/FAILURE) Here is the problem, this command failed. > root@rs1f:/etc/init# cat /lib/systemd/system/bird.service [...] > ExecStartPre=/usr/sbin/bird -p Here it uses

Re: bird systemd startup init debian

2018-03-06 Thread Rob Lister
On 2018-03-06 09:42, Wilco Baan Hofman wrote: I need to specify during startup "-c /path/to/config/file" but whatever I do, it just gets ignored and still tries to use /etc/bird/bird.conf I have tried: - Editing /etc/init.d/bird and adding BIRD_ARGS="-c /etc/bird/bird-vlanid1-ipv4.conf" - Edit

Re: bird systemd startup init debian

2018-03-06 Thread Wilco Baan Hofman
On 06/03/18 03:33, Rob Lister wrote: > > Hi, > > I'm working on upgrading our route servers to the latest versions > (debian stretch and the bird debian package 1.6.3. > > I need to specify during startup "-c /path/to/config/file" but whatever > I do, it just gets ignored and still tries to us