K
Kris
I apologize beforehand for lack of information/details. I have a cron
with an entry that looks like this:
2,17,32,47 * * * * /sds/force/custom/cronrep /sds/force/custom/Vine.pl
1>/dev/null 2>>&1
I'm running this on AIX 5.3. This worked fine before an upgrade from
4.3. The cronrep is a wrapper that sets the environment and the
Vine.pl file runs off that. This creates a file in a directory called
Vineout. If I run the command manually, ie: /sds/force/custom/cronrep
/sds/force/custom/Vine.pl, it creates the file just fine. However when
cron runs it, I get the following error:
No -I allowed while running setgid.
I believe the -I option is something with Perl. We're running perl5
5.8.0. Are there permissions that I need to change on a file?
Anywhere to start looking? If any additional information is needed,
I'll give you what I can. Thanks.
Kris
with an entry that looks like this:
2,17,32,47 * * * * /sds/force/custom/cronrep /sds/force/custom/Vine.pl
1>/dev/null 2>>&1
I'm running this on AIX 5.3. This worked fine before an upgrade from
4.3. The cronrep is a wrapper that sets the environment and the
Vine.pl file runs off that. This creates a file in a directory called
Vineout. If I run the command manually, ie: /sds/force/custom/cronrep
/sds/force/custom/Vine.pl, it creates the file just fine. However when
cron runs it, I get the following error:
No -I allowed while running setgid.
I believe the -I option is something with Perl. We're running perl5
5.8.0. Are there permissions that I need to change on a file?
Anywhere to start looking? If any additional information is needed,
I'll give you what I can. Thanks.
Kris