nate at refried.org writes:
 > On Mon, Jun 24, 2002 at 10:00:17AM -0500, rpgoldman at real-time.com wrote:
 > > I was wondering if any of you have experience debugging cron jobs.
 > 
 > Start out by running "env", "set", and "ulimit -a" as part of your cron
 > job.  It could be an environmental difference.  You might be able to get
 > the same information by looking at /proc/<pid of cron>/environ.  

Thanks!  I'll try that.

R