You might want to try this:
http://forum.teamspeak.com/showthread.php/92473-quot-file-input-output-error-quot-when-trying-to-access-file-browser?p=364459#post364459
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
Type: Posts; User: Birdie; Keyword(s):
You might want to try this:
http://forum.teamspeak.com/showthread.php/92473-quot-file-input-output-error-quot-when-trying-to-access-file-browser?p=364459#post364459
Thank you - you saved my day.
$ locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory...
Please double-check that you have downloaded the correct version of TS3. The amd64 (64Bit) version will not run on a x86 (32Bit) Linux. Instead, it will give you the error message that you mention.
That did not change anything.
Using a link like ts3server://95.168.183.182?port=9987 from within a web browser will cause trouble with the new version. The default icon pack is not found and thus the GUI looks awkward.
Yes, I have the same problem, but only if I connect to a server by clicking on a ts3server://95.168.183.182?port=9987 link in a web browser. There is no problem when I start the TS3 client and...
Right-click on the line at the very top of the channel list. The line that shows the name of the virtual server.
Right-click on the server icon -> Edit virtual server -> More -> Host -> Hostbanner URL: http://my-clan-hompage / Banner GFX URL: http://my-clans-logo
*** English Only ***
--
Are 3, 4, 5 shown as permanent only or as "permanent, template"?
When you write "temp.", do you mean "temporary" or "template"?
Do you get the icons as shown for group...
It is that way because the developers wanted it to be that way. It is not a bug - it is a feature. There are not many users that like that feature, though. As I already wrote - if you get permissions...
Only if ARM processors would be x86 compatible.
Channel permissions and channel group permissions grant server-wide permissions. This is intended by the developers, though it seems an unexpected behaviour for all that are new to the TS3 permission...
*** English Only ***
--
Template groups are merely used to define the default server admin, normal and guest groups when a new virtual server is created. These groups are not meant to have any...
Yes, if it is working correctly.
You can do it with root access to your server. Take a look into the files/virtualserver_X/internal directory. The avatars are stored there. However, you have to check them visually as there is no...
The search function is your friend :):
http://forum.teamspeak.com/showthread.php?t=46622&highlight=group+icon
Check that the following permissions are granted for the Guest Server Query (1) group:
b_virtualserver_servergroup_list
b_virtualserver_servergroup_client_list
b_virtualserver_channelgroup_list...
You could create a token for each user that is registered in the forum and send it to him as a personal message with your forum software. Take a look here for token creation via php access to a mysql...
Correct. There is only one serveradminquery group on each physical server which will grant access to all virtual servers. Check the available groups for each virtual server with a code like this:
...
I can connect without any trouble at all.
I just found the following information:
The server group (3) (Server Admin Template server group) is used as template for each newly created virtual server. To make life easier for you, just...
Start the server with the command line option "createinifile=1", then a INI-file is created on server-startup.
Seems to be the same problem as this one:
http://forum.teamspeak.com/showthread.php?t=48433
The easiest, low-level way to disable file transfer from the server side would be to block the file transfer TCP port or to make the "files" directory read-only.
From within TS3, you could do it...
I am sorry for having mis-informed. When I gave token_add and token_list permissions, the token manager showed all groups available. I had expected the pull-down menu for the groups to show all the...
If you do not want to request a new token on each installation, you have to save your identity by using Settings -> Identities -> Export Identity and to re-import it on any pc that you want to use.
Take a look at the database's groups_server table. Each server group may get a "type" value. It seems that these values refer to the enum. I have not tested it personally, but I assume that it would...
Thank you - worked like a charm.
Do not mix up admin (power level 75) and serveradmin (power level 100). You become admin by using the token that has been written to the logfile. The serveradmin password is only shown once during...
Take care to select the newly imported identity when connecting.
Connections -> Connect -> More -> Identity -> Select your newly imported identity.
It's 7:30. Where are the updated download links? This page shows still server beta 11, client beta 8.
Yes, and that is correct. The protocol for server queries shall be:
SEND 1. command
(RECEIVE data)
RECEIVE error code
SEND 2. command
(RECEIVE data)
RECEIVE error code
For the "use 1"...
Yes, it is well known that channel permissions affect the whole server and not only actions in the local channel. As far as I can see, this is not a bug, but a (rather annoying) feature.
If you can connect with telnet, then port 10011 is open. Additionally, it confirms that the server really is up and running. Chances are then very high that also the other ports are open. Running a...
Did you write it as 2 independent lines, i.e.
use 2
servergroupdelperm sgid=6 permid=9006 permid=65326
or did you put it into one single line?
sgid is the Server Group ID. sgid 6...