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

[HTCondor-users] output not returned to manager



By setting ALLOW_READ and ALLOW_WRITE to * in condor_config on the manager and the Windows 7 machine that I have had problems with, it is now apparently executing jobs, but the output of those jobs is not being returned to the manager. Are there other ALLOW_* or debug settings, D_*, for one of the daemons that I should set in the config on the manager of client to investigate why this one computer is not returning data or is there some more obvious reason for this behavior?

condor_status shows jobs assigned to the CPUs on that computer and there are empty directories left on the client machine's execute directory after the CPUs' slots go to idle again, but no data files were sent back.

The StartLog on the client has errors like the following:

12/06/12 15:52:35 slot4: Called deactivate_claim_forcibly()
12/06/12 15:52:35 Starter pid 3512 exited with status 0
12/06/12 15:52:35 perm: SetNamedSecurityInfo(C:\condor\execute\dir_3512\condor_exec.exe) failed (err=5) 12/06/12 15:52:35 ERROR: C:\condor\execute\dir_3512 still exists after trying to add Full control to ACLs for PRIV_UNKNOWN
12/06/12 15:52:35 slot4: State change: starter exited
12/06/12 15:52:35 slot4: Changing activity: Busy -> Idle

Thank you.