I just started trying to use condor's power management, e.g. rooster. But I get this problem and hope someone can point out my error:
06/24/11 15:29:53 Started process "C:/Condor/bin/condor_rooster.exe", pid and pgroup = 4192 06/24/11 15:29:53 The CONDOR_ROOSTER (pid 4192) exited with status 4 06/24/11 15:29:53 restarting C:/Condor/bin/condor_rooster.exe in 137 seconds
## Where are the binaries for these daemons? MASTER = $(SBIN)/condor_master.exe
COLLECTOR = $(SBIN)/condor_collector.exe CONDOR_ROOSTER = $(SBIN)/condor_rooster.exe