On Thu, 26 Apr 2001, Brian Wince wrote:
> I had renamed it to K15atria in both rc0.d and rc6.d, this did not work.
> I modified /etc/rc.d/init.d/atria to contain the following.
>
> # atria Bring up/down ClearCase
> #
> # chkconfig: 2345 77 15
> # description: Activate/Deactivate ClearCase
> #
> I then did chkconfig atria reset.
> I verified this by doing chkconfig --list atria which returned "atria
> 0:off 1:off 2:on 3:0n 4:on 5:on 6:off"
> When I shutdown the system atria still gets shutdown after the network.
>
> I rebooted the system and did chkconfig --del atria and the chkconfig --add
> atria and verified the start and kill scripts were in place and did another
> shutdown.
>
> The atria kill script (K15atria) still gets called after the network gets
> shutdown.
>
> What am I missing?
>
> Brian
>
Brian,
What does your script look like? Is it possible your script
does not respond properly when called with the stop option? If this is
the case, then you would see the network shutdown, and then your program
would be killed when the shutdown procedure starts killing processes.
Does your script give a message when it gets the stop command,
so that you can see it is geing called after the network shutdown script
is called? With the way the shutdown procedure is done, I suspect your
script is not working correctly when run, rather then it is not being
run at the correct time.
Mikkel
--
Do not meddle in the affairs of dragons,
for you are crunchy and taste good with ketchup.
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list