Koozali.org: home of the SME Server

Teamspeak

Offline Parsival1973

  • **
  • 52
  • +0/-0
Teamspeak
« on: January 17, 2018, 07:14:59 PM »
Has anyone got teamspeak running on their server. The contrib seems to be for an older version of the server running 32bit. I am currently on 9.2 64bit and while I have gotten it to install I am unable to login in any capacity (admin or through client connections)

If anyone has any advice I would appreciate it.

Thank you.

Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: Teamspeak
« Reply #1 on: January 17, 2018, 11:23:04 PM »
Don't have it myself but some stuff to check.

Looks like the rpm is 'noarch' so should run on 32 ir 64 bit.

If it isn't working there must be some errors somewhere.

Check

config show teamspeak

Try restarting the service and check the logs

service teamspeak restart

Look at

/var/log/messages
/var/log/httpd/error_log

What url did you try to access the server with?

B. Rgds
John
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline Parsival1973

  • **
  • 52
  • +0/-0
Re: Teamspeak
« Reply #2 on: January 18, 2018, 01:12:24 AM »
Config reads

teamspeak=service
UDPPort=8767
UserPassword=MKlU7mhcfQ1KxbL2nE03abHHkHRA0XOHog==
access=public
status=enabled

In order for it to run at all I found I had to install 32bit package libstdc++.i686 otherwise I get and error that /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory when trying to start service.

now it loads and I can get to the home administration page and status viewing page but when I try to log in it just sits there until it times out.

In my case the link is http://www.ourfamilyslife.com:14534/ for administrative

Don't have it myself but some stuff to check.

Looks like the rpm is 'noarch' so should run on 32 ir 64 bit.

If it isn't working there must be some errors somewhere.

Check

config show teamspeak

Try restarting the service and check the logs

service teamspeak restart

Look at

/var/log/messages
/var/log/httpd/error_log

What url did you try to access the server with?

B. Rgds
John

Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: Teamspeak
« Reply #3 on: January 18, 2018, 02:23:44 AM »
Ok, then the package needs a rebuild at some point. You should open a bug on it.

Access. What do the logs say?

Wiki mentions

"You will need admin and superadmin passwords which can be retrieved by typing this command at a linux-prompt"

service teamspeak passwords

Are both set?

Also see the Note

"To connect with superadmin you have to go to slogin.html not login.html"

So try

http://www.ourfamilyslife.com:14534/slogin.html

Also try the local IP. And check all your logs.

There is one other possibility... some of the authent system was changed a while back which affected some contribs (gutweb was one) and I'm wondering if this could be the case here. Logs should give some clues.
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline Parsival1973

  • **
  • 52
  • +0/-0
Re: Teamspeak
« Reply #4 on: January 18, 2018, 03:15:58 AM »
All I found in the logs related to teamspeak is

/var/log/secure

Jan 17 17:41:16 excalibur su: pam_unix(su:session): session opened for user teamspeak by root(uid=0)
Jan 17 17:41:17 excalibur su: pam_unix(su:session): session closed for user teamspeak

Yes the passwords are set. I got the passwords and the main admin login page contains a link to the superadmin page which does take you there. I get the same response on that page as well...

I am not sure what rebuild entails but I would note that they have released a 32 and 64 bit version of a newer version (version 3).

I have also tried logging into either admin or superadmin pages using local ip addresses but it does the same...



Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: Teamspeak
« Reply #5 on: January 18, 2018, 10:54:09 AM »
All I found in the logs related to teamspeak is

/var/log/secure

Jan 17 17:41:16 excalibur su: pam_unix(su:session): session opened for user teamspeak by root(uid=0)
Jan 17 17:41:17 excalibur su: pam_unix(su:session): session closed for user teamspeak

Yes the passwords are set. I got the passwords and the main admin login page contains a link to the superadmin page which does take you there. I get the same response on that page as well...

Ah OK. Couple of things. If you used the rpm from the link on the wiki page then that is probably:

smeserver-teamspeak-server-2.0.24.1-2.noarch.rpm

Check with rpm -qa |grep team

That is very old and clearly won't work on v9

I can see there is one in smecontribs for v8 which is v3.1 but that is not available anymore. We ought to look at rebuilding it for v9.

Please raise a bug. e.g. "Import Team Speak Server to v9"

https://bugs.contribs.org/enter_bug.cgi?product=SME%20Contribs

and then select smeserver-teamspeak-server

Quote
I am not sure what rebuild entails but I would note that they have released a 32 and 64 bit version of a newer version (version 3).

I think this may be resolved if the contrib is imported to v9 and rebuilt.

The version in smecontribs does not include the actual teamspeak server files as there are copyright issues - see here:

Note this bug https://bugs.contribs.org/show_bug.cgi?id=7728

The code in the sme v8 contrib is just configuration templates and would work on either 32 or 64 bit (noarch)

Either way, we need to have a closer look and that is best done via the bug tracker.
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline Parsival1973

  • **
  • 52
  • +0/-0
