Re: Re[2]: Problems getting crontab to execute my script

2002-06-15 Thread Patrick Wiseman
On Sat, 15 Jun 2002, Sven Hoexter wrote: > Maybe he's missing a blank line at the end of his crontab. That was my fault > once I had just the same prob. We've already been through that :) cron runs in a very impoverished environment; perhaps the script is making some assumptions about the enviro

Re: Re[2]: Problems getting crontab to execute my script

2002-06-15 Thread Sven Hoexter
On Sat, Jun 15, 2002 at 10:42:27AM -0400, Patrick Wiseman wrote: > On Sat, 15 Jun 2002, Søren Neigaard wrote: Hi, > > As I remember crontab used to mail root is there was any problems, but > > I get no mails, and my script does not run!? Any ideas? > > I'm not sure what to suggest. I just creat

Re: Re[2]: Problems getting crontab to execute my script

2002-06-15 Thread Patrick Wiseman
On Sat, 15 Jun 2002, Søren Neigaard wrote: > As I remember crontab used to mail root is there was any problems, but > I get no mails, and my script does not run!? Any ideas? I'm not sure what to suggest. I just created a test script and */5 * * * * /root/test.sh ran it on time. Have you verif