- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sudo help
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
04-17-2003 01:38 PM
04-17-2003 01:38 PM
It tells me roots password is incorrect.
this is not the case.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 01:55 PM
04-17-2003 01:55 PM
Re: sudo help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 02:05 PM
04-17-2003 02:05 PM
SolutionYou didn't change to trusted at the same time?
1) Remove /etc/securetty
2) run '/usr/lbin/modprpw -k root'
3) change the root password
4) reinstate /etc/securetty file with only 'console'
5) test as root from console
6) test as sudo 'command' from another session
7) su -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 02:06 PM
04-17-2003 02:06 PM
Re: sudo help
it fails.
when I log in from the console, it tells me incorrect password try again.
I can login as myself, tehn I use sudo su and I am in as root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 02:10 PM
04-17-2003 02:10 PM
Re: sudo help
thanx for the advise. is there anything that you know if sudo will affect this or cause this behavior?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 02:10 PM
04-17-2003 02:10 PM
Re: sudo help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 02:13 PM
04-17-2003 02:13 PM
Re: sudo help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 02:22 PM
04-17-2003 02:22 PM
Re: sudo help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 02:23 PM
04-17-2003 02:23 PM
Re: sudo help
I've used 'sudo' for years, never seen this. 'sudo' does not make any changes to either the trusted database (/tcb), password file etc. It uses the /etc/sudoers file as a reference point to who can do what, and utilises the users own password. It all presumes that 'root' has set it up.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 02:28 PM
04-17-2003 02:28 PM
Re: sudo help
one more thing , whethere your root password is more than 8 charcters , if yes then key in only first eight characters of the root password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 02:37 PM
04-17-2003 02:37 PM
Re: sudo help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 09:51 AM
04-18-2003 09:51 AM
Re: sudo help
If this is the case your passwds would have changed for all accts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2003 06:51 AM
04-19-2003 06:51 AM
Re: sudo help
it was just conincidance that I installed sudo 1.6.6 on 2 servers that had problem with their root password.
As it tunred out it had nothing to do wiht sudo. Still investigating the root cause of this problem.
Have anyone experienced something similar, where root's password became 'corrupted/lost' and required a reset? as described by Michael Tully.
Does HP know of this issue, and what have they done about it? Is there a patch available to prevent this flaw?