Forum


Notice to all users

We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020

Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 72
  1. #46
    Join Date
    December 2009
    Location
    Germany
    Posts
    20
    Quote Originally Posted by MaXXimus View Post
    Did you get yours sorted out yet?
    Nope - no change - still doesn't work with b5 client+server (and some options set/unset/restarted/whatever...)

  2. #47
    Join Date
    December 2009
    Location
    Germany
    Posts
    4

    Exclamation

    Quote Originally Posted by esembe View Post
    Nope - no change - still doesn't work with b5 client+server (and some options set/unset/restarted/whatever...)
    just wipe out your db (or delete the entire folder), set up everything as described by this tutorial and it will work for sure!

  3. #48
    Join Date
    December 2009
    Location
    Germany
    Posts
    20
    well - there has to be another way!?

    some wrong db settings you can't access or whatever...

  4. #49
    Join Date
    December 2009
    Location
    Germany
    Posts
    20
    HA! Got it!

    TABLE: instance_properties
    serverinstance_max_download_total_bandwidth
    serverinstance_max_upload_total_bandwidth

    in sql/defaults.sql that value defaults to -1

    Code:
    update instance_properties set value=-1 where ident="serverinstance_max_upload_total_bandwidth";
    update instance_properties set value=-1 where ident="serverinstance_max_download_total_bandwidth";
    + Server restart


    now avatar + file upload works for me

    seems like beta1 or beta2 put a value of "3" there (bug ) which caused my timeout problem
    Last edited by esembe; December 23rd, 2009 at 01:44 AM. Reason: -1 instead of 800000 (from sql/defaults.sql)

  5. #50
    Join Date
    December 2009
    Location
    Germany
    Posts
    2,360
    Thanks esembe, you are my hero .

    I executed the following command in server query:
    instanceedit serverinstance_max_upload_total_bandwidth=800000 serverinstance_max_download_total_bandwidth=800000
    And now it works.


    Btw. to the TS3 devs: Why I get a convert error while setting something (like serverinstance_max_upload_total_bandwidth) to -1, if this is a valid value for this setting?

  6. #51
    Join Date
    October 2005
    Location
    scotland
    Posts
    20

    Unhappy

    Still 0bytes for all uploads and avatars.

    I deleted all files, client and server and installed both beta5 versions of client and server. Set everything up as it should and set all file sizes to 800000 and it's still not working.

    The files upload but they are 0bytes and cannot be viewed, accessed or downloaded.

  7. #52
    Join Date
    December 2009
    Location
    Germany
    Posts
    2,360
    Quote Originally Posted by rossco View Post
    Still 0bytes for all uploads and avatars.
    Are you sure that you used both commands?

    serveredit virtualserver_max_download_total_bandwidth=800000 virtualserver_max_upload_total_bandwidth=800000
    instanceedit serverinstance_max_upload_total_bandwidth=800000 serverinstance_max_download_total_bandwidth=800000
    You have to do both, one of this commands alone is not enough .


    The TS3 server process need write access in the files directory, this should be checked.
    Also you have to check if i_client_max_avatar_filesize is chosen big enough (I use 51500 as value here).
    Last edited by Stefan1200; February 9th, 2010 at 05:57 PM.

  8. #53
    Join Date
    December 2009
    Location
    Germany
    Posts
    7
    Looks like there is a bug with the unlimited value.
    Was trying the whole weekend to now, to get fileserver and avatar to work.

    Uploadquote & Downloadquote works fine with the unlimited value of -1 but the upload or download bandwidth with -1 will fail with timeout. (only 95% will be uploaded during the time till the timeout effect occurse)

    Also i would like to thanks KoldFusion, without his idea with modifying the bandwidth it wouldn't work for me.

    So guys if it isn't running for you change it to a higher value like KoldFusion and it works

  9. #54
    Join Date
    December 2009
    Location
    germany
    Posts
    76
    Quote Originally Posted by esembe View Post
    HA! Got it!

    TABLE: instance_properties
    serverinstance_max_download_total_bandwidth
    serverinstance_max_upload_total_bandwidth

    in sql/defaults.sql that value defaults to -1

    Code:
    update instance_properties set value=-1 where ident="serverinstance_max_upload_total_bandwidth";
    update instance_properties set value=-1 where ident="serverinstance_max_download_total_bandwidth";
    + Server restart


    now avatar + file upload works for me

    seems like beta1 or beta2 put a value of "3" there (bug ) which caused my timeout problem
    That did the trick!

    Thanks so much man!!!!!

  10. #55
    Join Date
    September 2007
    Location
    Calgary Alberta Canada
    Posts
    109
    I made a HOWTO video on how to Install everything from scratch.

    You Tube HOWTO Install Teamspeak 3 Beta 5 Server from scratch on Linux using SQLite

  11. #56
    Join Date
    March 2005
    Location
    Deutschland
    Posts
    15
    Quote Originally Posted by esembe View Post
    HA! Got it!

    TABLE: instance_properties
    serverinstance_max_download_total_bandwidth
    serverinstance_max_upload_total_bandwidth

    in sql/defaults.sql that value defaults to -1

    Code:
    update instance_properties set value=-1 where ident="serverinstance_max_upload_total_bandwidth";
    update instance_properties set value=-1 where ident="serverinstance_max_download_total_bandwidth";
    + Server restart


    now avatar + file upload works for me

    seems like beta1 or beta2 put a value of "3" there (bug ) which caused my timeout problem
    yeah thy man, this works fine!!!

  12. #57
    Join Date
    September 2007
    Location
    Calgary Alberta Canada
    Posts
    109
    Quote Originally Posted by GerWonder View Post
    yeah thy man, this works fine!!!
    Were you not able to set these through your client?

    If it is grayed out still you might have more issues down the line. Did you elevate your permissions?

  13. #58
    Join Date
    December 2009
    Location
    Germany
    Posts
    20
    instance_properties.serverinstance_max_upload_tota l_bandwidth is not server_properties.virtualserver_max_upload_total_b andwidth

    (only the second one is available in virtualserver gui - but the first one seems to be a global setting which is always enforced over the virtualserver settings)

  14. #59
    Join Date
    December 2009
    Location
    AZ
    Posts
    14
    We found that you don't need to add file permissions to activate avatars or even allow file transfer. The Avatars get sent to a different folder from the rooms. Also, the default seems to be to let everyone full file transfer access for new rooms.

    Also, would like to know the difference between a power and a needed power. For example, I can set "file browse power" to anything and still have access to the browser as admin. BUT, If I set the "needed file browse power" to something lower then 100 I no longer have permission as power 100 admin to use the browser. That makes no sense to me. It seems to allow creating permissions that only lower users would have access to and not the admins.

    To solve new room permissions, I think you would have to add file permissions to the channel template. But I'm not sure where that would be. Channel groups is still user groups.

  15. #60
    Join Date
    December 2009
    Location
    Netherlands
    Posts
    13

    Avatars

    Hello,

    I have got a Teamspeak 3 Beta 9 server and i have got a question about the avatars.
    When i choose my avatar and i go to the FTP.
    I open the map internal in virtualserver_1, i see a file that's 0kb and the is like avatar_ndcijjiinnmnlbhieeihcgmglfdcjdjohddjdigf.

    After 2 minutes i get in my Teamspeak 3 client the next error in red color:
    <01:13:14> file transfer connection timeout

    The permissions of the internal map is 755.

    Who can help me to fix this problem?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: October 10th, 2011, 08:26 AM
  2. Avatars
    By SeToY in forum Linux / FreeBSD
    Replies: 9
    Last Post: February 5th, 2010, 03:58 PM
  3. Disable Filesharing
    By DarkSorrow in forum Suggestions and Feedback
    Replies: 3
    Last Post: December 21st, 2009, 09:13 PM

Posting Permissions

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