Results 1 to 3 of 3
-
23-12-2009, 00:04 #1
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Austria
- Posts
- 8
[FIXED] file transfer timeout problem
Hey guys, I was experiencing problems with the file transfers always timing out. I had the files folder set to chmod 777, and the latest beta (5), and all virtuell server/server group/channel group permission set to -1 for quota, bandwidth and anything related to file transfers.
Then I got the idea to look in my mysql database myself if there is a setting I can still change. And I found the problem.
The teamspeak3 server seems to look up virtual server id 0, even if the running virtual server has the id 1.
and this virtual server had the download bandwidth set to something extremly low so it would timeout.
Solution, execute this in your teamspeak database (sqlite or mysql):
This sets everything to -1Code:UPDATE server_properties SET value=-1 WHERE ident='virtualserver_max_download_total_bandwidth'; UPDATE server_properties SET value=-1 WHERE ident='virtualserver_max_upload_total_bandwidth'; UPDATE server_properties SET value=-1 WHERE ident='virtualserver_download_quota'; UPDATE server_properties SET value=-1 WHERE ident='virtualserver_upload_quota';

Now restart your teamspeak3 server !
I hope this helps you
Greetings ~Berni
Last edited by Berni; 23-12-2009 at 10:48.
-
23-12-2009, 00:53 #2
-= TeamSpeak Addict =-
- Join Date
- Sep 2007
- Location
- Calgary Alberta Canada
- Posts
- 113
These 4 values can be changed via
-Right click your server name
-Edit Virtual Server
-Click MORE bottom left
-Transfers Tab
If these values are greyed out you have not elevated your access level to 100 and into the (Admin Server Query) Group.
Obviously you can bypass this with a direct database edit but then you have not given yourself the access of the (Admin Server Query) group and therfore may cause you issues down the line.
Remember:
Once you start a server not only do you need to add your long token via PERMISIONS --> USE TOKEN you need to elevate yourself into the (Admin Server Query) Group using the Query Tool.
The long token only gives you access to that one server, But elevating yourself to (Admin Server Query) basicaly makes you a global (all servers) admin.
Please see this post for how to properly do it without guerilla hacking at your database manualy. The TS team made this fully configurable through the front end for a reason, there should be NO NEED to CHMOD, CHOWN or any fancy stuff on the back end.
http://forum.teamspeak.com/showthread.php?t=47037
-
23-12-2009, 01:03 #3
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Austria
- Posts
- 8
...
erm KoldFusion, you should really read my post again, it's a teamspeak3 bug, the teamspeak reads the value from virtual serverid 0 instead of id 1. that's why so many people are complaining about timesouts even tho they have level 100 and all download/upload permission everywhere set to -1.
The only alternative way to my fix is completely deleting the database and installing it again.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
File Transfer
By shade in forum General QuestionsReplies: 14Last Post: 19-12-2011, 00:53 -
file transfer server quota exceeded
By littledave in forum WindowsReplies: 6Last Post: 08-04-2010, 14:07 -
File transfer port and pid file
By Icelyfire in forum Linux / FreeBSDReplies: 0Last Post: 22-12-2009, 10:19 -
Probleme mit Teamspeak und MySQL
By Ts-sponsoren.de in forum [TeamSpeak 2] Server SupportReplies: 9Last Post: 01-10-2008, 14:01 -
TS on Windows and MySQL
By trmentry in forum [TeamSpeak 2] Server SupportReplies: 1Last Post: 09-08-2005, 06:51


Reply With Quote