Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Rebol script and cron

 [1/3] from: mlo:info:fundp:ac:be at: 16-Jul-2003 9:01


Hello the ML, I have a problem. When I try to run a rebol script with cron on linux box (red hat), it does not work. When I run the same script manually, it works very well. But, the cron daemon does not launch it, whereas other shell script are run by cron correctly. Can someone help me? Thank you. PS: I don't want to install rebcron. Miguel Lopez.

 [2/3] from: rene::villa-cossio::com at: 16-Jul-2003 9:15


[mlo--info--fundp--ac--be] wrote:
> it works very well. But, the cron daemon does not launch it, whereas > other shell script are run by cron correctly. >
How do you start the script via cron? I use /path_to_rebol/rebol -qws /path_to_scripts/something.r So I don't use #! in the head of the scripts. cheers René -- Rene Schrader-Boelsche rene<at>villa-cossio.com Heidberg 12 +49 (0)4194 988570 D-24641 Stuvenborn

 [3/3] from: mlo:info:fundp:ac:be at: 16-Jul-2003 11:33


Thanks. It was almost the solution in my environment. It seems to work now. Miguel On Wednesday, July 16, 2003, at 09:15 AM, Rene Schrader-Boelsche wrote: