Teamspeak 3 Server gets stuck it boot sequence

ts@localhost:~$ ./teamspeak3-server_linux_amd64/ts3server_minimal_runscript.sh
2021-06-18 23:23:54.598926|INFO    |ServerLibPriv |   |TeamSpeak 3 Server 3.13.6 (2021-06-09 10:22:37)
2021-06-18 23:23:54.599499|INFO    |ServerLibPriv |   |SystemInformation: Linux 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 Binary: 64bit
2021-06-18 23:23:54.599698|INFO    |ServerLibPriv |   |Using hardware aes
2021-06-18 23:23:54.600318|INFO    |DatabaseQuery |   |dbPlugin name:    SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH
2021-06-18 23:23:54.600583|INFO    |DatabaseQuery |   |dbPlugin version: 3.11.1
2021-06-18 23:23:54.600895|INFO    |DatabaseQuery |   |checking database integrity (may take a while)
2021-06-18 23:23:54.645596|WARNING |Accounting    |   |Unable to open licensekey.dat, falling back to limited functionality
2021-06-18 23:23:54.645939|INFO    |Accounting    |   |Licensing Information
2021-06-18 23:23:54.646051|INFO    |Accounting    |   |licensed to       : Anonymous
2021-06-18 23:23:54.646140|INFO    |Accounting    |   |type              : No License
2021-06-18 23:23:54.646253|INFO    |Accounting    |   |starting date     : Thu Oct  1 00:00:00 2020
2021-06-18 23:23:54.646358|INFO    |Accounting    |   |ending date       : Tue Nov  1 00:00:00 2022
2021-06-18 23:23:54.646443|INFO    |Accounting    |   |max virtualservers: 1
2021-06-18 23:23:54.646527|INFO    |Accounting    |   |max slots         : 32
2021-06-18 23:23:56.211801|INFO    |              |   |Puzzle precompute time: 1546
2021-06-18 23:23:56.212279|INFO    |FileManager   |   |listening on 0.0.0.0:30033, [::]:30033
2021-06-18 23:23:56.213762|INFO    |Query         |   |Using a query thread pool size of 2
2021-06-18 23:23:56.268329|INFO    |VirtualServerBase|1  |listening on 0.0.0.0:9987, [::]:9987
2021-06-18 23:23:56.268711|INFO    |Query         |   |listening for query on 0.0.0.0:10011, [::]:10011
2021-06-18 23:23:56.269024|INFO    |Query         |   |listening for ssh query on 0.0.0.0:10022, [::]:10022
2021-06-18 23:23:56.269216|INFO    |Query         |   |listening for http query on 0.0.0.0:10080, [::]:10080
2021-06-18 23:23:56.269363|INFO    |CIDRManager   |   |updated query_ip_allowlist ips: 127.0.0.1/32, ::1/128,

I run the minimal start script but my ts3 server gets stuck after updating query_ip_allowlist ips.

Log 0 looks perfect. Do not see any reason why you think the server is stuck here.
Only missing is that server could connect to myTS. But this does not happen on each start.

3 Likes