Raised This Month: $51 Target: $400
 12% 

admin.amxx issues


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
killabotcz
Member
Join Date: Dec 2014
Old 02-20-2015 , 15:03   admin.amxx issues
Reply With Quote #1

For some reason admin.amxx is 'granting access' twice to some admins, this seems be be sporadic and random.
Any ideas what would cause this.

Below is a cut and paste of the log (steam and IP changed to protect the innocent)


L 02/20/2015 - 13:54:48: [admin.amxx] Login: "Fury<425><STEAM_0:1:213000><>" became an admin (account "STEAM_0:1:213000") (access "cefgijqu") (address "98.23.91.xxx")
L 02/20/2015 - 13:54:58: [admin.amxx] Login: "Fury<432><STEAM_0:1:213000><>" became an admin (account "STEAM_0:1:213000") (access "cefgijqu") (address "98.23.91.xxx")
killabotcz is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 02-20-2015 , 17:30   Re: admin.amxx issues
Reply With Quote #2

Is it possible that they connected, disconnected, and then reconnected in a span of 10 seconds?
__________________
Brad is offline
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 02-20-2015 , 17:31   Re: admin.amxx issues
Reply With Quote #3

Quote:
Originally Posted by Brad View Post
Is it possible that they connected, disconnected, and then reconnected in a span of 10 seconds?
No. They pressed ESC after client_authorized() forward was executed on them, and then they fastly reconnected, in my opinion.
Or redirected to the fast download by mistake (or for a .txt file) and fastly reconnected.
__________________

Last edited by claudiuhks; 02-20-2015 at 17:32.
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
killabotcz
Member
Join Date: Dec 2014
Old 02-20-2015 , 20:11   Re: admin.amxx issues
Reply With Quote #4

Quote:
Originally Posted by claudiuhks View Post
Or redirected to the fast download by mistake (or for a .txt file) and fastly reconnected.
So, this happens with various admins connecting and not all the time, assuming it's the above, any suggestions on how I can fix?

Thanks
killabotcz is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 02-20-2015 , 20:52   Re: admin.amxx issues
Reply With Quote #5

It doesn't hurt anything. Their admin status gets checked each and every time they connect, which is what you want.

If you're running a plugin or mod that essentially makes people reconnect, you pretty much have to deal with it.
__________________

Last edited by Brad; 02-20-2015 at 20:52.
Brad is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 02-21-2015 , 05:09   Re: admin.amxx issues
Reply With Quote #6

It's probably just because of fast download. They connect to the server. The server tells them that they need certain files. The client doesn't have those files yet so it goes to the fast download server. When the download is complete, they connect again to the server.
__________________
fysiks is offline
killabotcz
Member
Join Date: Dec 2014
Old 02-21-2015 , 20:47   Re: admin.amxx issues
Reply With Quote #7

Thanks guys,

I'm getting spontenous and random crashes, I thought/hoped this may be the cause.
I've tried systematically disabling all the plugins but still can't get to the root cause, any 'next level' troubleshooting tips?

Thanks
killabotcz is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 02-21-2015 , 21:04   Re: admin.amxx issues
Reply With Quote #8

Possibly a glitchy map.

You can also look in your server and AMXX logs, if you haven't already, to see if any clues present themselves.
__________________
Brad is offline
JusTGo
Veteran Member
Join Date: Mar 2013
Old 02-22-2015 , 02:38   Re: admin.amxx issues
Reply With Quote #9

Quote:
Originally Posted by killabotcz View Post
Thanks guys,

I'm getting spontenous and random crashes, I thought/hoped this may be the cause.
I've tried systematically disabling all the plugins but still can't get to the root cause, any 'next level' troubleshooting tips?

Thanks
you can show us the output of the folowing commands and we may find your problem:
rcon version | rcon amxx version | rcon meta version rcon amxx plugins | rcon meta list
__________________
JusTGo is offline
killabotcz
Member
Join Date: Dec 2014
Old 02-24-2015 , 16:31   Re: admin.amxx issues
Reply With Quote #10

Appreciate your help guys, please see the below

Version
Protocol version 48
Exe version 1.0.0.3 (czero)
Exe build: 17:46:18 Apr 25 2013 (6027)


