On Sep 9, 2014, at 7:49 AM, Lukas Koschmieder <Lukas.Koschmieder@xxxxxxxxxxxxxxxxxxx> wrote:
Since HOSTALLOW_WRITE, if used, overrides ALLOW_WRITE, this is the relevant line to look at. I think you want: HOSTALLOW_WRITE = $(HOSTALLOW_WRITE), $(GLIDEIN_SITES), *.BAR.my.com ? If it's a simple copy/paste error, a few other ideas: - Look at /var/log/condor/CollectorLog and look for PERMISSION DENIED lines. They often give a good hint as to what went wrong. - Restart the collector with D_SECURITY set for COLLECTOR_DEBUG. This will greatly increase the verbosity but also give more hints as to what is gone wrong. Finally, this is not a particularly secure setup - host-based security may not be secure as you would want, especially as you start to involve multiple networks. I can't find any good links at the moment, but maybe others could chime in? Brian
|