![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| at vs cronjob | mokkan | SUN Solaris | 1 | 05-16-2008 08:50 PM |
| cronjob | wiz83 | UNIX for Dummies Questions & Answers | 1 | 01-24-2008 11:47 PM |
| CronJob | hcng08 | HP-UX | 1 | 08-01-2006 07:44 PM |
| cronjob prob | rahul123_libra | UNIX for Dummies Questions & Answers | 3 | 01-11-2006 05:18 AM |
| Cronjob | gerwhelan | Shell Programming and Scripting | 4 | 12-14-2001 03:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have the following cron:
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /v/sysadmin/sysnet/file.pl The .pl has been tried at 755 and 777 The script works if manually run by the web browser or unix command prompt, but I can't get the Cron to do it automatically i went thru the thread http://forums.devshed.com/archive/t-153308 it says "Solution: put the whole env. n the script." i m using tcsh what does this mean?? it was working fine for 3 months and all of suden it stops executing Thanks, Rahul |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Quote:
I would not think if it WAS working, that insuring the environment is set will do any good - you probably had that straight before (double check that no one changed your .profile or the system profile). Can you find any error messages in log files? cron.log, messages, ... Post your OS/version for more assistance on that. |
|
#3
|
||||
|
||||
|
maybe you need to watch all the path to be +x for user who runs this crontab?
|
|
#4
|
|||
|
|||
|
check your cron log. Perhaps the user account has expired.
|
|||
| Google The UNIX and Linux Forums |