- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Login issue
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
07-21-2010 07:29 AM
07-21-2010 07:29 AM
We have HP BL680 blade server which contains rhel 5.1. while connecting from the server physically(console)the following issue I am facing:
If login with the correct user/name password it is suddenly vanish and asking for login again, If I give wrong password then it is giving password incorrect.
Because of this we are not able to login to console for any trouble shooting.
I am expecting your valuable inputs.
Thanks,
Bala.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 07:46 AM
07-21-2010 07:46 AM
SolutionYou will need to check the /var/log/messages file on the server you are connecting to. See /var/log/secure
I think however a reset of the iLo card is in order here. Also check that the firmware is up to date.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 08:02 AM
07-21-2010 08:02 AM
Re: Login issue
Buy a brand new servers, not seconds :)
Ok joks apart.
explain more about your console part, are you trying to connect it via web console from blade (or) it's a direct console access with putty of that ILO IPaddress?
If it's a new build and if you can reboot well, do that see.
Guess root FS might be full, you might have already doubted this :) as we all from the same bucket :P
Else, you may need to upgrade a firmware as suggested above.
:) mail me once you resolve this.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 09:11 AM
07-21-2010 09:11 AM
Re: Login issue
In /var/log/messages I am not finding any error but in /var/log/secure the below PAM error I am able to see exactly while I am loggin....
Jul 21 17:50:12 junldb02 login: PAM unable to dlopen(/lib/security/pam_limits.so)
Jul 21 17:50:12 junldb02 login: PAM [error: /lib/security/pam_limits.so: wrong ELF class: ELFCLASS32]
Jul 21 17:50:12 junldb02 login: PAM adding faulty module: /lib/security/pam_limits.so
Jul 21 17:50:16 junldb02 login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Jul 21 17:50:16 junldb02 login: Module is unknown
Jul 21 17:50:19 junldb02 login: PAM unable to dlopen(/lib/security/pam_limits.so)
Jul 21 17:50:19 junldb02 login: PAM [error: /lib/security/pam_limits.so: wrong ELF class: ELFCLASS32]
Jul 21 17:50:19 junldb02 login: PAM adding faulty module: /lib/security/pam_limits.so
Jul 21 17:50:21 junldb02 login: pam_tally(login:account): option deny=3 allowed in auth phase only
Jul 21 17:50:21 junldb02 login: pam_tally(login:account): unknown option: reset
Jul 21 17:50:21 junldb02 login: pam_unix(login:session): session opened for user opssup by LOGIN(uid=0)
Jul 21 17:50:21 junldb02 login: Module is unknown
Thanks,
Bala.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 02:10 PM
07-21-2010 02:10 PM
Re: Login issue
Is the pam package also 64bit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 02:45 PM
07-21-2010 02:45 PM
Re: Login issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 12:31 AM
07-22-2010 12:31 AM
Re: Login issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 02:30 AM
07-22-2010 02:30 AM
Re: Login issue
are you able to login at the console at least once or does it kick you out before you login?
According to the log files, you seem to have libs problems in PAM.
I would double check the PAM config files for typos.
Let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 03:33 AM
07-22-2010 03:33 AM
Re: Login issue
but on a x86_64 GNU/Linux I find the following
# rpm -qla pam | grep pam_limits.so
/lib64/security/pam_limits.so
Not
/lib/security/pam_limits.so
Enjoy life.
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 08:47 AM
07-22-2010 08:47 AM
Re: Login issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 08:48 AM
07-22-2010 08:48 AM
Re: Login issue
[root@junldb02 log]# rpm -qla pam | grep pam_limits.so
/lib64/security/pam_limits.so
/lib/security/pam_limits.so
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2010 12:01 AM
07-23-2010 12:01 AM
Re: Login issue
can you post your pam config?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2010 02:18 AM
07-23-2010 02:18 AM
Re: Login issue
session required /lib/security/$ISA/pam_limits.so
session required /lib/security/pam_limits.so
Please can any one explain me what is the purpose of above two lines in this login file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2010 03:53 AM
07-23-2010 03:53 AM
Re: Login issue
http://www.faqs.org/docs/securing/chap5sec44.html
have a read man limits.conf
and look in your file /etc/security/limits.conf
to see if some tailoring has been added/modified (maybe its commented by editor ? ... good practice that !)
also a sometime revealing.
# ls -l /etc/security/limits.con*
and a
# stat /etc/security/limits.con*
Hope the above gets you rolling.
enjoy life.
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2010 03:54 AM
07-23-2010 03:54 AM
Re: Login issue
Here is the link the should help you understand the purpose of pam_limits
http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/sag-pam_limits.html
Here, another link for pam config
http://aplawrence.com/Basics/understandingpam.html
The variable $ISA is there to take care of the architecture type of your machine. 32-bit or 64-bit
Link: http://www.enterprisenetworkingplanet.com/netsecur/article.php/3514511
Check if you have the file
/lib64/security/pam_limits.so
and change/add the line in your pam config file.
Try to login afterwards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2010 03:31 AM
07-26-2010 03:31 AM