From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] correct xend initscript dependency in LSB part Date: Fri, 30 Jul 2010 17:33:56 +0200 Message-ID: <20100730153356.GA1348@aepfle.de> References: <20100723122120.GF3540@aepfle.de> <20100730160112.227ecc50@marah.osrc.amd.com> <19538.56693.765256.17395@mariner.uk.xensource.com> <20100730173831.203c9945@marah.osrc.amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20100730173831.203c9945@marah.osrc.amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Conny Seidel Cc: "xen-devel@lists.xensource.com" , Ian Jackson List-Id: xen-devel@lists.xenproject.org On Fri, Jul 30, Conny Seidel wrote: > On Fri, 30 Jul 2010 10:11:01 -0400 > Ian Jackson wrote: > > >As I understand it, Required-Start names services which are listed in > >the Provides of another init script, not the other script name directly. > >Is that not true ? Perhaps you'd like to give chapter and verse from > >the LSB spec. > > >Ian. > > Ouch, you are right on the LSB conformity. Sorry my bad. > > But if I get an error message like this: > # chkconfig xend on > insserv: Service xenstored has to be enabled for service xend > insserv: exiting now! > /sbin/insserv failed, exit code 1 > > I would assume that I need to start /etc/init.d/xenstored. insserv does not automatically enable all dependencies. An 'insserv xencommons' is required first. Olaf