Help Installing IRCD

These are old archives. They are kept for historic purposes only.
suffolk
Posts: 16
Joined: Wed Apr 13, 2005 10:33 pm
Location: east anglia

Post by suffolk »

v3.2.3
using TRE 0.7.2 (GPL)
using OpenSSL 0.9.7d 17 Mar 2004
using zlib 1.1.4
------------------------------------
* Loading IRCd configuration ..
* unrealircd.conf:33: loadmodule src/modules/commands.so: failed to load: Module was compiled for

'Unreal3.2.3/SSL', we are 'Unreal3.2.3', please recompile the module
===============

Really confussed now
wether module in config or isit unreal needs compiling
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

make clean
make
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
suffolk
Posts: 16
Joined: Wed Apr 13, 2005 10:33 pm
Location: east anglia

Post by suffolk »

Thats sorted the problem

how did this change hmmm ! :roll:


The OS enforces a limit on max open files
Hard Limit: 350 MAXCONNECTIONS: 1024
Fix MAXCONNECTIONS
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
suffolk
Posts: 16
Joined: Wed Apr 13, 2005 10:33 pm
Location: east anglia

Post by suffolk »

rhanks duket
i still got the problem after making sure its 1024

i ran ./config
last entry is max cons was set at 1024 under that was [] not touched
2nd time around changed it to 1024 also no change ??
---------------------------------------------------------------
The OS enforces a limit on max open files
Hard Limit: 350 MAXCONNECTIONS: 1024
Fix MAXCONNECTIONS
Possible error encountered (IRCd seemily not started)
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

You have to say 350, not 1024.
(Unless you change the limit, see the second link I gave you.)
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
suffolk
Posts: 16
Joined: Wed Apr 13, 2005 10:33 pm
Location: east anglia

Post by suffolk »

Hi i'm back :D
well soon after my last post, unreal was running sweet asa nut

LOL you might say
im not on my 3rd diferent set of services linking lol im taking a days rest
stress
skafia
Posts: 7
Joined: Wed Apr 13, 2005 8:13 pm

Post by skafia »

I have tried:

*@*.snbrca.adelphia.net and also god@*.snbrca.adelphia.net

And I still can't get an OLINE authorization. I've also ran ./unreal rehash too.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Please do as Stealth told you...
Stealth wrote:Start with a very broad host

Code: Select all

*@*
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
bamullen
Posts: 3
Joined: Tue May 03, 2005 9:58 pm
Location: Tulsa, Oklahoma
Contact:

error cannot find -lares

Post by bamullen »

Getting an error after doint the ./Config and then i do make, goes through alot of stuff then says.....

gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -DUSE_LIBCURL -export-dynamic -lssl -lcrypto -o ircd auth.o aln.o badwords.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o res.o res_init.o res_comp.o res_mkquery.o res_skipname.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o charsys.o scache.o send.o support.o umodes.o version.o webtv.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o api-isupport.o api-command.o url.o -lcrypt -lnsl -lares -ldl -L/home/ircd/Unreal3.2/extras/regexp/lib -ltre -lssl -lcrypto
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot find -lares
collect2: ld returned 1 exit status
make[1]: *** [ircd] Error 1
make[1]: Leaving directory `/home/ircd/Unreal3.2/src'
make: *** [build] Error 2


Any help would be greatly appreciated, just not real sure what this error means....or what "lares" is
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Don't compile with remote includes.

Run ./Config again, and answer no to the question asking about Remote Includes.
bamullen
Posts: 3
Joined: Tue May 03, 2005 9:58 pm
Location: Tulsa, Oklahoma
Contact:

Post by bamullen »

Yay thanks

[error] ERROR: No cloaking module loaded. (hint: you probably want to load cloak.so)
[error] If you are upgrading from 3.2 (or any older version), be sure to read the release notes or http://www.vulnscan.org/tmp/newcloak.txt regarding the cloaking change!
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)

Just wondering how to load a cloaking module in the conf..... Sorry for being such a pain in the ass....I think I'm almost there haha


loadmodule "src/modules/cloak.so";
should that work?


edit again....just trying to come up with cloaking keys now I think I may have got it working :)

Yet another edit, Conf files are confusing,

[error] ERROR: efunction 'do_join' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'join_channel' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'can_join' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'do_mode' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'set_mode' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'm_umode' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)


Am I just missing some big part of my conf or what?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

bamullen
Posts: 3
Joined: Tue May 03, 2005 9:58 pm
Location: Tulsa, Oklahoma
Contact:

Post by bamullen »

Alright I feel extra stupid when I remove the // for one thing and not the other.....This just lets me know that I shouldn't try to configure stuff in nix while drinking.....I think I'm just going to look through the conf sober tomorrow...
Post Reply