Server error
#4
Okay, that's most likely due to a bug with calculating remaining disk space. Three options here:
1) free up at least 50MB and make sure you always stay below the threshold
2) make the counter flip over again by filling your HD with 2GB of junk (provided you even have enough space left for that)
dd if=/dev/zero of=junk.bin bs=4k count=524288
3) download the source code, apply a patch and recompile. Please ask me for the patch if you want to do this.
Thanks given by:


Messages In This Thread
Server error - by BlackTemplar - 27 Sep 12, 05:16PM
RE: Server error - by tempest - 27 Sep 12, 07:02PM
RE: Server error - by BlackTemplar - 27 Sep 12, 09:16PM
RE: Server error - by tempest - 27 Sep 12, 10:47PM
RE: Server error - by BlackTemplar - 29 Sep 12, 08:21AM