- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- console login not possible
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
05-24-2005 01:26 AM
05-24-2005 01:26 AM
Login incorrect
directly after entering username (root and other users) without asking for a password
login: root
Login incorrect
Wait for login retry: ..
login: bongartz
Login incorrect
telnet or ssh login without any problems
Any hints ??
Regards Rainer
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 01:32 AM
05-24-2005 01:32 AM
Re: console login not possible
Try killing the console PID and attempt login again?
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 01:34 AM
05-24-2005 01:34 AM
Re: console login not possible
GenericSysName [HP Release B.11.23] (see /etc/issue)
Console Login: root
Login incorrect
Wait for login retry: ..
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 01:36 AM
05-24-2005 01:36 AM
Solutiondo ps -ef and make sure the getty for console is running.
have a look at /etc/inittab to make sure the getty is as it should be.
have a look at /etc/pam.conf see if anything is untoward.
you may wish to attach those files for others to look at.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 01:38 AM
05-24-2005 01:38 AM
Re: console login not possible
maybe doc id.: HPUXKBRC00008890 in the Tech Base
could serve as an inspiration?
A European link:
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063248371
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 01:40 AM
05-24-2005 01:40 AM
Re: console login not possible
What if you telnet/ssh to root and changed the passwd?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 01:53 AM
05-24-2005 01:53 AM
Re: console login not possible
pam.conf was the correct hint.
It was somewhat misconfigured for Kerberos and did not allow the console login.
I'll investigate the misconfiguration further.
Thanks for your help