Koozali.org: home of the SME Server

TeamSpeak server on SME (moved)

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
TeamSpeak server on SME (moved)
« Reply #30 on: March 23, 2007, 10:42:10 AM »
Quote from: "cool34000"
Hey !

I'd rather wait for an explanation (there must be one !). It was working before v7.1.2, something must have changed in SME configuration !
I don't think it's a good idea to desactivate the firewall (even if you're in server-only mode).


What does
Code: [Select]
iptables -L |grep 8767
give you?
Regards,
William

IF I give advise.. It's only if it was me....

boss_hog

TeamSpeak server on SME (moved)
« Reply #31 on: March 23, 2007, 04:31:05 PM »
Hi William,

Quote from: "william_syd"

What does
Code: [Select]
iptables -L |grep 8767
give you?


[root@sme7test ~]# iptables -L |grep 8767
ACCEPT     udp  --  anywhere             anywhere            udp dpt:8767
ACCEPT     udp  --  anywhere             sme7test.<mydomain>.com udp dpt:8767

The above was run with the firewall running.

In my testing, since my testbox(TB) was updated, the only way I can
connect to the TS2 server from the WAN is to disable the firewall: S36masq stop

This is not my preferred method, but the TS2 server is behind
another SME Server(my production machine).
Joe

Offline cool34000

  • *
  • 339
  • +0/-0
TeamSpeak server on SME (moved)
« Reply #32 on: March 25, 2007, 05:21:31 AM »
Hi !

Mine is only giving me that :
Code: [Select]
#iptables -L |grep 8767
ACCEPT     udp  --  anywhere             myserver.mydomain.com udp dpt:8767
The problem should come from elsewhere...

I also tryed to change the 'BoundToIp1' to my external ip address and when I restart the service I get this error :
Code: [Select]
Error, Either an old instance of teamspeak is still running, or an other application is using the tcpquery port!Removing it solve the problem of course and I can start my service again.

boss_hog

TeamSpeak server on SME (moved)
« Reply #33 on: March 29, 2007, 06:36:02 PM »
Howdy yall,
a bug was reported(not confirmed) that may be part
of the TS2 problem.
Check out Bug #2812 in the bug tracker, http://bugs.contribs.org/show_bug.cgi?id=2812
Joe

Offline cool34000

  • *
  • 339
  • +0/-0
TeamSpeak server on SME (moved)
« Reply #34 on: March 29, 2007, 07:45:32 PM »
Hi

Great find !!!
That could be a part of TS problem. I will do some tests with the fix proposed from the bugtracker on a test server... And tell the results here of course !

Offline cool34000

  • *
  • 339
  • +0/-0
TeamSpeak server on SME (moved)
« Reply #35 on: April 01, 2007, 11:42:54 AM »
Hi all !

I've tested the fix proposed from the bugtracker and TeamSpeak is working now... 8)  :D  8)

I've created a custom template to fix the problem, anyone doing so should remember to delete the custom template when masq's rpm will be updated !

Offline harry

  • 3
  • +0/-0
It misses the signs around the pwd command
« Reply #36 on: May 24, 2007, 11:54:23 AM »
In script called "teamspeak" (first page, first post)

Quote

                                if [ -x $DIR/server_linux ]; then
                                        WD=pwd
                                        cd $DIR
                                        su $USER -c "$DIR/server_linux -PID=tsserver2.pid" &
                                        cd $WD
                                else


it misses the signs around the pwd command :
Quote
WD=`pwd`

Offline cool34000

  • *
  • 339
  • +0/-0
TeamSpeak server on SME (moved)
« Reply #37 on: May 24, 2007, 12:26:12 PM »

Offline cool34000

  • *
  • 339
  • +0/-0
TeamSpeak server on SME (moved)
« Reply #38 on: June 06, 2007, 04:15:04 AM »
Hi all,

I've made a try on building an rpm of TeamSpeak Server for SME 7.x
You can download rpms and/or srpms here

Any comments/suggestions will be welcome.


Have fun!

Best regards,
Sylvain