- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't get amdsp to work from cron
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
07-13-2004 01:21 AM
07-13-2004 01:21 AM
/usr/local/util/amdsp_chk[5]: amdsp: Execute permission denied. Null message body; hope that's ok
I went to /opt/hparry/bin and changed the permissions for amdsp to be
"-r-xr-xr-x 1 root sys"
hoping that would solve my problem. It has not. My script has the permission of
"-rwxr-xr-x 1 root sys"
What am I missing?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 01:28 AM
07-13-2004 01:28 AM
SolutionWhen I encounter cron problems, its generally a path issue.
Try setting the path in your cron script and/or putting in full path names for everything.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 01:34 AM
07-13-2004 01:34 AM
Re: Can't get amdsp to work from cron
cron is a different environment.
Try
. /users/home/.profile
At the start of the script to run the profile you use from the command prompt
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 01:34 AM
07-13-2004 01:34 AM
Re: Can't get amdsp to work from cron
Are you running the cronjob as root? It's likely that amdsp must be run as root, even if you've changed the file permissions.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 01:52 AM
07-13-2004 01:52 AM
Re: Can't get amdsp to work from cron
could it be that you're running your cronjob under another account than root ?
If so , you're possibly running in that permission problem.
Just a thought ...
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 03:05 AM
07-13-2004 03:05 AM
Re: Can't get amdsp to work from cron
Kent, your solution was the one that worked. When I specified the full path for amdsp in my script, it worked just fine.