If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > Error msg while running the script

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-10-10, 10:49
regtha regtha is offline
Registered User
 
Join Date: Jan 2010
Posts: 72
Error msg while running the script

My script is generating the output report and also at the prompt I am getting the following msg

Can anybody let me know how to overcome this
-----------------------------------------
stty: : No such device or address
stty: : No such device or address
stty: : No such device or address
stty: : No such device or address
stty: : No such device or address
stty: : No such device or address
stty: : No such device or address
stty: : No such device or address
stty: : No such device or address
stty: : No such device or address
stty: : No such device or address
stty: : No such device or address
stty: : No such device or address
------------------------------------------
Reply With Quote
  #2 (permalink)  
Old 03-10-10, 11:58
kitaman kitaman is offline
Papabi's friend
 
Join Date: Sep 2009
Location: Ontario
Posts: 629
Are you running this script in the background? The message refers to setting an attribute of a terminal, but the value of the terminal name supplied cannot be resolved.
Check the script to see if there are any references to the 'stty' command, or if you are happy with the output, redirect stderr to /dev/null.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On