Page 2 of 2
Posted: Sat Apr 16, 2005 12:27 pm
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
Posted: Sat Apr 16, 2005 1:39 pm
by w00t
make clean
make
Posted: Sat Apr 16, 2005 3:40 pm
by suffolk
Thats sorted the problem
how did this change hmmm !
The OS enforces a limit on max open files
Hard Limit: 350 MAXCONNECTIONS: 1024
Fix MAXCONNECTIONS
Posted: Sat Apr 16, 2005 3:58 pm
by Dukat
Posted: Sat Apr 16, 2005 4:46 pm
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)
Posted: Sat Apr 16, 2005 5:04 pm
by Dukat
You have to say 350, not 1024.
(Unless you change the limit, see the second link I gave you.)
Posted: Tue Apr 19, 2005 12:46 am
by suffolk
Hi i'm back
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
Posted: Thu Apr 21, 2005 3:28 am
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.
Posted: Thu Apr 21, 2005 12:17 pm
by Dukat
Please do as Stealth told you...
Stealth wrote:Start with a very broad host
error cannot find -lares
Posted: Tue May 03, 2005 10:00 pm
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
Posted: Tue May 03, 2005 11:22 pm
by Stealth
Don't compile with remote includes.
Run ./Config again, and answer no to the question asking about Remote Includes.
Posted: Wed May 04, 2005 1:53 am
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?
Posted: Wed May 04, 2005 2:01 am
by Stealth
Posted: Wed May 04, 2005 2:07 am
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...