Difference: KnownIssues (33 vs. 34)

Revision 342012-09-07 - PaoloAndreetto

Line: 1 to 1
 
META TOPICPARENT name="GeneralDocumentation"

Known issues

Line: 11 to 11
 

EMI-2 CREAM CE delegates bad proxy to WN

The delegated and limited proxy on the CE contains a corrupted field "X509v3 Key Usage"; this issue can be reproduced executing the following command:
openssl x509 -noout -text -in /var/glite/cream_sandbox/[vo]/[dn_fqan_mappeduser]/proxy/[delegationid_internalid]
Changed:
<
<
A temporary workaround is to change to proxy-limiting command in the script /usr/bin/glite-cream-copyProxyToSandboxDir.sh from:
if [ $? -eq 0 ] ; then
  let "hours=$secondsLeft/3600"
  let "minutes=((secondsLeft%3600)/60)"
  /usr/bin/voms-proxy-init $rfcoption -limited -valid $hours:$minutes -cert $fileNamePath.$$ -key $fileNamePath.$$ -out $fileNamePath.lmt
else
  /usr/bin/voms-proxy-init $rfcoption -limited -cert $fileNamePath.$$ -key $fileNamePath.$$ -out $fileNamePath.lmt
fi
to
if [ $? -eq 0 ] ; then
  let "hours=$secondsLeft/3600"
  let "minutes=((secondsLeft%3600)/60)"
  /usr/bin/grid-proxy-init $rfcoption -limited -valid $hours:$minutes -cert $fileNamePath.$$ -key $fileNamePath.$$ -out $fileNamePath.lmt
else
  /usr/bin/grid-proxy-init $rfcoption -limited -cert $fileNamePath.$$ -key $fileNamePath.$$ -out $fileNamePath.lmt
fi
>
>
A temporary workaround is to change to proxy-limiting command in the script /usr/bin/glite-cream-copyProxyToSandboxDir.sh, the modified version of the script is available here
 

CREAM doesn't transfert the output files remotely if SANDBOX_TRANSFER_METHOD="LRMS"

The related bug is https://savannah.cern.ch/bugs/index.php?95480; the error occurs only if the transfer method selected is "LRMS" and the name of the URL is lexicographically greater than "gsiftp://localhost".
Line: 424 to 405
 

-- MassimoSgaravatto - 2011-05-05 \ No newline at end of file

Added:
>
>
META FILEATTACHMENT attachment="glite-cream-copyProxyToSandboxDir.sh" attr="" comment="" date="1347003257" name="glite-cream-copyProxyToSandboxDir.sh" path="glite-cream-copyProxyToSandboxDir.sh" size="1540" user="PaoloAndreetto" version="1"
 
This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback