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

1.76d upgrade causes nvault module problem - specific to linux servers only


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SubStream
Veteran Member
Join Date: Aug 2005
Location: USA
Old 03-15-2007 , 22:42   1.76d upgrade causes nvault module problem - specific to linux servers only
Reply With Quote #1

Is anyone else having problems with nVault? Ever since I updated to 1.76d on my linux server, none of the plugins I have that run nvault will load--i get a bad load on all of them. Is there a bug or an error or something because I am no idiot at setting up servers--and I just updated as usual and bam--no nvault plugins work. Anyone have this problem?


Edit:

Please refer 3 posts down for modules and plugins listings. I downgraded to 1.76c and it shows nvault and related plugins loading properly. When upgrading back up to 1.76d again, it shows that the problem reoccurs. All information is listed 3 posts down.

Last edited by SubStream; 03-20-2007 at 11:54.
SubStream is offline
Spanky McNutnut
AMX Mod X Beta Tester
Join Date: Feb 2006
Old 03-15-2007 , 23:42   Re: nvault problems
Reply With Quote #2

Show us output of amxx plugins and meta list in RCON
Spanky McNutnut is offline
P34nut
AMX Mod X Beta Tester
Join Date: Feb 2006
Location: Netherlands
Old 03-16-2007 , 12:49   Re: nvault problems
Reply With Quote #3

I dont have any problems with nVault on my server
__________________
All you need to change the world is one good lie and a river of blood
P34nut is offline
SubStream
Veteran Member
Join Date: Aug 2005
Location: USA
Old 03-20-2007 , 11:02   Re: nvault problems
Reply With Quote #4

Quote:
Originally Posted by Spanky McNutnut View Post
Show us output of amxx plugins and meta list in RCON
Here is my current plugins and modules information:
Code:
         name               version  author            file             status   
         Load Admin         1.0      SubStream         loadadmin.amxx   running  
         Basic Admin Chat   1.0      SubStream         basicadminchat.  running  
         Basic Admin Chat   1.0      SubStream         basicadminchat2  running  
         Basic Admin Comma  1.0      SubStream         basicadmincmds.  running  
         Basic Admin Vote   1.0      SubStream         basicadminvote.  running  
         unknown            unknown  unknown           basicvoiceban.a  bad load 
         Server Shutdown    1.0      SubStream         servershutdown.  running  
         Anti Flood + Name  0.1      AMXX Dev Team (J  antiflood.amxx   running  
         Don't Say Hack     1.0      SubStream         dontsayhack.amx  running  
         Don't say IPs      0.1      JGHG              dontsayips.amxx  running  
         Team Chat Color    1.0      SubStream         teamchatcolor.a  running  
         Menus Front-End    1.76     AMXX Dev Team     menufront.amxx   running  
         Players Menu       1.76d    AMXX Dev Team     plmenu.amxx      running  
         Restrict Weapons   1.76c    AMXX Dev Team     restmenu.amxx    running  
         Teleport Menu      1.76     AMXX Dev Team     telemenu.amxx    running  
         Anti-Silent Plant  1.5      SubStream         antisilentplant  running  
         Bot Manager        1.0      SubStream         botmanager.amxx  running  
         BRB                2.1a     Cheap_Suit        brb.amxx         running  
         unknown            unknown  unknown           earlytkcontrol.  bad load 
         Empty Server       1.0      SubStream         emptyserver.amx  running  
         Map Manager        1.0      SubStream         mapmanager.amxx  running  
         Loading Sound      1.0      Amxx User         loadsndxmen.amx  running  
         Play or Be Kicked  1.4      Brad Jones        pbk.amxx         running  
         unknown            unknown  unknown           restrictcommand  bad load 
         Restrict Names     1.2a     Brad Jones        restrictnames.a  running  
         Server Informatio  1.0      SubStream         serverinfo.amxx  running  
         StatsX             1.76d    AMXX Dev Team     statsx.amxx      running  
         Basic Dead Chat    1.0      SubStream         basicdeadchat.a  running  
         Force CAL Open Se  2.8      SubStream         fcos.amxx        running  
         LAN Notifier       1.0      Brad Jones        lann.amxx        running  
         Scrim 24/7         1.0      SubStream         scrim247.amxx    running
Code:
name                    version  author              
         CStrike                 1.76     AMX Mod X Dev Team  
         Fun                     1.76     AMX Mod X Dev Team  
         Engine                  1.76     AMX Mod X Dev Team  
         Engine                  1.76     AMX Mod X Dev Team  
         FakeMeta                1.76d    AMX Mod X Dev Team  
         CSX                     1.76c    AMX Mod X Dev Team  
         RegEx                   1.76     AMX Mod X Dev Team  
         7 modules
It lists Engine twice here--instead of nVault once. It's almost as if the automatic module loading isn't working or there's a bug with the nVault module. I am quite baffled as to why nVault doesn't list as being loaded and no plugins with nVault seem to work. It's a linux server and I never have any problems. I haven't changed any settings or done anything but updated the core files necessary.


EDIT:

To see if the update was the problem, I downgraded to 1.76C

I replaced the following files in my downgrade:

core.ini (configs folder)
modules.ini (configs folder)
csstats.amxx (data folder)
amxmodx_mm_i386.so (dll folder)
cstrike_amxx_i386.so (modules folder)
csx_amxx_i386.so (modules folder)
engine_amxx_i386.so (modules folder)
fakemeta_amxx_i386.so (modules folder)
fun_amxx_i386.so (modules folder)
nvault_amxx_i386.so (modules folder)

Now, with 1.76c installed again, look at how the plugins are all running and nVault is running properly:
Code:
Currently loaded plugins:
         name               version  author            file             status   
         Load Admin         1.0      SubStream         loadadmin.amxx   running  
         Basic Admin Chat   1.0      SubStream         basicadminchat.  running  
         Basic Admin Chat   1.0      SubStream         basicadminchat2  running  
         Basic Admin Comma  1.0      SubStream         basicadmincmds.  running  
         Basic Admin Vote   1.0      SubStream         basicadminvote.  running  
         Basic Voice Ban    1.0      SubStream         basicvoiceban.a  running  
         Server Shutdown    1.0      SubStream         servershutdown.  running  
         Anti Flood + Name  0.1      AMXX Dev Team (J  antiflood.amxx   running  
         Don't Say Hack     1.0      SubStream         dontsayhack.amx  running  
         Don't say IPs      0.1      JGHG              dontsayips.amxx  running  
         Team Chat Color    1.0      SubStream         teamchatcolor.a  running  
         Menus Front-End    1.76     AMXX Dev Team     menufront.amxx   running  
         Players Menu       1.76d    AMXX Dev Team     plmenu.amxx      running  
         Restrict Weapons   1.76c    AMXX Dev Team     restmenu.amxx    running  
         Teleport Menu      1.76     AMXX Dev Team     telemenu.amxx    running  
         Anti-Silent Plant  1.5      SubStream         antisilentplant  running  
         Bot Manager        1.0      SubStream         botmanager.amxx  running  
         BRB                2.1a     Cheap_Suit        brb.amxx         running  
         Early TK Control   1.0      SubStream         earlytkcontrol.  running  
         Empty Server       1.0      SubStream         emptyserver.amx  running  
         Map Manager        1.0      SubStream         mapmanager.amxx  running  
         Loading Sound      1.0      Amxx User         loadsndxmen.amx  running  
         Play or Be Kicked  1.4      Brad Jones        pbk.amxx         running  
         Restrict Commands  2.1      SubStream         restrictcommand  running  
         Restrict Names     1.2a     Brad Jones        restrictnames.a  running  
         Server Informatio  1.0      SubStream         serverinfo.amxx  running  
         StatsX             1.76d    AMXX Dev Team     statsx.amxx      running  
         Basic Dead Chat    1.0      SubStream         basicdeadchat.a  running  
         Force CAL Open Se  2.8      SubStream         fcos.amxx        running  
         LAN Notifier       1.0      Brad Jones        lann.amxx        running  
         Scrim 24/7         1.0      SubStream         scrim247.amxx    running  
         31 plugins, 31 running
Code:
name                    version  author              
         Fun                     1.76     AMX Mod X Dev Team  
         CStrike                 1.76     AMX Mod X Dev Team  
         CSX                     1.76c    AMX Mod X Dev Team  
         Engine                  1.76     AMX Mod X Dev Team  
         nVault                  1.76c    AMX Mod X Dev Team  
         RegEx                   1.76     AMX Mod X Dev Team  
         FakeMeta                1.76b    AMX Mod X Dev Team  
         7 modules
Now I will go and upgrade again to test to see if it goes back to not working.



EDIT #2

Now I have upgraded back to 1.76d--only replacing the files listed above that I downgraded. Look at how the problem is caused just by updating to 1.76d:
Code:
name               version  author            file             status   
         Load Admin         1.0      SubStream         loadadmin.amxx   running  
         Basic Admin Chat   1.0      SubStream         basicadminchat.  running  
         Basic Admin Chat   1.0      SubStream         basicadminchat2  running  
         Basic Admin Comma  1.0      SubStream         basicadmincmds.  running  
         Basic Admin Vote   1.0      SubStream         basicadminvote.  running  
         unknown            unknown  unknown           basicvoiceban.a  bad load 
         Server Shutdown    1.0      SubStream         servershutdown.  running  
         Anti Flood + Name  0.1      AMXX Dev Team (J  antiflood.amxx   running  
         Don't Say Hack     1.0      SubStream         dontsayhack.amx  running  
         Don't say IPs      0.1      JGHG              dontsayips.amxx  running  
         Team Chat Color    1.0      SubStream         teamchatcolor.a  running  
         Menus Front-End    1.76     AMXX Dev Team     menufront.amxx   running  
         Players Menu       1.76d    AMXX Dev Team     plmenu.amxx      running  
         Restrict Weapons   1.76c    AMXX Dev Team     restmenu.amxx    running  
         Teleport Menu      1.76     AMXX Dev Team     telemenu.amxx    running  
         Anti-Silent Plant  1.5      SubStream         antisilentplant  running  
         Bot Manager        1.0      SubStream         botmanager.amxx  running  
         BRB                2.1a     Cheap_Suit        brb.amxx         running  
         unknown            unknown  unknown           earlytkcontrol.  bad load 
         Empty Server       1.0      SubStream         emptyserver.amx  running  
         Map Manager        1.0      SubStream         mapmanager.amxx  running  
         Loading Sound      1.0      Amxx User         loadsndxmen.amx  running  
         Play or Be Kicked  1.4      Brad Jones        pbk.amxx         running  
         unknown            unknown  unknown           restrictcommand  bad load 
         Restrict Names     1.2a     Brad Jones        restrictnames.a  running  
         Server Informatio  1.0      SubStream         serverinfo.amxx  running  
         StatsX             1.76d    AMXX Dev Team     statsx.amxx      running  
         Basic Dead Chat    1.0      SubStream         basicdeadchat.a  running  
         Force CAL Open Se  2.8      SubStream         fcos.amxx        running  
         LAN Notifier       1.0      Brad Jones        lann.amxx        running  
         Scrim 24/7         1.0      SubStream         scrim247.amxx    running  
         31 plugins, 28 running
Code:
name                    version  author              
         Fun                     1.76     AMX Mod X Dev Team  
         CStrike                 1.76     AMX Mod X Dev Team  
         CSX                     1.76c    AMX Mod X Dev Team  
         Engine                  1.76     AMX Mod X Dev Team  
         Engine                  1.76     AMX Mod X Dev Team  
         RegEx                   1.76     AMX Mod X Dev Team  
         FakeMeta                1.76d    AMX Mod X Dev Team  
         7 modules
It is clear from this evidence that one of the files I listed as being updated in this instance have a problem or that a file related to one of them is faulty. I tested a windows server on my PC and it worked fine--so the problem must only be with files specific to the linux version of 1.76d.

Last edited by SubStream; 03-20-2007 at 11:38.
SubStream is offline
Spanky McNutnut
AMX Mod X Beta Tester
Join Date: Feb 2006
Old 03-21-2007 , 01:34   Re: 1.76d upgrade causes nvault module problem - specific to linux servers only
Reply With Quote #5

Use meta list in the server's console(RCON) and it will tell us if it had a bad load or not.
Spanky McNutnut is offline
SubStream
Veteran Member
Join Date: Aug 2005
Location: USA
Old 03-22-2007 , 11:08   Re: 1.76d upgrade causes nvault module problem - specific to linux servers only
Reply With Quote #6

Quote:
Originally Posted by Spanky McNutnut View Post
Use meta list in the server's console(RCON) and it will tell us if it had a bad load or not.
It doesn't seem to even list nVault here - This is with 1.76d installed. It doesn't list it with 1.76c installed either though-but it works on 1.76c
Code:
Currently loaded plugins:
               description      stat pend  file              vers      src  load  unlod
          [ 1] AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.76d    ini  ANY   ANY  
          [ 2] POD-Bot mm       RUN   -    podbot_mm_i386.s  v3.0B16c  ini  Chlvl ANY  
          [ 3] Fun              RUN   -    fun_amxx_i386.so  v1.76     pl1  ANY   ANY  
          [ 4] CStrike          RUN   -    cstrike_amxx_i38  v1.76     pl1  ANY   ANY  
          [ 5] CSX              RUN   -    csx_amxx_i386.so  v1.76c    pl1  ANY   ANY  
          [ 6] Engine           RUN   -    engine_amxx_i386  v1.76     pl1  ANY   ANY  
          [ 7] FakeMeta         RUN   -    fakemeta_amxx_i3  v1.76d    pl1  ANY   ANY  
         7 plugins, 7 running
SubStream is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 03-22-2007 , 11:40   Re: 1.76d upgrade causes nvault module problem - specific to linux servers only
Reply With Quote #7

I have the same problem on my server. Linux debian 3.1. If i change the files (only modules and the dll) to 1.76d nvault will not load. Switched all possible combinations, nvault will only load if all files are from 1.76c. Strange. I have mailed my files to sawce and they loaded fine for him.
Tried to enable the module in the modules.ini didn't solved the problem, still bad load in amxx modules.
Maybe it is related to our OS SubStream?
__________________

Mordekay is offline
SubStream
Veteran Member
Join Date: Aug 2005
Location: USA
Old 03-22-2007 , 11:54   Re: 1.76d upgrade causes nvault module problem - specific to linux servers only
Reply With Quote #8

Quote:
Originally Posted by Mordekay View Post
I have the same problem on my server. Linux debian 3.1. If i change the files (only modules and the dll) to 1.76d nvault will not load. Switched all possible combinations, nvault will only load if all files are from 1.76c. Strange. I have mailed my files to sawce and they loaded fine for him.
Tried to enable the module in the modules.ini didn't solved the problem, still bad load in amxx modules.
Maybe it is related to our OS SubStream?
As I stated above, it is related to linux only servers. I tested 1.76d on a windows server on my pc, just locally, and it worked fine on my windows operating system. It's directly related to a file only used in linux 1.76d upgrade. It does not affect windows servers.
SubStream is offline
Old 03-28-2007, 06:37
Mordekay
This message has been deleted by Greentryst. Reason: bumping is not allowed until 2 weeks have passed
Gunny
Senior Member
Join Date: Mar 2004
Location: Magnolia, Texas
Old 03-28-2007 , 09:53   Re: 1.76d upgrade causes nvault module problem - specific to linux servers only
Reply With Quote #9

I am having the same problem, I have downgraded to 1.76c until the problem is fixed.
I am not sure what info other than the standard amxx modules, amxx plugins, amxx version lists that I can supply that will aid in the fixing this issue.
__________________
TEAM FORTRESS 2 - 70.85.30.25:27015
COUNTER-STRIKE SOURCE - 70.85.30.22:27015
COUNTER-STRIKE SOURCE DEATH MATCH - 70.85.30.23:27015
Gunny is offline
Coksnuss
Junior Member
Join Date: Feb 2007
Old 03-29-2007 , 12:41   Re: 1.76d upgrade causes nvault module problem - specific to linux servers only
Reply With Quote #10

Same Problem

I am running a Dedicated Linux Debian Sarge 3.1 Server...
And the nVault module wont load :/
Coksnuss 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 04:11.


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