Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: cannot load any modules (Resolved)  (Read 7218 times)

0 Members and 1 Guest are viewing this topic.

Craig Turner

  • Anope User
  • Offline Offline
  • Posts: 6
cannot load any modules (Resolved)
« on: November 24, 2009, 02:33:08 AM »

I'm running anope 1.8 linked to unreal 3.2.8.1 along with denora (unsure which version)

The network I was linked with was recently closed down, so I decided to get my old network going again. I'm trying to set certain channels and nicks to not expire. Channels went fine, but nickserv gave an error whenever I tried the same with nicks:

02:25 <Vista> set Vista noexpire on
02:25 -NickServ(*@services.chatnsn.org)- Unknown SET option Vista.

I then noticed a post on here mentioning something about saset needing to be used.

However, I cannot get the ns_saset module to load:

02:29 <Vista> modload ns_saset
02:29 -OperServ(*@services.chatnsn.org)- Unable to load module ns_saset

As a test to see if it ws just that module, I then tried loading os_raw (I know I won't get support if I use it, but I am not using it...I just tried to load it to see if it's all modules that are refusing to load....if it had loaded I would have unloaded it right afterwards):

02:12 <Vista> modload os_raw
02:12 -OperServ(*@services.chatnsn.org)- Unable to load module os_raw

So it appears that no modules can be loaded for some reason.

I want to avoid having to reinstall anope completely if I can avoid it, but so far, I cannot think of any other way to get it working properly.

The ircd, services, and stats are running on Server 2003.
« Last Edit: November 24, 2009, 03:39:02 AM by Craig Turner »
Logged

Naram Qashat

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 192
    • CBX's Sprite Animations
Re: cannot load any modules
« Reply #1 on: November 24, 2009, 02:56:26 AM »

Have you checked the logs to see why it's telling you that?  Also, check if you can even use /os modlist.  If not, something might be up.
Logged

Craig Turner

  • Anope User
  • Offline Offline
  • Posts: 6
Re: cannot load any modules
« Reply #2 on: November 24, 2009, 03:14:34 AM »

The logs give no error regarding ns_saset (or os_raw), but there is an error when anope starts:

[Nov 24 01:42:07 2009] Loading IRCD Protocol Module: [unreal32]
[Nov 24 01:42:07 2009] status:
  • [Module, Okay - No Error]
[Nov 24 01:42:07 2009] Loading Encryption Module: [enc_none]
[Nov 24 01:42:08 2009] status:
  • [Module, Okay - No Error]
[Nov 24 01:42:08 2009] Launching Anope into the background
[Nov 24 01:42:08 2009] Anope 1.8.0-rc1 (1489) (ircd protocol: UnrealIRCd 3.2+) starting up
[Nov 24 01:42:27 2009] ms_rsend requested unload...
[Nov 24 01:42:27 2009] debug: trying to load core module [ms_rsend]
[Nov 24 01:42:27 2009] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Nov 24 01:42:48 2009] Databases loaded

modlist works fine:

03:13 <Vista> modlist
03:13 -OperServ(*@services.chatnsn.org)- Current Module list:
03:13 -OperServ(*@services.chatnsn.org)- Module: cs_appendtopic [$Id:
          cs_appendtopic.c 1369 2008-02-05 13:51:50Z geniusdex $] [Supported]
03:13 -OperServ(*@services.chatnsn.org)- Module: cs_enforce [$Id: cs_enforce.c
          1345 2008-01-13 12:54:14Z geniusdex $] [Supported]
03:13 -OperServ(*@services.chatnsn.org)- Module: enc_none [$Id: enc_none.c 1446
          2008-09-20 14:45:38Z viper $] [Encryption]
03:13 -OperServ(*@services.chatnsn.org)- Module: hs_request [$Id: hs_request.c
          1397 2008-06-03 18:44:54Z geniusdex $] [Supported]
03:13 -OperServ(*@services.chatnsn.org)- Module: ns_maxemail [$Id:
          ns_maxemail.c 1345 2008-01-13 12:54:14Z geniusdex $] [Supported]
03:13 -OperServ(*@services.chatnsn.org)- Module: os_raw [$Id: os_raw.c 1408
          2008-08-11 12:53:26Z rob $] [3rd]
03:13 -OperServ(*@services.chatnsn.org)- Module: os_info [$Id: os_info.c 1391
          2008-04-06 15:07:31Z rob $] [Supported]
03:13 -OperServ(*@services.chatnsn.org)- Module: unreal32 [$Id: unreal32.c 1451
          2008-09-25 22:10:36Z viper $] [Protocol]
03:13 -OperServ(*@services.chatnsn.org)- 8 Modules loaded.


Logged

Naram Qashat

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 192
    • CBX's Sprite Animations
Re: cannot load any modules
« Reply #3 on: November 24, 2009, 03:18:40 AM »

Try /os modlist core.  If you see ns_saset there, then the error with loading it is because it's already loaded.  From the looks of it, you also already had os_raw loaded, which I would suggest unloading if you wish to get continued support.  Also, you can ignore the "error" with ms_rsend, it's expected because it requires a certain config directive to be set.
Logged

Craig Turner

  • Anope User
  • Offline Offline
  • Posts: 6
Re: cannot load any modules
« Reply #4 on: November 24, 2009, 03:29:35 AM »

I've now unloaded os_raw...I forgot I had it set in the core modules list. I've now removed it from the list and unloaded it.

ns_saset is listed in the modules list on doing a /os modlist core, so it does look like it's already loaded, but I still cannot set noexpire on nicks.

It just gives the error 'unknown set option'.
Logged

Jeremy

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 24
    • SmartServ Hosting
Re: cannot load any modules
« Reply #5 on: November 24, 2009, 03:32:19 AM »

Isn't it "saset noexpire on"? not just set
Logged
Jeremy Johnston
SmartServ Hosting
http://www.smart-serv.net/

Naram Qashat

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 192
    • CBX's Sprite Animations
Re: cannot load any modules
« Reply #6 on: November 24, 2009, 03:33:12 AM »

Yes, to do noexpire you have to go through saset, it's not part of set in any way, shape, or form.
Logged

Craig Turner

  • Anope User
  • Offline Offline
  • Posts: 6
Re: cannot load any modules
« Reply #7 on: November 24, 2009, 03:36:07 AM »

ah....that was the problem...I read several documents on different sites regarding anope....some said saset and some said just set.

Just tried it with saset instead, and that worked.

Thanks
Logged
Pages: [1]   Go Up