Description of problem: Condor on windows won't run binaries without an .exe extension. There is a gt upstream for this issue (https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=1278), but it does not appear to be working correctly. Version-Release number of selected component (if applicable): 7.4.3-0.17 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
There has been removed "exe" suffix from name of daemons and it works without it. But there are still some parts of Condor which have that suffix: CREDD = $(SBIN)\condor_credd.exe KBDD = $(SBIN)\condor_kbdd.exe MAIL = $(SBIN)\condor_mail.exe Is this ok?
Yes this is fine, it supports both. In the future the configs should be unified across all platforms. The goal was to have generic configs which can be passed down from the config-store which can be platform agnostic.
I've tested it on Windows 2003/XP x i386/x86_64 and it works. -->VERIFIED