[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Help MyProxy Error



txcom2003@xxxxxxxxxxxxxxxxxxx wrote:
>Here my proxy log when Condor-G try to refresh credentials
>
>Here my proxy log when Condor-G try to refresh credentials
>
>Jul  3 22:41:09 blade3 myproxy-server[8776]: myproxy-server v4.2 10 Jan
>2008 PAM OCSP starting at Thu Jul  3 22:41:09 2008
>Jul  3 22:41:09 blade3 myproxy-server[8776]: reading configuration file
>/etc/myproxy-server.config
>Jul  3 22:41:09 blade3 myproxy-server[8776]: using storage directory
>/var/myproxy
>Jul  3 22:41:09 blade3 myproxy-server[8776]: Connection from 10.122.1.249
>Jul  3 22:41:09 blade3 myproxy-server[8776]: Authenticated client /O=Grid
>Elektro
>ITS/OU=Globus/OU=simpleCA-blade3.bagong.grid.computer.ee.its.ac.id/OU=grid.computer.ee.its.ac.id/CN=tonny
>kusdarwanto
>Jul  3 22:41:09 blade3 myproxy-server[8776]: Error reading: failed to read
>token Broken pipe
>Jul  3 22:41:09 blade3 myproxy-server[8776]: Exiting: Error in
>myproxy_recv_ex()
>Jul  3 22:45:17 blade3 xinetd[26989]: Exiting...
>  
You should also check Condor's GridManager log. Here is what it looks
like when it works correctly:
7/3 18:17:12 [31476] Checking proxies
7/3 18:17:12 [31476] About to RefreshProxyThruMyProxy() for /tmp/x509up_u1002
7/3 18:17:12 [31476] X509_USER_PROXY=/tmp/x509up_u1002
7/3 18:17:12 [31476] Calling /opt/globus-install/bin/myproxy-get-delegation /tmp/x509up_u1002 -v -o /tmp/x509up_u1002 -s xxxxxx.xxx.xxxxxxx.de -d -t 12 -S -l root -p 7512 -k jploski
7/3 18:17:12 [31476] Create_Process: using fast clone() to create child process.
7/3 18:17:12 [31476] (21516.0) doEvaluateState called: gmState GM_SUBMITTED, globusState Active
7/3 18:17:12 [31476] *** checkDelegation()
7/3 18:17:12 [31476] ZKM: setting default map to (null)
7/3 18:17:12 [31476] put_file: going to send from filename /tmp/condor_g_scratch.0xb5b370.17446/master_proxy.2
7/3 18:17:12 [31476] put_file: Found file size 6029
7/3 18:17:12 [31476] put_file: sending 6029 bytes
7/3 18:17:12 [31476] ReliSock: put_file: sent 6029 bytes
7/3 18:17:12 [31476] GAHP[31480] <- 'CACHE_PROXY_FROM_FILE 1 /tmp/x509up_u1002'
7/3 18:17:12 [31476] GAHP[31480] -> 'S'
7/3 18:17:12 [31476] GAHP[31480] <- 'USE_CACHED_PROXY 1'
7/3 18:17:12 [31476] GAHP[31480] -> 'S'
7/3 18:17:12 [31476] GAHP[31480] <- 'REFRESH_PROXY_FROM_FILE /tmp/condor_g_scratch.0xb5b370.17446/master_proxy.2'
7/3 18:17:12 [31476] GAHP[31480] -> 'S'
7/3 18:17:12 [31476] GAHP[31480] <- 'CACHE_PROXY_FROM_FILE 2 /tmp/condor_g_scratch.0xb5b370.17446/master_proxy.2'
7/3 18:17:12 [31476] GAHP[31480] -> 'S'
7/3 18:17:12 [31476] in doContactSchedd()
7/3 18:17:12 [31476] ZKM: setting default map to (null)
7/3 18:17:12 [31476] querying for removed/held jobs
7/3 18:17:12 [31476] Using constraint ((Owner=?="jploski"&&JobUniverse==9)) && ((Managed =!= "ScheddDone")) && (JobStatus == 3 || JobStatus == 4 || (JobStatus == 5 && Managed =?= "External"))
7/3 18:17:12 [31476] Fetched 0 job ads from schedd
7/3 18:17:12 [31476] 21517.0 job status: 2
7/3 18:17:12 [31476] leaving doContactSchedd()
7/3 18:17:13 [31476] DaemonCore: No more children processes to reap.
7/3 18:17:13 [31476] Getting monitoring info for pid 31476
7/3 18:17:13 [31476] Received CHECK_LEASES signal
7/3 18:17:13 [31476] Evaluating periodic job policy expressions.
7/3 18:17:13 [31476] myproxy-get-delegation for proxy /tmp/x509up_u1002 exited successfully


Also, try running myproxy-get-delegation manually (i.e., the command
line from GridManager log above) and see what happens then.

Regards,
Jan Ploski