Community Forums Today's Posts     Member List     Archive    
Page 3 of 6 FirstFirst 12345 ... LastLast
Results 31 to 45 of 82
  1. #31
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,382
    Works fine! Nice work!

  2. #32
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    78
    Quote Originally Posted by SeToY View Post
    But the serveradmin password is now gone - you don't see it in the logs like the token now. :<
    What about this problem?
    I can't add new servers :<

  3. #33
    Join Date
    Jan 2010
    Location
    Bla
    Posts
    18
    And how i can update the Server-Software without reinstalling?

  4. #34
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    29
    Problem Update:

    It runs as root, but i want to know the permissions i have to give my user account for running it as a user on a server?

  5. #35
    Join Date
    Jan 2010
    Location
    Russia
    Posts
    8
    I am a new to server updates as I started with beta16. Can some one explain a purpose of sql inserts on the first page ?
    They add default permissions or these queries can be necessary to normal server operation ?
    Can I add them from a client/console manually ?
    Last edited by abishai; 02-02-2010 at 21:36.

  6. #36
    Join Date
    Dec 2009
    Location
    Stuttgart
    Posts
    29
    Quote Originally Posted by kevin View Post
    Problem Update:

    It runs as root, but i want to know the permissions i have to give my user account for running it as a user on a server?
    chown -R useritshouldrunas:useritshouldrunas /path/to/teamspeak3
    chmod -R 770 /path/to/teamspeak3
    chmod ug+sx /path/to/teamspeak3/ts3server_*

    edit "useritshouldrunas" to fit your user and group, change /path/to/teamspeak3 to your ts3 path
    done

    Now even if you run it as root, it will be started as "useritshouldrunas". More information about this: http://de.wikipedia.org/wiki/Setuid

  7. #37
    Join Date
    Jan 2010
    Location
    Israel
    Posts
    28
    Well done!
    Last edited by BlueRey; 02-02-2010 at 23:58.

  8. #38
    Join Date
    Dec 2009
    Location
    Iceland
    Posts
    14

    So i have updated

    So i have updated and droped my database wanting to rebuild it , but now when i run
    ./ts3server_linux_amd64 dbplugin=ts3db_mysql dbsqlcreatepath=create_mysql/

    i get the message

    2010-02-02 23:37:26.875541|INFO |DatabaseQuery | | Please make sure you use the supplied ts3server_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself
    2010-02-02 23:37:26.875665|CRITICAL|DatabaseQuery | | unable to load database plugin library "libts3db_mysql.so", halting!

    and the database is not being built.

    Is there a new syntax to start a server for the first time and have it build the indexes ?

  9. #39
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    29
    Quote Originally Posted by Polarhannes View Post
    chown -R useritshouldrunas:useritshouldrunas /path/to/teamspeak3
    chmod -R 770 /path/to/teamspeak3
    chmod ug+sx /path/to/teamspeak3/ts3server_*

    edit "useritshouldrunas" to fit your user and group, change /path/to/teamspeak3 to your ts3 path
    done

    Now even if you run it as root, it will be started as "useritshouldrunas". More information about this: http://de.wikipedia.org/wiki/Setuid
    Works! Thanks

  10. #40
    Join Date
    Oct 2009
    Location
    belgium
    Posts
    21
    the mimiman script works

    but the other not.
    -bash: ./ts3server_startscript.sh: /bin/bash^M: bad interpreter: No such file or directory

    strange

  11. #41
    Join Date
    Jun 2006
    Location
    Texas
    Posts
    85

    reset permissions?

    Maybe its just me, after upgrading from beta16 > 17 win x64. Quite a few server group permissions were incorrectly enabled on all servers in the instance after this upgrade.

    For example: beta16: b_modify_virtualserver_maxclients was not granted on any server then after the upgrade to beta17 every ServerAdmin group on every server had this permission.

  12. #42
    Dennisen Guest
    Noone knows if the new startparameters can be used in the server.ini, too?

  13. #43
    Join Date
    Dec 2009
    Location
    LA Germany
    Posts
    8
    Quote Originally Posted by Dennisen View Post
    Noone knows if the new startparameters can be used in the server.ini, too?
    What do you mean with new startparameters in the ini?

    Maybe you mean how to load the ini file with the new ts3server_startscript.sh?

    If yes, then edit the COMMANDLINE_PARAMETERS="" on top of the the ts3server_startscript.sh like this:
    COMMANDLINE_PARAMETERS="inifile=ts3server.ini"
    Last edited by x.wolverine.x; 03-02-2010 at 07:25.

  14. #44
    Join Date
    Dec 2009
    Location
    Tipton, IN USA
    Posts
    27
    Any chance that they'll add an option "ban from channel" soon? To further explain this feature would ban a user from the channel but not the server, this allows the user that was banned from a specfic channel to enter a different one. Why do i see it as a need? Well when opening the server to the public some people are simply vindictive and malicious and simply like to cause problems and with the current methods are a bit harsh. As is a guest user can simply walk in and create a channel and become chan admin then wait for an unsuspecting user to walk to simply up and ban the person entering the channel for no reason just because the lousy admin thinks its "fun". Yes, this have see this happen on other chats systems often but it doesn't matter that it happens because on those system the admin/moderator only has the power to ban the person only from that channel/room. Well their you have a complete explanation of the reason for the request for feature "ban from channel". Also, I know that the server admin can simply ban the person being vindictive and malicious but the problem is that by the time i would find out many people would have been needleesly been banned from the server.

  15. #45
    Join Date
    Dec 2009
    Location
    Hungary
    Posts
    163
    Quote Originally Posted by stegmuellerm View Post
    the server updates automatically, this sql statements are only needed to get access to the new permissions:

    these are the command to update your database:

    Code:
    insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 2, 0, "b_client_custom_info_view", 1, 0, 0);
    insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 2, 0, "i_needed_modify_power_client_custom_info_view", 100, 0, 0);
    insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "b_client_custom_info_view", 1, 0, 0);
    insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "i_needed_modify_power_client_custom_info_view", 75, 0, 0);
    
    insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 2, 0, "b_permission_modify_power_ignore", 1, 0, 0);
    insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 2, 0, "i_needed_modify_power_permission_modify_power_ignore", 100, 0, 0);
    Thanks stegmuellerm for the info! But, I'll try once more to pry out some response from the Teamspeak developers regarding the server upgrade. Can you guys confirm the above database changes? Thousands of server installations can become broken if server admins follow wrong instructions, leading to many frustrated people. Why is it so hard to provide exact database query commands at least with the release notes, if you can't automate the process? This is getting ridiculous...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Perma Ban
    By madscotslad in forum Client Support
    Replies: 9
    Last Post: 10-07-2010, 02:34
  2. Can't get SQL to work.
    By tom_il in forum Linux / FreeBSD
    Replies: 24
    Last Post: 09-01-2010, 18:57
  3. TS-Server auf MySql umstellen (Hilfe)
    By Rocketwulf in forum [TeamSpeak 2] Server Support
    Replies: 5
    Last Post: 24-01-2007, 08:18
  4. The novel lol
    By Plebby in forum [TeamSpeak 2] Client Support
    Replies: 0
    Last Post: 02-01-2006, 12:24
  5. Friends can't connect
    By shadow127 in forum [TeamSpeak 2] Server Support
    Replies: 86
    Last Post: 01-01-2006, 20:45

Posting Permissions

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