Server Crashes 3.0.12.4 (virtualserver_manager.cpp:576)

Swaight

Member
Jan 17, 2016
5
0
38
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
Apr 26, 2015
1,028
896
216
Seems like you got 0 actual virtual servers, which would point to a database corruption.
 

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
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.
 
Top