new to UnrealIRCd - need help

These are old archives. They are kept for historic purposes only.
Post Reply
Selveste1
Posts: 6
Joined: Sun Apr 13, 2008 12:53 pm

new to UnrealIRCd - need help

Post by Selveste1 »

Hey, I get an error when I try to start Unreal3.2.7 on my OpenSuSE 10.3 - amd64

I got the packet from http://files.alexisnet.net/unreal/Unreal3.2.7.tar.gz

I have extracted it in /home/XXX/Unreal3.2.7/ and logged in as the user XXX run ./Config and followed the guide in the config-file

then make, and no error, when I try to start IRCd ./unreal start - still as the user XXX - it say

Code: Select all

# ./unreal start
Starting UnrealIRCd
 _   _                      _ ___________  _____     _
| | | |                    | |_   _| ___ \/  __ \   | |
| | | |_ __  _ __ ___  __ _| | | | | |_/ /| /  \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | |    / | |    / _` |
| |_| | | | | | |  __/ (_| | |_| |_| |\ \ | \__/\ (_| |
 \___/|_| |_|_|  \___|\__,_|_|\___/\_| \_| \____/\__,_|
                           v3.2.7
                     using TRE 0.7.5 (LGPL)
                     using OpenSSL 0.9.8e 23 Feb 2007
                     using libcurl/7.17.0 OpenSSL/0.9.8e zlib/1.2.3 c-ares/1.4.0 libidn/1.0

* Loading IRCd configuration ..
* unrealircd.conf:36: loadmodule src/modules/commands.so: failed to load: Cannot open module file: No such file or directory
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemingly not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
All the files are in the /src/modules dir

Any idea what I have don rung?

Sorry for my bad English

/Selveste1
santa2452
Posts: 29
Joined: Thu Jun 14, 2007 7:23 pm
Location: Columbus
Contact:

Re: new to UnrealIRCd - need help

Post by santa2452 »

in your configuration file you have uncommented the cloak and commands module
Selveste1
Posts: 6
Joined: Sun Apr 13, 2008 12:53 pm

Re: new to UnrealIRCd - need help

Post by Selveste1 »

Yes there are uncommed, and the config-file works fine on my OpenSuSE10.3 -32-bit :S
santa2452
Posts: 29
Joined: Thu Jun 14, 2007 7:23 pm
Location: Columbus
Contact:

Re: new to UnrealIRCd - need help

Post by santa2452 »

well the log shows it is trying to find the commands.so module and inless your on linx then you should not have it uncommented.
Selveste1
Posts: 6
Joined: Sun Apr 13, 2008 12:53 pm

Re: new to UnrealIRCd - need help

Post by Selveste1 »

santa2452 wrote:well the log shows it is trying to find the commands.so module and inless your on linx then you should not have it uncommented.
It is a Linux - Novell OpenSuSE 10.3 my laptop (where it works) is a 32-bit and my server where I what it to work on, is 64-bit, its the same compile make and config on both on the the machines, but on my server it doesn't work :cry:

Is it possible that it's a 64-bit problem ?
santa2452
Posts: 29
Joined: Thu Jun 14, 2007 7:23 pm
Location: Columbus
Contact:

Re: new to UnrealIRCd - need help

Post by santa2452 »

well i dont know much about linx so i cant help you anymore then i have because i run it on windows 2000

sorry i did the best i can
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: new to UnrealIRCd - need help

Post by digi198816 »

hey you have to compile it differently for each machine, i would advise you to not use one copy for same machines. Just compile it on your 64bit and see if that works.
Selveste1
Posts: 6
Joined: Sun Apr 13, 2008 12:53 pm

Re: new to UnrealIRCd - need help

Post by Selveste1 »

Hey
It's 2 different compiles but the same "setting" under compile and the same config-files - sorry if it wasn't clear

/Selveste1
goldenw0lf
Posts: 7
Joined: Thu Apr 17, 2008 3:10 am

Re: new to UnrealIRCd - need help

Post by goldenw0lf »

Can you paste from your unrealircd.conf where the loadmodule is being used?
Selveste1
Posts: 6
Joined: Sun Apr 13, 2008 12:53 pm

Re: new to UnrealIRCd - need help

Post by Selveste1 »

goldenw0lf wrote:Can you paste from your unrealircd.conf where the loadmodule is being used?
unrealircd.conf

Code: Select all

(...)
#those lines are ignored by the ircd.

/*
 * 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";

/*
 * You can also include other configuration files.
 * help.conf contains all the /helpop text. The badwords.*.conf
 * files contain all the badword entries for mode +G...
 * spamfilter.conf contains some good rules for current trojans.
 * You probably want to include them:
 */
include "help.conf";
(...)
/conf> ll
-rw------- 1 ircadmin ircadmin 1376 Apr 13 19:14 Donation
-rw------- 1 ircadmin ircadmin 17992 Apr 13 19:14 LICENSE
drwx------ 2 ircadmin ircadmin 344 Apr 13 19:14 aliases
-rw------- 1 ircadmin ircadmin 1175 Apr 13 19:14 badwords.channel.conf
-rw------- 1 ircadmin ircadmin 1183 Apr 13 19:14 badwords.message.conf
-rw------- 1 ircadmin ircadmin 1121 Apr 13 19:14 badwords.quit.conf
-rw------- 1 ircadmin ircadmin 2871296 Apr 13 20:10 core
-rwx------ 1 ircadmin ircadmin 242894 Apr 13 19:14 curl-ca-bundle.crt
-rw------- 1 ircadmin ircadmin 1900 Apr 13 19:14 dccallow.conf
drwx------ 2 ircadmin ircadmin 216 Apr 13 19:14 doc
-rw------- 1 ircadmin ircadmin 49552 Apr 13 19:14 help.conf
-rw-r--r-- 1 ircadmin ircadmin 0 Apr 13 19:17 ircd.log
lrwxrwxrwx 1 ircadmin ircadmin 12 Apr 13 20:10 modules -> src/modules/
drwx------ 2 ircadmin ircadmin 1296 Apr 13 19:14 networks
-rw------- 1 ircadmin ircadmin 5660 Apr 13 19:14 spamfilter.conf
drwxr-xr-x 3 ircadmin ircadmin 72 Apr 13 20:10 src
drwx------ 2 ircadmin ircadmin 128 Apr 13 20:10 tmp
-rwx------ 1 ircadmin ircadmin 4027 Apr 13 20:21 unreal
-rw------- 1 ircadmin ircadmin 19036 Apr 13 19:16 unrealircd.conf

/conf/src> ll
drwx------ 2 ircadmin ircadmin 3256 Apr 13 19:14 modules

/conf/src/modules> ll
total 9608
-rwx------ 2 ircadmin ircadmin 67300 Apr 13 19:14 cloak.so
-rwx------ 2 ircadmin ircadmin 3720056 Apr 13 19:14 commands.so
(...)
-rwx------ 1 ircadmin ircadmin 64072 Apr 13 19:14 m_whois.so
-rwx------ 1 ircadmin ircadmin 56475 Apr 13 19:14 m_whowas.so
Post Reply