morten51
30-05-2005, 14:14
I try to start my server whit TCPQuery=80 but i cant start the server only if i use a TCPQuery = 1100 to 65535.
i can set the TCPQuery=80 and start in win XP but my ts run on a linux
i will like to start my server whit TCPQuery=80 can some help me.
a good failure description would included the error you get (server.log,...).
Any service running on that port allready (http,...) ?
A simple fact from history: If you want a program to listen on privileged ports (1 to 1024) that program needs to have root privileges.
If you create a separate (non-root) user for Teamspeak it is obvious why you can't have the web interface on Port 80.
Besides, if you already run a Webserver on that Port you wouldn't be able to do so anyways. However you can use header("Location: http://www.mydomain.dom:14535") in PHP or mod_rewrite for Apache to provide redirection.
I also have an error starting the server:
Error, Either an old instance of teamspeak is still running, or
an other application is using the tcpquery port!
Error, Server was not started!
I've searched into server.log for info, but last logged events don't show anny problem:
---------------------------------------------------------------
-------------- log started at 18-05-05 20:25 -------------
---------------------------------------------------------------
18-05-05 20:25:01,ALL,Info,server, Server init initialized
18-05-05 20:25:01,ALL,Info,server, Server version: 2.0.20.1 Linux
18-05-05 20:25:02,ALL,Info,server, Starting VirtualServer id:1 with port:8767
18-05-05 20:25:03,ALL,Info,server, Server init finished
18-05-05 20:25:03,WARNING,Info,server, TeamSpeak Server daemon activated
---------------------------------------------------------------
-------------- log started at 24-05-05 23:30 -------------
---------------------------------------------------------------
24-05-05 23:30:04,ALL,Info,server, Server init initialized
24-05-05 23:30:04,ALL,Info,server, Server version: 2.0.20.1 Linux
24-05-05 23:30:04,ALL,Info,server, Starting VirtualServer id:1 with port:8767
24-05-05 23:30:06,ALL,Info,server, Server init finished
24-05-05 23:30:06,WARNING,Info,server, TeamSpeak Server daemon activated
---------------------------------------------------------------
-------------- log started at 25-05-05 19:00 -------------
---------------------------------------------------------------
25-05-05 19:00:05,ALL,Info,server, Server init initialized
25-05-05 19:00:05,ALL,Info,server, Server version: 2.0.20.1 Linux
25-05-05 19:00:05,ALL,Info,server, Starting VirtualServer id:1 with port:8767
25-05-05 19:00:11,ALL,Info,server, Server init finished
25-05-05 19:00:12,WARNING,Info,server, TeamSpeak Server daemon activated
- I've also tried to open other TCP port for TCPquery, and didn't work.
- I commented that line in server.ini, and didn't work.
- I deleted the PID at server.pid, and didn't work.
- Of course, there's no other instance of TSserver running.
Anyone knows? :(
Thx!
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.