Bugzilla – Bug 2235
GT3.2.1 globus_gram_client_tools-4.3 patch broken
Last modified: 2007-02-14 17:46:48
You need to log in before you can comment on or make changes to this bug.
The globus_gram_client_tools-4.3 patch to gt3.2.1 (bug 1745) is broken. There is an earlier patch to gt3.2 (bug 1754) which does work. This fixes globus-job-submit to use "globusrun ... -fastbatch ..." instead of "globusrun ... -b ..." when needs-gass_output, needs_gass_read, and needs_gass_write are not set. Here is the result of applying the globus_gram_client_tools-4.3 patch to gt3.2.1 1) Advisory globus_gram_client_tools-4.3.tar.gz replaced package globus_gram_client_tools-gcc32dbg-pgm pkg version: 4.2.2 with globus_gram_client_tools-gcc32dbg-pgm pkg version: 4.3.2 but did not fix the problem. 2) BUT the real problem is with globus-job-submit which generates a globusrun command with a "-b" option instead of a "-F". Here is an example of a stalling globusrun generated by globus-job-submit star10.gat.com /bin/date /usr/local/globusdir/gt3.2.1/bin/globusrun -q -b \ -r star10.gat.com \ -f /tmp/globus_job_run.randerso.rsl.2021 Replacing the "-b" with a "-F" allows globusrun to work when used behind a firewall. 3) Looking at the distributed tar files for the fix, it appears that the repaired globus-job-submit was not included. --Lew