Warning: session_start(): open(/var/lib/php/sessions/sess_pmfhujpob0puua9vtltfodorcp, 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
import java.nio.channels.*;
import java.nio.file.*;
p {
File path = programFile("lockfile");
FileChannel channel = FileChannel.open(toPath(path), StandardOpenOption.CREATE, StandardOpenOption.WRITE);
repeat with sleep 1 {
{
temp FileLock lock = channel.tryLock();
if (lock == null) print("Couldn't lock.");
else { print("Locked!"); sleepSeconds(1); }
}
}
}