Page 1 of 1
I get some kind of Error when i start the unrealircd.
Posted: Tue Mar 06, 2007 2:54 am
by BigBen
I got a new computer and i installed the UnrealIRCd 3.2.6 and i get this: [error] Unable to create file 'tmp/C4551DC.commands.dll': Permission denied
* unrealircd.conf:1: loadmodule modules/commands.dll: failed to load: Failed to copy module file.
[error] IRCd configuration failed to load
Posted: Tue Mar 06, 2007 6:14 am
by Grunt
Does Unreal have rwx permission to ./tmp?
Posted: Tue Mar 06, 2007 10:32 pm
by BigBen
no, how do i set it?
Posted: Tue Mar 06, 2007 10:50 pm
by JanisB
Posted: Thu Mar 08, 2007 3:44 am
by BigBen
where do i place that at? somewhere in the config?
Posted: Fri Mar 09, 2007 12:17 am
by JanisB
nope, chattr is *nix command, so, you must type it in console. However, you are trying to load *.dll file, that is very strange for *nix systems.
What OS you are using?
Posted: Fri Mar 09, 2007 3:12 am
by BigBen
Windows Vista
Posted: Fri Mar 09, 2007 4:01 am
by Stealth
Windows Vista has not yet been tested, so we don't know if it will work or not. However, a "Permission Denied" error is a pretty standard error. You need to check the permissions on the folder, and ensure the user running Unreal and the System user have write permissions to the tmp folder.