None of my guys can connect to TeamSpeak 3 Server with version 0.7.3 due to server being to old per client and there is no TeamSpeak 3 update feature? Hope this thread sparks up some ideas...
Thank You...
None of my guys can connect to TeamSpeak 3 Server with version 0.7.3 due to server being to old per client and there is no TeamSpeak 3 update feature? Hope this thread sparks up some ideas...
Thank You...
Yeah, TS3's linux server package is outdated. No longer able to connect with the updated client.
Agreed, Anyone know how to update the server manually to the newest one or when they will update the build to the current with CPGS? Thanks.
Yeah I was going to make an attempt to do that, however a buddy of mine who also has a dedicated server using CPGS made that mistake ... needless to say now he wishes he never made the attempt so I'll wait and see if they update it in CPGS. Seams lots of people need it updated now that they require the update to work with the newest client.
Here's a updated ts3.cpgs file. I'm using this file on our server.
Please note.. it's the x86 version and not the x64 bit version.. if anyone can build a package for x64 I'd appreciate it..
Download UR:
http://cyber-surfer.amerabyte.com/Do...PGS Module.zip
Hope this helps some of you.. Just replace the existing ts3.cpgs with the one in this file...
EDIT: I made this package following Darren's instructions.. however.. for some reason the status page in the users CPanel is NOT showing the servers status information.. it shows the logo, and the first title bar.. but that's it..But at least the server itself works..
CS
Last edited by Cyber-Surfer; 06-03-2010 at 01:05 AM. Reason: Addon info...
Darren,
Can you please give us instructions on creating a ts3.cpgs file please?
Thank You,
Joe
Actually, I did a uninstall and then reinstall.. So.. Not sure.. But the token was listed in the log, and it worked just fine.. I've got Server Admin status.. Just don't get the TS3 server info on the cpanel page.. :/
It also doesn't show the "Manage" link on that page either.. so..
mind linking to the instructions Darren gave to create a package for TS3?
I'm working on updating TS3, a new package would require you to do a full reinstall. So far just overwriting the files from their website worked for me for the server, but some of the backend stuff has changed with it again so I've got to rewrite a few bits of cPGS so it will work with the updated beta server. I'm hoping to have it done by tomorrow. I'll try catching up on forum posts once I get these tickets answered and high-in-demand updates pushed out.
Need to put in a support ticket for cPGS ? Click on the url below and follow the bottom most link "Submit a Support Request without Logging In"
https://tickets.cpanel.net/submit/index.cgi?support=1
Here's the instructions I followed...
http://forums.cpanel.net/f41/so-far-...tml#post363573
Since the framework is not yet in place to update servers in-place, you'll need to do a little manual work to update them, just follow the steps below and it should be pretty easy:
First off, stop the TS3 server from the user interface.
Then SSH in to the server as root and go to your game server package storage directory, normally /home/gameservers/ :
# cd /home/gameservers/
Download the latest package, I just pushed it to cpgs.network3.net :
# wget cpgs.network3.net/ts3.cpgs -O ts3.cpgs
su to any user who's server you need to update, in this case I'll use "bob" as an example:
# su bob -s /bin/bash
>>>>>>>>>>> (OPTIONAL BUT ADVISED) >>>
Copy the entire ts3 install to another directory as a backup to restore just in case:
$ cd ~/.gameservers/
$ cp -a ts3_0 ts3_0-backup
(and if you need to restore later on,
$ mv ts3_0 ts3_0-broken
$ cp -a ts3_0-backup ts3_0
)
<<< (OPTIONAL BUT ADVISED) <<<<<<<<<<<
Then head into bob's ts3 install, in this example it's install #0
$ cd ~/.gameservers/ts3_0/
Backup your server config database, just in case:
$ cp ts3server.sqlitedb ts3server.sqlitedb.backup
Then unpack the new server package files right on top of the existing one, ignore errors about trailing garbage, "error exit delayed from previous errors", etc, that's normal and expected, it's skipping the meta data of the cpgs package:
$ tar xzvf /home/gameservers/ts3.cpgs
Now in WHM you want to be sure you have the latest version of 0.7.3, I only *just now* pushed out the update so no one will have it until June 5th without this step. To update, log into WHM as root and click on the "Force Self Reinstall to 0.7.3" link.
Now just start the TS3 server from the user's cPanel interface and it should be ok. If this doesn't work, put in a ticket for me.
Need to put in a support ticket for cPGS ? Click on the url below and follow the bottom most link "Submit a Support Request without Logging In"
https://tickets.cpanel.net/submit/index.cgi?support=1
Thank you for the update. I followed your instructions and had no problems works great. Thanks once more.