|
|
|

08-02-2010, 10:10
|
|
-= TeamSpeak Team =-
|
|
Join Date: Jun 2002
Location: Germany
Posts: 1,690
|
|
|
TeamSpeak 3 Server 3.0.0-beta18 Available
We've just finished uploading version 3.0.0-beta18 of the server. Here's a list of changes:
Code:
=== Server Release 3.0.0-beta18 08 Feb 2010
- fixed possible servercreate race by an serverstart
- fixed case where an servercreate was delayed by several minutes
- fixed permission overview permid=0 not recognized
- fixed bug where traffic quotas where not reset correctly on each new month
- fixed PERMISSION_b_permission_modify_power_ignore not working in certain setups
- fixed snapshotdeploy wont set correct channel id for channelgroups
+ added support for serversite group icons (needs client build >= 10183)
+ added i_group_max_icon_filesize, defines max filesize for serversite icons
+ added b_group_icon_manage, defines if client is able to upload/delete/browse icons
+ its now possible to give ether permid=int_value or permsid=string_value for
all given permission functions
Have fun downloading
|

08-02-2010, 10:19
|
 |
-= TeamSpeak Addict =-
|
|
Join Date: Dec 2009
Location: Germany
Posts: 625
|
|
Downloaded. Updated. Restarted.
Works fine!
|

08-02-2010, 10:27
|
|
-= TeamSpeak User =-
|
|
Join Date: Dec 2009
Location: Germany
Posts: 12
|
|
|
Are you planning to provide a startscript which is capable of switching to another user (su)? The current startscript is not usable for autostarting teamspeak on server reboot because Teamspeak will then start as root.
Last edited by Pioneer1976; 08-02-2010 at 10:39.
|

08-02-2010, 10:49
|
 |
-= TeamSpeak Lover =-
|
|
Join Date: Dec 2009
Location: primzahl
Posts: 43
|
|
|
updated win64bit with mysql without any problems.
thank you.
|

08-02-2010, 11:01
|
|
-= TeamSpeak User =-
|
|
Join Date: Dec 2009
Location: LA Germany
Posts: 8
|
|
Here the new sql for the added permissions from Beta17 to Beta18
Code:
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_group_icon_manage", 100, 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_group_max_icon_filesize", 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_group_icon_manage", 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_group_max_icon_filesize", 8192, 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_group_icon_manage", 75, 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_group_max_icon_filesize", 75, 0, 0);
or use this query commands:
Code:
login serveradmin password
use sid=1
servergroupaddperm sgid=2 permsid=i_needed_modify_power_group_icon_manage permvalue=100 permnegated=0 permskip=0
servergroupaddperm sgid=2 permsid=i_needed_modify_power_group_max_icon_filesize permvalue=100 permnegated=0 permskip=0
servergroupaddperm sgid=3 permsid=b_group_icon_manage permvalue=1 permnegated=0 permskip=0
servergroupaddperm sgid=3 permsid=i_group_max_icon_filesize permvalue=8192 permnegated=0 permskip=0
servergroupaddperm sgid=3 permsid=i_needed_modify_power_group_icon_manage permvalue=75 permnegated=0 permskip=0
servergroupaddperm sgid=3 permsid=i_needed_modify_power_group_max_icon_filesize permvalue=75 permnegated=0 permskip=0
Last edited by x.wolverine.x; 22-02-2010 at 13:11.
|

08-02-2010, 11:07
|
|
-= TeamSpeak Lover =-
|
|
Join Date: Dec 2009
Location: germany
Posts: 49
|
|
|
can you tell me how i musst add these rights?
|

08-02-2010, 11:43
|
|
-= TeamSpeak User =-
|
|
Join Date: Dec 2009
Location: LA Germany
Posts: 8
|
|
|
Thx R. Ludwig to add the commands for the console.
@ gevatter
just use the commands from R. Ludwig, if you are not familiar with sql.
|

08-02-2010, 12:39
|
|
-= TeamSpeak Lover =-
|
|
Join Date: Feb 2005
Location: Netherlands
Posts: 32
|
|
|
thnx for the commands
|

