faild start timesync warning ?

These are old archives. They are kept for historic purposes only.
Post Reply
Desparatus
Posts: 1
Joined: Thu Jun 12, 2008 4:51 pm

faild start timesync warning ?

Post by Desparatus »

ok so i go to start unreal and i get this instead. any one have any idea what it is or how i fix it?
i checked my processes and unreal is not started
also i checked my log and its empty

Code: Select all

[email protected] [~/public_html/IRC/Unreal3.2.7]# ./unreal start
Starting UnrealIRCd
 _   _                      _ ___________  _____     _
| | | |                    | |_   _| ___ \/  __ \   | |
| | | |_ __  _ __ ___  __ _| | | | | |_/ /| /  \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | |    / | |    / _` |
| |_| | | | | | |  __/ (_| | |_| |_| |\ \ | \__/\ (_| |
 \___/|_| |_|_|  \___|\__,_|_|\___/\_| \_| \____/\__,_|
                           v3.2.7
                     using TRE 0.7.5 (LGPL)
                     using OpenSSL 0.9.7a Feb 19 2003

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Initializing SSL.
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
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
=====================================================
[Wed Jun 11 15:16:27 2008] - TimeSync: WARNING: Was unable to send message to server #0...
[Wed Jun 11 15:16:27 2008] - TimeSync: WARNING: Was unable to send message to server #1...
[Wed Jun 11 15:16:27 2008] - TimeSync: WARNING: Was unable to send message to server #2...
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Re: faild start timesync warning ?

Post by T-rexke »

try this putting into your unrealircd conf somewhere at the end of the conf

Code: Select all

set {   
timesynch {
 enabled yes;
 server 127.0.0.1;
 timeout 3;
};
Post Reply