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

Re: [condor-users] Transfer-File-Problems?



> PS: What do you mean with "It would be especially helpful if your
> SHADOW_DEBUG setting
> had D_FULLDEBUG turned on."
> Should I place into the condor_config of every machine "SHADOW_DEBUG =
> D_FULLDEBUG" ?

Sorry for not being clear. Actually only the submit machine needs
this setting, and the best way to add D_FULLDEBUG to SHADOW_DEBUG
(without wiping out other debug levels you might have set) is to add
the following line:

SHADOW_DEBUG = $(SHADOW_DEBUG) D_FULLDEBUG

As I suspected, your log isn't much help in determining why the
permissions checks failed without D_FULLDEBUG. If you could add the above
line to your config file and send off a snippet, that would help a lot.

Colin
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>