• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Completed Failed to bind any address!

SHELOFASTOV

Fanatic member
Premium User
How to attach a server to an IP address?

configured config.yml

binding:
file:
#The default host for the file server
host: my_ip
#The default port for the file server
port: 30033
query:
#The default host for the query server
host: my_ip
#The default port for the query server
port: 10011

I launch the server and an error
Code:
Message: could not start voice server. Message: Failed to bind any address!
 

DrN00bish

Well-known member
Alright so you're certain it's the right IP address and the port isn't used on that interface? Also have you tried the killall TeaSpeakServer first to make sure there isn't running some instance that's hung somewhere?

Edit:
You could also try changing the ports and set it back to 0.0.0.0 and see if it starts up on other ports that aren't used by any chance
 

SHELOFASTOV

Fanatic member
Premium User
Alright so you're certain it's the right IP address and the port isn't used on that interface? Also have you tried the killall TeaSpeakServer first to make sure there isn't running some instance that's hung somewhere?

Edit:
You could also try changing the ports and set it back to 0.0.0.0 and see if it starts up on other ports that aren't used by any chance
how difficult :confused:
no in the config.yml parameter of the "voice" parameter, there is only "file" and "query"

I allocated a separate IP address for the TeaSpeak server
 

DrN00bish

Well-known member
Code:
...
binding:
  file:
    host: 0.0.0.0
    port: 30033
  query:
    host: 0.0.0.0
    port: 10011
...
voice:
  default_port: 9987
...
if you do ifconfig is the ipaddress you enter into your config.yml present there at all?
 

SHELOFASTOV

Fanatic member
Premium User
Code:
...
binding:
  file:
    host: 0.0.0.0
    port: 30033
  query:
    host: 0.0.0.0
    port: 10011
...
voice:
  default_port: 9987
...
if you do ifconfig is the ipaddress you enter into your config.yml present there at all?
I need the server to work completely on a separate IP address
 

DrN00bish

Well-known member
@WolverinDEV
Alright I tried to start up a clean server in my testinvioment and I can't reproduce your error. The only thing I can confirm is that it seems like the server tries to bind the voice port on 0.0.0.0 even though you specify the IP address earlier in the config.

