TimeSync Error

These are old archives. They are kept for historic purposes only.
Post Reply
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

TimeSync Error

Post by PRNocturno »

[Wed Nov 14 08:10:07 2007] - TimeSync: WARNING: Was unable to send message to server #2...
[Wed Nov 14 08:10:07 2007] - TIME SYNCH: Unable to synchronize time: Timeout. This happens sometimes, no error on your part.
[Wed Nov 14 08:16:51 2007] - TimeSync: WARNING: Was unable to send message to server #0...
[Wed Nov 14 08:16:51 2007] - TimeSync: WARNING: Was unable to send message to server #1...
[Wed Nov 14 08:16:51 2007] - TimeSync: WARNING: Was unable to send message to server #2...

How can I repair this?
nate
Posts: 148
Joined: Fri Jul 29, 2005 10:12 am
Location: Johnstown, Pa
Contact:

Re: TimeSync Error

Post by nate »

Don't use the TimeSynch block or use proper TimeSynch servers.
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

Re: TimeSync Error

Post by PRNocturno »

I dont't have on unrealircd.cong the TimeSync Block....any suggestions?
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

Re: TimeSync Error

Post by PRNocturno »

:|
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Re: TimeSync Error

Post by SpaceDoG »

Are you using Unreal 3.2.7?
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

Re: TimeSync Error

Post by PRNocturno »

Yes, I'm using Unreal 3.2.7
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

Re: TimeSync Error

Post by PRNocturno »

-bash-3.00$ cd Unreal3.2.7
-bash-3.00$ ./unreal start
Starting UnrealIRCd
[Sun Nov 18 16:49:37 2007] - TimeSync: WARNING: Was unable to send message to server #2...
[Sun Nov 18 16:49:37 2007] - TIME SYNCH: Unable to synchronize time: Timeout. This happens sometimes, no error on your part.
[Wed Nov 21 09:30:50 2007] - TimeSync: WARNING: Was unable to send message to server #0...
[Wed Nov 21 09:30:50 2007] - TimeSync: WARNING: Was unable to send message to server #1...
[Wed Nov 21 09:30:50 2007] - TimeSync: WARNING: Was unable to send message to server #2...
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Re: TimeSync Error

Post by SpaceDoG »

The following was taken from http://www.vulnscan.org/UnrealIRCd/unre ... l#setblock

Code: Select all

set::timesynch::enabled <yes|no>
Enable or disable time synchronization on-boot. Default is yes.

set::timesynch::server <IP>
Server to synchronize time with. This can be up to 4 IP's seperated by comma's. The servers must support NTP protocol version 4. The default is to use 3 time servers (US, EU, AU). Requests to these servers are sent in parallel, fastest reply wins.

set::timesynch::timeout <time>
Maximum time to wait for a time server reply. This is a value between 1 and 5, more is not possible because it causes too much inaccuracy. This setting is 3 by default and there's probably no good reason to change it.
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

Re: TimeSync Error

Post by PRNocturno »

set {
timesyn irc.blah.com 00.00.00.0000
}
};

Like this?
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Re: TimeSync Error

Post by SpaceDoG »

PRNocturno wrote:set {
timesyn irc.blah.com 00.00.00.0000
}
};

Like this?
I would recommend turning it off if you're having issues synching
Post Reply