Reply To: Server crashing on Terrastation Live

#15758
rpedde
Participant

@mbaker wrote:


2008-01-06 18:51:50 (4001d4a0): Query: vacuum
2008-01-06 18:51:50 (4001d4a0): Error: disk I/O error

That’s really what it is. It got a read or write error trying do something iwth the database.

Is it possible the /tmp directory isn’t writable by the “runas” user? also, look for a .journal file in the same directory as the db file and delete both. You might also have better luck with sqlite3 versus sqlite2.

These are the things that come to mind first. Also, make sure to do the initial index at -d9. It may (will?) take quite some time, but you’ll get a better idea of why it’s crashing int he first place.

— Ron