Re: Teamspeak
« Reply #6 on: January 18, 2018, 05:25:56 PM »
Now I need some clarification. You are correct about the use of the rpm from the wiki page but if it does not include the actual teamspeak server files how does it in fact work?

Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: Teamspeak
« Reply #7 on: January 18, 2018, 05:55:09 PM »
Now I need some clarification. You are correct about the use of the rpm from the wiki page but if it does not include the actual teamspeak server files how does it in fact work?

The version you have probably did. I suspect it used to be totally open source, got popular, then re licenced as free for personal use only.

We probably aren't allowed to redistribute in a rpm.

So the new contrib probably needs an 'acceptance' type thing to allow it to pull the source on install.

The version you have is out of date, both the contrib and teamspeak server, and the only answer is an updated contrib.
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline Parsival1973

  • **
  • 52
  • +0/-0
Re: Teamspeak
« Reply #8 on: January 18, 2018, 06:04:14 PM »
Thank you. I have submitted a bug/request.

Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: Teamspeak
« Reply #9 on: January 18, 2018, 06:13:47 PM »
Thank you. I have submitted a bug/request.

Thank you. Someone will take a look at it
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline Jean-Philippe Pialasse

  • *
  • 2,747
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Teamspeak
« Reply #10 on: January 19, 2018, 05:32:46 AM »
the only version of teamspeak available currently is teamspeak 3: https://www.teamspeak.com/en/downloads
which require registering before using to the TeamSpeak 3 ATHP License and its 50$ fee
https://support.teamspeakusa.com/index.php?/Knowledgebase/Article/View/14/13/how-do-i-apply-for-and-ultimately-obtain-a-teamspeak-3-athp-license-and-how-does-that-relate-to-the-50-fee-i-have-to-pay-when-i-purchase-the-teamspeak-3-athp-application

which then require a monthly subscription unless you are eligible for free subscription : https://sales.teamspeakusa.com/pricing.php


however with this build : see bug https://bugs.contribs.org/show_bug.cgi?id=10494

and info from there http://help.tcadmin.com/Teamspeak_Server_Configuration

you might be able to test and try to fix if something is broken. I do not have any license and do not want to pay for one.

Offline Parsival1973

  • **
  • 52
  • +0/-0
Re: Teamspeak
« Reply #11 on: January 19, 2018, 01:16:22 PM »
That is not quite accurate. You can download and use their software unlicensed for non-profit for free. on your own server hardware. The ATHP  is Authorized Team Speak Host Provider which is where you would rent a hosting server.

Unlicensed / Non-Profit License (NPL) as per http://www.teamspeak.com/en/pricing.html

The free version for hosting yourself is downloadable from here

http://www.teamspeak.com/en/downloads.html#server

There is no registration fee for this.


the only version of teamspeak available currently is teamspeak 3: https://www.teamspeak.com/en/downloads
which require registering before using to the TeamSpeak 3 ATHP License and its 50$ fee
https://support.teamspeakusa.com/index.php?/Knowledgebase/Article/View/14/13/how-do-i-apply-for-and-ultimately-obtain-a-teamspeak-3-athp-license-and-how-does-that-relate-to-the-50-fee-i-have-to-pay-when-i-purchase-the-teamspeak-3-athp-application

which then require a monthly subscription unless you are eligible for free subscription : https://sales.teamspeakusa.com/pricing.php


however with this build : see bug https://bugs.contribs.org/show_bug.cgi?id=10494

and info from there http://help.tcadmin.com/Teamspeak_Server_Configuration

you might be able to test and try to fix if something is broken. I do not have any license and do not want to pay for one.

« Last Edit: January 19, 2018, 01:19:02 PM by Parsival1973 »

Offline Jean-Philippe Pialasse

  • *
  • 2,747
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Teamspeak
« Reply #12 on: January 19, 2018, 03:01:12 PM »
That is not quite accurate. You can download and use their software unlicensed for non-profit for free. on your own server hardware. The ATHP  is Authorized Team Speak Host Provider which is where you would rent a hosting server.

Unlicensed / Non-Profit License (NPL) as per http://www.teamspeak.com/en/pricing.html

The free version for hosting yourself is downloadable from here

http://www.teamspeak.com/en/downloads.html#server

There is no registration fee for this.

Ok then give a go to the new build and report in the bug

Offline Parsival1973

  • **
  • 52
  • +0/-0
Re: Teamspeak
« Reply #13 on: January 19, 2018, 07:06:16 PM »
I have posted how far I have gotten with the update in the bug report.

I also did some searching on the net and I wonder if this would provide any sort of assistance.

https://forum.teamspeak.com/threads/67834-How-To-install-TeamSpeak-3-0-0-Server-CentOS




Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: Teamspeak
« Reply #14 on: January 19, 2018, 08:14:57 PM »
Keep any relevant info in the bug. Easier to track what is happening.

Thanks
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation