PDA

View Full Version : CAn't connect to the web Interface


Annakan
11-04-2005, 12:35
I installed teamspeak Server 2.0 on an OpenBsd 3.6 box with linux compat installed.

It went fine mostly besides my usual mistakes.

Now I can connect to the coice server from my local network just fine so connecting from the outside will be a matter of configuring filtering rules.

BUT I can't connect to the web interface to manage the teamSpeak server.

Either from the local box or a local network box
Lynx http://localhost:14534 does not work and hang as well as a telnet to the server port. I am NOT refused, connection seems to start fine but nothing is ever sent from the server to the web client.

Another detail is that shutting down the server can not be done cleanly (something hangs inside ?) and the script has to use a hard kill to eradicate the process.

Help ? :o

NB : I also receive a script error message saying that the SEQ command is not recognized in the wait loops, I did not pay much attention to that Bash syntax should be consistent accross platforms though, I will look into it later

mrplastik
11-04-2005, 22:03
Same issue here, running FreeBSD...
trinity# uname -a
FreeBSD trinity.inodes.us 5.3-RELEASE-p6 FreeBSD 5.3-RELEASE-p6 #0: Wed Mar 30

Got the MySQL portion of it running, and it shows mysql connections active..
<snip>
trinity# sockstat -4
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
teamspeakserver_lin 33930 9 tcp4 192.168.0.42:56502 192.168.0.40:3306
teamspeakserver_lin 33930 18 udp4 65.16.120.24:8767 *:*
<snip>

MySQL connections, and also listening for TS connections on default port...
My log file shows all is well, however, I know it's not..

<snip>
trinity# tail -f server.log
---------------------------------------------------------------
-------------- log started at 11-04-05 14:46 -------------
---------------------------------------------------------------
11-04-05 14:46:53,ALL,Info,server, Server init initialized
11-04-05 14:46:53,ALL,Info,server, Server version: 2.0.20.1 Linux
11-04-05 14:46:55,ALL,Info,server, Starting VirtualServer id:1 with port:8767
----------------------------------------------------------
---------------------------------------------------------------
--------------- log ended at 11-04-05 14:47 --------------
---------------------------------------------------------------
<snip>

Anyone have this issue? Or any clue what's causing it, I originally thought if I got some sort of db back-end working, the issue would go away. Apparently I was incorrect, any type of further debugging switches I can add? I'd like to watch more a verbose output of logging... if possible, then perhaps I could solve this issue.

Thanks.

lovi
07-05-2005, 06:40
Same here on an OpenBSD machine with linux_compat. Even setup mysql to see if the delivered db code was abit faulty, but it didn't help.

I see when I start the server that it listens on the correct ports. When I connect to the http or tcpquery port I only get back 1 TCP ACK. That's it, the connection keeps waiting forever. No webinterface no telnet interface.

I can connect to the teamspeak port, and chat. But alas, even after a while I just get disconnected and can't even reconnect anymore, eventhough the server is still running and listening on the port.

Hope the freebsd binary will be available soon since the site that hosts it is pwd protected atm, maybe that one will solve the problems.