S Swaight Member Joined Jan 17, 2016 Messages 5 Reaction score 0 Points 38 Jul 13, 2016 #1 The TS3 Server crashes every ~2 hours since today. The setup is Ubuntu 15.04 "Vivid Vervet" 64bit, up to date with teamspeak server version 3.0.12.4. Error Log: Can some1 help me?
The TS3 Server crashes every ~2 hours since today. The setup is Ubuntu 15.04 "Vivid Vervet" 64bit, up to date with teamspeak server version 3.0.12.4. Error Log: Can some1 help me?
ehthe Retired Staff Contributor Joined Apr 26, 2015 Messages 1,029 Reaction score 896 Points 216 Jul 13, 2016 #2 Seems like you got 0 actual virtual servers, which would point to a database corruption.
S Swaight Member Joined Jan 17, 2016 Messages 5 Reaction score 0 Points 38 Jul 13, 2016 Thread starter #3 How can I slove this?
ehthe Retired Staff Contributor Joined Apr 26, 2015 Messages 1,029 Reaction score 896 Points 216 Jul 13, 2016 #4 You should first try Code: sqlite3 yourdatabase.db "PRAGMA integrity_check" src : https://stackoverflow.com/questions...lity-for-validating-sqlite-databases-in-linux That should tell you if your database is in need of care. Also I got that from a quick google search, so try and search next time ! If it's your db the culprit then have fun here: https://stackoverflow.com/questions/18259692/how-to-recover-a-corrupt-sqlite3-database Otherwise wait for some more input on the thread. Google is wonderful really.
You should first try Code: sqlite3 yourdatabase.db "PRAGMA integrity_check" src : https://stackoverflow.com/questions...lity-for-validating-sqlite-databases-in-linux That should tell you if your database is in need of care. Also I got that from a quick google search, so try and search next time ! If it's your db the culprit then have fun here: https://stackoverflow.com/questions/18259692/how-to-recover-a-corrupt-sqlite3-database Otherwise wait for some more input on the thread. Google is wonderful really.
T tagKnife Well-Known Member Joined Oct 2, 2015 Messages 343 Reaction score 270 Points 146 Jul 15, 2016 #5 best thing to do. delete the database start over.