Hi Brian, Can you try the wrapper and see if you can reproduce it??
And if you can, can you add "ulimit -a" and "env" before the echo (so that the wrapper can collect the job's environment settings), and then send the data to us?? Rayson On Tue, Feb 28, 2012 at 1:55 PM, Brian McNally <[email protected]> wrote: > The problem appears to stem from having a RHEL 6 submit host/master and a > RHEL 5 exec host. When I try this in Michael's environment from RHEL 6 to > RHEL 6 I don't get this behavior. > > -- > Brian McNally > > > On 02/27/2012 05:35 PM, Rayson Ho wrote: >> >> Tried changing a few settings but I could not reproduce the error - I >> think it is something in your environment that is causing this, as it >> works for Reuti as well and works on a clean Ubuntu EC2 instance. >> >> So I think may be you can wrap around the command with a shell script, >> and see if you can reproduce it with something like: >> >> $ qsub -b y -sync y wrapper >> >> And wrapper is a simple shell script: >> >> #!/bin/sh >> >> echo %s >> exit $? >> >> Rayson >> >> >> >> On Mon, Feb 27, 2012 at 8:11 PM, Michael Hoffman >> <[email protected]> wrote: >>> >>> On Mon, Feb 27, 2012 at 4:48 PM, Rayson Ho wrote: >>>> >>>> Michael, >>>> >>>> What OS, shell, and architecture are you using?? >>> >>> >>> Linux RHEL5 2.6.18-274.7.1.el5 x86_64 >>> bash, version 3.2.25(1)-release (x86_64-redhat-linux-gnu) >>> >>> I believe the qmaster is actually running on RHEL6. >>> >>> Michael Hoffman >>> _______________________________________________ >>> users mailing list >>> [email protected] >>> https://gridengine.org/mailman/listinfo/users >> >> _______________________________________________ >> users mailing list >> [email protected] >> https://gridengine.org/mailman/listinfo/users > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
