![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sorting prob | Vikas Sood | Shell Programming and Scripting | 7 | 08-04-2006 12:13 PM |
| DNS prob - dig process | unknown2205 | Shell Programming and Scripting | 1 | 03-03-2006 08:56 AM |
| prob with ssh | abzi | Shell Programming and Scripting | 1 | 01-24-2006 12:43 AM |
| memory prob | vjm | AIX | 1 | 09-27-2005 06:38 AM |
| prob | dreams5617 | Shell Programming and Scripting | 1 | 12-05-2004 12:31 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
cronjob prob
Hi all
I am getting the following error when i execute my cronjob : stty: : No such device or address stty: : No such device or address What could be the problem. Thanks Rahul |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
The problem is you are attempting to set a terminal parameter without a terminal associated with the process. If you are sourcing your .profile (or appropriate file for the shell you are using), check that this file doesn't do any stty command (such as stty erase ^H) which won't work (and cause errors) in a script running in cron.
|
|
#3
|
|||
|
|||
|
Thanks RTM
but the script doent use ssty anywhere. It used to work fine earlier . What could be the other reason |
|
#4
|
||||
|
||||
|
It will help us if we can see the entry for the job in your crontab, and also the script (if it's a script) that's causing the problem.
Cheers ZB |
||||
| Google The UNIX and Linux Forums |