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
