- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sudo INstalltion
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
11-19-2003 05:51 AM
11-19-2003 05:51 AM
Sudo INstalltion
1. why this error happnd?
2. should i not use swinstall for this and instead compile for it?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 06:05 AM
11-19-2003 06:05 AM
Re: Sudo INstalltion
The problem is that the permissions on the sudo executable are incorrect. You need to do:
# chmod u+s /opt/sudo/bin/sudo
or
# chmod 4555 /opt/sudo/bin/sudo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 06:07 AM
11-19-2003 06:07 AM
Re: Sudo INstalltion
Have you tried swremoveing and reinstalling? What are the permissions of /opt/sudo/bin/sudo?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 06:10 AM
11-19-2003 06:10 AM
Re: Sudo INstalltion
If I were you -- I'd download the sources (and the dependencies) from "known sites" -- check MD5 signatures and build/customize your own. You'll be amazed at the various custmizations that you can do to SUDO..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 06:42 AM
11-19-2003 06:42 AM
Re: Sudo INstalltion
I think i also has similar issues. My current sudo file permissions are set to 6555. I now simply copy the sudo binaries and the sudoers between servers using a tar archive.
Hope this helps.
Regds