Clarification - Negative TS Split error

These are old archives. They are kept for historic purposes only.
Post Reply
ratman
Posts: 47
Joined: Mon Apr 19, 2004 2:46 pm

Clarification - Negative TS Split error

Post by ratman »

In order to fix this do I have the sync my computers internal clock or the Clock that Unreal has built into it?
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Well, the best solution is to synch the actual PC clocks (using ntpd). An alternative is to change Unreal's builtin clock. Do note however, if the time difference is large (more than 20) it could cause problems when you synch it.
-- codemastr
Ron2K

Post by Ron2K »

Some services are also capable of synching time - for example, IRC services has the following configuration directive:
# SetServerTimes [<time>] [RECOMMENDED]
# Protocols: unreal
#
# Causes Services to synchronize all servers' internal clocks with
# its own; this can help avoid potential problems with users
# improperly gaining chanops, particularly during netsplits. If a
# time parameter is given, Services will repeatedly synchronize the
# servers clocks at that interval, otherwise synchronization will
# only be performed at startup.
However, you can still run into problems if the server clocks are far apart, as mentioned somewhere in the FAQ.
Post Reply