Re: [SLE] How to configure ORDER of runlevel services?
From: Scott Leighton (helphand_at_pacbell.net)
Date: 08/30/04
- Previous message: Sid Boyce: "Re: [SLE] KDE locking the whole box on SuSE 9.1"
- In reply to: Chris Carlen: "[SLE] How to configure ORDER of runlevel services?"
- Next in thread: Ken Schneider: "Re: [SLE] How to configure ORDER of runlevel services?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: suse-linux-e@suse.com Date: Sun, 29 Aug 2004 18:56:23 -0700
On Sunday 29 August 2004 6:24 pm, Chris Carlen wrote:
> Hi:
>
> My MatLab flexlm script fails at boot because the install script put it
> as the first service to start, but it needs network up. It works fine
> if I start it manually after the system is up.
>
> I never realized that there seems to be no way to control the ORDER of
> services in the Yast|System|Runlevel Editor.
>
> Obviously I can do it by hand by changing the symlinks, but jeez, I
> think this is a serious deficiency. Certainly it is very important the
> order in which *some* services are started.
>
> Am I missing something? Shouldn't this be tweakable in Yast?
Not in Yast, in the script itself. Your MatLab script needs to
specify the services it needs to exist before starting, then
insserv will take care of ordering the startup appropriately.
Look at /etc/init.d/skeleton for an explanation, basically,
the Matlab script needs
# Required-Start: $network
In its init block.
Scott
-- POPFile, the OpenSource EMail Classifier http://popfile.sourceforge.net/ Linux 2.6.5-7.104-default x86_64 -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
- Previous message: Sid Boyce: "Re: [SLE] KDE locking the whole box on SuSE 9.1"
- In reply to: Chris Carlen: "[SLE] How to configure ORDER of runlevel services?"
- Next in thread: Ken Schneider: "Re: [SLE] How to configure ORDER of runlevel services?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|