Questions tagged [time-synchronization]
257 questions
8
votes
3 answers
Ntpd on local network - Preventing clock drift causing high offsets
I have a local network with a microcontroller ARM as the NTP server and I have a desktop computer running with ubuntu 16.04 LTS as a NTP client.
Once I start ntpd -g -c /etc/ntp.conf with the following ntp config file
server 192.168.0.11 minpoll 4…

Daniel R.
- 211
- 2
- 7
8
votes
2 answers
linux system time temporally jumps
I saw a strange system time changing behavior in some (hardware) servers: in /var/logs/syslog, the date time preceding each log message sometimes change to a random one and gets back to normal in the next message, like the following:
Feb 22 2018…

Zhaohui Yang
- 111
- 5
8
votes
1 answer
NTP not syncing, only syncs on service restart
My ubuntu 11.10 server has been sitting there quite happily for the last 3 - 4 months, then suddenly the time started going out of sync by one hour. I'm not sure why, nothing has changed re the configuration of the server, i read it can be down to…

Michael Barrett
- 135
- 1
- 1
- 4
8
votes
6 answers
What consequences / implications can arise from a wrong system clock?
What issues can you think of that may arise from a wrong system clock setting ?
Primarily interested in potential problems affecting servers and Linux or UNIX-like systems in particular.
And how severe are these consequences, depending on how much…

Arc
- 353
- 4
- 10
7
votes
3 answers
hwclock: Cannot access the Hardware Clock via any known method
On a Debian server, I'm having problem with hwclock:
$ hwclock --show
hwclock: Cannot access the Hardware Clock via any known method.
hwclock: Use the --debug option to see the details of our search for an access method.
System runs on backports…

Tombart
- 2,143
- 3
- 27
- 48
7
votes
3 answers
How to set up local ntp server without internet access on ubuntu?
I have tried several guides on how to set up a local ntp server on ubuntu but none seem to work correctly. My servers are drifting heavily in time for some reason and I have to keep their time close together because I run databases that require…

j9dy
- 173
- 1
- 1
- 5
7
votes
2 answers
Active Directory Time Synchronisation - Time-Service Event ID 50
I have an Active Directory domain with two DCs. The first DC in the forest/domain is Server 2012, the second is 2008 R2. The first DC holds the PDC Emulator role.
I sporadically receive a warning from the Time-Service source, event ID 50:
The time…

George
- 383
- 1
- 5
- 17
7
votes
2 answers
how to auto-run ntdpdate command?
I have a few dedicated servers and for some reason they are totally unable to mantain the time properly synchronized, every few days they start having differences of minutes in the clock. So I have to manually open Putty, connect, login, and run the…

andreszs
- 709
- 1
- 6
- 16
7
votes
4 answers
How to synchronize the clock of a windows server 2003 domain server?
Given a windows server 2003 domain server, I'd like to sync it's time to (any) external time services (it's off a couple of minutes). How to do this 1, manually; 2, in an automated manner every week?

Silver Dragon
- 223
- 1
- 2
- 7
6
votes
2 answers
Allow Active Directory users to disable datetime sync
I have recently migrated my company to Active Directory. With it comes a default setting that will force time synchronization to be enabled.
Trouble is, some users need to change their datetime settings for testing purposes, but automatic sync will…

Nathan.Eilisha Shiraini
- 193
- 2
- 3
- 9
6
votes
1 answer
Is it possible to increase the rate at which ntpd updates the system clock?
We have some hosts that have gotten out of sync due to ntpd being mis-configured, with an ntp server that was unreachable. Our clocks on some hosts (CentOS 6) are now upwards of 30 seconds off (in the future it seems, for most of these).
It looks…

MrDuk
- 865
- 2
- 10
- 18
6
votes
2 answers
Time synchronization in an heterogeneous environment
In a mixed environment, where machines can be running under Windows (most), Linux (a few), sometimes Android ... what is the best solution to have time synchronization with an accuracy close to milliseconds?
We are developing a microservices based…

David Brabant
- 163
- 5
6
votes
1 answer
Can't access some clients using w32tm /stripchart - error: 0x800705B4
I'm trying to track down a time synchronisation problem. I've got a DC in a remote branch.
w32tm /dumpreg /subkey:Parameters reveals Type = NT5DS and the Type means its sync'ing with the domain, I understand. I've checked using: w32tm /stripchart…

serialhobbyist
- 451
- 3
- 7
- 16
6
votes
1 answer
How can I check if my time sync is correct?
I have updated a W2K3 settings according to the steps shown here:
http://support.microsoft.com/kb/816042#LetMeFixItMyselfAlways2
The peers list I use is:
0.asia.pool.ntp.org,0x1 1.asia.pool.ntp.org,0x1 2.asia.pool.ntp.org,0x1…

Saariko
- 1,791
- 14
- 45
- 75
5
votes
2 answers
Reliable Time Protocol Server Online?
I have some OLD legacy hardware that I'd like to keep time synchronized on. It supports the TIME protocol (not NTP). Are there any reliable TIME servers online anymore? If so, where?
-M

Mike B
- 11,871
- 42
- 107
- 168