Community Forums Today's Posts     Member List     Archive    
Results 1 to 3 of 3
  1. #1
    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):

    Code:
    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';
    This sets everything to -1

    Now restart your teamspeak3 server !

    I hope this helps you Greetings ~Berni
    Last edited by Berni; 23-12-2009 at 10:48.

  2. #2
    Join Date
    Sep 2007
    Location
    Calgary Alberta Canada
    Posts
    113

    Exclamation

    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

  3. #3
    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

  1. File Transfer
    By shade in forum General Questions
    Replies: 14
    Last Post: 19-12-2011, 00:53
  2. file transfer server quota exceeded
    By littledave in forum Windows
    Replies: 6
    Last Post: 08-04-2010, 14:07
  3. File transfer port and pid file
    By Icelyfire in forum Linux / FreeBSD
    Replies: 0
    Last Post: 22-12-2009, 10:19
  4. Probleme mit Teamspeak und MySQL
    By Ts-sponsoren.de in forum [TeamSpeak 2] Server Support
    Replies: 9
    Last Post: 01-10-2008, 14:01
  5. TS on Windows and MySQL
    By trmentry in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 09-08-2005, 06:51

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •