- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sudo question
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
07-08-2008 09:51 AM
07-08-2008 09:51 AM
Sudo question
sudo-1.6.9p17-hppa-11.11.depot.gz
sudo-1.6.9p17-src-11.11.tar.gz
Both of them are available for installation of sudo on hpux 11.11 PA RISC based servers. Which one is to choose for installation.
Also I have a question, how can I extract the file from this gz format on hpux platform.
Also please state the steps to install and configure sudo on HPUX server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 09:57 AM
07-08-2008 09:57 AM
Re: Sudo question
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 10:03 AM
07-08-2008 10:03 AM
Re: Sudo question
I tried tar xvfz nameoffile
but its giving me error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 10:05 AM
07-08-2008 10:05 AM
Re: Sudo question
regarding this
first u have gunzip
gunzip sudo-1.6.9p17-src-11.11.tar.gz(full path name )
then u can extract by using tar xvf command
Sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 10:11 AM
07-08-2008 10:11 AM
Re: Sudo question
# gunzip sudo-1.6.9p17-hppa-11.11.depot.gz
Then you can use swinstall to install.
If the file is in /var/tmp, then:
# swinstall -s /var/tmp/sudo-1.6.9p17-hppa-11.11.depot \*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 11:04 AM
07-08-2008 11:04 AM
Re: Sudo question
* Beginning the Install Execution Phase. ^|
| | * Filesets: 1 |
| | * Files: 15 |
| | * Kbytes: 481 |
| | * Installing fileset "sudo.sudo-RUN,r=1.6.9p17" (1 of 1). |
| | ERROR: Unknown owner and/or group for file "/usr/local/bin/sudo". |
| | SUID and/or SGID bit was not set. |
| | ERROR: Failed installing fileset "sudo.sudo-RUN,r=1.6.9p17". Check |
| | the above output for details. |
| | * Running install clean command /usr/lbin/sw/install_clean. |
| | NOTE: tlinstall is searching filesystem - please be patient |
| | NOTE: Successfully completed
* Beginning the Configure Execution Phase. |
| | |
| | * Summary of Execution Phase: |
| | ERROR: Corrupt sudo.sudo-RUN,r=1.6.9p17 |
| | ERROR: 1 of 1 filesets had Errors. |
| | ERROR: The Execution Phase had errors. See the above output for |
| | details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 11:04 AM
07-08-2008 11:04 AM
Re: Sudo question
* Beginning the Install Execution Phase.
* Filesets: 1 |
| | * Files: 15 |
| | * Kbytes: 481 |
| | * Installing fileset "sudo.sudo-RUN,r=1.6.9p17" (1 of 1). |
| | ERROR: Unknown owner and/or group for file "/usr/local/bin/sudo". |
| | SUID and/or SGID bit was not set. |
| | ERROR: Failed installing fileset "sudo.sudo-RUN,r=1.6.9p17". Check |
| | the above output for details. |
| | * Running install clean command /usr/lbin/sw/install_clean. |
| | NOTE: tlinstall is searching filesystem - please be patient |
| | NOTE: Successfully completed
* Beginning the Configure Execution Phase. |
| | |
| | * Summary of Execution Phase: |
| | ERROR: Corrupt sudo.sudo-RUN,r=1.6.9p17 |
| | ERROR: 1 of 1 filesets had Errors. |
| | ERROR: The Execution Phase had errors. See the above output for |
| | details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 11:09 AM
07-08-2008 11:09 AM
Re: Sudo question
2) the depot is for 11.11, your server is running 11.00 - doesn't fit together!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 12:06 PM
07-08-2008 12:06 PM
Re: Sudo question
You probably just need to set them manually:
# chown root:root /usr/local/bin/sudo
# chmod 4111 /usr/local/bin/sudo
Now give sudo a try and see if it works.