Ts3 server log every minute

Dinip12

Member
Dec 4, 2016
6
0
33
3.0.13.8
it seems to be something with port 30033 but i dont understand what's the problem
 

Dinip12

Member
Dec 4, 2016
6
0
33
http://prntscr.com/i87nqd
my problem is not with file transfer port, the problem is with the server logs generating every minute, every hour I have 60 logs, in 1 day i get 1440 logs... all say the same thing
Code:
2018-01-31 15:18:01.744966|INFO    |ServerLibPriv |   |TeamSpeak 3 Server 3.0.13.8 (2017-07-19 08:26:51)
2018-01-31 15:18:01.745101|INFO    |ServerLibPriv |   |SystemInformation: Linux 3.13.0-125-generic #174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017 x86_64 Binary: 64bit
2018-01-31 15:18:01.745131|INFO    |ServerLibPriv |   |Using hardware aes
2018-01-31 15:18:01.746008|INFO    |DatabaseQuery |   |dbPlugin name:    SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH
2018-01-31 15:18:01.746049|INFO    |DatabaseQuery |   |dbPlugin version: 3.11.1
2018-01-31 15:18:01.746337|INFO    |DatabaseQuery |   |checking database integrity (may take a while)
2018-01-31 15:18:01.777312|ERROR   |              |   |TS3ANetwork::Connect failed error: 111
2018-01-31 15:18:01.777442|ERROR   |              |   |Unable to connect to primary address, trying secondary
2018-01-31 15:18:01.777591|ERROR   |              |   |TS3ANetwork::Connect failed error: 111
2018-01-31 15:18:01.780173|ERROR   |Accounting    |   |Unable to connect to accounting server
2018-01-31 15:18:01.780211|INFO    |Accounting    |   |Licensed by r4p3.netx
2018-01-31 15:18:01.780229|INFO    |Accounting    |   |licensed to       : MESMERiZE
2018-01-31 15:18:01.780242|INFO    |Accounting    |   |type              : Hoster
2018-01-31 15:18:01.780268|INFO    |Accounting    |   |starting date     : Fri Jan  1 00:00:00 2010
2018-01-31 15:18:01.780285|INFO    |Accounting    |   |ending date       : Wed Jan  1 00:00:00 2025
2018-01-31 15:18:01.780298|INFO    |Accounting    |   |max virtualservers: 65535
2018-01-31 15:18:01.780309|INFO    |Accounting    |   |max slots         : 16776960
2018-01-31 15:18:03.387435|INFO    |              |   |Puzzle precompute time: 1583
2018-01-31 15:18:03.387988|ERROR   |FileManager   |   |bind failed on 0.0.0.0:30033; reason: Address already in use
2018-01-31 15:18:03.388041|ERROR   |FileManager   |   |bind failed on :::30033; reason: Address already in use
2018-01-31 15:18:03.388071|ERROR   |FileManager   |   |Could not bind filetransfer listen port on default addresses
2018-01-31 15:18:03.388089|CRITICAL|VirtualSvrMgr |   |Could not start file manager 258 no network port available
 

skill1917

Active Member
Sep 14, 2015
40
27
68
Because your shit does not start and then keeps trying to start again.. If you at least looked at the god damn log for a second you would see what the issue is. You are probably trying to run the server while it is actually already running.
 
Top