| Icarus Sparry 2007-02-21, 1:18 pm |
| On Wed, 21 Feb 2007 15:50:32 +0100, Petterson Mikael wrote:
> I run cruisecontrol (cc) as a daemon on my redhat linux box.
>
> Whem I do a 'init 6' and the machine comes up cc does not start. I have
> S* and K* scripts like:
>
>
>
> If I do:
>
> ps -ef | grep java
>
>
>
>
> If I start it manually it works fine:
>
>
>
> If I do:
>
> ps -ef | grep java
>
> /app/jdk/1.4.2_08/bin/java -Xms256m -Xmx512m -cp
> /app/jdk/1.4.2_08/lib/tools.jar:/usr/local/bin/cruisecontrol/lib/
cruisecontrol.jar:/usr/local/bin/cruisecontrol/lib/cruisecontrol-
launcher.jar:/
usr/local/bin/cruisecontrol/lib/log4j.jar:/usr/local/bin/cruisecontrol/lib/
jdomroot
> 9796 4200 0 15:20 pts/0 00:00:00 grep java
>
>
> Any ideas what this could be?
>
By tradition run level 6 is used to reboot the machine.
Scripts which start with 'K' are invoked with the 'stop' parameter, whilst
scripts which start with an 'S' are invoked with a 'start' parameter.
|