- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Execute permission denied
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-11-2002 09:40 PM
тАО06-11-2002 09:40 PM
op sys: 11.0
machine: d220
I have just installed some software and have been getting no end of ' execute permission denied ' messages. I believe I have checked permissions on all relevant files/dirs and x is set. Does anyone have any snippets of info - what would usually cause this message to occur? Is there some hidden gem that I could check out?
thanks
Maria.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-11-2002 09:47 PM
тАО06-11-2002 09:47 PM
Re: Execute permission denied
What software ?
Are you executing as a particular user ? Is this the user that owns the software ? Can you post the ll -d listing of the top directory of the software ?
Sorry there's so many questions, but since you don't mention any other execution problems (you could try to make a little script yourself and see if that user can execute it) it must be software-related.
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-11-2002 09:53 PM
тАО06-11-2002 09:53 PM
Re: Execute permission denied
1) Files or directories permission not set correctly (including SUID if applicable)
2) Files or directories ownership not set correctly.
3) The executables/programs are not compatible with the hardware.
4) Environment variable PATH is not setup in the right order of path.
It would help if you provide more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-11-2002 11:30 PM
тАО06-11-2002 11:30 PM
Re: Execute permission denied
1)file software
file /stand/vmunix
Are the results compatible.
2)Is the disc used NFS mounted or somesuch.
Check permissions on mountpoint.
Most likely is software compiled on a non compatible hardware
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-11-2002 11:39 PM
тАО06-11-2002 11:39 PM
Re: Execute permission denied
Regards,
Gnana A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2002 01:06 AM
тАО06-12-2002 01:06 AM
Re: Execute permission denied
Are there some files which should be binaries, but are downloaded as asci (by ftp or so)...: do 'file [files]'.
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2002 03:50 PM
тАО06-12-2002 03:50 PM
Re: Execute permission denied
I have issued file /stand/vmunix (PA-RISC1.1 executable - not stripped. file on some of the key files in the ca s/w show : PA-RISC 2.0 shared executable dynamically linked; commands text. So what is the difference between PA-RISC1.1 and PA-RISC2.0? (I know I am showing ignorance here but..)
files are not nfs mounted.
Thanks again for all your info.
Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2002 04:09 PM
тАО06-12-2002 04:09 PM
Re: Execute permission denied
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2002 04:23 PM
тАО06-12-2002 04:23 PM
Re: Execute permission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2002 06:41 PM
тАО06-12-2002 06:41 PM
SolutionWhat really happens is that as soon as the OS attempts to fork() and exec() this code, it notices that the 'magic' number is wrong and exits. 'Magic number', as well as 'Magic Cookie', are real technical UNIX terms.