08-02-2010, 12:56
|
|
-= TeamSpeak Lover =-
|
|
Join Date: Dec 2009
Location: germany
Posts: 49
|
|
|
i don´t know waht im making wrong.
i log in into server via putty and serveradmin, yes with the one password generatet @ the first time the server starts.
the answer:
error id=0 msg=ok
then the follow line:
servergroupaddperm sgid=2 permsid=i_needed_modify_power_group_icon_manage permvalue=100 permnegated=0 permskip=0
the answer:
error id=1024 msg=invalid/sserverID
i think i have the wrong server id...it is 1 so:
use sid=1
answer:
error id=0 msg=ok
the same line above and the answer:
error id=2570 msg=insufficient/spermisson/smodify/spower
what i´m making wrong?
|

08-02-2010, 13:07
|
|
-= TeamSpeak Addict =-
|
|
Join Date: Dec 2009
Location: Germany
Posts: 992
|
|
|
Server side group icons works great, thanks for it!
|

08-02-2010, 13:11
|
|
-= TeamSpeak Team =-
|
|
Join Date: Jun 2002
Location: Germany
Posts: 1,690
|
|
sorry.. i forgot that you need to select the server. please check the changes i did to the post above.
Quote:
Originally Posted by gevatter
i don´t know waht im making wrong.
i log in into server via putty and serveradmin, yes with the one password generatet @ the first time the server starts.
the answer:
error id=0 msg=ok
then the follow line:
servergroupaddperm sgid=2 permsid=i_needed_modify_power_group_icon_manage permvalue=100 permnegated=0 permskip=0
the answer:
error id=1024 msg=invalid/sserverID
i think i have the wrong server id...it is 1 so:
use sid=1
answer:
error id=0 msg=ok
the same line above and the answer:
error id=2570 msg=insufficient/spermisson/smodify/spower
what i´m making wrong?
|
|

08-02-2010, 13:12
|
|
-= TeamSpeak Addict =-
|
|
Join Date: Jul 2004
Location: Oirschot, Netherlands
Posts: 131
|
|
Quote:
Originally Posted by gevatter
i don´t know waht im making wrong.
i log in into server via putty and serveradmin, yes with the one password generatet @ the first time the server starts.
the answer:
error id=0 msg=ok
then the follow line:
servergroupaddperm sgid=2 permsid=i_needed_modify_power_group_icon_manage permvalue=100 permnegated=0 permskip=0
the answer:
error id=1024 msg=invalid/sserverID
i think i have the wrong server id...it is 1 so:
use sid=1
answer:
error id=0 msg=ok
the same line above and the answer:
error id=2570 msg=insufficient/spermisson/smodify/spower
what i´m making wrong?
|
please make sure you have the ignore permission (b_permission_modify_power_ignore) (on the serverqueryadmin)
|

