Community Forums Today's Posts     Member List     Archive    
Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,039
    If you are a hosting Company you certainly possess the knowledge to fix this elegantly! It's just as simple as running two SQL Queries against the Database and all the Problems are gone! Sure TeamSpeak Systems could've included those Queries as part of a query that gets run when the server is updated, but for some unknown Reason they don't do it, otherwise they'd also include the ALTER TABLE Statements which are sometimes required to be done (and in fact have been with 3.0.5 Server Release).
    In any case like I said being a Hosting Company implies having employees some of which are Administrators taking care of the Systems, which should definitely have the knowledge to come up with the obvious and simple Solution below, if not something went very wrong!
    Code:
    UPDATE server_properties SET ident = 'virtualserver_antiflood_points_needed_command_block' WHERE ident = 'virtualserver_antiflood_points_needed_command_stop';
    UPDATE server_properties SET ident='virtualserver_antiflood_points_needed_ip_block' WHERE ident = 'virtualserver_antiflood_points_needed_ip_ban';

  2. #17
    Join Date
    Sep 2011
    Posts
    3
    Quote Originally Posted by SilentStorm View Post
    If you are a hosting Company you certainly possess the knowledge to fix this elegantly! It's just as simple as running two SQL Queries against the Database and all the Problems are gone! Sure TeamSpeak Systems could've included those Queries as part of a query that gets run when the server is updated, but for some unknown Reason they don't do it, otherwise they'd also include the ALTER TABLE Statements which are sometimes required to be done (and in fact have been with 3.0.5 Server Release).
    In any case like I said being a Hosting Company implies having employees some of which are Administrators taking care of the Systems, which should definitely have the knowledge to come up with the obvious and simple Solution below, if not something went very wrong!
    Code:
    UPDATE server_properties SET ident = 'virtualserver_antiflood_points_needed_command_block' WHERE ident = 'virtualserver_antiflood_points_needed_command_stop';
    UPDATE server_properties SET ident='virtualserver_antiflood_points_needed_ip_block' WHERE ident = 'virtualserver_antiflood_points_needed_ip_ban';
    The real point was that using a deprecation process for a command/ident would make this entire process much more seamless, and eliminate issues like this entirely. There's really no reason to hardline remove a command/ident and replace it with another without giving some time for a graceful transition between them by deprecation of the original command/ident. It would allow better transitions between client versions and other third party software people use. And then to generate thousands of warnings on top of it when it is hardline removed is then ridiculous, when it is known it just "broke" every server in existence. Ripping and tearing commands/idents requires the immediate modification and update to other software used, and also causes the existing server backups to also now be rejected unless modified. We are talking about a graceful transition here, is the point. I'm sure it is pretty easy to deprecate an ident (and make it set the new ident value if desired), and leave it in as accepted still for at least one release to allow smooth transition of third party software (control panels, etc) to the newer version also. Just about all software authors I know don't rip and tear complete commands out of their software APIs in a single minor release. I realize this is just the replacement of certain idents, but truly this ended up being a very disruptive minor change both from the original bugged implementation in 3.0.2 to the correction in 3.0.5 regarding changes required to other internal and third party software. It could have been done much more gracefully/elegantly, is the point of my comment, and I hope Teamspeak will start considering this in future releases that make changes to the command/ident API.

  3. #18
    Join Date
    Jun 2012
    Posts
    1

    Upgrade from 3.0 RC to 3.0.5

    Hello,

    today i made an Update from Serverversion 3.0 RC to 3.0.5.

    I think my Server works fine, but i get this Messag in my Logfile:

    HTML Code:
    2012-06-18 10:20:27.591727|INFO    |ServerLibPriv |   | TeamSpeak 3 Server 3.0.5 (2012-04-23 04:46:12)
    2012-06-18 10:20:27.592550|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
    2012-06-18 10:20:27.592632|INFO    |DatabaseQuery |   | dbPlugin version: 3.7.3
    2012-06-18 10:20:27.593193|INFO    |DatabaseQuery |   | checking database integrity (may take a while)
    2012-06-18 10:20:27.724253|INFO    |SQL           |   | database updated successfully to revision: 18
    2012-06-18 10:20:27.736444|INFO    |SQL           |   | database updated successfully to revision: 19
    2012-06-18 10:20:27.742253|INFO    |DatabaseQuery |   | database busy, waiting for finishing index tasks, may take some time!
    2012-06-18 10:21:07.944628|INFO    |SQL           |   | updated permissions to version 14
    2012-06-18 10:21:08.167450|INFO    |Accounting    |   | Licensing Information
    2012-06-18 10:21:08.167543|INFO    |Accounting    |   | type              : Non-profit
    2012-06-18 10:21:08.167646|INFO    |Accounting    |   | starting date     : Tue Dec 13 00:00:00 2011
    2012-06-18 10:21:08.167704|INFO    |Accounting    |   | ending date       : Wed Dec 19 00:00:00 2012
    2012-06-18 10:21:08.167755|INFO    |Accounting    |   | max virtualservers: 10
    2012-06-18 10:21:08.167802|INFO    |Accounting    |   | max slots         : 512
    2012-06-18 10:21:08.214594|INFO    |FileManager   |   | listening on 0.0.0.0:30033
    2012-06-18 10:21:08.317479|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_warning
    2012-06-18 10:21:08.317566|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_kick
    2012-06-18 10:21:08.317622|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
    2012-06-18 10:21:08.317672|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_ban_time
    2012-06-18 10:21:08.396236|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_warning
    2012-06-18 10:21:08.396311|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_kick
    2012-06-18 10:21:08.396365|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
    2012-06-18 10:21:08.396415|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_ban_time
    2012-06-18 10:21:08.462194|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_warning
    2012-06-18 10:21:08.462266|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_kick
    2012-06-18 10:21:08.462319|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
    2012-06-18 10:21:08.462368|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_ban_time
    2012-06-18 10:21:08.536674|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_warning
    2012-06-18 10:21:08.536754|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_kick
    2012-06-18 10:21:08.536808|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
    2012-06-18 10:21:08.536859|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_ban_time

    How can i fix the "loadFromDatabase() found unregistered ident: "things"

    It is Linux AMD64 TS Server :-)


    Thank you verry much

    Andreas

  4. #19
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,039
    See here especially Posts #2 and #6

  5. #20
    Join Date
    Jun 2012
    Location
    Nuernberg, Germany
    Posts
    5

    Warning messages don't go away after server update

    Hi,

    after updating from 3.0.0 to 3.0.5 (there was no in-between in the Gentoo repository), the four warnings
    Code:
    2012-06-29 08:09:52.167079|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_warning
    2012-06-29 08:09:52.167103|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_kick
    2012-06-29 08:09:52.167119|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
    2012-06-29 08:09:52.167135|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_ban_time
    now appear every time when the server starts. Reading an older thread here, I have found that they are quite normal after an update, but they should appear only once - shouldn't they?
    How to get rid of those warnings? Everything else appears to work flawlessly.
    Thank you,
    -Matt

    Thread got merged.
    Last edited by dante696; 29-06-2012 at 09:43.

  6. #21
    Join Date
    Jun 2012
    Location
    Nuernberg, Germany
    Posts
    5
    Ok, thanks a lot, this thread was hard to find

    There's just one of my virtual servers where I don't want to login by client - is there any way to do this by command line interface?

    I have also read post#16 but the field names there seem to be different from my warning messages...

    -Matt

  7. #22
    Join Date
    Jun 2008
    Posts
    7,764
    Post 16 shows the fix in the database directly.

    This can only be changed in your client or with an database editor.
    ---------------------------------------------------------
    Please don't send me private support questions.
    They belong into the forum and maybe other users have these questions/problems too.

    TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
    NPL License (Registration)

  8. #23
    Join Date
    Jun 2012
    Location
    Nuernberg, Germany
    Posts
    5
    Tried with database editor as in post#16, but with no success - as expected, because the warnings are about
    Code:
    loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_warning
    loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_kick
    loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
    loadFromDatabase() found unregistered ident: virtualserver_antiflood_ban_time
    and post#16 does something with
    Code:
    'virtualserver_antiflood_points_needed_command_block' WHERE ident = 'virtualserver_antiflood_points_needed_command_stop';
    'virtualserver_antiflood_points_needed_ip_block' WHERE ident = 'virtualserver_antiflood_points_needed_ip_ban';
    which are different 'idents'. I think I need some database UPDATE commands where '...needed_warning' etc. occurs?

  9. #24
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,039
    Yeah you haven't had your server updated for quite some time prior to the one you did now, which is why you still see the lots of others.
    I'd suggest to connect to each Virtual Server and then Edit Virtual Server -> More -> Anti Flood. Change a setting there hit Apply and it should fix it automatically.

  10. #25
    Join Date
    Jun 2012
    Location
    Nuernberg, Germany
    Posts
    5
    Ok, done. All fixed

  11. #26
    Join Date
    Sep 2012
    Posts
    1
    Hey, I have the same Problem with my TSł-Server... I tried changing Anti-Flood-Options etc. but nothing helps...
    Plz help me.

    <16:48:26> "Unknown from 127.0.0.1:56687" hat die Verbindung getrennt (deselected virtualserver)
    <16:48:28> "Unknown from 127.0.0.1:56694" loggte sich in Channel "[cspacer]>>Eιηgαηgѕнαℓℓє<<" ein
    <16:48:29> "Unknown from 127.0.0.1:56694" hat die Verbindung getrennt (deselected virtualserver)
    <16:48:32> "Unknown from 127.0.0.1:56701" loggte sich in Channel "[cspacer]>>Eιηgαηgѕнαℓℓє<<" ein

    2012-09-21 14:54:33.769393 INFO VirtualServer 1 query client connected 'serveradmin from 127.0.0.1:57323'(id:1)
    2012-09-21 14:54:33.753392 INFO VirtualServer 1 query client disconnected 'Unknown from 127.0.0.1:57322'(id:585) reason 'reasonmsg=deselected virtualserver'
    2012-09-21 14:54:33.715390 INFO VirtualServer 1 query client connected 'Unknown from 127.0.0.1:57322'(id:585)
    2012-09-21 14:54:33.385371 INFO VirtualServer 1 query client connected 'Unknown from 127.0.0.1:57317'(id:585)
    2012-09-21 14:54:29.549152 INFO VirtualServer 1 query client disconnected 'Unknown from 127.0.0.1:57310'(id:585) reason 'reasonmsg=deselected virtualserver'

  12. #27
    Join Date
    Oct 2010
    Location
    DE
    Posts
    7

    Variable warnings in logfile

    Thread was merged

    Hello,

    i found this warnings in my logfile:
    Code:
    2013-04-15 20:04:16.066204|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_ban_time
    2013-04-15 20:04:16.066239|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
    2013-04-15 20:04:16.066261|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_kick
    2013-04-15 20:04:16.066281|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_warning
    2013-04-15 20:04:16.113136|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
    My instance is running via MySQL. This instance running since the beta phase, but I've always updated.

    Waht can i do?
    Last edited by dante696; 16-04-2013 at 08:17.

  13. #28
    Join Date
    Jan 2010
    Location
    El Prat de Llobregat (Barcelona, Spain)
    Posts
    1,297
    Quote Originally Posted by Funkspie-Zeven View Post
    i found this warnings in my logfile:
    Code:
    2013-04-15 20:04:16.066204|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_ban_time
    2013-04-15 20:04:16.066239|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
    2013-04-15 20:04:16.066261|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_kick
    2013-04-15 20:04:16.066281|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_warning
    2013-04-15 20:04:16.113136|WARNING |Variables     |   | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
    My instance is running via MySQL. This instance running since the beta phase, but I've always updated.

    Waht can i do?
    Read this thread, specially post#6 as it's said in red:
    http://forum.teamspeak.com/showthrea...hlight=warning

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Unregistered To Admin
    By DRGN.Skeeter in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 30-10-2006, 13:21
  2. Unregistered users
    By thezoo in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 28-06-2004, 11:57

Tags for this Thread

Posting Permissions

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