![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| crontab : bad minute error | crackthehit007 | UNIX for Advanced & Expert Users | 1 | 02-16-2009 06:38 AM |
| Crontab error | kclerks11 | UNIX for Dummies Questions & Answers | 2 | 12-07-2008 10:12 PM |
| unexpected crontab error | dhanamurthy | Shell Programming and Scripting | 12 | 11-06-2008 10:24 PM |
| crontab -e error | uadm26 | Linux | 5 | 01-03-2008 12:53 PM |
| Run perl file in Crontab error. | raccsdl | Shell Programming and Scripting | 2 | 11-13-2007 07:07 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Crontab error
I have a script which is called in a crontab. The script calls for 2 args when ran on the command line
The crontab line: 05 0-23 * * 0-6 /path/name %arg1 %arg1 I get the following output Your "cron" job on server /path/name produced the following output: Must be attached to terminal for 'am I' option stty: : Inappropriate ioctl for device Must be attached to terminal for 'am I' option any help??????? ![]() |
|
||||
|
I have solved this now and i had some issues with the actual script:
i cd'd to my basepath but i had not set it before i called it. Also the cron was wrong, i had: 05 0-23 * * 0-6 /path/name %arg1 %arg1 when 05 0-23 * * 0-6 /path/name arg1 arg1 was sufficient, thanks for the posts |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|