Page 1 of 2

commands.so

Posted: Sat Nov 22, 2008 4:24 pm
by courtneywise
what is wrong?

* Loading IRCd configuration ..
* unrealircd.conf:1: loadmodule src/modules/commands.so: failed to load
[error] IRCd configuration failed to load


please can some one help me i have reinstalled about 10 times and 5 times have been in diffrent locations i installed "3.2.7 Win32"

please help me

Re: commands.so

Posted: Sat Nov 22, 2008 5:50 pm
by zEkE
You need commands.dll, not .so for windows.

Re: commands.so

Posted: Sat Nov 22, 2008 6:40 pm
by courtneywise
ok so once that is done i changed the cloak.so to cloak.dll and i get this

* Loading IRCd configuration ..
* unrealircd.conf:2: loadmodule modules/cloak.dll: failed to load: Access is denied.

[error] IRCd configuration failed to load

Re: commands.so

Posted: Sat Nov 22, 2008 6:54 pm
by Casper
Windows Vista (business) by any chance?

Re: commands.so

Posted: Sat Nov 22, 2008 6:54 pm
by courtneywise
no windows xp

ok so i fixed that it was my agv that was blocking it but now it says it needs ircd.motd
what can i do? :?: :?: :?:

Re: commands.so

Posted: Sat Nov 22, 2008 6:56 pm
by Casper
Open a text editor, write the text you want to be showed to your users when they connect (or by typing /motd) and save the file in the Unreal dir under the name ircd.motd (NOT ircd.motd.txt)

Re: commands.so

Posted: Sat Nov 22, 2008 7:00 pm
by courtneywise
ok so i put in there welcome to my irc server and i saved it as "ircd.motd" and now it is not loading

Re: commands.so

Posted: Sat Nov 22, 2008 7:03 pm
by Casper
Any errors?

Re: commands.so

Posted: Sat Nov 22, 2008 7:05 pm
by courtneywise
no just nothing comes up but when i remove the file it comes up the errors

oh yer it opens in the taskbar the closes within 1 second

Re: commands.so

Posted: Sat Nov 22, 2008 7:07 pm
by Casper
Well, how do you know it's loading? Just guessing here, are you trying to launch "unrealircd.exe" or "wircd.exe"? wircd.exe is the right one to launch.

Re: commands.so

Posted: Sat Nov 22, 2008 7:07 pm
by courtneywise
courtneywise wrote:no just nothing comes up but when i remove the file it comes up the errors

oh yer it opens in the taskbar the closes within 1 second

it just dose the same as i said

Re: commands.so

Posted: Sat Nov 22, 2008 7:14 pm
by Casper
Is there a logfile? If no (or it doesn't give any errors), I'm out of ideas..

As a hint, try it on Linux, makes things in the end a lot easier!

Re: commands.so

Posted: Sat Nov 22, 2008 7:15 pm
by courtneywise
here is the log file

[Fri Nov 21 18:51:02 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 18:51:17 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 18:51:44 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 18:52:49 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 18:56:57 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 18:57:06 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 18:58:10 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 18:58:11 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 18:58:13 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 18:58:51 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 18:59:45 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 19:02:16 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 19:02:24 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 19:02:25 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 19:03:08 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 19:04:13 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 19:04:16 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 19:04:17 2008] - Error binding stream socket to IP 192.168.0.0 port 6669 - irc.courtneysfun.co.uk[]:Can't assign requested address
[Fri Nov 21 19:04:34 2008] - Failed to load SSL private key server.key.pem
[Fri Nov 21 19:05:20 2008] - Failed to load SSL private key server.key.pem
[Fri Nov 21 19:05:23 2008] - Failed to load SSL private key server.key.pem

Re: commands.so

Posted: Sat Nov 22, 2008 7:18 pm
by Casper
Okay, those are errors I can work with! Configure your listen block to bind to all addresses (replace 192.168.0.0 to * in the listen blocks) and remove all ssl; flags from the config.

Re: commands.so

Posted: Sat Nov 22, 2008 7:23 pm
by courtneywise
can i make the listen blocks to localhost ?