Warning: session_start(): open(/var/lib/php/sessions/sess_jiq4l13u47vqtiive8fhj5e0mg, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static void hyperMove(S machine1, S machine2) ctex {
S botID = formatSnippetID(getProgramID());
S destMachine = getComputerID().equals(machine2) ? machine1 : machine2;
print("Hyper-Move: Jumping to " + destMachine + "...");
File zipPath = new File(getProgramDir(), botID + ".zip");
boolean hasData = zipBot(botID, zipPath);
S title = "Data zip of " + botID + " on " + computerID() + " at " + now();
S gummipw = getProgramID() + "-hypermove";
S dataID = hasData ? uploadDataSuperHigh(gummipw, title, zipPath) : "#1001471" /* no data */;
sendToRemoteBot("Identity Manager", format3("* is now in state * with data * to machine *", botID, "moving", dataID, destMachine));
print("\nDone. Data ID: " + dataID);
}