Hello, all.  The openca init script is not working properly on RedHat
style distributions.  It does not run on shutdown.  Apparently RedHat
style systems will not run the shutdown script if there is not a file
in /var/lock/subsys/.

Here is our internal documentation about how we fixed it:


cd /download/openca-base*/src/common/etc
We need to add two lines to the openca script (joe openca). At the end
of the start case statement, on a new line above the ;; add (without
quotes) "touch /var/lock/subsys/openca" and at the end of the stop case
statement, on a new line above the ;; add (without quotest) "rm
-f /var/lock/subsys/". Without the first, the openca script will fail on
shutdown. The second is necessary to keep killall from trying to
shutdown openca after it has already been shut down.


There is probably a better way but this is how we did it.  Hope it helps
- John
-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsulli...@opensourcedevel.com

http://www.spiritualoutreach.com
Making Christianity intelligible to secular society


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
OpenCA-Devel mailing list
OpenCA-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to