turbulence-release icon indicating copy to clipboard operation
turbulence-release copied to clipboard

Shutdown command fails

Open mattiekat opened this issue 7 years ago • 0 comments

I receive the following error when attempting to use the Shutdown attack without force enabled:

Task execution: Halting: Running command: 'halt', stdout: '', stderr: 'shutdown: Unable to shutdown system
 ': exit status 1

Full json configuration:

{
 "Tasks": [{
   "Type": "Shutdown"
 }],
 
 "Selector": {
	"Deployment": {
		"Name": "cf"
	}
 }
}

While the systems do not end up shutting down, they do receive a broadcast saying the system is going to shutdown despite the command failing:

Broadcast message from root@5dc8c8d9-32a8-48c6-9585-95d70fdecbfc
        (unknown) at 21:48 ...

The system is going down for halt NOW!

I also tried using force and reboot, the end result was the targeted instances become "unresponsive agents" with no sign of booting back up.

mattiekat avatar Jun 27 '18 22:06 mattiekat