[solved] Loading error.. please help :(

These are old archives. They are kept for historic purposes only.
Post Reply
arnodu59
Posts: 2
Joined: Sun Jun 04, 2006 1:35 pm
Location: France

[solved] Loading error.. please help :(

Post by arnodu59 »

Hello :)

Sorry for my english :p

When I want to launch UNREAL, it turns over me :
* Loading IRCd configuration ..
* unrealircd.conf:37: loadmodule src/modules/commands.so: failed to load: tmp/4C47B4B4.commands.so: cannot open shared object file: No such file or directory
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemily not started)
The chmod is correct. My OS is Fedora Core3.

Thank you to help me
Last edited by arnodu59 on Sun Jun 04, 2006 8:44 pm, edited 1 time in total.
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post by JanisB »

Unreal cannot locate commands.so in /tmp => Unreal cannot access to /tmp => maybe your user has jailed shell.
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post by Alex »

If this is a Windows installation, regarding to line 37, uncomment the two following lines in your unrealircd.conf:

Code: Select all

//loadmodule "modules/commands.dll";
//loadmodule "modules/cloak.dll";
to this:

Code: Select all

loadmodule "modules/commands.dll"
loadmodule "modules/commands.dll";
Hope this helps. If not you maybe got a corrupted file.
Ron2K

Post by Ron2K »

Alex, he said Fedora Core 3.

arnodu59, I suggest that you search the forums, because I recall seeing this problem before.
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post by Alex »

oh oh, sorry Ron2k, my bad. Didn't see it. :wink:
MarHazK
Posts: 73
Joined: Wed May 25, 2005 5:36 pm
Location: WebMAS.net
Contact:

Re: Loading error.. please help :(

Post by MarHazK »

arnodu59 wrote:Hello :)

Sorry for my english :p

When I want to launch UNREAL, it turns over me :
* Loading IRCd configuration ..
* unrealircd.conf:37: loadmodule src/modules/commands.so: failed to load: tmp/4C47B4B4.commands.so: cannot open shared object file: No such file or directory
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemily not started)
The chmod is correct. My OS is Fedora Core3.

Thank you to help me
Make sure that your ircd folder/path also has been chmod correctly.

Notes: Create an account then untar it into your account shell.
GreenRoom SEC - Main Coder & CoMaster (http://www.wiramaster.com)
DataServ IRC Services - Main Coder
AirChat Network - Main Coder (http://www.airchat.org)
WebMAS Network - Main Team (http://www.webmas.net)
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

RE: JanisB's comment.

tmp/
not /tmp.
Why the hell can't my signature be empty?
"Your message contains too few characters."
arnodu59
Posts: 2
Joined: Sun Jun 04, 2006 1:35 pm
Location: France

Post by arnodu59 »

Ok, thanks all :)

The solution was here http://forums.unrealircd.com/viewtopic.php?t=1812
Post Reply