A customer of mine is having problems submitting cron jobs as other users (root works fine).
Unixware 7.1.3
They have a user "support"
When support user submits its cron:
in support's home diretory is a file called support.cron
-rwxrwxrwx 1 support support 126 May 12 2004 support.cron
when I vi the file:
51 9 * * * /directory_to_script/sysdate.sh
15 3 * * 1-5 /directory_to_script/chkledgr.sh
I then submit the cron as user support
support: crontab support.cron
UX:crontab: ERROR: Cannot open message queue: Permission denied
UX:crontab: WARNING: Commands will be executed using /usr/bin/sh
I checked thread 755210, but this dealt with the problem on OpenServer and I did not see a -h option in custom for Unixware.
Any ideas would be appreciated.
Thanks!
Unixware 7.1.3
They have a user "support"
When support user submits its cron:
in support's home diretory is a file called support.cron
-rwxrwxrwx 1 support support 126 May 12 2004 support.cron
when I vi the file:
51 9 * * * /directory_to_script/sysdate.sh
15 3 * * 1-5 /directory_to_script/chkledgr.sh
I then submit the cron as user support
support: crontab support.cron
UX:crontab: ERROR: Cannot open message queue: Permission denied
UX:crontab: WARNING: Commands will be executed using /usr/bin/sh
I checked thread 755210, but this dealt with the problem on OpenServer and I did not see a -h option in custom for Unixware.
Any ideas would be appreciated.
Thanks!