Warning: session_start(): open(/var/lib/php/sessions/sess_cmca23l92rsn2nltbvbk4bn7c9, 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
!7
static S mainProgramID = "#1002017";
p {
if (hasBot("Eagle DNS."))
print("Have Eagle DNS.");
else {
print("Starting Eagle DNS.");
nohupJavax(#1010768); // DNS
sleepSeconds(5);
}
S vmArgs = cast loadVariableDefinition(mainProgramID, "vmArgs");
nohupJavax(mainProgramID, vmArgs);
print("Eleu started with VM arguments: " + quote(vmArgs) + ".");
sleepSeconds(5);
if (hasBot("Eleu Watch Dog."))
print("Have Eleu Watch Dog.");
else {
print("Starting Eleu Watch Dog.");
nohupJavax(#1012699);
sleepSeconds(5);
}
//startBotInSeparateVM("Smart Bot.", #1010745);
//sleepSeconds(180); // TODO: check if eleu loaded
}