Code:
Time 19:38:03 date Aug 19 2018
[INFO] Setting up exception handler
[INFO] Loading configuration
Loading configuration
[INFO] Setting up log
[2018-08-20 11:02:43] [DEBUG] Log successfully started!
[2018-08-20 11:02:43] [INFO]    GEN | Starting TeaSpeak-Server v1.2.10-beta [Build: 1534707483]
[2018-08-20 11:02:43] [INFO]    GEN | Starting music providers
[2018-08-20 11:02:43] [DEBUG] [Music] Provider load order:
[2018-08-20 11:02:43] [DEBUG] [Music] [0] providers/000ProviderFFMpeg.so
[2018-08-20 11:02:43] [DEBUG] [Music] [1] providers/001ProviderYT.so
[2018-08-20 11:02:43] [INFO]  [Music] [FFMPEG] Resolved ffmpeg with version "ffmpeg version 3.2.12-1~deb9u1 Copyright (c) 2000-2018 the FFmpeg developers"
[2018-08-20 11:02:44] [INFO]  [Music] Loaded successfully provider FFMpeg
[2018-08-20 11:02:44] [INFO]  [Music] [YT-DL] Resolved youtube-dl with version 2017.05.18.1
[2018-08-20 11:02:44] [INFO]  [Music] Loaded successfully provider YouTube
[2018-08-20 11:02:45] [DEBUG]   GEN | Created a new async thread pool!
[2018-08-20 11:02:45] [TRACE]   GEN | Reading client (serveradmin) property from client database table. (Key: cldbid, Value: 1)
[2018-08-20 11:02:45] [TRACE]   GEN | Reading client (serveradmin) property from client database table. (Key: firstConnect, Value: 1534762894)
[2018-08-20 11:02:45] [TRACE]   GEN | Reading client (serveradmin) property from client database table. (Key: connections, Value: 0)
[2018-08-20 11:02:45] [DEBUG]   GEN | Loaded client from database. Database id: 1 Unique id: serveradmin
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 1 - Guest Server Query
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 2 - Admin Server Query
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 3 - Server Admin
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 4 - Normal
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 5 - Guest
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 6 - Channel Admin
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 7 - Operator
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 8 - Guest
[2018-08-20 11:02:45] [DEBUG] GLOBL | Instance admin group id 2
[2018-08-20 11:02:45] [DEBUG] GLOBL | Server guest group id 1
[2018-08-20 11:02:45] [DEBUG] GLOBL | Server music group id 1
[2018-08-20 11:02:45] [INFO]    GEN | Got 4 saved channels
[2018-08-20 11:02:45] [DEBUG]   GEN | Deleting old bans
[2018-08-20 11:02:45] [INFO]   FILE | Starting server on SPECIFIC_IP:30033
[2018-08-20 11:02:45] [INFO]  QUERY | Starting server on SPECIFIC_IP:10011
[2018-08-20 11:02:45] [DEBUG] QUERY | Event base executed (0x315fa30)
[2018-08-20 11:02:45] [INFO]    GEN | Generating server puzzles...
[2018-08-20 11:02:45] [INFO]    GEN | Puzzles generated! Time required: 166ms
[2018-08-20 11:02:46] [INFO]  GLOBL | Required 71ms to preload the startup cache. Cache needs 0mb
[2018-08-20 11:02:46] [DEBUG]     1 | Importing server keypair
[2018-08-20 11:02:46] [INFO]      1 | Got 4 saved channels
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 9 - Server Admin
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 10 - Normal
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 11 - Guest
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 12 - Channel Admin
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 13 - Operator
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 14 - Guest
[2018-08-20 11:02:46] [TRACE]     1 | Reading client (serveradmin) property from client database table. (Key: cldbid, Value: 1)
[2018-08-20 11:02:46] [TRACE]     1 | Reading client (serveradmin) property from client database table. (Key: firstConnect, Value: 1534762895)
[2018-08-20 11:02:46] [TRACE]     1 | Reading client (serveradmin) property from client database table. (Key: connections, Value: 0)
[2018-08-20 11:02:46] [TRACE]     1 | [Property] Not saving property 'client_unique_identifier', changed for 1 (New value: serveradmin)
[2018-08-20 11:02:46] [DEBUG]     1 | [Property] Changing client property 'client_nickname' for 1 (New value: serveradmin, SQL: UPDATE `clients` SET `lastName` = :value WHERE `serverId` = :serverId AND `cldbid` = :cldbid)
[2018-08-20 11:02:46] [TRACE]     1 | [Property] Not saving property 'client_database_id', changed for 1 (New value: 1)
[2018-08-20 11:02:46] [TRACE]     1 | [Property] Not saving property 'client_type', changed for 1 (New value: 2)
[2018-08-20 11:02:46] [TRACE]     1 | [Property] Not saving property 'client_type_exact', changed for 1 (New value: 2)
[2018-08-20 11:02:46] [DEBUG]   GEN | Query permission manager
[2018-08-20 11:02:46] [DEBUG]     1 | Loaded client from database. Database id: 1 Unique id: serveradmin
[2018-08-20 11:02:46] [DEBUG]     1 |  - 1 ([cspacer01]┏╋━━━━━━◥◣◆◢◤━━━━━━╋┓)
[2018-08-20 11:02:46] [DEBUG]     1 |  - 2 ([cspacer02] TeaSpeak Server)
[2018-08-20 11:02:46] [DEBUG]     1 |  - 3 ([cspacer03]┗╋━━━━━━◥◣◆◢◤━━━━━━╋┛)
[2018-08-20 11:02:46] [DEBUG]     1 |  - 4 ([cspacer04]Default Channel)
[2018-08-20 11:02:46] [INFO]      1 | Starting server
[2018-08-20 11:02:46] [INFO]      1 | Started server on 0.0.0.0:9987 | :::9987.
[2018-08-20 11:02:46] [DEBUG]   GEN | Dispatching io base 0x320c320
[2018-08-20 11:02:46] [DEBUG]   GEN | Dispatching io base 0x320d830
[2018-08-20 11:02:46] [DEBUG]   GEN | Dispatching io base 0x320cbe0
[2018-08-20 11:02:46] [INFO]      1 | Starting web server on 0.0.0.0:9987
[2018-08-20 11:02:46] [INFO]  GLOBL | Loaded 1 servers within 14ms. Server/sec: 1.000000
[2018-08-20 11:02:46] [INFO]    GEN | [WebList] Sending new report.
[2018-08-20 11:02:51] [ERROR]   GEN | [WebList] Invalid web manager key response (-1) Error Resource temporarily unavailable
[2018-08-20 11:03:01] [DEBUG] Requesting server 87.106.252.164
[2018-08-20 11:03:01] [DEBUG]   GEN | Running close in a new thread
[2018-08-20 11:03:01] [DEBUG]   GEN | Executing close done
[2018-08-20 11:03:02] [INFO]    GEN | License successfully validated!
[2018-08-20 11:03:12] [INFO]    GEN | Got stop signal!
[2018-08-20 11:03:12] [INFO]    GEN | Stopping all server instances!
[2018-08-20 11:03:12] [DEBUG]     1 | Web-Server accept thread terminated
[2018-08-20 11:03:12] [INFO]    GEN | Stopping application
[2018-08-20 11:03:12] [DEBUG] GLOBL | Stopping all virtual servers
[2018-08-20 11:03:13] [DEBUG]   GEN | Dispatching io base 0x320cbe0 finished!
[2018-08-20 11:03:13] [DEBUG]   GEN | Dispatching io base 0x320d830 finished!
[2018-08-20 11:03:13] [DEBUG]   GEN | Dispatching io base 0x320c320 finished!
[2018-08-20 11:03:13] [DEBUG] GLOBL | All virtual server stopped
[2018-08-20 11:03:13] [DEBUG] QUERY | Stopping query server
[2018-08-20 11:03:13] [DEBUG] QUERY | Event base terminated (0x315fa30)
[2018-08-20 11:03:13] [DEBUG] QUERY | Query server stopped
[2018-08-20 11:03:13] [DEBUG]  FILE | Stopping file server
[2018-08-20 11:03:13] [DEBUG]  FILE | File-Server accept thread terminated
[2018-08-20 11:03:13] [DEBUG]  FILE | File server stopped
[2018-08-20 11:03:13] [INFO]    GEN | Application suspend successful!
So for what it's worth. Try changing the default_port: to something else like 1145 or whatever and see if the server starts up then
 

