<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Mihael Hategan wrote:
<blockquote cite="mid:1207556063.22686.14.camel@blabla.mcs.anl.gov"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">The problem seems to stem from this arg:

-if mol-1M/8269/058269.in|mol-1M/8269/058269.mol2
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I'd say the problem stems from improper passing of the arguments by some
layer somewhere.

  </pre>
  <blockquote type="cite">
    <pre wrap="">The value after the -if arg needs to be in quotes to shield it from the 
shell, as falkon takes the string and involves wrapper.sh using 
system().
    </pre>
  </blockquote>
  <pre wrap=""><!---->
...presumably by concatenating the arguments into a single string and
hoping system() will split them correctly. Falkon should use execve().

  </pre>
</blockquote>
Right... its on the to-do list!<br>
<a class="moz-txt-link-freetext" href="http://bugzilla.globus.org/globus/show_bug.cgi?id=5987">http://bugzilla.globus.org/globus/show_bug.cgi?id=5987</a><br>
<br>
<blockquote cite="mid:1207556063.22686.14.camel@blabla.mcs.anl.gov"
 type="cite">
  <blockquote type="cite">
    <pre wrap=""> The IFS char "|" is causing the cmd to end there.

Its not clear if the arg is not quoted because in other providers its 
somehow shielded from shell evaluation, or if Falkon or the deef 
provider is pulling off the quotes.

Can anyone spot where the problem is?
_______________________________________________
Swift-devel mailing list
<a class="moz-txt-link-abbreviated"
 href="mailto:Swift-devel@ci.uchicago.edu">Swift-devel@ci.uchicago.edu</a>
<a class="moz-txt-link-freetext"
 href="http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel">http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
Swift-devel mailing list
<a class="moz-txt-link-abbreviated"
 href="mailto:Swift-devel@ci.uchicago.edu">Swift-devel@ci.uchicago.edu</a>
<a class="moz-txt-link-freetext"
 href="http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel">http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel</a>

  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
===================================================
Ioan Raicu
Ph.D. Candidate
===================================================
Distributed Systems Laboratory
Computer Science Department
University of Chicago
1100 E. 58th Street, Ryerson Hall
Chicago, IL 60637
===================================================
Email: <a class="moz-txt-link-abbreviated"
 href="mailto:iraicu@cs.uchicago.edu">iraicu@cs.uchicago.edu</a>
Web:   <a class="moz-txt-link-freetext"
 href="http://www.cs.uchicago.edu/%7Eiraicu">http://www.cs.uchicago.edu/~iraicu</a>
<a class="moz-txt-link-freetext"
 href="http://dev.globus.org/wiki/Incubator/Falkon">http://dev.globus.org/wiki/Incubator/Falkon</a>
<a class="moz-txt-link-freetext"
 href="http://dsl-wiki.cs.uchicago.edu/index.php/Main_Page">http://dsl-wiki.cs.uchicago.edu/index.php/Main_Page</a>
===================================================
===================================================

</pre>
</body>
</html>