Re: Shell eroor while running crontab daemon

2003-09-13 Thread Michael Schwendt
On Fri, 12 Sep 2003 22:32:51 -0700 (PDT), Khademul Islam wrote: > Now I have the folling in my crontab. > > 59 23 * * * sh /etc/cron.specialTest/ >> With this I > got the error message (I thought it should run any > executable located under the SpeicalTest folder >> > > /etc/cron.specialTest: /e

Re: Shell eroor while running crontab daemon

2003-09-12 Thread Khademul Islam
I have exported that, still it didn't help! I also tried to change the "crontab -e", as one of the other redhat user suggested. That didn't make it work! Any suggestion will be highly appreciated. Now I have the folling in my crontab. 59 23 * * * sh /etc/cron.specialTest/ >> With this I got the

Re: Shell eroor while running crontab daemon

2003-09-10 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 10 Sep 2003 18:10:22 +0200, Michael Schwendt wrote: > > 10 7 * * * root run-parts /etc/cron.special > > 02 6 16 * * * root run-parts /etc/cron.specialMonthly > > 02 22 * * 6 root run-parts /etc/cron.specialWeekly > > Run "crontab -e" and drop

Re: Shell eroor while running crontab daemon

2003-09-10 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 10 Sep 2003 07:28:01 -0700 (PDT), Khademul Islam wrote: > I have setup crontab, using crontab -e to send some > e-mail in a routine basis. This is the error message I > got ... how I can fix it? I think I've answered a similar question recent

Re: Shell eroor while running crontab daemon

2003-09-10 Thread Jesse Jacobs
Hello, Have u tried export PATH=/usr/local:/usr/bin:$PATH Please correct me if I'm totally off or not understanding the prob. j Khademul Islam said: > I have setup crontab, using crontab -e to send some > e-mail in a routine basis. This is the error message I > got ... how I can fix it? >