Description of problem: This bug is based on bug 608027. I think if authentication is disabled(claimtobe) it should be possible to do everything(submit job/run job/delete job/tranfer files back/...). Also transfer files from central manager + scheduler when job is done. Version-Release number of selected component (if applicable): condor-7.4.5-0.7 How reproducible: 100% Steps to Reproduce: 1. set up condor central manager and scheduler on linux 2. set up condor execute node on windows 3. disable authentication (claimtobe for client and default authentication variables) 4. submit windows job from windows to linux CM by condor_submit.exe -name <schedd> -spool 5. after job is done try to transfer files back to submit machine condor_transfer_data.exe -name <schedd name> <clusterid> Actual results: Condor creates job files with permissions which don't allow to transfer files back to submit machine. For example: "_stderr -rw------- 1 root condor" Expected results: condor authentication is off(claimtobe) and on both OSes are different user accounts. It is possible to submit jobs/transfer files back/run job/...
NOTE: This needs validation in a non-kerber-ized environment
blocks on: https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=1985
With fix in https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=1985 you can remote submit with a known user. However, there is a new failure when submitting as a unknown user: https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=2004. Both of these issues were introduced in the 7.6 series.
Fixed upstream. There has been a additional config variable added, set: SHADOW_RUN_UNKNOWN_USER_JOBS = TRUE on your submit node in order to enable this functionality, it is FALSE by default.
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: C: Fails to transfer files back for unknown users who are allowed to submit C: Users fail to obtain a jobs spooled output data F: Schedd will set permission to user nobody R: Condor will now transfer back output files for jobs run from unknown users.
Tested on all supported Windows versions with condor-win-7.6.1-0.10 and it works. -->VERIFIED
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0889.html