Cannot boot one system, unable to delete from ggRock Web UI
Problem
A single PC in the center is unable to boot, and it cannot be deleted from the ggRock Web UI.
The error message displayed may indicate "no more network devices".
Solution
Within the ggRock Web UI, look for the Machine that will not boot. It should have an unchanging number of Sent/Received bytes (usually under 1 MB).
Run this command from the ggRock Server Console to view open TCP connection for your stuck Machine:
ss -H -t4n state established "( sport = :3260 and dst = YOUR_PC_IP_ADDRESS )" (don't forget to replace the following with the IP address of the stuck machine:)
YOUR_PC_IP_ADDRESSYou should see one or two stuck connections. Last column will display your stuck Machine IP and then destination port, which you will need to kill the connection.
Run
ss -K dst YOUR_PC_IP_ADDRESS dport = CLIENT_PORT_FROM_STEP_3