08-02-2010, 13:15
|
|
-= TeamSpeak User =-
|
|
Join Date: Dec 2009
Location: Germany
Posts: 12
|
|
Code:
2010-02-08 13:14:54.443386|INFO |ServerLibPriv | | Server Version: 3.0.0-beta18 [Build: 10190]
2010-02-08 13:14:54.443649|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, (c)TeamSpeak Systems GmbH
2010-02-08 13:14:54.443695|INFO |DatabaseQuery | | dbPlugin version: 3.6.21
2010-02-08 13:14:54.443955|INFO |DatabaseQuery | | checking database integrity (may take a while)
2010-02-08 13:14:54.538787|INFO |SQL | | pruning old database log entries where timestamp is older than 90 days
2010-02-08 13:14:54.701482|INFO |Accounting | | Licensing Information
2010-02-08 13:14:54.702032|INFO |Accounting | | type : Non-profit
2010-02-08 13:14:54.702431|INFO |Accounting | | starting date : Mon Dec 21 00:00:00 2009
2010-02-08 13:14:54.702786|INFO |Accounting | | ending date : Tue Dec 21 00:00:00 2010
2010-02-08 13:14:54.703405|INFO |Accounting | | max virtualservers: 10
2010-02-08 13:14:54.703765|INFO |Accounting | | max slots : 512
2010-02-08 13:14:54.719124|WARNING |PermGroupMgr | | permID: i_needed_modify_power_virtualserver_modify_log_settings(65345), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.719649|WARNING |PermGroupMgr | | permID: i_needed_modify_power_virtualserver_modify_log_settings(65345), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.720008|WARNING |PermGroupMgr | | permID: b_virtualserver_modify_priority_speaker_dimm_modificator(9024), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.720357|WARNING |PermGroupMgr | | permID: i_needed_modify_power_virtualserver_modify_priority_speaker_dimm_modificator(65344), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.720831|WARNING |PermGroupMgr | | permID: b_virtualserver_modify_log_settings(9025), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.721180|WARNING |PermGroupMgr | | permID: i_needed_modify_power_virtualserver_modify_log_settings(65345), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.721644|WARNING |PermGroupMgr | | permID: b_virtualserver_modify_min_client_version(9026), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.722018|WARNING |PermGroupMgr | | permID: b_virtualserver_custom_search(8479), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.722498|WARNING |PermGroupMgr | | permID: b_client_custom_info_view(20894), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.722868|WARNING |PermGroupMgr | | permID: i_needed_modify_power_client_custom_info_view(65438), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.723324|WARNING |PermGroupMgr | | permID: b_permission_modify_power_ignore(17292), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.723785|WARNING |PermGroupMgr | | permID: i_needed_modify_power_permission_modify_power_ignore(65420), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.724237|WARNING |PermGroupMgr | | permID: b_client_custom_info_view(20894), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.724700|WARNING |PermGroupMgr | | permID: i_needed_modify_power_client_custom_info_view(65438), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.725182|WARNING |PermGroupMgr | | permID: b_permission_modify_power_ignore(17292), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.725638|WARNING |PermGroupMgr | | permID: i_needed_modify_power_permission_modify_power_ignore(65420), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.726109|WARNING |PermGroupMgr | | permID: i_needed_modify_power_group_icon_manage(65400), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.726454|WARNING |PermGroupMgr | | permID: i_needed_modify_power_group_max_icon_filesize(65399), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.726798|WARNING |PermGroupMgr | | permID: i_needed_modify_power_group_icon_manage(65400), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.727204|WARNING |PermGroupMgr | | permID: i_needed_modify_power_group_max_icon_filesize(65399), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.732208|WARNING |PermGroupMgr | | permID: b_virtualserver_modify_log_settings(9025), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.732722|WARNING |PermGroupMgr | | permID: b_virtualserver_modify_priority_speaker_dimm_modificator(9024), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.733092|WARNING |PermGroupMgr | | permID: i_needed_modify_power_virtualserver_modify_priority_speaker_dimm_modificator(65344), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.733445|WARNING |PermGroupMgr | | permID: b_virtualserver_modify_log_settings(9025), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.733793|WARNING |PermGroupMgr | | permID: i_needed_modify_power_virtualserver_modify_log_settings(65345), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.734150|WARNING |PermGroupMgr | | permID: b_virtualserver_modify_min_client_version(9026), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.734499|WARNING |PermGroupMgr | | permID: b_virtualserver_custom_search(8479), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.734873|WARNING |PermGroupMgr | | permID: b_client_custom_info_view(20894), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.735237|WARNING |PermGroupMgr | | permID: i_needed_modify_power_client_custom_info_view(65438), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.735584|WARNING |PermGroupMgr | | permID: b_client_custom_info_view(20894), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.735930|WARNING |PermGroupMgr | | permID: i_needed_modify_power_client_custom_info_view(65438), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.736413|WARNING |PermGroupMgr | | permID: b_group_icon_manage(16504), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.736770|WARNING |PermGroupMgr | | permID: i_group_max_icon_filesize(16503), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.737116|WARNING |PermGroupMgr | | permID: i_needed_modify_power_group_icon_manage(65400), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.737462|WARNING |PermGroupMgr | | permID: i_needed_modify_power_group_max_icon_filesize(65399), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.737810|WARNING |PermGroupMgr | | permID: b_group_icon_manage(16504), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.738197|WARNING |PermGroupMgr | | permID: i_group_max_icon_filesize(16503), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.738550|WARNING |PermGroupMgr | | permID: i_needed_modify_power_group_icon_manage(65400), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.738976|WARNING |PermGroupMgr | | permID: i_needed_modify_power_group_max_icon_filesize(65399), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.745678|INFO |FileManager | | listening on 0.0.0.0:30033
2010-02-08 13:14:54.765865|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_virtualserver_modify_log_settings(65345), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.766383|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_virtualserver_modify_log_settings(65345), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.766936|WARNING |PermGroupMgr | 1| permID: b_virtualserver_modify_priority_speaker_dimm_modificator(9024), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.767306|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_virtualserver_modify_priority_speaker_dimm_modificator(65344), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.767683|WARNING |PermGroupMgr | 1| permID: b_virtualserver_modify_log_settings(9025), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.768034|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_virtualserver_modify_log_settings(65345), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.768400|WARNING |PermGroupMgr | 1| permID: b_virtualserver_modify_min_client_version(9026), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.768765|WARNING |PermGroupMgr | 1| permID: b_virtualserver_custom_search(8479), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.769238|WARNING |PermGroupMgr | 1| permID: b_client_custom_info_view(20894), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.769592|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_client_custom_info_view(65438), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.769942|WARNING |PermGroupMgr | 1| permID: b_permission_modify_power_ignore(17292), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.770300|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_permission_modify_power_ignore(65420), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.770774|WARNING |PermGroupMgr | 1| permID: b_client_custom_info_view(20894), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.771143|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_client_custom_info_view(65438), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.771489|WARNING |PermGroupMgr | 1| permID: b_permission_modify_power_ignore(17292), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.771838|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_permission_modify_power_ignore(65420), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.772396|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_group_icon_manage(65400), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.772746|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_group_max_icon_filesize(65399), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.773107|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_group_icon_manage(65400), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.773571|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_group_max_icon_filesize(65399), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.778604|WARNING |PermGroupMgr | 1| permID: b_virtualserver_modify_log_settings(9025), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.779262|WARNING |PermGroupMgr | 1| permID: b_virtualserver_modify_priority_speaker_dimm_modificator(9024), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.779742|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_virtualserver_modify_priority_speaker_dimm_modificator(65344), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.780234|WARNING |PermGroupMgr | 1| permID: b_virtualserver_modify_log_settings(9025), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.780586|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_virtualserver_modify_log_settings(65345), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.780965|WARNING |PermGroupMgr | 1| permID: b_virtualserver_modify_min_client_version(9026), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.781325|WARNING |PermGroupMgr | 1| permID: b_virtualserver_custom_search(8479), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.781684|WARNING |PermGroupMgr | 1| permID: b_client_custom_info_view(20894), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.782035|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_client_custom_info_view(65438), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.782387|WARNING |PermGroupMgr | 1| permID: b_client_custom_info_view(20894), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.782736|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_client_custom_info_view(65438), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.783160|WARNING |PermGroupMgr | 1| permID: b_group_icon_manage(16504), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.783529|WARNING |PermGroupMgr | 1| permID: i_group_max_icon_filesize(16503), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.784001|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_group_icon_manage(65400), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.784354|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_group_max_icon_filesize(65399), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.784714|WARNING |PermGroupMgr | 1| permID: b_group_icon_manage(16504), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.785064|WARNING |PermGroupMgr | 1| permID: i_group_max_icon_filesize(16503), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.785411|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_group_icon_manage(65400), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.785757|WARNING |PermGroupMgr | 1| permID: i_needed_modify_power_group_max_icon_filesize(65399), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.812181|INFO |VirtualServer | 1| listening on 0.0.0.0:9987
2010-02-08 13:14:54.829419|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_virtualserver_modify_log_settings(65345), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.830205|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_virtualserver_modify_log_settings(65345), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.830579|WARNING |PermGroupMgr | 8| permID: b_virtualserver_modify_priority_speaker_dimm_modificator(9024), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.830981|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_virtualserver_modify_priority_speaker_dimm_modificator(65344), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.831345|WARNING |PermGroupMgr | 8| permID: b_virtualserver_modify_log_settings(9025), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.831805|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_virtualserver_modify_log_settings(65345), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.832170|WARNING |PermGroupMgr | 8| permID: b_virtualserver_modify_min_client_version(9026), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.832635|WARNING |PermGroupMgr | 8| permID: b_virtualserver_custom_search(8479), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.833281|WARNING |PermGroupMgr | 8| permID: b_client_custom_info_view(20894), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.833680|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_client_custom_info_view(65438), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.834037|WARNING |PermGroupMgr | 8| permID: b_permission_modify_power_ignore(17292), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.834387|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_permission_modify_power_ignore(65420), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.834739|WARNING |PermGroupMgr | 8| permID: b_client_custom_info_view(20894), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.835112|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_client_custom_info_view(65438), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.835608|WARNING |PermGroupMgr | 8| permID: b_permission_modify_power_ignore(17292), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.835964|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_permission_modify_power_ignore(65420), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.836320|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_group_icon_manage(65400), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.836668|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_group_max_icon_filesize(65399), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.837019|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_group_icon_manage(65400), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.837367|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_group_max_icon_filesize(65399), double assigned to sgid: 2, ignoring!
2010-02-08 13:14:54.842612|WARNING |PermGroupMgr | 8| permID: b_virtualserver_modify_log_settings(9025), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.843156|WARNING |PermGroupMgr | 8| permID: b_virtualserver_modify_priority_speaker_dimm_modificator(9024), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.843549|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_virtualserver_modify_priority_speaker_dimm_modificator(65344), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.843904|WARNING |PermGroupMgr | 8| permID: b_virtualserver_modify_log_settings(9025), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.844253|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_virtualserver_modify_log_settings(65345), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.844613|WARNING |PermGroupMgr | 8| permID: b_virtualserver_modify_min_client_version(9026), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.844962|WARNING |PermGroupMgr | 8| permID: b_virtualserver_custom_search(8479), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.845320|WARNING |PermGroupMgr | 8| permID: b_client_custom_info_view(20894), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.845679|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_client_custom_info_view(65438), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.846030|WARNING |PermGroupMgr | 8| permID: b_client_custom_info_view(20894), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.846378|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_client_custom_info_view(65438), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.846737|WARNING |PermGroupMgr | 8| permID: b_group_icon_manage(16504), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.847109|WARNING |PermGroupMgr | 8| permID: i_group_max_icon_filesize(16503), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.847458|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_group_icon_manage(65400), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.847807|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_group_max_icon_filesize(65399), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.848158|WARNING |PermGroupMgr | 8| permID: b_group_icon_manage(16504), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.848525|WARNING |PermGroupMgr | 8| permID: i_group_max_icon_filesize(16503), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.848875|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_group_icon_manage(65400), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.849247|WARNING |PermGroupMgr | 8| permID: i_needed_modify_power_group_max_icon_filesize(65399), double assigned to sgid: 3, ignoring!
2010-02-08 13:14:54.882238|INFO |VirtualServer | 8| listening on 0.0.0.0:9080
I don´t think this is normal... can someone help me with my Problem?! I insert all commands correctly -.- I´m happy when some German guys can help me via PM or so.
|

08-02-2010, 13:16
|
 |
-= TeamSpeak Addict =-
|
|
Join Date: Dec 2009
Location: Portugal
Posts: 479
|
|
Awesome...no more SQL queries.
Keep up the great work
|

08-02-2010, 13:19
|
|
-= TeamSpeak User =-
|
|
Join Date: Jan 2010
Location: Germany
Posts: 12
|
|
|
clean part of what you guys made it there ... thanks
E.O.L. BioHaZaRD
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 17:59.
Powered by vBulletin® Version 3.8.4 Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
|