Created
August 2, 2019 15:26
-
-
Save MarkL4YG/a6802d017f99c9d43e9862d6e06a4429 to your computer and use it in GitHub Desktop.
TS3 - Server listening issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:/home/container$ ./ts3server_minimal_runscript.sh default_voice_port=60001 query_port=60001 | |
2019-08-02 15:25:42.109540|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.8.0 (2019-05-27 06:32:09) | |
2019-08-02 15:25:42.109603|INFO |ServerLibPriv | |SystemInformation: Linux 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 Binary: 64bit | |
2019-08-02 15:25:42.109619|WARNING |ServerLibPriv | |The system locale is set to "C" this can cause unexpected behavior. We advice you to repair your locale! | |
2019-08-02 15:25:42.109629|INFO |ServerLibPriv | |Using hardware aes | |
2019-08-02 15:25:42.109925|INFO |DatabaseQuery | |dbPlugin name: SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH | |
2019-08-02 15:25:42.109945|INFO |DatabaseQuery | |dbPlugin version: 3.11.1 | |
2019-08-02 15:25:42.110060|INFO |DatabaseQuery | |checking database integrity (may take a while) | |
2019-08-02 15:25:42.119401|WARNING |Accounting | |Unable to open licensekey.dat, falling back to limited functionality | |
2019-08-02 15:25:42.119509|INFO |Accounting | |Licensing Information | |
2019-08-02 15:25:42.119522|INFO |Accounting | |licensed to : Anonymous | |
2019-08-02 15:25:42.119528|INFO |Accounting | |type : No License | |
2019-08-02 15:25:42.119535|INFO |Accounting | |starting date : Tue Jan 1 00:00:00 2019 | |
2019-08-02 15:25:42.119541|INFO |Accounting | |ending date : Fri Jan 31 00:00:00 2020 | |
2019-08-02 15:25:42.119547|INFO |Accounting | |max virtualservers: 1 | |
2019-08-02 15:25:42.119576|INFO |Accounting | |max slots : 32 | |
2019-08-02 15:25:42.240050|INFO | | |myTeamSpeak identifier revocation list was downloaded successfully - all related features are activated | |
2019-08-02 15:25:47.223971|INFO | | |Puzzle precompute time: 5095 | |
2019-08-02 15:25:47.224202|INFO |FileManager | |listening on 0.0.0.0:30033, [::]:30033 | |
2019-08-02 15:25:47.247378|INFO |VirtualServer |1 |listening on | |
2019-08-02 15:25:47.247517|INFO |Query | |listening for query on 0.0.0.0:60001, [::]:60001 | |
2019-08-02 15:25:47.247646|INFO |Query | |listening for query ssh on 0.0.0.0:10022, [::]:10022 | |
2019-08-02 15:25:47.247711|INFO |CIDRManager | |updated query_ip_whitelist ips: 127.0.0.1/32, ::1/128, 84.200.113.222/32, 84.200.113.225/32, 172.18.0.1/32, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment