Hi All,

I'm trying to get a teamspeak server (linux binary) running under OpenBSD 4.0 I already digged the archives and teamspeak forums and it looks like nobody got it running yet. Well, my thought was: If it runs under FreeBSD's linux emulation, why shouldn't it run with OpenBSD's linux emulation?
Actually getting it to start is pretty straight forward.
But now it gets strange.
It opened the port 14534 for its webinterface, but I just can't get a connection.

tcpdump looks like that:

[EMAIL PROTECTED] </emul/linux/lib> # tcpdump -vvv -i fxp0 port 14534
tcpdump: listening on fxp0, link-type EN10MB



21:01:16.648401 91.64.139.194.56966 > 81.169.171.191.14534: S [tcp sum ok] 3861700237:3861700237(0) win 65535 <mss 1460,nop,wscale 0,nop,nop,timestamp 1675052578 0,sackOK,eol> (DF) (ttl 51, id 15498, len 64) 21:01:16.648478 81.169.171.191.14534 > 91.64.139.194.56966: S [tcp sum ok] 1066820290:1066820290(0) ack 3861700238 win 16384 <mss 1460,nop,nop,sackOK,nop,wscale 0,nop,nop,timestamp 3608973420 1675052578> (DF) (ttl 64, id 50636, len 64) 21:01:16.681719 91.64.139.194.56966 > 81.169.171.191.14534: . [tcp sum ok] 1:1(0) ack 1 win 65535 <nop,nop,timestamp 1675052578 3608973420> (DF) (ttl 51, id 15499, len 52) 21:01:16.685012 91.64.139.194.56966 > 81.169.171.191.14534: P 1:252(251) ack 1 win 65535 <nop,nop,timestamp 1675052578 3608973420> (DF) (ttl 51, id 15500, len 303) 21:01:16.884139 81.169.171.191.14534 > 91.64.139.194.56966: . [tcp sum ok] 1:1(0) ack 252 win 17125 <nop,nop,timestamp 3608973421 1675052578> (DF) (ttl 64, id 36313, len 52)

some packets are flying around but the connection doesn't get established at all.

I even gave ktrace a try, but I'm pretty much unable to interpret the output ;) So if anybody wants to take a look, the ktrace (for using with kdump) is here: http://terrorteam.de/~rabauke/OpenBSD/ktrace.out-teamspeak

Any help is very much appreciated.
I can't see a reason at all why it's running under FreeBSD, but not under OpenBSD :-/

best regards,
Marian

Reply via email to