Re: [OpenCA-Devel] openca init script not working on shutdown

2008-12-22 Thread John A. Sullivan III
Hi, Max, and thanks for getting back to me. I believe this issue is unrelated. The proper start and kill links were in place but the kill links were not working. I believe this is because the start function did not make an entry in /var/lock/subsys as described below. I do not know when RedHat

Re: [OpenCA-Devel] openca init script not working on shutdown

2008-12-22 Thread Massimiliano Pala
Hi John, did you use the chkconfig util ? This is usually used to add/remove the required links to the run level scripts. Usually, after installing the openca software you want to use your specific init-scripts-util to integrate it in your init/shutdown sequence. For redhat you can use:

[OpenCA-Devel] openca init script not working on shutdown

2008-12-17 Thread John A. Sullivan III
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 /do