Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2007 14:38:57 -0500
From:      Gerard Seibert <gerard@seibercom.net>
To:        User Questions <freebsd-questions@freebsd.org>
Subject:   Re: cron problem
Message-ID:  <20070130143628.137A.GERARD@seibercom.net>
In-Reply-To: <44b41e4e0701301113l15a03398o7e3aa2b9440edef0@mail.gmail.com>
References:  <44b41e4e0701301113l15a03398o7e3aa2b9440edef0@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday January 30, 2007 at 02:13:45 (PM) Charlie McElfresh wrote:


> I wrote a perl script to get a news show I like.  When I run it, it deletes
> yesterday's copy of the show, and downloads the new copy.  The script works
> fine.  I run the script as myself (charlie), charlie owns it, and it's
> chmod'd 0755.  Works fine.
> 
> I can't get cron to run it, though.  Here's the cron process running on my
> machine:
> 
> charlie@dash$ ps auxwww | grep cron
> root      413  0.0  0.1  1364   892  ??  Ss    5Jan07   0:06.57/usr/sbin/cron -s
> 
> And here's charlie's crontab, to run at 7:17 mon - fri
> 
> 17 7 * * 1-5 /media/democracy_now/get_new_show.pl

Do you have a MAILTO= in your cron. If not, I would suggest you put one
there that points to you, i.e., if charlie is your logon name, have it
point to charlie. Now, when your script either works or fails, you will
receive a report of what transpired.

-- 
Gerard

     Mail from '@gmail' is rejected and/or discarded here. Don't waste
     your time!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070130143628.137A.GERARD>