🕸Fergus Duniho wrote on Mon, May 14, 2018 12:10 PM EDT:
Just a little while ago, I was trying to upload a new file with SCP, and it was giving me the error message "No space left on device." This was incorrect, because plenty of space was actually left on the VPS. Based on what I found out on the web, the ext4 file system, which is what the VPS uses, sometimes returns this error because of hashing collisions. I don't know if this is what is going on or how to fix it. It did clear up after a while, but since I don't know what is going on, I don't know if it will happen again. It seems like an error of this sort could be responsible for logs not being saved.
Since a syntax error in fpd-indexing-funcs.php had such a systemwide effect yesterday, I decided to split part of it into a new file called database-funcs.php, which will contain functions for accessing the database.
Just a little while ago, I was trying to upload a new file with SCP, and it was giving me the error message "No space left on device." This was incorrect, because plenty of space was actually left on the VPS. Based on what I found out on the web, the ext4 file system, which is what the VPS uses, sometimes returns this error because of hashing collisions. I don't know if this is what is going on or how to fix it. It did clear up after a while, but since I don't know what is going on, I don't know if it will happen again. It seems like an error of this sort could be responsible for logs not being saved.
Since a syntax error in fpd-indexing-funcs.php had such a systemwide effect yesterday, I decided to split part of it into a new file called database-funcs.php, which will contain functions for accessing the database.