- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Coulld'nt Login in with telnet
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
02-07-2005 04:31 AM
02-07-2005 04:31 AM
Coulld'nt Login in with telnet
We have a HP9000 rp 8400 running under hpux 11i
when we try to open any session we have the folowing message:
-system error
-error:
check /etc/pam/conf file permission and ownerchip
-r--r--r-- 1 root /etc/pam/conf
and when we do
#ll /etc/pam/conf
we have this output:
-rwxrwxrwx 1 root /etc/pam/conf
the file has the full permission and the owner is root???!!!
What is really the problem , please help
thanks and bests regards
Omar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 04:38 AM
02-07-2005 04:38 AM
Re: Coulld'nt Login in with telnet
pam.conf is owned by root and is apart of the sys group and permissions on the file is read only.
-r--r--r-- 1 root sys 1324 Nov 14 2000 pam.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 07:03 PM
02-07-2005 07:03 PM
Re: Coulld'nt Login in with telnet
It might be that it is not strict enough. do a "chmod 444 /etc/pam/conf"
HTH
Gerhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 07:08 PM
02-07-2005 07:08 PM
Re: Coulld'nt Login in with telnet
in /etc three pam related files are there
-r--r--r-- 1 root sys 1324 Nov 14 2000 pam.conf
-r--r--r-- 1 bin bin 3848 Jun 21 2002 pam.krb5
-r--r--r-- 1 root sys 600 Nov 14 2000 pam_user.conf
and its ownership and permission is as per above.as i kknow there is no pam directory inside /etc
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 01:08 AM
02-09-2005 01:08 AM
Re: Coulld'nt Login in with telnet
Thanks for all.
The problem is resolved by the following:
#>/etc/utmp
#>/etc/utmpx
clear those file resolve the problem
this problem occur when some users close session with out logout.
Hope this will help for others
Best regards
Omar