View Single Post
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#7
Have you tried rebuilding the database?

Code:
cd /home/user/.rtcom-eventlogger
sqlite3 el-v1.db .dump | sqlite3 el-v1.new.db
mv el-v1.db el-v1.db.backup
mv el-v1.new.db el-v1.db
reboot
I've found that at times the db can get corrupted or badly fragmented, and this fixes most issues (and nukes old cruft...) The new file is often significantly smaller than the old one, as it compacts it as it goes.
__________________
Maemo Council Member: May 2012 - November 2012
Hildon Foundation founding member.
Hildon Foundation Board of Directors: March 2013 - Jan 15, 2014
 

The Following User Says Thank You to woody14619 For This Useful Post: