Help Plz... Cron Job question....hellp...

2007-10-31 Thread VeeJay
Hello Gurus…. I am running a status script written in Perl (*status.pl*) and want to have it *Always Running*. How can I check through CRON that status.pl is running and if NO, then start the script execution again? Please help and advise… With a bundle of thanks! -- Thanks! BR /

Re: Help Plz... Cron Job question....hellp...

2007-10-31 Thread Michaël Grünewald
VeeJay [EMAIL PROTECTED] writes: Hello Gurus…. I am running a status script written in Perl (*status.pl*) and want to have it *Always Running*. How can I check through CRON that status.pl is running and if NO, then start the script execution again? Why don't you use the following SH

Re: Help Plz... Cron Job question....hellp...

2007-10-31 Thread Tino Engel
call a script called script.sh from cron e.g. every minute. script.sh contains: #!/bin/sh ps -a | grep status.pl | | perl status.pl Am Mittwoch 31 Oktober 2007 08:32 schrieb VeeJay: Hello Gurus…. I am running a status script written in Perl (*status.pl*) and want to have it *Always

Cron job question

2003-08-22 Thread Rick Hoekman
I am getting this message every 5 minutes. Can somebody explain to me why root apparently is not found here? X-Original-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] (Cron Daemon) To: [EMAIL PROTECTED] Subject: Cron [EMAIL PROTECTED] root /usr/libexec/atrun

Re: Cron job question

2003-08-22 Thread Matthew Seaman
On Fri, Aug 22, 2003 at 07:18:16PM +0200, Rick Hoekman wrote: I am getting this message every 5 minutes. Can somebody explain to me why root apparently is not found here? X-Original-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] (Cron Daemon) To: [EMAIL

Re[2]: Cron job question

2003-08-22 Thread Rick Hoekman
Hello Matthew, Thank you for taking the time explaining it to me! Rick Friday, August 22, 2003, 7:41:59 PM, you wrote: MS On Fri, Aug 22, 2003 at 07:18:16PM +0200, Rick Hoekman wrote: I am getting this message every 5 minutes. Can somebody explain to me why root apparently is not found here?

Re: Cron job question

2003-08-22 Thread Vitali Malicky
cause perusal of the documentation, which is plenty for seeking mind, is not you nature, sir... crontab(1) i.e. [EMAIL PROTECTED] man 1 crontab I am getting this message every 5 minutes. Can somebody explain to me why root apparently is not found here? X-Original-To: [EMAIL PROTECTED]