SHELOFASTOV

Fanatic member
Premium User
@WolverinDEV
Alright I tried to start up a clean server in my testinvioment and I can't reproduce your error. The only thing I can confirm is that it seems like the server tries to bind the voice port on 0.0.0.0 even though you specify the IP address earlier in the config.

Code:
Time 19:38:03 date Aug 19 2018
[INFO] Setting up exception handler
[INFO] Loading configuration
Loading configuration
[INFO] Setting up log
[2018-08-20 11:02:43] [DEBUG] Log successfully started!
[2018-08-20 11:02:43] [INFO]    GEN | Starting TeaSpeak-Server v1.2.10-beta [Build: 1534707483]
[2018-08-20 11:02:43] [INFO]    GEN | Starting music providers
[2018-08-20 11:02:43] [DEBUG] [Music] Provider load order:
[2018-08-20 11:02:43] [DEBUG] [Music] [0] providers/000ProviderFFMpeg.so
[2018-08-20 11:02:43] [DEBUG] [Music] [1] providers/001ProviderYT.so
[2018-08-20 11:02:43] [INFO]  [Music] [FFMPEG] Resolved ffmpeg with version "ffmpeg version 3.2.12-1~deb9u1 Copyright (c) 2000-2018 the FFmpeg developers"
[2018-08-20 11:02:44] [INFO]  [Music] Loaded successfully provider FFMpeg
[2018-08-20 11:02:44] [INFO]  [Music] [YT-DL] Resolved youtube-dl with version 2017.05.18.1
[2018-08-20 11:02:44] [INFO]  [Music] Loaded successfully provider YouTube
[2018-08-20 11:02:45] [DEBUG]   GEN | Created a new async thread pool!
[2018-08-20 11:02:45] [TRACE]   GEN | Reading client (serveradmin) property from client database table. (Key: cldbid, Value: 1)
[2018-08-20 11:02:45] [TRACE]   GEN | Reading client (serveradmin) property from client database table. (Key: firstConnect, Value: 1534762894)
[2018-08-20 11:02:45] [TRACE]   GEN | Reading client (serveradmin) property from client database table. (Key: connections, Value: 0)
[2018-08-20 11:02:45] [DEBUG]   GEN | Loaded client from database. Database id: 1 Unique id: serveradmin
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 1 - Guest Server Query
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 2 - Admin Server Query
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 3 - Server Admin
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 4 - Normal
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 5 - Guest
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 6 - Channel Admin
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 7 - Operator
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 8 - Guest
[2018-08-20 11:02:45] [DEBUG] GLOBL | Instance admin group id 2
[2018-08-20 11:02:45] [DEBUG] GLOBL | Server guest group id 1
[2018-08-20 11:02:45] [DEBUG] GLOBL | Server music group id 1
[2018-08-20 11:02:45] [INFO]    GEN | Got 4 saved channels
[2018-08-20 11:02:45] [DEBUG]   GEN | Deleting old bans
[2018-08-20 11:02:45] [INFO]   FILE | Starting server on SPECIFIC_IP:30033
[2018-08-20 11:02:45] [INFO]  QUERY | Starting server on SPECIFIC_IP:10011
[2018-08-20 11:02:45] [DEBUG] QUERY | Event base executed (0x315fa30)
[2018-08-20 11:02:45] [INFO]    GEN | Generating server puzzles...
[2018-08-20 11:02:45] [INFO]    GEN | Puzzles generated! Time required: 166ms
[2018-08-20 11:02:46] [INFO]  GLOBL | Required 71ms to preload the startup cache. Cache needs 0mb
[2018-08-20 11:02:46] [DEBUG]     1 | Importing server keypair
[2018-08-20 11:02:46] [INFO]      1 | Got 4 saved channels
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 9 - Server Admin
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 10 - Normal
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 11 - Guest
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 12 - Channel Admin
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 13 - Operator
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 14 - Guest
[2018-08-20 11:02:46] [TRACE]     1 | Reading client (serveradmin) property from client database table. (Key: cldbid, Value: 1)
[2018-08-20 11:02:46] [TRACE]     1 | Reading client (serveradmin) property from client database table. (Key: firstConnect, Value: 1534762895)
[2018-08-20 11:02:46] [TRACE]     1 | Reading client (serveradmin) property from client database table. (Key: connections, Value: 0)
[2018-08-20 11:02:46] [TRACE]     1 | [Property] Not saving property 'client_unique_identifier', changed for 1 (New value: serveradmin)
[2018-08-20 11:02:46] [DEBUG]     1 | [Property] Changing client property 'client_nickname' for 1 (New value: serveradmin, SQL: UPDATE `clients` SET `lastName` = :value WHERE `serverId` = :serverId AND `cldbid` = :cldbid)
[2018-08-20 11:02:46] [TRACE]     1 | [Property] Not saving property 'client_database_id', changed for 1 (New value: 1)
[2018-08-20 11:02:46] [TRACE]     1 | [Property] Not saving property 'client_type', changed for 1 (New value: 2)
[2018-08-20 11:02:46] [TRACE]     1 | [Property] Not saving property 'client_type_exact', changed for 1 (New value: 2)
[2018-08-20 11:02:46] [DEBUG]   GEN | Query permission manager
[2018-08-20 11:02:46] [DEBUG]     1 | Loaded client from database. Database id: 1 Unique id: serveradmin
[2018-08-20 11:02:46] [DEBUG]     1 |  - 1 ([cspacer01]┏╋━━━━━━◥◣◆◢◤━━━━━━╋┓)
[2018-08-20 11:02:46] [DEBUG]     1 |  - 2 ([cspacer02] TeaSpeak Server)
[2018-08-20 11:02:46] [DEBUG]     1 |  - 3 ([cspacer03]┗╋━━━━━━◥◣◆◢◤━━━━━━╋┛)
[2018-08-20 11:02:46] [DEBUG]     1 |  - 4 ([cspacer04]Default Channel)
[2018-08-20 11:02:46] [INFO]      1 | Starting server
[2018-08-20 11:02:46] [INFO]      1 | Started server on 0.0.0.0:9987 | :::9987.
[2018-08-20 11:02:46] [DEBUG]   GEN | Dispatching io base 0x320c320
[2018-08-20 11:02:46] [DEBUG]   GEN | Dispatching io base 0x320d830
[2018-08-20 11:02:46] [DEBUG]   GEN | Dispatching io base 0x320cbe0
[2018-08-20 11:02:46] [INFO]      1 | Starting web server on 0.0.0.0:9987
[2018-08-20 11:02:46] [INFO]  GLOBL | Loaded 1 servers within 14ms. Server/sec: 1.000000
[2018-08-20 11:02:46] [INFO]    GEN | [WebList] Sending new report.
[2018-08-20 11:02:51] [ERROR]   GEN | [WebList] Invalid web manager key response (-1) Error Resource temporarily unavailable
[2018-08-20 11:03:01] [DEBUG] Requesting server 87.106.252.164
[2018-08-20 11:03:01] [DEBUG]   GEN | Running close in a new thread
[2018-08-20 11:03:01] [DEBUG]   GEN | Executing close done
[2018-08-20 11:03:02] [INFO]    GEN | License successfully validated!
[2018-08-20 11:03:12] [INFO]    GEN | Got stop signal!
[2018-08-20 11:03:12] [INFO]    GEN | Stopping all server instances!
[2018-08-20 11:03:12] [DEBUG]     1 | Web-Server accept thread terminated
[2018-08-20 11:03:12] [INFO]    GEN | Stopping application
[2018-08-20 11:03:12] [DEBUG] GLOBL | Stopping all virtual servers
[2018-08-20 11:03:13] [DEBUG]   GEN | Dispatching io base 0x320cbe0 finished!
[2018-08-20 11:03:13] [DEBUG]   GEN | Dispatching io base 0x320d830 finished!
[2018-08-20 11:03:13] [DEBUG]   GEN | Dispatching io base 0x320c320 finished!
[2018-08-20 11:03:13] [DEBUG] GLOBL | All virtual server stopped
[2018-08-20 11:03:13] [DEBUG] QUERY | Stopping query server
[2018-08-20 11:03:13] [DEBUG] QUERY | Event base terminated (0x315fa30)
[2018-08-20 11:03:13] [DEBUG] QUERY | Query server stopped
[2018-08-20 11:03:13] [DEBUG]  FILE | Stopping file server
[2018-08-20 11:03:13] [DEBUG]  FILE | File-Server accept thread terminated
[2018-08-20 11:03:13] [DEBUG]  FILE | File server stopped
[2018-08-20 11:03:13] [INFO]    GEN | Application suspend successful!
So for what it's worth. Try changing the default_port: to something else like 1145 or whatever and see if the server starts up then
I do not know how to explain, I'm waiting for a response from the developers.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
@WolverinDEV
Alright I tried to start up a clean server in my testinvioment and I can't reproduce your error. The only thing I can confirm is that it seems like the server tries to bind the voice port on 0.0.0.0 even though you specify the IP address earlier in the config.

