[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Rooster exited with status 4
- Date: Fri, 24 Jun 2011 15:39:49 -0700
- From: "Ralph&Maria Finch" <ralphmariafinch@xxxxxxxxx>
- Subject: [Condor-users] Rooster exited with status 4
$ bin/condor -version
$CondorVersion: 7.5.3 Jun 24 2010 BuildID: 250654 $
$CondorPlatform: INTEL-WINNT50 $
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
I have in the condor_config:
DAEMON_LIST = MASTER COLLECTOR KBDD NEGOTIATOR SCHEDD STARTD CONDOR_ROOSTER
## Where are the binaries for these daemons?
MASTER = $(SBIN)/condor_master.exe
COLLECTOR = $(SBIN)/condor_collector.exe
CONDOR_ROOSTER = $(SBIN)/condor_rooster.exe
<etc>
No other entries, I accept the defaults.