Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] does myproxy work with condor-6.7.20
- Date: Wed, 28 Jun 2006 14:40:34 -0400
- From: Olga Kornievskaia <aglo@xxxxxxxxxxxxxx>
- Subject: [Condor-users] does myproxy work with condor-6.7.20
a while back i was able to get credential renewal working with myproxy.
recently, i've installed the new condor on a new set of machines and i'm
unable to get renewal working. any suggestions as to what i'm missing
would be highly appreciated.
the submitting script is the following:
universe = grid
globusscheduler = iotahead.citi.umich.edu/jobmanager
grid_type = gt2
executable = sh_loop
arguments = 360
x509userproxy = /tmp/x509_proxy_aglo
MyProxyHost = yoga.citi.umich.edu:7512
MyProxyCredentialName = condor
MyProxyPassword = foobar
MyProxyServerDN = /C=US/ST=Michigan/L=Ann Arbor/O=University of
Michigan/OU=CITI Production
KCA/CN=myproxy/yoga.citi.umich.edu/emailAddress=aglo@xxxxxxxxxxxxxx
output = script2.out
error = script2.err
log = script2.log
WhenToTransferOutput = ON_EXIT_OR_EVICT
queue
In the GridmanagerLog.aglo, i see:
6/28 14:04:05 [3218] MyProxy Refresh Threshold 240 (default)
6/28 14:04:05 [3218] MyProxy New Proxy Lifetime 12 (default)
6/28 14:04:05 [3218] Adding new MyProxy entry for proxy
/tmp/x509_proxy_aglo : host=yoga.citi.umich.edu:7512, cred name=condor
....
6/28 14:07:02 [3218] Checking proxies
6/28 14:07:02 [3218] About to RefreshProxyThruMyProxy() for
/tmp/x509_proxy_aglo6/28 14:07:02 [3218] GetMyProxyPasswordFromSchedD 4, 0
6/28 14:07:02 [3218] GRIDMANAGER_TIMEOUT_MULTIPLIER is undefined, using
default value of 0
6/28 14:07:02 [3218] This process has a valid certificate & key
6/28 14:07:02 [3218] MYPROXY_SERVER_DN=/C=US/ST=Michigan/L=Ann
Arbor/O=University of Michigan/OU=CITI Production
KCA/CN=myproxy/yoga.citi.umich.edu/emailAddress=aglo@xxxxxxxxxxxxxx
6/28 14:07:02 [3218] X509_USER_PROXY=/tmp/x509_proxy_aglo
6/28 14:07:02 [3218] Calling
/screamer/home/OSG/globus/bin/myproxy-get-delegation
/tmp/x509_proxy_aglo -v -o /tmp/x509_proxy_aglo -s yoga.citi.umich.edu
-d -t 12 -S -l root -p 7512 -k condor
....
myproxy server shows that it delegated a proxy. yet, soon after, i see
in the GridmanagerLog.aglo:
6/28 14:07:02 [3218] HoldReason = "Globus error 131: the user proxy
expired (job is still running)"