- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall fails on installing "SUDO"
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
01-28-2002 09:40 AM
01-28-2002 09:40 AM
I downloaded the "sudo" depot and tried to install it on HP-UX 11.00
It failed with the following error:
* Installing fileset "sudo.sudo-RUN,r=1.6.2b1" (1 of 1).
ERROR: Unknown owner and/or group for file "/opt/sudo/bin/sudo".
SUID and/or SGID bit was not set.
ERROR: Failed installing fileset "sudo.sudo-RUN,r=1.6.2b1". Check
the above output for details.
It seems "swinstall" has a problem with installing the sudo fileset with permissions ---s--x--x and instead takes ---x--x--x.
I have the same problem when installing OpenSSH...
In both cases the state is marked "corrupt"
* Summary of Execution Phase:
ERROR: Corrupt sudo.sudo-RUN,r=1.6.2b1
anybody knows how to fix?
Thanks,
Dirk
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 10:31 AM
01-28-2002 10:31 AM
Re: swinstall fails on installing "SUDO"
Why it happens? Not sure.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 10:36 AM
01-28-2002 10:36 AM
Re: swinstall fails on installing "SUDO"
for SUDO install pages:
http://www.courtesan.com/sudo/install.html
check this discussion thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x00bc119c3420d411b66300108302854d,00.html
g'd luck
t++
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 11:43 PM
01-28-2002 11:43 PM
Re: swinstall fails on installing "SUDO"
ERROR: "ops3:/": 2 software selection(s) are corrupt.
It's probably not important but I hate to see "corruptions" on my system. I can't re-install because ti will give the same error again...
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 04:20 PM
01-29-2002 04:20 PM
SolutionThere is an INFO file that is part of the depot that contains two lines that you need to change.
"owner 0" change to "owner root"
"group 0" change to "group root"
tar xvf sudo-1.6.2b1-sd-11.00.depot
vi catalog/sudo/sudo-RUN/INFO
...
path /opt/sudo/bin/sudo
type f
size 102400
cksum 3505416709
mode 04111
uid 0
gid 0
owner root
group root
mtime 948880041
...
Now save the file and re-tar the depot. I ran swremove to remove sudo then re-installed. This installed without errors or warnings.