/operserv modload error - Access Denied

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Rmroadee
Posts: 6
Joined: Wed Sep 22, 2004 6:58 am

/operserv modload error - Access Denied

Post by Rmroadee »

When I try to load a pre-complied w32 module I get an access denied. i have given myself op and still get it. I know the mod is in the correct directory. I am running the current w32 build of unrealircd on a win2k3 server using mirc32 as my client..
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

What is the error message exactly? Simply "Access denied" or something more? If the first, you don't have access to that OperServ command (for example, In Anope, only Services Roots are allowed to use it). Or else the message might be "Couldn't load module.file: Access denied" or something similar (you didn't say what Services you were using, so I'm just guessing), and then I don't know what to do.
Rmroadee
Posts: 6
Joined: Wed Sep 22, 2004 6:58 am

Post by Rmroadee »

AngryWolf wrote:What is the error message exactly? Simply "Access denied" or something more? If the first, you don't have access to that OperServ command (for example, In Anope, only Services Roots are allowed to use it). Or else the message might be "Couldn't load module.file: Access denied" or something similar (you didn't say what Services you were using, so I'm just guessing), and then I don't know what to do.
Here is the command I am using with the mod_file:

[11:54pm] -> *operserv* modload ircd_gameserv

Here is the response:

[11:54pm] *OperServ* Access denied.

Thank You.
heinz
Posts: 90
Joined: Mon Mar 08, 2004 4:08 pm
Location: United Kingdom
Contact:

Post by heinz »

Being an "op" isn't enough to be able to use that command. You are required to be an IRC Operator or above, use an registered (identified) nickname, and be in the ServicesRoot directive of the config file.

HTH.
Chris Hogben
Chief Tester, QA Team - Anope IRC Services
Co-Owner - PhpMemX.Net
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Also for the record, you really should tell us what services program you are running.
-- codemastr
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Sounds like Anope, but you are right, it might not be...
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Rmroadee
Posts: 6
Joined: Wed Sep 22, 2004 6:58 am

Post by Rmroadee »

w00t wrote:Sounds like Anope, but you are right, it might not be...
It is. I have reposted this problem on their boar. Thx.
heinz
Posts: 90
Joined: Mon Mar 08, 2004 4:08 pm
Location: United Kingdom
Contact:

Post by heinz »

You needn't have bothered. I've already answered your question and given you some things to check. If you read what I said before, and followed the instructions, it would have been working by now.

But anyway, I shall go respond over there, if someone else hasn't already said what I have :)
Chris Hogben
Chief Tester, QA Team - Anope IRC Services
Co-Owner - PhpMemX.Net
Rmroadee
Posts: 6
Joined: Wed Sep 22, 2004 6:58 am

Post by Rmroadee »

heinz wrote:You needn't have bothered. I've already answered your question and given you some things to check. If you read what I said before, and followed the instructions, it would have been working by now.

But anyway, I shall go respond over there, if someone else hasn't already said what I have :)
i have the access now, just get Unable to load module. Still checking.
heinz
Posts: 90
Joined: Mon Mar 08, 2004 4:08 pm
Location: United Kingdom
Contact:

Post by heinz »

If you check the log file, it will give you information as to why modules have failed to load.

Paste what you see in the logs above the line status [6], and we'll see what the error is.
Chris Hogben
Chief Tester, QA Team - Anope IRC Services
Co-Owner - PhpMemX.Net
Rmroadee
Posts: 6
Joined: Wed Sep 22, 2004 6:58 am

Post by Rmroadee »

heinz wrote:If you check the log file, it will give you information as to why modules have failed to load.

Paste what you see in the logs above the line status [6], and we'll see what the error is.
Here is what the log stated:

[Sep 24 12:08:31 2004] OperServ: rmroadee: modload ircd_gameserv
[Sep 24 12:08:31 2004] trying to load [ircd_gameserv]
[Sep 24 12:08:31 2004] The specified module could not be found.
heinz
Posts: 90
Joined: Mon Mar 08, 2004 4:08 pm
Location: United Kingdom
Contact:

Post by heinz »

Right, Ok.. Some things to check..

1) Does the module ircd_gameserv.dll exist in data/modules ?
2) In data/modules, is there a folder called runtime?
3) If you place a copy of the .dll in data/modules/runtime, does it work?

Have a look at those 3 things, one, if not all of them should make it work.

Any more problems, just let me know.
Chris Hogben
Chief Tester, QA Team - Anope IRC Services
Co-Owner - PhpMemX.Net
Rmroadee
Posts: 6
Joined: Wed Sep 22, 2004 6:58 am

Post by Rmroadee »

heinz wrote:Right, Ok.. Some things to check..

1) Does the module ircd_gameserv.dll exist in data/modules ?
2) In data/modules, is there a folder called runtime?
3) If you place a copy of the .dll in data/modules/runtime, does it work?

Have a look at those 3 things, one, if not all of them should make it work.

Any more problems, just let me know.
K, i figured it out. Form some reason it is ignoring the modules data area and loading from the same dir that services is in.
Locked