Page 1 of 1
Still stuck
Posted: Sat Nov 13, 2004 2:26 am
by Mr_S
Code: Select all
/*
* UnrealIRCd supports modules, loading some of them is required.
* You need at least the commands module and a cloaking module.
*/
/* FOR *NIX, uncomment the following 2lines: */
//loadmodule "src/modules/commands.so";
//loadmodule "src/modules/cloak.so";
/* FOR Windows, uncomment the following 2 lines: */
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
* Loading IRCd configuration ..
[error] Unable to create file 'tmp/E3BA7E10.commands.dll': Permission denied
* unrealircd.conf:38: loadmodule modules/commands.dll: failed to load: The specified module could not be found.
[error] IRCd configuration failed to load
Suggestions??
Searching topics dont help as this hasnt been answered i think and also faq #74 is done as shown ^^^^^
still stuck
Posted: Sat Nov 13, 2004 3:25 am
by wizard123
how did you install the ircd tar xzvf Unreal3.2
then did you install it s root or as a user
usally permission deied means you insalled it as root and tring to run it as a user.
Re: Still stuck
Posted: Sat Nov 13, 2004 3:35 am
by katsklaw
Mr_S wrote:Code: Select all
/*
* UnrealIRCd supports modules, loading some of them is required.
* You need at least the commands module and a cloaking module.
*/
/* FOR *NIX, uncomment the following 2lines: */
//loadmodule "src/modules/commands.so";
//loadmodule "src/modules/cloak.so";
/* FOR Windows, uncomment the following 2 lines: */
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
* Loading IRCd configuration ..
[error] Unable to create file 'tmp/E3BA7E10.commands.dll': Permission denied
* unrealircd.conf:38: loadmodule modules/commands.dll: failed to load: The specified module could not be found.
[error] IRCd configuration failed to load
Suggestions??
Searching topics dont help as this hasnt been answered i think and also faq #74 is done as shown ^^^^^
actually it looks as if your trying to load the
WINDOWS dlls on a *nix box. If so read every word of what you pasted. Your answer is right in front of you
Posted: Sat Nov 13, 2004 12:07 pm
by Mr_S
Thanks for your swift replies people
I didnt download the *nix version....
i went for the 3.2.2 (Win32) which i would like to run on my windows pc XP Home.
katsklaw, the coding shows im trying to load the windows version by deleting the //'s using the 3.2.2 (Win32).
Doesnt it?
Thats even checked against the FAQ #74
Posted: Sat Nov 13, 2004 12:16 pm
by AngryWolf
katsklaw, no! Here "The specified module could not be found" is actually supposed to mean "a DLL required by commands.dll could not be found". It's a typical error message by Windows operating systems. As confusing as it can be, I know, but it's Microsoft that calls runtime libraries as modules... A DLL that an Unreal module file can require is usually one of the CRT libraries (msvcrt*.dll).
I don't know what's happening there, but I think you're mixing an old commands.dll with a new UnrealIRCd installation, or maybe you've removed a CRT library coincidentally before rehashing (I'm not sure in the latter case).
I suggest Mr_S to completely reinstall his UnrealIRCd, and don't mix old & new files, don't delete the necessary mscvrt*.dll's, whatever.
Posted: Sat Nov 13, 2004 2:57 pm
by Mr_S
I don't know what's happening there, but I think you're mixing an old commands.dll with a new UnrealIRCd installation, or maybe you've removed a CRT library coincidentally before rehashing (I'm not sure in the latter case).
I suggest Mr_S to completely reinstall his UnrealIRCd, and don't mix old & new files, don't delete the necessary mscvrt*.dll's, whatever.
Downloaded a fresh copy and installed after searching my computor for "unrealircd" and finding nothing.
hovered ova commands.dll and Date Created: 27 October 2004 21:20
correct date for latest release?
im still getting the same error too...

Posted: Wed Nov 17, 2004 11:23 pm
by John{C}
I hear ya MR_S. I just posted in your previous topic, and i am getting the same error msg. Yes the msg is simple an obvious but its a fresh install so there is no chance of a file mismatch (using the older unreal .dll's).
I think we are both stuck with the same prob, so help please

Posted: Wed Nov 17, 2004 11:36 pm
by Syzop
I already suggested FileMon in the
other topic. Start filemon, start capturing, start unrealircd, wait for the error, stop capturing... then have a look at the results.
If you can't figure it out, you could send me the log (@filemon file->save as) on syzop AT unrealircd DOT com.
Posted: Thu Nov 18, 2004 3:07 am
by John{C}
Thanks Syzop, appreciate your time for looking at the Log.
Posted: Thu Nov 18, 2004 7:56 pm
by John{C}