- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: L-class console works in upper case
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
01-24-2002 02:56 AM
01-24-2002 02:56 AM
Two of my L-classes perodically have problems with getty process (probably) on console.
Sometimes, the whole terminal screen shows everything in upper case, as well as converts any input to upper case.
Example.
LOGIN: ROOT
\PASSWORD:
\LOGIN INCORRECT
If you have an account with password where all characters are in lower case, you can log in. Everything will be treated as lower case in spite of displaying in upper case. You can type 'LOGOUT' and the line will reset to normal operation.
Example.
LOGIN: USER
\PASSWORD: *******
HOST>LOGOUT
LOGOUT USER
login:
Question: do you know how to prevent the bug?
Sometimes it may be critical if you can become root only on your console.
Thank you in advance!
BR,
Mihails
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 03:24 AM
01-24-2002 03:24 AM
Re: L-class console works in upper case
If that is the case, if any body tries to login with upper case on then it will happen.
that case i used to switch off the terminal and switch it on back to get the login screen and log in with lower case on.
check the /etc/gettydefs file
check the /etc/inittab file
check the terminal CMOS (firmware) setup.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 03:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 05:35 AM
01-24-2002 05:35 AM
Re: L-class console works in upper case
In situations where you get the LOGIN prompt in uppercase on the console at the login prompt type "cntrl+d" and it should return with the lowercase login prompt.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 12:17 AM
01-25-2002 12:17 AM
Re: L-class console works in upper case
BR,
Mihails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 05:41 AM
01-25-2002 05:41 AM
Re: L-class console works in upper case
I'm not so sure, but i believe cntrl+d will send a process kill sequence, something like a logout and this will in effect restart the getty process. To check this, do a ps -ef |grep console when the "LOGIN" prompt is displayed on console and note down the process no, Do a "cntrl+d" and then check the process id once again. I believe the process id should be different.
Hope this helps.
Regds