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

Re: [Condor-users] MasterLog and ShadowLog errors



> Also, I'm getting proxy cert delegation errors in ShadowLog. 
> 
> 4/22 13:02:01 (5414.0) (2608): ReliSock::put_x509_delegation(): delegation
> failed: x509_send_delegation failed at line 649
> 4/22 13:02:01 (5414.0) (2608): DCStarter::delegateX509Proxy failed to delegate
> proxy file /home/nysgrid/.globus/job/abitibi.sbgrid.org/30576.1208880076/
> x509_up (size=0)

this looks a little strange, and i think is the cause for the other errors (the
PERMISSION_DENIED errors).  it could be a problem reading that file, it could
also be something specified incorrectly in your environment (X509_USER_PROXY)
or in the submit file for the job (x509userproxy).  or finally, it could be
that the starter was not in sync with the shadow's delegation.  (both the
starter and the shadow are V7.0.1, correct?)

can you please increase your debug level to D_ALL for the shadow and starter?
just add these lines to your condor_config file:
  SHADOW_DEBUG = D_ALL
  STARTER_DEBUG = D_ALL

once you see the problem again, please open a ticket by sending mail to
condor-admin@xxxxxxxxxxx, and include those log files.  i'll take a look at
them right away.


cheers,
-zach