Page 1 of 1

Im new and i need a irc server.

Posted: Sun Apr 03, 2005 1:51 am
by kcdclan
I am new to this stuff.
I have been trying to setup a server for a long some time.
But it always get errors.

* Loading IRCd configuration ..
[warning] unrealircd.conf:253: listen with SSL flag enabled on a non SSL compile
[error] unrealircd.conf:523: tld::motd: ircd.motd.fr: No such file or directory
[error] unrealircd.conf:524: tld::rules: ircd.rules.fr: No such file or directory
[error] 2 errors encountered
[error] IRCd configuration failed to pass testing

Posted: Sun Apr 03, 2005 4:51 am
by w00t
Please read the documentation on TLD blocks located at http://www.vulnscan.org/UnrealIRCd/unre ... l#tldblock

SSL thing:
http://www.vulnscan.org/UnrealIRCd/faq/#8

etc etc.

See, it's amazing what reading does.

Posted: Fri Apr 08, 2005 4:32 pm
by No_Name
first always makesure backup ur unrealircd.conf if anything happen u just simple replace ur unrealircd.conf
[warning] unrealircd.conf:253: listen with SSL flag enabled on a non SSL compile
u are try compiling ssl under non ssl compiler..just simple uncommand that will help u solve the prob...don't worry becouse i also have a same prob as u when my first compile.
[error] unrealircd.conf:523: tld::motd: ircd.motd.fr: No such file or directory
[error] unrealircd.conf:524: tld::rules: ircd.rules.fr: No such file or directory
u are not using that motd so just uncommand or just delete that line...

unrealircd.conf:253: - it say the error is on line 253 you may find the error a line above or below that

just fix that error and than it should be good to go

sorry my english is poor :lol:

Posted: Fri Apr 08, 2005 4:58 pm
by Solutech
These are easy to work out .

The motd and rules files only need to be commented if you plan to use them . In that case you need to generate the files . You can change the file name in the .conf if you dont want to use the example names . Open up your favourite word editor and create the file .

As for SSL errors , If you want ssl you need to compile as SSL (nix) or download a precompiled SSL (Win32) version from unrealircd.com .

If you dont want/need SSL then simply uncomment the option from the appropriate section of the .conf

To gain an better understanding of Unreal you need to understand the docs and the way Unreal works . We can help with most things but when its explained in the docs you really should be able to work it out for yourself.

Posted: Fri Apr 08, 2005 5:22 pm
by No_Name
at first it's hard to understand but after some practice it will work...
MAY THE FORCE BE WITH YOU...