Ts3 not running

After update, my server won’t turn on. I can only see this

No server running (ts3server.pid is missing)
ts@xxx:~/teamspeak3-server_linux_amd64$

I deleted the file to create it again, but it doesn’t help

1 Like

Anything in your log files?

Also what command are you starting the server with?

1 Like

Only this in log:

2020-01-31 19:20:02.105612|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.9.1 (2019-07-02 13:17:23)
2020-01-31 19:20:02.105811|INFO |ServerLibPriv | |SystemInformation: Linux 3.14.32-xxxx-grs-ipv6-64 #9 SMP Thu Oct 20 14:53:52 CEST 2016 x86_64 Binary: 64bit
2020-01-31 19:20:02.105834|INFO |ServerLibPriv | |Using hardware aes
2020-01-31 19:20:02.108154|INFO |DatabaseQuery | |dbPlugin name: SQLite3 plugin, Version 3, ©TeamSpeak Systems GmbH
2020-01-31 19:20:02.108175|INFO |DatabaseQuery | |dbPlugin version: 3.11.1
2020-01-31 19:20:02.109778|INFO |DatabaseQuery | |checking database integrity (may take a while)
2020-01-31 19:20:02.136230|ERROR |DatabaseQuery | |sqlite3_prepare failed no such table: revocations
2020-01-31 19:20:02.136265|ERROR |DatabaseQuery | |db_open() SELECT revocation_key, revocation_expiration FROM revocations WHERE re error: no such table: revocations
2020-01-31 19:20:02.136280|INFO |ServerLibPriv | |failed to load revocation list from cache: 1280
2020-01-31 19:20:02.140565|ERROR |DatabaseQuery | |sqlite3_prepare failed no such table: revocations
2020-01-31 19:20:02.140586|ERROR |DatabaseQuery | |db_open() SELECT revocation_key, revocation_expiration FROM revocations WHERE re error: no such table: revocations
2020-01-31 19:20:02.140600|INFO |ServerLibPriv | |failed to load revocation list from cache: 1280
2020-01-31 19:20:02.145038|WARNING |Accounting | |Unable to open licensekey.dat, falling back to limited functionality
2020-01-31 19:20:02.145258|CRITICAL|Accounting | |Failed loading default license file!

1 Like

What TS Server version did you update from and which did you install?

You might have to try renaming ts3server.sqlitedb and start from scratch.

1 Like

Did you unpack all the server files when you upgraded?

2 Likes

ts@wiejska-chata:~/teamspeak3-server_linux_amd64$ ./ts3server_startscript.sh start
ts3server.pid found, but no server running. Possibly your previously started server crashed
Please view the logfile for details.
Starting the TeamSpeak 3 server
ts3server is not executable, trying to set it
./ts3server_startscript.sh: line 9: 19354 Segmentation fault “./${BINARYNAME}” “${@}” “daemon=1” “pid_file=$PID_FILE”
TeamSpeak 3 server could not start
ts@wiejska-chata:~/teamspeak3-server_linux_amd64$

now?

1 Like

Looks like your permissions are wrong - did you unpack it as your ts user? You might just need to do a chown/chmod on it - show us the output of ls -al in that folder

2 Likes

I used chown/chmod and still not working, again "/ts3server_startscript.sh: line 9: 19354 Segmentation fault “./${BINARYNAME}” “${@}” “daemon=1”

1 Like