/*
* 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 ^^^^^
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.
/*
* 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
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.
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?
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
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.