Code:
Time 19:38:03 date Aug 19 2018
[INFO] Setting up exception handler
[INFO] Loading configuration
Loading configuration
[INFO] Setting up log
[2018-08-20 11:02:43] [DEBUG] Log successfully started!
[2018-08-20 11:02:43] [INFO]    GEN | Starting TeaSpeak-Server v1.2.10-beta [Build: 1534707483]
[2018-08-20 11:02:43] [INFO]    GEN | Starting music providers
[2018-08-20 11:02:43] [DEBUG] [Music] Provider load order:
[2018-08-20 11:02:43] [DEBUG] [Music] [0] providers/000ProviderFFMpeg.so
[2018-08-20 11:02:43] [DEBUG] [Music] [1] providers/001ProviderYT.so
[2018-08-20 11:02:43] [INFO]  [Music] [FFMPEG] Resolved ffmpeg with version "ffmpeg version 3.2.12-1~deb9u1 Copyright (c) 2000-2018 the FFmpeg developers"
[2018-08-20 11:02:44] [INFO]  [Music] Loaded successfully provider FFMpeg
[2018-08-20 11:02:44] [INFO]  [Music] [YT-DL] Resolved youtube-dl with version 2017.05.18.1
[2018-08-20 11:02:44] [INFO]  [Music] Loaded successfully provider YouTube
[2018-08-20 11:02:45] [DEBUG]   GEN | Created a new async thread pool!
[2018-08-20 11:02:45] [TRACE]   GEN | Reading client (serveradmin) property from client database table. (Key: cldbid, Value: 1)
[2018-08-20 11:02:45] [TRACE]   GEN | Reading client (serveradmin) property from client database table. (Key: firstConnect, Value: 1534762894)
[2018-08-20 11:02:45] [TRACE]   GEN | Reading client (serveradmin) property from client database table. (Key: connections, Value: 0)
[2018-08-20 11:02:45] [DEBUG]   GEN | Loaded client from database. Database id: 1 Unique id: serveradmin
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 1 - Guest Server Query
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 2 - Admin Server Query
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 3 - Server Admin
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 4 - Normal
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 5 - Guest
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 6 - Channel Admin
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 7 - Operator
[2018-08-20 11:02:45] [DEBUG]   GEN | Push back group -> 8 - Guest
[2018-08-20 11:02:45] [DEBUG] GLOBL | Instance admin group id 2
[2018-08-20 11:02:45] [DEBUG] GLOBL | Server guest group id 1
[2018-08-20 11:02:45] [DEBUG] GLOBL | Server music group id 1
[2018-08-20 11:02:45] [INFO]    GEN | Got 4 saved channels
[2018-08-20 11:02:45] [DEBUG]   GEN | Deleting old bans
[2018-08-20 11:02:45] [INFO]   FILE | Starting server on SPECIFIC_IP:30033
[2018-08-20 11:02:45] [INFO]  QUERY | Starting server on SPECIFIC_IP:10011
[2018-08-20 11:02:45] [DEBUG] QUERY | Event base executed (0x315fa30)
[2018-08-20 11:02:45] [INFO]    GEN | Generating server puzzles...
[2018-08-20 11:02:45] [INFO]    GEN | Puzzles generated! Time required: 166ms
[2018-08-20 11:02:46] [INFO]  GLOBL | Required 71ms to preload the startup cache. Cache needs 0mb
[2018-08-20 11:02:46] [DEBUG]     1 | Importing server keypair
[2018-08-20 11:02:46] [INFO]      1 | Got 4 saved channels
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 9 - Server Admin
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 10 - Normal
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 11 - Guest
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 12 - Channel Admin
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 13 - Operator
[2018-08-20 11:02:46] [DEBUG]     1 | Push back group -> 14 - Guest
[2018-08-20 11:02:46] [TRACE]     1 | Reading client (serveradmin) property from client database table. (Key: cldbid, Value: 1)
[2018-08-20 11:02:46] [TRACE]     1 | Reading client (serveradmin) property from client database table. (Key: firstConnect, Value: 1534762895)
[2018-08-20 11:02:46] [TRACE]     1 | Reading client (serveradmin) property from client database table. (Key: connections, Value: 0)
[2018-08-20 11:02:46] [TRACE]     1 | [Property] Not saving property 'client_unique_identifier', changed for 1 (New value: serveradmin)
[2018-08-20 11:02:46] [DEBUG]     1 | [Property] Changing client property 'client_nickname' for 1 (New value: serveradmin, SQL: UPDATE `clients` SET `lastName` = :value WHERE `serverId` = :serverId AND `cldbid` = :cldbid)
[2018-08-20 11:02:46] [TRACE]     1 | [Property] Not saving property 'client_database_id', changed for 1 (New value: 1)
[2018-08-20 11:02:46] [TRACE]     1 | [Property] Not saving property 'client_type', changed for 1 (New value: 2)
[2018-08-20 11:02:46] [TRACE]     1 | [Property] Not saving property 'client_type_exact', changed for 1 (New value: 2)
[2018-08-20 11:02:46] [DEBUG]   GEN | Query permission manager
[2018-08-20 11:02:46] [DEBUG]     1 | Loaded client from database. Database id: 1 Unique id: serveradmin
[2018-08-20 11:02:46] [DEBUG]     1 |  - 1 ([cspacer01]┏╋━━━━━━◥◣◆◢◤━━━━━━╋┓)
[2018-08-20 11:02:46] [DEBUG]     1 |  - 2 ([cspacer02] TeaSpeak Server)
[2018-08-20 11:02:46] [DEBUG]     1 |  - 3 ([cspacer03]┗╋━━━━━━◥◣◆◢◤━━━━━━╋┛)
[2018-08-20 11:02:46] [DEBUG]     1 |  - 4 ([cspacer04]Default Channel)
[2018-08-20 11:02:46] [INFO]      1 | Starting server
[2018-08-20 11:02:46] [INFO]      1 | Started server on 0.0.0.0:9987 | :::9987.
[2018-08-20 11:02:46] [DEBUG]   GEN | Dispatching io base 0x320c320
[2018-08-20 11:02:46] [DEBUG]   GEN | Dispatching io base 0x320d830
[2018-08-20 11:02:46] [DEBUG]   GEN | Dispatching io base 0x320cbe0
[2018-08-20 11:02:46] [INFO]      1 | Starting web server on 0.0.0.0:9987
[2018-08-20 11:02:46] [INFO]  GLOBL | Loaded 1 servers within 14ms. Server/sec: 1.000000
[2018-08-20 11:02:46] [INFO]    GEN | [WebList] Sending new report.
[2018-08-20 11:02:51] [ERROR]   GEN | [WebList] Invalid web manager key response (-1) Error Resource temporarily unavailable
[2018-08-20 11:03:01] [DEBUG] Requesting server 87.106.252.164
[2018-08-20 11:03:01] [DEBUG]   GEN | Running close in a new thread
[2018-08-20 11:03:01] [DEBUG]   GEN | Executing close done
[2018-08-20 11:03:02] [INFO]    GEN | License successfully validated!
[2018-08-20 11:03:12] [INFO]    GEN | Got stop signal!
[2018-08-20 11:03:12] [INFO]    GEN | Stopping all server instances!
[2018-08-20 11:03:12] [DEBUG]     1 | Web-Server accept thread terminated
[2018-08-20 11:03:12] [INFO]    GEN | Stopping application
[2018-08-20 11:03:12] [DEBUG] GLOBL | Stopping all virtual servers
[2018-08-20 11:03:13] [DEBUG]   GEN | Dispatching io base 0x320cbe0 finished!
[2018-08-20 11:03:13] [DEBUG]   GEN | Dispatching io base 0x320d830 finished!
[2018-08-20 11:03:13] [DEBUG]   GEN | Dispatching io base 0x320c320 finished!
[2018-08-20 11:03:13] [DEBUG] GLOBL | All virtual server stopped
[2018-08-20 11:03:13] [DEBUG] QUERY | Stopping query server
[2018-08-20 11:03:13] [DEBUG] QUERY | Event base terminated (0x315fa30)
[2018-08-20 11:03:13] [DEBUG] QUERY | Query server stopped
[2018-08-20 11:03:13] [DEBUG]  FILE | Stopping file server
[2018-08-20 11:03:13] [DEBUG]  FILE | File-Server accept thread terminated
[2018-08-20 11:03:13] [DEBUG]  FILE | File server stopped
[2018-08-20 11:03:13] [INFO]    GEN | Application suspend successful!
So for what it's worth. Try changing the default_port: to something else like 1145 or whatever and see if the server starts up then
[2018-08-20 11:03:12] [INFO] GEN | Got stop signal! You stopped the server?
And if you want to bind a voice server to an specifiy ip your have to set the virtualserver_host property :)
 

DrN00bish

Well-known member
[2018-08-20 11:03:12] [INFO] GEN | Got stop signal! You stopped the server?
And if you want to bind a voice server to an specifiy ip your have to set the virtualserver_host property :)
Yeah that was just me running a test with specific IP bound and seemed to work just fine. So gave it a CTRL+C.
Unfortunately I don't know if @SHELOFASTOV got his issue fixed though.
 

SHELOFASTOV

Fanatic member
Premium User
[2018-08-20 11:03:12] [INFO] GEN | Got stop signal! You stopped the server?
And if you want to bind a voice server to an specifiy ip your have to set the virtualserver_host property :)
And how to make TeaSpeak not use other IP? attach IP as in Tea*Speak "voice_ip=0.0.0.0" ?
 

razaq

Well-known member
I got a similar issue:
I have set default_port: 9999 in the config.yml, however:

Code:
[2018-08-23 19:56:24] [INFO]      1 | Starting server
[2018-08-23 19:56:24] [ERROR]     1 | Failed to bind to 0.0.0.0:9987
[2018-08-23 19:56:24] [ERROR]     1 | Failed to bind to :::9987
[2018-08-23 19:56:24] [ERROR] GLOBL | Could not stop server tick task!
[2018-08-23 19:56:24] [ERROR]     1 | Failed to start server.
[2018-08-23 19:56:24] [ERROR]    Message: could not start voice server. Message: Failed to bind any address!
[2018-08-23 19:56:24] [INFO]      1 | Starting server
[2018-08-23 19:56:24] [ERROR]     1 | Failed to bind to 0.0.0.0:9987
[2018-08-23 19:56:24] [ERROR]     1 | Failed to bind to :::9987
[2018-08-23 19:56:24] [ERROR] GLOBL | Could not stop server tick task!
[2018-08-23 19:56:24] [ERROR]     1 | Failed to start server.
[2018-08-23 19:56:24] [ERROR]    Message: could not start voice server. Message: Failed to bind any address!
The server still tries to bind to the default port 9987 (on which a Tea*Speak server is running). It just doesnt seem to allow me to change the voice port...

Any ideas?

Thanks!
 
Last edited:

WolverinDEV

TeaSpeak Team
Staff member
Administrator
I got a similar issue:
I have set default_port: 9999 in the config.yml, however:

Code:
[2018-08-23 19:56:24] [INFO]      1 | Starting server
[2018-08-23 19:56:24] [ERROR]     1 | Failed to bind to 0.0.0.0:9987
[2018-08-23 19:56:24] [ERROR]     1 | Failed to bind to :::9987
[2018-08-23 19:56:24] [ERROR] GLOBL | Could not stop server tick task!
[2018-08-23 19:56:24] [ERROR]     1 | Failed to start server.
[2018-08-23 19:56:24] [ERROR]    Message: could not start voice server. Message: Failed to bind any address!
[2018-08-23 19:56:24] [INFO]      1 | Starting server
[2018-08-23 19:56:24] [ERROR]     1 | Failed to bind to 0.0.0.0:9987
[2018-08-23 19:56:24] [ERROR]     1 | Failed to bind to :::9987
[2018-08-23 19:56:24] [ERROR] GLOBL | Could not stop server tick task!
[2018-08-23 19:56:24] [ERROR]     1 | Failed to start server.
[2018-08-23 19:56:24] [ERROR]    Message: could not start voice server. Message: Failed to bind any address!
The server still tries to bind to the default port 9987 (on which a Tea*Speak server is running). It just doesnt seem to allow me to change the voice port...

Any ideas?

Thanks!
The default port config option just applied for new server!