I get some kind of Error when i start the unrealircd.

These are old archives. They are kept for historic purposes only.
Post Reply
BigBen
Posts: 49
Joined: Sat Nov 25, 2006 3:25 pm

I get some kind of Error when i start the unrealircd.

Post 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
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Post by Grunt »

Does Unreal have rwx permission to ./tmp?
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
BigBen
Posts: 49
Joined: Sat Nov 25, 2006 3:25 pm

Post by BigBen »

no, how do i set it?
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post by JanisB »

chattr 777 ./tmp
BigBen
Posts: 49
Joined: Sat Nov 25, 2006 3:25 pm

Post by BigBen »

where do i place that at? somewhere in the config?
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post 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?
BigBen
Posts: 49
Joined: Sat Nov 25, 2006 3:25 pm

Post by BigBen »

Windows Vista
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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.
Post Reply