1827454 Members
5507 Online
109965 Solutions
New Discussion

chkconfig problem

 
steven Burgess_2
Honored Contributor

chkconfig problem

Hi everyone

Has anyone ever come across a problem and resolution where chkconfig re-orders the startup order of programs in the rc*.d directories ?

This is on a suse8.2 server

Regards

Steve
take your time and think things through
3 REPLIES 3
Ivan Ferreira
Honored Contributor

Re: chkconfig problem

I remember that someone had a similar problem, that running chkconfig for one service changed the order for other services. It was with a hp service. OH! here it is:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1013041

Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Ivan Ferreira
Honored Contributor

Re: chkconfig problem

Probably, the BEGIN INIT INFO block is confusing chkconfig as in the previous post, for information about this comment block see Linux Standard Base Core Specification:

http://www.freestandards.org/spec/booksets/LSB-Core-generic/LSB-Core-generic/initscrcomconv.html
http://www.freestandards.org/spec/booksets/LSB-Core-generic/LSB-Core-generic/facilname.html
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
steven Burgess_2
Honored Contributor

Re: chkconfig problem

Hi Ivan

That was the only thing I could see in the init scripts for additional software I have installed.

In this instance, its the run level and the order of execution

The culprit, i think is this

# chkconfig: 35 90 10
# description: Starts and stops the IBM Director service.

Will let you know how I get on with the
testing

Thanks

Steve
take your time and think things through