Cannot get server v3.10.2 to start without license

SyntoxicTech

Active Member
Oct 26, 2015
7
2
78
Hey guys,
I have recently removed the license from my server because it wasn't really necessary anymore. Now I can't get the server to start. I created new servers on several hosting providers and tested a few operating systems (ubuntu 19.10, Debian 9, 10, CentOS 7). On all of these I encountered this issue. Does anyone have the same problem or a solution for that?

Logs:
Bash:
2019-11-26 13:09:22.860936|INFO    |ServerLibPriv |   |TeamSpeak 3 Server 3.10.2 (2019-11-20 08:39:31)
2019-11-26 13:09:22.861072|INFO    |ServerLibPriv |   |SystemInformation: Linux 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 Binary: 64bit
2019-11-26 13:09:22.861719|INFO    |DatabaseQuery |   |dbPlugin name:    SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH
2019-11-26 13:09:22.861753|INFO    |DatabaseQuery |   |dbPlugin version: 3.11.1
2019-11-26 13:09:22.861978|INFO    |DatabaseQuery |   |checking database integrity (may take a while)
2019-11-26 13:09:22.888406|WARNING |Accounting    |   |Unable to open licensekey.dat, falling back to limited functionality
2019-11-26 13:09:22.888795|INFO    |Accounting    |   |Licensing Information
2019-11-26 13:09:22.888824|INFO    |Accounting    |   |licensed to       : Anonymous
2019-11-26 13:09:22.888842|INFO    |Accounting    |   |type              : No License
2019-11-26 13:09:22.888866|INFO    |Accounting    |   |starting date     : Mon Jul  1 00:00:00 2019
2019-11-26 13:09:22.888885|INFO    |Accounting    |   |ending date       : Wed Jul  1 00:00:00 2020
2019-11-26 13:09:22.888901|INFO    |Accounting    |   |max virtualservers: 1
2019-11-26 13:09:22.888915|INFO    |Accounting    |   |max slots         : 32
2019-11-26 13:09:22.940179|INFO    |              |   |myTeamSpeak identifier revocation list was downloaded successfully - all related features are activated
2019-11-26 13:09:25.074975|INFO    |              |   |Puzzle precompute time: 2098
2019-11-26 13:09:25.075676|INFO    |FileManager   |   |listening on 0.0.0.0:30033, [::]:30033
2019-11-26 13:09:25.083025|INFO    |Query         |   |listening for query on 0.0.0.0:10011, [::]:10011
2019-11-26 13:09:25.083327|INFO    |Query         |   |listening for query ssh on 0.0.0.0:10022, [::]:10022
2019-11-26 13:09:25.083455|INFO    |CIDRManager   |   |updated query_ip_whitelist ips: 127.0.0.1/32, ::1/128,
2019-11-26 13:09:48.435416|ERROR   |Accounting    |   |failed to register local accounting service: No such file or directory
 

mkll11one

ServerGeek
VIP
Apr 26, 2016
262
136
157
failed to register local accounting service: No such file or directory < the problem is there. ;o
 

SyntoxicTech

Active Member
Oct 26, 2015
7
2
78
failed to register local accounting service: No such file or directory < the problem is there. ;o
I know, but I was not able to find an issue with the operating system. I unpacked teamspeak, started ./ts3server_minimal_runscript.sh and then ./ts3server_startscript.sh start - all as one, unprivileged, user. A few users in other forums mentioned a file in dev/shm which exists with wrong permissions, but this looks good to me:
Bash:
total 4
drwxrwxrwt  2 root      root        60 Nov 26 14:42 ./
drwxr-xr-x 16 root      root      2980 Nov 26 12:24 ../
-rw-r--r--  1 teamspeak teamspeak  128 Nov 26 14:42 7gbhujb54g8z9hu43jre8
 
U

User_38581

I know, but I was not able to find an issue with the operating system. I unpacked teamspeak, started ./ts3server_minimal_runscript.sh and then ./ts3server_startscript.sh start - all as one, unprivileged, user. A few users in other forums mentioned a file in dev/shm which exists with wrong permissions, but this looks good to me:
Bash:
total 4
drwxrwxrwt  2 root      root        60 Nov 26 14:42 ./
drwxr-xr-x 16 root      root      2980 Nov 26 12:24 ../
-rw-r--r--  1 teamspeak teamspeak  128 Nov 26 14:42 7gbhujb54g8z9hu43jre8
Start it without minimal, only ./ts3server_startscript.sh
 

SyntoxicTech

Active Member
Oct 26, 2015
7
2
78
I get the token and query details without minimal
I just tested it and you are totally right! When initially starting the server with the ./ts3server_startscript.sh it works. I have always been told that you need to start the minimal runscript first and then the normal startscript. Seems that the minimal is kind of broken
 
Top