Hide Forgot
Description of problem: The configd is run as administrator on windows and under Win7 && 2008 the files are dropped with permission settings which do not allow other users to access. This results in an inability to run *any* tool unless you are Administrator. Version-Release number of selected component (if applicable): condor-wallaby-3.9 How reproducible: 100% Steps to Reproduce: 1. Install 2. Wait for configd to drop wallaby_node.config 3. run condor_status Actual results: Can't open file C:\condor\7_6/wallaby_node.config Configuration Error Line 0 while reading config source C:\condor\7_6/wallaby_node.config Expected results: clean run
I believe there are multiple methods to dealing with this.
The configd now uses icacls to set the permissions on windows such that Everyone has read access Fixed on master
Tested on all supported Windows versions and it works. --> VERIFIED.