Expect - Re: Problem with UNIX crontab

Posted on Tue Nov 28 17:59:14 2006 by rana in response to 3639 (See the whole thread of 6)
Re: Problem with UNIX crontab
it is sort of unlikely that you notice an error when using cron and not when used manually, still; try this module Schedule::Cron instead of regular cron,
try running in debug mode and step thru the process, or write a loging functionality so you log every thing to a log you can review the process as it flows.
the cron jobs that I have are setup to direct the std output to a log file / dump file, as cron sends all the errors to the mailbox.
hope this helps, Rana
Direct Responses: 3641 | 3642 | Write a response