This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

All Admin functions ceased working after today's update (8-21)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
WebNoob
Senior Member
Join Date: Jul 2008
Old 08-21-2014 , 18:24   All Admin functions ceased working after today's update (8-21)
Reply With Quote #1

Hiya folks,

So - I'm having the strangest issue. After today's TF2 update, all my admin functions have ceased working on all TF2 servers. As far as I can tell, all other Sourcemod plugins are working correctly, and I don't see any other problems with the servers (and no errors in the logs).

Usually, this would indicate some kind of database issue, but accoring to the logs, there are no connection problems.

I'm running Sourcebans 1.4.10 on windows 2008r2 servers.

Any ideas where the problem could be?
WebNoob is offline
Creampuffyness
Senior Member
Join Date: Jun 2009
Old 08-21-2014 , 18:26   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #2

Me too. Admin.cfg looks fine. No database issue. Plugins loaded. No errors. No admin :-(
__________________
Creampuffyness is offline
MasterOfTheXP
Veteran Member
Join Date: Aug 2011
Location: Cloudbank
Old 08-21-2014 , 18:26   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #3

Type "status" in console. Looks like Valve's suddenly changed how Steam IDs are written.
__________________
Plugins / My Steam / TF2 Sandbox (plugin beta testing!)
MasterOfTheXP is offline
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 08-21-2014 , 18:27   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #4

The issue seems to be changes with Auth strings. Typing 'status' into the console shows my line as this:

Code:
#     27 "Derek"             [U:1:96574113]      03:44      140    0 active
Rather than as something like this:

Code:
#     27 "Derek"             STEAM_0:1:48287056      03:44      140    0 active

This change was not included in the patch notes, at that. This will likely require you to re-enter these new Steam IDs into your database. :\
__________________

Last edited by ddhoward; 08-21-2014 at 18:27.
ddhoward is offline
Gam3r HD
Junior Member
Join Date: Aug 2014
Location: U.S.
Old 08-21-2014 , 18:35   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #5

Quote:
Originally Posted by ddhoward View Post
The issue seems to be changes with Auth strings. Typing 'status' into the console shows my line as this:

Code:
#     27 "Derek"             [U:1:96574113]      03:44      140    0 active
Rather than as something like this:

Code:
#     27 "Derek"             STEAM_0:1:48287056      03:44      140    0 active

This change was not included in the patch notes, at that. This will likely require you to re-enter these new Steam IDs into your database. :\
Yeah. My server has been pretty much crippled as of the update. So are we just replacing the original STEAM IDs with the new ones?

On a side note, hey Derek!
Gam3r HD is offline
lionheart1066
Senior Member
Join Date: Aug 2009
Old 08-21-2014 , 18:36   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #6

Quote:
Originally Posted by Gam3r HD View Post
Yeah. My server has been pretty much crippled as of the update. So are we just replacing the original STEAM IDs with the new ones?

On a side note, hey Derek!
Replacing the original steam IDs with the new one doesn't work, I just checked, sourcemod needs to be updated to take the new ones. I hope to god this is a mistake, because this is dumb, there's no way of externally finding the IDs and not forgetting all the IDs that need converting...
lionheart1066 is offline
Geit
Senior Member
Join Date: Oct 2009
Location: Home
Old 08-21-2014 , 18:42   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #7

Quote:
Originally Posted by lionheart1066 View Post
Replacing the original steam IDs with the new one doesn't work, I just checked, sourcemod needs to be updated to take the new ones. I hope to god this is a mistake, because this is dumb, there's no way of externally finding the IDs and not forgetting all the IDs that need converting...
The conversion between the two is fairly simple. For "STEAM_0:1:" ID's it's simply double the end part of the ID and add one, (STEAM_0:1:48287056 => 48287056 * 2 +1 = 96574113 => U:1:96574113).

For STEAM_0:0 the same, but don't add one.
__________________
Geit is offline
lionheart1066
Senior Member
Join Date: Aug 2009
Old 08-21-2014 , 18:43   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #8

Quote:
Originally Posted by Geit View Post
The conversion between the two is fairly simple. For "STEAM_0:1:" ID's it's simply double the end part of the ID and add one, (STEAM_0:1:48287056 => 48287056 * 2 +1 = 96574113 => U:1:96574113).

For STEAM_0:0 the same, but don't add one.
Well then I hope the next update to the sourcemod snapshot provides an automatic conversion, because I'm terrible at maths and I use steamrep to fetch all my IDs. Not forgetting I have over 300 steam ids to go through.

Last edited by lionheart1066; 08-21-2014 at 18:44.
lionheart1066 is offline
WebNoob
Senior Member
Join Date: Jul 2008
Old 08-21-2014 , 18:45   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #9

Quote:
Originally Posted by Geit View Post
The conversion between the two is fairly simple. For "STEAM_0:1:" ID's it's simply double the end part of the ID and add one, (STEAM_0:1:48287056 => 48287056 * 2 +1 = 96574113 => U:1:96574113).

For STEAM_0:0 the same, but don't add one.
I assume that means for something like Sourcebans a database converter could be created? Or will Sourcemod itself be able to be patched to translate the old to the new automatically?
WebNoob is offline
Gam3r HD
Junior Member
Join Date: Aug 2014
Location: U.S.
Old 08-21-2014 , 18:44   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #10

Quote:
Originally Posted by lionheart1066 View Post
Replacing the original steam IDs with the new one doesn't work, I just checked, sourcemod needs to be updated to take the new ones. I hope to god this is a mistake, because this is dumb, there's no way of externally finding the IDs and not forgetting all the IDs that need converting...
This is a major issue on Valve's part. One second the server is fine, the next everthing breaks.
Gam3r HD is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:16.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode