- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
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
08-12-2005 12:45 AM
08-12-2005 12:45 AM
Execute Permission Denied
I tryied my best to start jbase4.1 deamons(HP-UX 11i) but it's cann't start.
I have configured all parameters
by root but whenever I try to execute deamons it says
"sh: jRLA: Execute permission denied"
my machine architecture is not less the jbase build level bcoz when I try the command file it shows that
# file /usr/kbc/bin/jspinit
jspinit: ELF-32 executable object file
and in my HP
# file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
it shows. what should be wrong with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 12:50 AM
08-12-2005 12:50 AM
Re: Execute Permission Denied
the permission of file and directory ?
DM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 12:51 AM
08-12-2005 12:51 AM
Re: Execute Permission Denied
can you check the permissions on the files?
check if there is a file name "jRLA".
also seems like you are running a 32bit application on a 64bits operating system.
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:09 AM
08-12-2005 01:09 AM
Re: Execute Permission Denied
I don't know.
Can I run it 64 bit architectecture?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:11 AM
08-12-2005 01:11 AM
Re: Execute Permission Denied
and trying to run by root user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:12 AM
08-12-2005 01:12 AM
Re: Execute Permission Denied
32 bit can run on 64bit architecture!
But is possible that run non OK
DM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:13 AM
08-12-2005 01:13 AM
Re: Execute Permission Denied
clarification: 32-bit applications can run on 64-bit architecture.
let us know on the outcome of changing to 777
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:15 AM
08-12-2005 01:15 AM
Re: Execute Permission Denied
bcoz I have try my best to run it but it can't run.
and the execute permission denied message shows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:15 AM
08-12-2005 01:15 AM
Re: Execute Permission Denied
if file and dir is 777 then can try to:
# ldd
and see if the module that the file search and need is 32 bit (OK) or 64 bit (BAD) in the system.
DM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:17 AM
08-12-2005 01:17 AM
Re: Execute Permission Denied
-rwxrwxrwx 2 122 users 1767440 Sep 16 2004 jRLA
# jRLA -ib
sh: jRLA: Execute permission denied.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:18 AM
08-12-2005 01:18 AM
Re: Execute Permission Denied
ldd: Cannot execute "jRLA", Exec format error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:20 AM
08-12-2005 01:20 AM
Re: Execute Permission Denied
i think that the file is corrupt.
try
# ldd /usr/bin/ls
work ?
DM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:25 AM
08-12-2005 01:25 AM
Re: Execute Permission Denied
file is not currupt.
but it is possibly the architecture difference error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:31 AM
08-12-2005 01:31 AM
Re: Execute Permission Denied
it possible
DM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:31 AM
08-12-2005 01:31 AM
Re: Execute Permission Denied
What should I do now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:35 AM
08-12-2005 01:35 AM
Re: Execute Permission Denied
DM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:37 AM
08-12-2005 01:37 AM
Re: Execute Permission Denied
see if you have any scripts in the install directory that can allow you recompile the executables...
alternatively, you can try to get a 64-bit version of the software...
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:41 AM
08-12-2005 01:41 AM
Re: Execute Permission Denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 01:59 AM
08-12-2005 01:59 AM