Hide Forgot
Description of problem: The value defined for ROOSTER_WAKEUP_CMD in the PowerManagementSubnetManager feature: ROOSTER_WAKEUP_CMD = "$(BIN)/condor_power -d -i $(ROOSTER_SUBNET_MASK)" is not correct, and it leads to errors like: condor_power: cannot open file 255.0.0.0: No such file or directory (errno = 2) in RoosterLog (255.0.0.0 is the value of ROOSTER_SUBNET_MASK). Version-Release number of selected component (if applicable): condor-wallaby-base-db-1.12-1
Updated the PowerManagementSubnetManager feature thusly: ROOSTER_WAKEUP_CMD: "\"$(BIN)/condor_power -d -i -s $(ROOSTER_SUBNET_MASK)\"" Fixed on master
The command line has been fixed (see comment 1). Verified on condor-wallaby-base-db-1.13-1 (noarch package).