amxx version
AMX Mod X 1.8.3-dev+19c8b00 (http://www.amxmodx.org)
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Jul 19 2014, 12:04:23
Build ID: 4037:19c8b007b2e737f9b1d2ee4e4fc5aa610305b2dd
Core mode: JIT+ASM32

Meta Version
Metamod v1.21p37 2013/05/30 (5:13)
by Will Day
http://www.metamod.org/
Patch: Metamod-P (mm-p) v37
by Jussi Kivilinna
http://metamod-p.sourceforge.net/
compiled: May 30 2013, 11:41:14 EET (optimized)

amxx plugins
Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.8.3-dev+ AMXX Dev Team admin.amxx debug
[ 2] Admin Commands 1.8.3-dev+ AMXX Dev Team admincmd.amxx debug
[ 3] Admin Help 1.8.3-dev+ AMXX Dev Team adminhelp.amxx debug
[ 4] Slots Reservation 1.8.3-dev+ AMXX Dev Team adminslots.amxx debug
[ 5] Multi-Lingual System 1.8.3-dev+ AMXX Dev Team multilingual.am debug
[ 6] Menus Front-End 1.8.3-dev+ AMXX Dev Team menufront.amxx debug
[ 7] Commands Menu 1.8.3-dev+ AMXX Dev Team cmdmenu.amxx debug
[ 8] Players Menu 1.8.3-dev+ AMXX Dev Team plmenu.amxx debug
[ 9] Maps Menu 1.8.3-dev+ AMXX Dev Team mapsmenu.amxx debug
[ 10] Plugin Menu 1.8.3-dev+ AMXX Dev Team pluginmenu.amxx debug
[ 11] AMX_Super Menu 5.0.0 YamiKaitou amx_super-menu. debug
[ 12] Chat Logger 2.1a Jim chat_logger.amx debug
[ 13] Admin Chat 1.8.3-dev+ AMXX Dev Team adminchat.amxx debug
[ 14] Anti Flood 1.8.3-dev+ AMXX Dev Team antiflood.amxx debug
[ 15] Scrolling Message 1.8.3-dev+ AMXX Dev Team scrollmsg.amxx debug
[ 16] Info. Messages 1.8.3-dev+ AMXX Dev Team imessage.amxx debug
[ 17] NextMap 1.8.3-dev+ AMXX Dev Team nextmap.amxx debug
[ 18] TimeLeft 1.8.3-dev+ AMXX Dev Team timeleft.amxx debug
[ 19] Pause Plugins 1.8.3-dev+ AMXX Dev Team pausecfg.amxx debug
[ 20] Stats Configuration 1.8.3-dev+ AMXX Dev Team statscfg.amxx debug
[ 21] Restrict Weapons 1.8.3-dev+ AMXX Dev Team restmenu.amxx debug
[ 22] StatsX 1.8.3-dev+ AMXX Dev Team statsx.amxx debug
[ 23] CS Misc. Stats 1.8.3-dev+ AMXX Dev Team miscstats.amxx debug
[ 24] CS Stats Logging 1.8.3-dev+ AMXX Dev Team stats_logging.a debug
[ 25] MultiJump 1.1 twistedeuphoria multijump.amxx debug
[ 26] AMX Super Cmd Manager 1.0.0 SuperCentral Scr amx_super-cmdma debug
[ 27] Amx Super Fun 5.0.1 Supercentral Scr amx_super-fun.a debug
[ 28] Amx Super Others 5.0.1 Supercentral Scr amx_super-other debug
[ 29] Amx Super Serious 5.0.1 Supercentral Scr amx_super-serio debug
[ 30] GrG Bones 0.0.3 SavSin Bones.amxx debug
[ 31] Vox Round Say 1.3 God@Dorin round_chat_msg. debug
[ 32] Weapon Respawner 1.0 danielkza map_weapons_man debug
[ 33] Weapon Throwing 1.0.0 shine throw_weapons.a debug
[ 34] First Person Death 1.0 Numb first_person_de debug
[ 35] Polymorph: Mod Manager 1.2.0b Fysiks polymorph.amxx debug
[ 36] Hook Grab 1.3.1 EJL-SpaceDude/JT kabhook.amxx debug
[ 37] Map Spawns Editor 1.0.16 iG_os Map_Spawns_Edit debug
[ 38] Game Namer 1.1 NeuroToxin gamenamechanger debug
[ 39] Constant Names 1.2 KoST const_names.amx debug
[ 40] Drop Weapons on TK 0.3 VEN dropweaponsontk debug
[ 41] Team Join Management 0.3 Exolent team_join.amxx debug
[ 42] AMX Team Control 1.0 whitemike amx_teams.amxx debug
[ 43] team_switcheroo_t 1.0 who the fuck car team_switcheroo debug
43 plugins, 43 running

meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.3-d ini Start ANY
[ 2] MySQL RUN - mysql_amxx.dll v1.8.3-d pl1 ANY ANY
[ 3] SQLite RUN - sqlite_amxx.dll v1.8.3-d pl1 ANY ANY
[ 4] Fun RUN - fun_amxx.dll v1.8.3-d pl1 ANY ANY
[ 5] CStrike RUN - cstrike_amxx.dll v1.8.3-d pl1 ANY ANY
[ 6] CSX RUN - csx_amxx.dll v1.8.3-d pl1 ANY ANY
[ 7] Ham Sandwich RUN - hamsandwich_amxx v1.8.3-d pl1 ANY ANY
[ 8] Engine RUN - engine_amxx.dll v1.8.3-d pl1 ANY ANY
[ 9] FakeMeta RUN - fakemeta_amxx.dl v1.8.3-d pl1 ANY ANY
9 plugins, 9 running
killabotcz 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 14:24.


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