Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

script in cron gets--> "stty: : Inappropriate ioctl for device"

Status
Not open for further replies.

txolson

IS-IT--Management
Nov 7, 2001
14
US
I am trying to place a script into cron which runs fine from the command line,
but produces (2) "stty: : Inappropriate ioctl for device" messages when placed into cron.

It does actually still do the work, but want to try to eliminate the message without using > /dev/null 2>&1.....

I am on Solaris 8, using Korn Shell.

 
Have you identified the line in the script which is causing the message?

Can you post the offending part of the script?

Greg.
 
Greg,
It appears to be working now .... Not sure what happened.

Thanks,
Todd

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top