hi guys

I have a simple cron job listing in my crontab .. However i find that
the first cron job is not being executed..

$ crontab -l 
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.12148 installed on Fri Dec 29 15:30:27 2000)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp
# $)
SHELL=/bin/sh
33 15 * * * /usr/local/mnogosearch/shellscript/newindex
0-59 * * * * '/usr/bin/perl /home/sites/site1/web/cronjobs/gettime.pl'

The shell script '/usr/local/mnogosearch/shellscript/newindex' exists
and executes properly.. However the cron job never works.. The second
cron entry executes every minute without fail.

if i change the first job to 
0-59 * * * * /usr/local/mnogosearch/shellscript/newindex 
even this job starts executing.. 

Can any one tell me whats happening.. 
Thanks
Anand

----------------------------------------------
Find out more about this and other Linux India 
mailing lists at http://lists.linux-india.org/

Reply via email to