Hello everybody! We are running bird and bird6 on an ubuntu server. I just noticed that /etc/init.d/bird and .../bird6 are not linked to any of the /etc/rc?.d directories on our three systems. Furthermore update-rc.d wouldn't create the links but just fail silently (that is with a succinct "System start/stop links for /etc/init.d/bird do not exist."). I'm stuck right now. Does anyone else observe the same behaviour? Am I mistaken in thinking there should be rd.c-files? Best regards, Kai -- "Das ist Demokratie, wenn man sich aussuchen darf, wer einen verarscht." (Hagen Rether) D-55118 Meenz fast: kai_pf (aT] web(dot)de ++ PGP Key fingerprint B567 C43E 99D1 7709 7D64 3BF8 2DE8 1092 0EEF D58E ++ -----BEGIN GEEK CODE BLOCK----- VERSION: 3.12 GCS/IT/CM d- s:- a+>-----(?) C++$ UL++(++++$) P+++ L++ E-(+) W--(+) N !w---($) !O !M V? PS+ PE-() Y+ PGP(+) t R*@ tv--@ b+>++ DI++ G e+++(*) h? y? ------END GEEK CODE BLOCK------
On Sun, May 03, 2015 at 01:34:05AM +0200, Kai wrote:
We are running bird and bird6 on an ubuntu server. I just noticed that /etc/init.d/bird and .../bird6 are not linked to any of the /etc/rc?.d directories on our three systems. Furthermore update-rc.d wouldn't create the links but just fail silently (that is with a succinct "System start/stop links for /etc/init.d/bird do not exist."). I'm stuck right now.
Does anyone else observe the same behaviour? Am I mistaken in thinking there should be rd.c-files?
Is this a systemd thing? Even if not, what needs to be done for bird startup/rc to integrate with systemd? -- Henry Yen Aegis Information Systems, Inc. Senior Systems Programmer Hicksville, New York
On Sat, 2 May 2015 23:00:18 -0400, Henry Yen wrote:
Is this a systemd thing? Even if not, what needs to be done for bird startup/rc to integrate with systemd?
I suspect on Ubuntu this is because of Upstart... the /etc/init/bird*.conf files are used to start and stop (and monitor! which is nice) the bird processes. -- Michael
Hi Michael! On Sun, 2015-05-03 at 16:39 +1200, Michael Fincham wrote:
On Sat, 2 May 2015 23:00:18 -0400, Henry Yen wrote:
Is this a systemd thing? Even if not, what needs to be done for bird startup/rc to integrate with systemd?
I suspect on Ubuntu this is because of Upstart... the /etc/init/bird*.conf files are used to start and stop (and monitor! which is nice) the bird processes.
Thanks for your hint to upstart - this explains the behaviour (I guess). Best regards, Kai -- "Das ist Demokratie, wenn man sich aussuchen darf, wer einen verarscht." (Hagen Rether) D-55118 Meenz fast: kai_pf (aT] web(dot)de ++ PGP Key fingerprint B567 C43E 99D1 7709 7D64 3BF8 2DE8 1092 0EEF D58E ++ -----BEGIN GEEK CODE BLOCK----- VERSION: 3.12 GCS/IT/CM d- s:- a+>-----(?) C++$ UL++(++++$) P+++ L++ E-(+) W--(+) N !w---($) !O !M V? PS+ PE-() Y+ PGP(+) t R*@ tv--@ b+>++ DI++ G e+++(*) h? y? ------END GEEK CODE BLOCK------
participants (3)
-
Henry Yen -
Kai -
Michael Fincham