- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: login problem
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-06-2004 08:07 PM
02-06-2004 08:07 PM
login problem
the system is not logging.
error message is
Your password was changed by root on Thu Jan 1 00:00:00 GMT 1970
Last successful login for zztxr5: Sat Feb 7 06:44:33 GMT 2004 on ttyp2
Last unsuccessful login for zztxr5: Sat Feb 7 07:32:37 GMT 2004 on ttyp2
You don't have a password.
ulimit: Not owner
Login aborted due to no password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2004 08:34 PM
02-06-2004 08:34 PM
Re: login problem
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2004 08:37 PM
02-06-2004 08:37 PM
Re: login problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2004 08:53 PM
02-06-2004 08:53 PM
Re: login problem
I found an old article:
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065677223
stating the ownership / protections of login, passwd and su are incorrect.
Maybe that's the case here?
What did pwck say?
What kind of system is this? HP-UX 11? Trusted?
Also check http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000067424772
Success,
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2004 09:05 PM
02-06-2004 09:05 PM
Re: login problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2004 02:41 AM
02-07-2004 02:41 AM
Re: login problem
/usr/lbin/modprpw -V
which refreshes all user password expiration times. /usr/lbin/modprpw -k
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2004 03:22 PM
02-08-2004 03:22 PM
Re: login problem
In SAM,modify user's password option is working fine.
suppose reactive & reset password,then login in any user's the below error message is coming for all user's
Your password was changed by root on Thu Jan 1 00:00:00 GMT 1970
Last successful login for zztxr5: Sat Feb 7 06:44:33 GMT 2004 on ttyp2
Last unsuccessful login for zztxr5: Sat Feb 7 07:32:37 GMT 2004 on ttyp2
You don't have a password.
ulimit: Not owner
Login aborted due to no password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2004 04:07 PM
02-08-2004 04:07 PM
Re: login problem
This looks like a permisssions issue.
What are the permissions on your /usr/bin/passwd file?. It should have been like this
-r-sr-xr-x 5 root bin 45056 Nov 14 2000 /usr/bin/passwd
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2004 04:15 PM
02-08-2004 04:15 PM
Re: login problem
-rwxrwxrwx 1 root bin 86016 Jan 10 1998 passwd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2004 05:06 PM
02-08-2004 05:06 PM
Re: login problem
Actually Password file rights problem,after changing password rights it's working fine.
old file: -rwxrwxrwx 1 root root 86016 Feb 9 11:05 passwd
changed file: -r-sr-xr-x passwd
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2004 10:54 PM
02-08-2004 10:54 PM
Re: login problem
I'm glad to try and help you.
So my suggestion to look at that old article wasn't too bad after all. I hope you read it.
It would be appreciated by me (and others too) if you assign points to answers that help. I'm glad to help you, but I also want to replace by baseball cap by something else....
Greetings
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 12:35 AM
02-09-2004 12:35 AM
Re: login problem
WOW! Someone with root privileges really messed up a crucial program file. Whenever I see 777 (-rwxrwxrwx) a red flag goes up for me. For inexperienced sysadmins, this is usually the value assigned to a file or directory to fix a problem and it is virtually always wrong. In this case, the permissions on this command may indicate a much more serious problem with security on your system. For instance, run this command:
find /usr /opt /sbin -type f -perm -002 -type f | grep -v /man/
What this will do is to report all files that have world-writable permissions (excluding the man pages which are OK). If you see any familar commands (datafiles are not as important), you need to change the root password immediately and start looking at overall system security, perhaps with the help of an expert.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 06:46 PM
02-09-2004 06:46 PM
Re: login problem
you are right. Either someone screwed up the system by accident, or the system has been hacked...
JP.