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
well - there has to be another way!?
some wrong db settings you can't access or whatever...
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
+ Server restartCode: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";
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)
Thanks esembe, you are my hero.
I executed the following command in server query:
And now it works.instanceedit serverinstance_max_upload_total_bandwidth=800000 serverinstance_max_download_total_bandwidth=800000
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?
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.
Are you sure that you used both commands?
You have to do both, one of this commands alone is not enoughserveredit 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.
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.
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![]()
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
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)
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.
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?
There are currently 1 users browsing this thread. (0 members and 1 guests)