Page 1 of 1

Unreal3.2 help on linux

Posted: Wed Aug 15, 2012 12:24 am
by Zeroexe7
Hello im running 3.2.9 on a linux vps and i did ./Config then Make I tryed to do ./unreal start and it gives me this error

Code: Select all

 _   _                      _ ___________  _____     _
| | | |                    | |_   _| ___ \/  __ \   | |
| | | |_ __  _ __ ___  __ _| | | | | |_/ /| /  \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | |    / | |    / _` |
| |_| | | | | | |  __/ (_| | |_| |_| |\ \ | \__/\ (_| |
 \___/|_| |_|_|  \___|\__,_|_|\___/\_| \_| \____/\__,_|
                           v3.2.9
                     using TRE 0.8.0 (BSD)

* Loading IRCd configuration ..
[error] unrealircd.conf:49: authentication module failure: sha1 is not an implemented/enabled auth                    entication method
[error] unrealircd.conf:50: authentication module failure: sha1 is not an implemented/enabled auth                    entication method
[error] 2 errors encountered
[error] IRCd configuration failed to pass testing
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
=====================================================
tail: cannot open `/root/Unreal3.2/ircd.log' for reading: No such file or directory
can anyone help me?

Re: Unreal3.2 help on linux

Posted: Wed Aug 15, 2012 8:48 am
by CrazyCat
I wonder you choose encrypted passwords, but you haven't the crypt library (outside from Unreal)

Re: Unreal3.2 help on linux

Posted: Wed Aug 15, 2012 12:45 pm
by Jobe
CrazyCat is correct.

As documented in the following, on *nix sha1 and ripemd160 are ONLY available if UnrealIRCd is compiled with SSL support:
* Available types (in order of 'secureness'):
* *NIX: crypt, md5, sha1 [*], ripemd160 [*]
* Windows: crypt [*], md5, sha1, ripemd160 [*]
* [*: only available if compiled with SSL support]