- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall suid/sgid error
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-04-2004 08:38 AM
02-04-2004 08:38 AM
ERROR: Unknown owner and/or group for file "/usr/lbin/grmd". SUID and/or SGID bit was not set
ERROR: Failed installing fileset "PHSS_29183.AGRM,r=B.11.11.16". x
x x Check the above output for details.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 08:44 AM
02-04-2004 08:44 AM
Re: swinstall suid/sgid error
/usr/lbin/grmd
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 08:45 AM
02-04-2004 08:45 AM
Solution/usr/lbin/grmd is supposed to have suid bit owned by 'daemon:bin' That's what I see on my system. Try setting it.
chmod 4555 /usr/lbin/grmd
If the suid bit is there, make sure you have the user daemon in /etc/passwd with 1:5 as userid:groupid
The install scripts of this patch may be looking for these permissions.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 09:09 AM
02-04-2004 09:09 AM
Re: swinstall suid/sgid error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 09:11 AM
02-04-2004 09:11 AM
Re: swinstall suid/sgid error
# ls -al /usr/lbin/grmd
If you don't see a valid SUID or SGID, that's the problem (some times it will display numbers instead of user/group names.) You need to make sure that those user/group exist in the system and is valid. If it doesn't exit, then create it manually. My 11i system shows this:
-r-sr-xr-x 1 daemon bin 303104 Jul 16 2003 /usr/lbin/grmd