A
Aaron Clifford
Your server time must be wrong
15ms is a life time in this game; if you are 15 microseconds out you are too slow. You need to fix the syncing issue.within 15ms according to ntpsync
I only managed gokarting.uk, as I went for the top names, tomorrow I'll be more realistic!
any suggestions Ian ? Mine is about the same on NTP. I've tried resyncing etc
within 15ms according to ntpsync
ntpstat shows
synchronised to NTP server (ip) at stratum 2
time correct to within 6 ms
polling server every 1024 s
but when checked at 13:50 BST was 10 ms
Anyway to stabilize it at lower ms ?
resync 15 seconds before 2pm - Vps / vm machines don’t keep good time by the wayany suggestions Ian ? Mine is about the same on NTP. I've tried resyncing etc
resync 15 seconds before 2pm - Vps / vm machines don’t keep good time by the way
I had that problem with a new vm running because it was running VMware which was trying to sync to an inaccurate hardware clock and overpowering ntp , I had to uninstall VMware / openvm as didn’t need it anyway, then I installed my own ntpd - now still a bit flaky compared to my other vms but ok if I sync at last minute as I say , basically VMs are all virtual tsc and even hw (?) clocks compared to a ded server , I’m on a 2ms hop so can just about work out how much to allow. But these drop catch guys have been all over this for years and have fine-tuned expertise to even handle this one off event with aplomb. Still it got my brain ticking for a week on something new.How would you do that and make it sync quickly ? If you restart it immediatly goes to hundreds of ms out of sync ? Suspect its more for me about it being a vps / vm machine
Try:How would you do that and make it sync quickly ? If you restart it immediatly goes to hundreds of ms out of sync ? Suspect its more for me about it being a vps / vm machine
Try:
service ntp stop
ntpdate -b 0.uk.pool.ntp.org
service ntp start
If you are not running your own ntpd daemon then you do not need the service commands - see below.
59 13 * * * script.php > log.txt
59 13 * * * script.php >/dev/null 2>&1
Why are you guys starting your script manually?
Set yourself a cron job up if you're on a Linux flavour (probs best to be...). Something like the following should do the trick. Of course change script.php to whatever the path is, likewise with log.txt.
Why are you guys starting your script manually?
Set yourself a cron job up if you're on a Linux flavour (probs best to be...). Something like the following should do the trick. Of course change script.php to whatever the path is, likewise with log.txt.
Code:59 13 * * * script.php > log.txt
If you want to mute the execution you can do:
Code:59 13 * * * script.php >/dev/null 2>&1
We use essential cookies to make this site work, and optional cookies to enhance your experience.