- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- libpam error
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
10-10-2006 09:36 PM
10-10-2006 09:36 PM
open_module: module /usr/lib/security/hpux32/libpam_hpsec.so.1 writeable by group.
when i am trying to log in and I am not being able to log in.
any help would be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 09:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 01:03 AM
10-11-2006 01:03 AM
Re: libpam error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 02:45 AM
10-11-2006 02:45 AM
Re: libpam error
Set the following permissions to resolve your error:
/usr -----> 555 bin bin
/usr/lib/security -----> 555 bin bin
/usr/lib/security/hpux32/libpam_hpsec.so.1 -----> 555 root sys
regards;
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 02:52 AM
10-11-2006 02:52 AM
Re: libpam error
what do you mean by bin bin at the end of the set security ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 05:18 AM
10-11-2006 05:18 AM
Re: libpam error
nothing have changed, but i guess i am on the right track.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 06:23 AM
10-11-2006 06:23 AM
Re: libpam error
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 06:38 AM
10-11-2006 06:38 AM
Re: libpam error
Attached is the pam.conf file,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 07:04 AM
10-11-2006 07:04 AM
Re: libpam error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 07:41 AM
10-11-2006 07:41 AM
Re: libpam error
But isn't it a strange problem ?
The system not asking me for a password.
I doubt something relating to PAM, however i tried once to boot without PAM, i mean i removed everything related to it and still i got the errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 06:45 PM
10-11-2006 06:45 PM
Re: libpam error
do following;
#chmod 555 /usr
#chown bin:bin /usr
#chmod 555 /usr/lib/security
#chown bin:bin /usr/lib/security
#chmod 755 /usr/lib/security/libpam_hpsec.so.1
#chown root:sys /usr/lib/security/libpam_hpsec.so.1
#chmod 555 /usr/lib/security/libpam_hpsec.1
#chown root:sys /usr/lib/security/libpam_hpsec.1
PS:tellme the path of libpam_hpsec.so.1;
is it under /usr/lib/security/hpux32/ or under /usr/lib/security/ ?
regards;
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 12:21 AM
10-12-2006 12:21 AM
Re: libpam error
/usr/lib/security/hpux32/libpam_hpsec.so.1
I have set the permissions on this file to be 555 , I will change it today to 755 and see what will happen.