PDA

View Full Version : WebAdmin doesn't reply data


SWiV
18-11-2005, 18:49
WebAdmin doesn't reply data

--------------------------------------------------------------------------------

Hey there,

I'm running TS2 Server on OpenBSD 3.6 (linux emu) and it's running fine except for the WebAdmin Interface..
When I do a netstat -a i see the port opened (doesn't matter which port), but when i connect to it, the connection gets accepted, but no data passed through.. there isn't a failure inside the logs..
I can join with a normal TS client and that works fine..


The things i've tried:
- put ip in BindToIP
- change ports
- change clients lynx/mozilla/IE
- remote or local doesn't differ


Logs:
---------------------------------------------------------------
-------------- log started at 18-11-05 18:43 -------------
---------------------------------------------------------------
18-11-05 18:43:07,ALL,Info,server, Server init initialized
18-11-05 18:43:07,ALL,Info,server, Server version: 2.0.20.1 Linux
18-11-05 18:43:07,ALL,Info,server, Starting VirtualServer id:1 with port:8767
18-11-05 18:43:10,ALL,Info,server, Server init finished
18-11-05 18:43:10,WARNING,Info,server, TeamSpeak Server daemon activated

SERVER.INI

[Main Config]
BoundToIp1=81.171.x.x (CENSORED )
ExternalIPDectection=1
HTTPServer Port=8484
HTTPServer Enabled=1
DateTimeFormat=dd-mm-yyyy hh:nn:ss
TCPQueryPort=51234
AllowedClientNameChars=
DisAllowedClientNameChars=()[]{}

[debug]
MessageTypes=LMTALL
MessageDepths=LMDALL

[WebPost]
AdminEmail=na
ISPLinkURL=na
ISPName=Private
ISPCountryNumber=0
Enabled=1
PostURL=
ListPublic=1
UserAgent=teamspeak

[log]
access_r=0
access_u=0
channel_registerred=0
channel_unregisterred=0
sa=0
chat=0
kick_server=0
kick_channel=0

[Spam]
max_commands=10
in_seconds=2



=====
I hope anyone could help me with this..

Thx in advance..

teliot
08-05-2006, 00:05
same proublem

side note, using fedora c4 and latest TS, when i updated the kernal i had to start ts by using
setarch i686 -L sudo -u teamspeak ./teamspeak2-server_startscript start

before i updated kernal i did not have todo that and webadmin worked just fine, when i hit webadmin with a browser it says "No Data" but when i use a telnet query on the webport it works just fine and i can see the html code.

teliot
08-05-2006, 00:21
ok so i beat my head on it for 3 days, post in forums, think hey lets show what telneting into it does, (turns out that works), make post, then back to beating on it to find that it now works, after the telnet, funky

start --> run --> telnet ip port
# text no longer showes now!
GET HTTP/1.1 **hit return for next line** P.S. that GET HTTP should be uppercase
**hit return again**
**hit return again**


#wait for the html (could take time)
#firefox now worked for me
let me know if its good for you too