GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error : Stty : Not a typewriter
Operating System - HP-UX
1854954
Members
2977
Online
104108
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 06:27 PM
04-15-2002 06:27 PM
Hi,
I'm getting errors when I run my shell script. The error message is show as below:
------- Warning Messages (rj 3 cd=0) ------
stty: : Not a typewriter
stty: : Not a typewriter
Unable to open/complete connection to the backend.
Reporting Routine: TCP063_ListenForConnection().
Called Routine : TCP061_ListenForConnection().
Error return code: 6013
System diagnostics: Error 0
Thanks and Best Regards,
Gine
I'm getting errors when I run my shell script. The error message is show as below:
------- Warning Messages (rj 3 cd=0) ------
stty: : Not a typewriter
stty: : Not a typewriter
Unable to open/complete connection to the backend.
Reporting Routine: TCP063_ListenForConnection().
Called Routine : TCP061_ListenForConnection().
Error return code: 6013
System diagnostics: Error 0
Thanks and Best Regards,
Gine
Solved! Go to Solution.
- Tags:
- stty
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 06:35 PM
04-15-2002 06:35 PM
Solution
Hi:
The error comes from invoking 'stty' in an environment where stdin is not a terminal.
This error is commonly seen when using the 'su - user -c command' form of 'su'. The most appropriate way to eliminate the error is to conditionally call 'stty' -- something like:
if [ -t 0 ]
then
stty...
fi
Regards!
...JRF...
The error comes from invoking 'stty' in an environment where stdin is not a terminal.
This error is commonly seen when using the 'su - user -c command' form of 'su'. The most appropriate way to eliminate the error is to conditionally call 'stty' -- something like:
if [ -t 0 ]
then
stty...
fi
Regards!
...JRF...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP