Results 1 to 15 of 15
-
10-03-2012, 10:21 #1
-= TeamSpeak User =-
- Join Date
- Mar 2012
- Posts
- 7
ERROR |Query | | bind failed on 0.0.0.0:10011
hello i'm having a problem starting a teamspeak 3 server on mac this error appears to me
2012-03-10 09:58:28.367700|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
2012-03-10 09:58:28.368547|ERROR |Query | | bind failed on 0.0.0.0:10011
2012-03-10 09:58:28.464105|INFO |VirtualServer | 1| stopped
what can i do pls help? thank you
-
10-03-2012, 15:40 #2
If you can't bind on 0.0.0.0, why don't bind the server on the actual IP? Start the server with these parameters:
voice_ip=1.2.3.4 filetransfer_ip=1.2.3.4 query_ip=1.2.3.4
(where you replace 1.2.3.4 by your server's actual IP)
-
10-03-2012, 18:02 #3
-= TeamSpeak User =-
- Join Date
- Mar 2012
- Posts
- 7
thank you but how i do it im really bad at those things just learning them
-
10-03-2012, 18:25 #4
Please see the server_quickstart.txt included with the server. I also noticed that I made a mistake, since TS wants you to give the ports, too.
It should be something like this:
./ts3server_startscript.sh start voice_ip=1.2.3.4 filetransfer_ip=1.2.3.4 filetransfer_port=30033 query_ip=1.2.3.4 query_port=10011
I don't know, I never use the startscript.
-
10-03-2012, 18:36 #5
-= TeamSpeak User =-
- Join Date
- Mar 2012
- Posts
- 7
im going to try it thank you
-
10-03-2012, 19:29 #6
-= TeamSpeak User =-
- Join Date
- Mar 2012
- Posts
- 7
it doesnt work heres what i get ./ts3server_startscript.sh: No such file or directory
imac1:teamspeak3-server_mac maman$ ./ts3server_mac start voice_ip=192.168.1.36 filetransfer_ip=192.168.1.36 filetransfer_port=30033 query_ip=192.168.1.36 query_port=1001
2012-03-10 18:39:25.673379|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.2 (2012-02-29 05:39:32)
2012-03-10 18:39:25.674520|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2012-03-10 18:39:25.674578|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
2012-03-10 18:39:25.675194|INFO |DatabaseQuery | | checking database integrity (may take a while)
2012-03-10 18:39:25.751334|INFO |SQL | | db_CreateTables() tables created
------------------------------------------------------------------
I M P O R T A N T
------------------------------------------------------------------
Server Query Admin Acccount created
loginname= "serveradmin", password= "30Gd5klB"
------------------------------------------------------------------
2012-03-10 18:39:26.824821|WARNING |Accounting | | Unable to find valid license key, falling back to limited functionality
2012-03-10 18:39:27.407376|ERROR |FileManager | | bind() failed: 49
2012-03-10 18:39:27.407524|ERROR |FileManager | | bind failed on 192.168.1.36:30033
2012-03-10 18:39:27.432431|INFO |VirtualSvrMgr | | executing monthly interval
2012-03-10 18:39:27.432639|INFO |VirtualSvrMgr | | reset virtualserver traffic statistics
2012-03-10 18:39:28.272150|INFO |VirtualServer | 1| listening on 192.168.1.36:9987
2012-03-10 18:39:28.273914|INFO |VirtualServer | 1| client 'server'(id:0) added privilege key for servergroup 'Server Admin'(id:6)
2012-03-10 18:39:28.273973|WARNING |VirtualServer | 1| --------------------------------------------------------
2012-03-10 18:39:28.273999|WARNING |VirtualServer | 1| ServerAdmin privilege key created, please use the line below
2012-03-10 18:39:28.274024|WARNING |VirtualServer | 1| token=KNWhynYbizqI47ikN8OgiXnbeQruRnIAVL8QZSTi
2012-03-10 18:39:28.274048|WARNING |VirtualServer | 1| --------------------------------------------------------
------------------------------------------------------------------
I M P O R T A N T
------------------------------------------------------------------
ServerAdmin privilege key created, please use it to gain
serveradmin rights for your virtualserver. please
also check the doc/privilegekey_guide.txt for details.
token=KNWhynYbizqI47ikN8OgiXnbeQruRnIAVL8QZSTi
------------------------------------------------------------------
2012-03-10 18:39:28.337744|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
2012-03-10 18:39:28.338091|ERROR |Query | | bind failed on 192.168.1.36:1001
2012-03-10 18:39:28.433657|INFO |VirtualServer | 1| stopped
-
10-03-2012, 21:53 #7
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
Hello
Your first bind error is when the port is already uses (not the IP address) by another program or another Teamspeak Instance.
Please check your process list. Kill all Teamspeak processes
(if I remember good the command is : lsof -i | grep LISTEN)
If you still get this problem :
According your first post you have a problem on the query port (10011).
So try to start your Teamspeak server just with the query_port parameter.Last edited by florian_fr40; 10-03-2012 at 22:40.
-
10-03-2012, 22:39 #8
-= TeamSpeak User =-
- Join Date
- Mar 2012
- Posts
- 7
how do i do that xd thank you a lot for all of these informations allready
-
10-03-2012, 22:46 #9
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
?????
If you talk about the start command, you could try this one :
If the server start normally it was a port problem.Code:./ts3server_mac start query_port=20000
-
11-03-2012, 04:54 #10
He actually used a different port already (even if it was by accident), which was 1001, and 30033 also failed. Since it looks like you are running it on a normal computer (if I can name a mac that), could it be a firewall issue?
@florian: If your command is valid, then your quickstart manual is wrong. It says that you can't use query_port without query_ip.
-
11-03-2012, 07:26 #11
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
This is not what is wrote in his first server log
Originally Posted by numma_cway
The manual is not wrong. My last answer is just for test.
Originally Posted by numma_cway
Last edited by florian_fr40; 11-03-2012 at 17:56.
-
11-03-2012, 11:32 #12
-= TeamSpeak User =-
- Join Date
- Mar 2012
- Posts
- 7
how do i do for my friends to connect do i give them my external ip adress
-
11-03-2012, 14:03 #13
Does that mean you were able to start your server that you can connect? Then please see this thread.
-
12-03-2012, 16:16 #14
-= TeamSpeak User =-
- Join Date
- Mar 2012
- Posts
- 7
yes sorry im able to connect only on a local serve well i mean that i can connect with the address given to me and the default port but my friends cant connect. How can i fixes this? do i have to give them a different address or port my address is 192.168.1.36 and port 9987
-
12-03-2012, 16:19 #15
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
Please look at the link from the numma_cway's port.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Change default server query por 10011
By tonilv in forum Server SupportReplies: 3Last Post: 21-10-2012, 15:24 -
Change default server query por 10011
By tonilv in forum General QuestionsReplies: 1Last Post: 07-11-2011, 18:03 -
[Resolved] Bind Failed on Port 10011
By ScathDeSolas in forum Linux / FreeBSDReplies: 4Last Post: 25-03-2011, 16:38 -
Debian, S3ANetwork::Bind failed error: 98 & Received signal SIGTERM, shutting down.
By Dream in forum Linux / FreeBSDReplies: 7Last Post: 14-02-2011, 17:38 -
Couldn't connect to query IP:Port (xxx.xxx.xxx.xxx:10011)
By maver66 in forum Server SupportReplies: 10Last Post: 02-11-2010, 19:37


Reply With Quote
