Re: [gridengine users] Old OGS bug

2015-12-16 Thread Taras Shapovalov
Thank you guys for the answers, GE2011.11p1 from tar indeed includes the fix, but there are 2 versions of p1: 1. Patch published long time ago on this page: http://gridscheduler.sourceforge.net/security.html This patch does not include the fix (as my tests shown). 2. Already patched tar that can

Re: [gridengine users] Old OGS bug

2015-12-14 Thread Feng Zhang
If I remember correctly, GE2011.11p1 also has corrected this problem. On Mon, Dec 14, 2015 at 8:09 AM, Reuti wrote: > AFAIK it's fixed in SoGE. If you don't want to upgrade you can try an instant > fix: > > $ cat trim.sh > #!/bin/sh > sed -i "/=()/s/.*/& ; }/" $SGE_JOB_SPOOL_DIR/environment > >

Re: [gridengine users] Old OGS bug

2015-12-14 Thread Reuti
AFAIK it's fixed in SoGE. If you don't want to upgrade you can try an instant fix: $ cat trim.sh #!/bin/sh sed -i "/=()/s/.*/& ; }/" $SGE_JOB_SPOOL_DIR/environment and: $ qconf -sq all.q ... prologsgeadmin@/usr/sge/cluster/trim.sh -- Reuti PS: One error is still present for th

[gridengine users] Old OGS bug

2015-12-10 Thread Taras Shapovalov
Hi guys, I am trying to find out in which commit the following issue (related to bash) was fixed: http://permalink.gmane.org/gmane.comp.clustering.gridengine.users/18579 and I cannot find the appropriate commit in http://sourceforge.net/p/gridscheduler/code/commit_browser Could you please point