Re: CINT Script doesn't execute in crontab

From: Rene Brun <brun_at_pcroot.cern.ch>
Date: Tue, 22 Mar 2005 07:27:43 +0100 (MET)


I have no problems running root/cint scripts under crontab. My guess is that your environment variables PATH/LD_LIBRARY_PATH are not correctly set.

Rene Brun

On Mon, 21
Mar
2005, Ivan Koji Koga wrote:

> Dear all,
> I made a script that run in cint and i want it to run with crontab. Then
> i made a shellscript to run it.
> The shellscript code is:
> /testesROOT/execroot.sh
> -------------------------------------------
> #!/bin/bash
> /usr/local/root/bin/root -q -l -n -b /testesROOT/pipesbr_insere.C
> -------------------------------------------
>
> that's my Crontab
> -----------------------------------------
> 0-59/1 * * * * /testesROOT/execroot.sh
> -----------------------------------------
> I tested other commands in the execroot.sh and only the root cint script
> isn't running with Crontab. When i run it by hand it works.
> Can anyone help me?
>
> Thank you.
> Ivan K. Koga
>
>
Received on Tue Mar 22 2005 - 07:27:48 MET

This archive was generated by hypermail 2.2.0 : Tue Jan 02 2007 - 14:45:06 MET