[wplug] crontab problems

Burt E Reany breany at csc.com
Wed Feb 9 14:31:17 EST 2005





Have you tried putting a "touch /tmp/t" as the first command in the script,
to see if it's kicking off atall?




----------------------------------------------------------------------------------------

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------




                                                                                                                           
                      Chris Romano                                                                                         
                      <romano.chris             To:      General user list <wplug at wplug.org>                               
                      @gmail.com>               cc:                                                                        
                      Sent by:                  Subject: [wplug] crontab problems                                          
                      wplug-bounces+bre                                                                                    
                      any=csc.com                                                                                          
                                                                                                                           
                                                                                                                           
                      02/09/2005 07:17                                                                                     
                      PM                                                                                                   
                      Please respond to                                                                                    
                      Chris Romano;                                                                                        
                      Please respond to                                                                                    
                      General user list                                                                                    
                                                                                                                           
                                                                                                                           




First:
 Slack 10
 Dillion's Cron

I have a script that I want to run every minut from 9 am to 4 pm
Monday - Friday.  So I figure the best thing to do is us cron ...
that's what it's for.

so
chris at mail:~$ crontab -e

* 9-16 * * Mon-Fri /home/chris/script.sh

chris at mail:~$

Ok so I wait ... and nothing.  The script from what I can tell does
not run.  I have done the same for root's crontab and it work perfect.

# cat /var/spool/cron/crontabs/chris
* 9-16 * * Mon-Fri /home/chris/script.sh
#

$ ls -l script.sh
-rwxr-xr-x  1 chris users 45 2005-02-07 13:56 script.sh


Is my syntax wrong, or did I miss something? From the man pages and
google it looks good to me.

Thanks,
Chris
_______________________________________________
wplug mailing list
wplug at wplug.org
http://www.wplug.org/mailman/listinfo/wplug





More information about the wplug mailing list