- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Exec format error when app tries to write file
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
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
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
тАО04-23-2003 03:14 PM
тАО04-23-2003 03:14 PM
Exec format error when app tries to write file
up until today, this application had no problem.
However today, I am receiving the ENOEXEC Exec format error.
Something has changed.
But what could it be? the application is running as root. (correctly). file permissions are right. and i can touch a file on the target partition.
but the app can't create one.
i'm running 11.11 with the latest patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2003 05:17 PM
тАО04-23-2003 05:17 PM
Re: Exec format error when app tries to write file
C = ?
Is the application compiled or a bunch of scripts put together.
do
file * in the app?/bin/*
let me know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2003 08:06 PM
тАО04-23-2003 08:06 PM
Re: Exec format error when app tries to write file
Can your install tusc
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/tusc-7.3/
and try tracing the command. This will tell you where in the program the system call is failing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2003 10:46 PM
тАО04-23-2003 10:46 PM
Re: Exec format error when app tries to write file
you can use tusc to narrow down the problem and restore the specific files with the right size.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2003 08:30 AM
тАО04-24-2003 08:30 AM
Re: Exec format error when app tries to write file
i figured out what the problem was - the app had a minimum free disk space requirement on the / partition, and we were below that. ==99%. i cleared out a tar.gz file that shouldn't have been there and that brought us down to 40% level.
i didn't think of using tusc, though. i will remember that for future...thanks.
B