Negative Time Delta Error w/Gameserver

I'm running a UT3 game server on my linode, and it randomly dies with the following message:

Critical: Detected negative delta time - on AMD systems please install http://www.amd.com/us-en/Processors/Tec … 18,00.html">http://www.amd.com/us-en/Processors/TechnicalResources/0,,30182871_13118,00.html

The linode runs it quite well until it crashes with above error.

With what research I've done; it means that the time change difference between each cycle of the game server’s simulation is being reported as negative. A positive number is expected. Why it's happening, I'm not sure. Various fixes I've seen (and these were for AMD systems) was to try binding it to one core/cpu (didn't help--but it does seem to stay up a little longer) and apply AMD's patch. I believe Intel is being used, so that' won't help

Anyone have any suggestions? I'd like to try anything possible before filing a bug report. Thanks!

3 Replies

Try running:

echo 1 > /proc/sys/xen/independent_wallclock

Then running ntpd. If there's clock instability on the host, this should avoid it. Note that you must enable the independent wallclock option before ntpd starts on boot. This may entail creating additional init.d scripts, or just adding it to /etc/init.d/ntp-server or whatever the file may by on your distro.

Thanks, I'll give it a try and let ya know.

I believe that has resolved my issue. Thank you so much! :D

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct