- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- execute permission denied on LD which installing K...
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
09-17-2002 12:03 AM
09-17-2002 12:03 AM
SWAGENT.LOG shows execute permission denied on LD which installing Kernel patches. The LD executable has 555 permissions in /usr/ccs/bin.
Please help!
Clip from swagent.log
* Installing fileset "PHNE_25484.NIS-SERVER,r=1.0" (23 of 76).
* Installing fileset "PHNE_25484.NISPLUS-CORE,r=1.0" (24 of 76).
NOTE: Building a new kernel based on template file "/stand/system"
Generating module: krm...
/usr/bin/sh: /usr/ccs/bin/ld: Execute permission denied.
*** Error exit code 1
Stop.
make failure.
ERROR: The command "/usr/sbin/mk_kernel", which is used to rebuild
the kernel, has failed. Because kernel-related filesets were
installed, this command must be executed by "swinstall",
without failures, before the load can continue. Check the
above output for details about the failure.
NOTE: The Install Phase has suspended. Check the above output for
reasons.
* Aborting the Install Phase.
======= 09/17/02 08:15:53 BST END install AGENT SESSION (Aborted)
(pid=369)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 12:12 AM
09-17-2002 12:12 AM
Re: execute permission denied on LD which installing Kernel patches
I am going to ask the obvious, are you doing this as root?
Also chech the permissions down the chain to the file (Dirs)
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 12:15 AM
09-17-2002 12:15 AM
Re: execute permission denied on LD which installing Kernel patches
I'm running swinstall as root, and execute permissions are all the way down the tree.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 12:27 AM
09-17-2002 12:27 AM
Re: execute permission denied on LD which installing Kernel patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 01:14 AM
09-17-2002 01:14 AM
Re: execute permission denied on LD which installing Kernel patches
There a lots of dependant patches associated with PHNE_25484, check them out here:-
http://www4.itrc.hp.com/service/patch/mainPage.do
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 01:17 AM
09-17-2002 01:17 AM
SolutionTry to execute it "manually" from command line. Compare the cksum with another system, etc.
If you encounter inconsistencies... the executable comes e.g. with PHSS_26262. So you may install this patch to get a clean state.
Also a good idea:
# swverify OS-Core.C-KRN
# swverify PHSS_26262
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 01:19 AM
09-17-2002 01:19 AM
Re: execute permission denied on LD which installing Kernel patches
Try 755 for file permission.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 01:24 AM
09-17-2002 01:24 AM
Re: execute permission denied on LD which installing Kernel patches
I think i've found the problem. A bunch of files in /usr/ccs/bin are 0 bytes or the incorrect size. I've no idea how this could have happened, and it's unlikely that it's part of the hardening, as another identically hardened machine has the files intact.
I'll copy the files from another box.
Cheers
Dave