From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Tue, 19 Jun 2012 09:03:19 +0200 Subject: [Cluster-devel] when do I need to start cpglockd In-Reply-To: <24E144B8C0207547AD09C467A8259F754B95DD66@lisa.maurer-it.com> References: <24E144B8C0207547AD09C467A8259F754B94A0A9@lisa.maurer-it.com> <20120614122123.GA823262@redhat.com> <24E144B8C0207547AD09C467A8259F754B95BA92@lisa.maurer-it.com> <20120614160650.GA843695@redhat.com> <4FDFF5A0.3050302@redhat.com> <24E144B8C0207547AD09C467A8259F754B95DC60@lisa.maurer-it.com> <4FE01A31.7080506@redhat.com> <24E144B8C0207547AD09C467A8259F754B95DD66@lisa.maurer-it.com> Message-ID: <4FE02437.6000902@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 6/19/2012 8:54 AM, Dietmar Maurer wrote: >>> Yes, and that script 'unconditionally' (always) starts cpglockd >> >> Nothing wrong with that. If you ask a daemon to start it will start :) > > For me this is wrong. I have to maintain a debian package, and I do not want to start > unnecessary daemons. So I simply remove that dependency. > If Debian handling of daemons has changed, then the change is debian specific, it doesn?t make it a bug for all distributions. Last I checked if I run: apt-get install bind9 -> bind9 will start automatically. Or for that matter also apache2 or.... The init scripts we deliver are "as generic as possible", it doesn?t mean that they fit everything everywhere. And then again, expressing an order is correct. If "Required-Start" behavior in Debian is different than in other distro (I can speak for Fedora/RHEL here), then clearly there needs to be some distro specific "tuning". Fabio