- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UX:rlogin:ERROR: Read error from terminal: Invalid...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
Community
Resources
Forums
Blogs
- 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
08-19-2002 10:33 PM
08-19-2002 10:33 PM
UX:rlogin:ERROR: Read error from terminal: Invalid argument
Hi all,
I write some KSH script that do modify .profile (contains some command I want to execute), then do rlogin (I do backup .profile then copy back the original one).
I have use this code many2 times... but yesterday I figured out an error message
UX:rlogin:ERROR: Read error from terminal: Invalid argument
Any clue what can cause this?
Regards,
Irvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 03:04 AM
08-20-2002 03:04 AM
Re: UX:rlogin:ERROR: Read error from terminal: Invalid argument
I could not find this error in the rlogin executables and shared libraries, so further information is needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 03:27 AM
08-20-2002 03:27 AM
Re: UX:rlogin:ERROR: Read error from terminal: Invalid argument
Yes.. that's the exact error messages
UX:rlogin:ERROR: Read error from terminal: Invalid argument
Close connection.
Can you direct me where is the library of error messages of certain command?
If I do man blah... i can't see it
Thanks
Irvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 04:10 AM
08-20-2002 04:10 AM
Re: UX:rlogin:ERROR: Read error from terminal: Invalid argument
tset can send a command to terminal to read the terminal type ( answerback for terminal).
See man rlogin and rlogind.
Just thoughts...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 04:16 AM
08-20-2002 04:16 AM
Re: UX:rlogin:ERROR: Read error from terminal: Invalid argument
>
> UX:rlogin:ERROR: Read error from terminal: Invalid argument
Close connection.
Are you sure, especially about the "UX:" part? HP-UX normally does not have errors which say "UX".
Note: When giving error messages it is extremely important to give the *exact* error, this includes 'details' like spaces, upper and lower case, punctuation, etc..
Why? Because one often has to search for these errors and computer searches are mostly exact searches, not 'sort of' searches.
Which messages (also positive ones) do you get before and after the error message?
Do you get the error message all the time?
> Can you direct me where is the library of
> error messages of certain command?
>
> If I do man blah... i can't see it
Mostly the manual pages.
I did a "strings -a" on the executable file (/usr/bin/rlogin) and grep(1)-ed the output on parts of the message. I did the same for the shared libraries used by /usr/bin/rlogin (see "chatr /usr/bin/rlogin" output).
Again: Which HP-UX version and which (rlogin) patch(es)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 04:30 AM
08-20-2002 04:30 AM
Re: UX:rlogin:ERROR: Read error from terminal: Invalid argument
I can confirmed this is the actual message.
This is not normal machine, this is MM machine (use in telecom) has dual processor and dual node.
Don't worry about the UX:.. everytime there is an error message it always come with UX: ... like ls error
example:
UX:ls: ERROR: Cannot access blah: No such file or directory
Thanks for all the reply