NTP stands for Network Time Protocol, and it is an Internet protocol used to synchronize the clocks of computers to some time reference.
Questions tagged [ntp]
717 questions
10
votes
5 answers
NTP local query always times out
I have a CentOS 6.4 server, it does not have any iptable rules, it runs NTP daemon as service using the following configuration:
driftfile /var/lib/ntp/drift
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
server…

Howard
- 303
- 2
- 4
- 11
10
votes
2 answers
What are the disadvantages of disabling tinker panic 0 in NTP?
We sometimes have the problem that new servers have the wrong time in the bios, so there time can be off by a month.
When you suspend a VM in VMware and then unsuspend it, the time will be off too. Because NTP does not sync after a maximum offset, I…

ujjain
- 3,983
- 16
- 53
- 91
10
votes
1 answer
Ubuntu 20.04 time sync problems and possibly incorrect status information
I have been having some problems with crashes on my KVM host (Lubuntu 20.04), and when troubleshooting, I noticed some time-related errors.
Upon further investigation, to my horror, I saw that time was not being synced. I am sure it was set up…

Stonecraft
- 313
- 3
- 4
- 18
10
votes
7 answers
Hyper-V Machine drifts time all over, even with NTP
Resolved
The problem was Hyper-V on that machine. I removed Hyper-V, installed VMware Server, ran the same VM. Time sync issues went away (< 100ms difference after a day).
My setup is like this:
HYV1 - HyperV machine (non domain) - sync…

MichaelGG
- 1,739
- 8
- 25
- 30
9
votes
3 answers
Best choice for NTP client configuration
Lets see if someone can throw a bit of light on this subject..
I'm making a server installation in the next days. My client wants to deploy a Hortonworks HDP with 2 servers as master servers and 5 workers servers.
One of the requirements for all of…

lgg
- 141
- 2
- 11
9
votes
3 answers
Likely causes of NTPD dying unexpectedly and solutions
On a web application which uses s3 for physical document storage, we are experiencing issues with NTP continuously dying. This seems to happen roughly once or twice a day. There is very little information provided when this occurs, other than that…

user275940
- 191
- 1
- 4
9
votes
2 answers
Proper NTP configuration for a few servers
I have about 20 Linux servers in a small network and I need their clocks decently close to each other (e.g. within 20msec). I've started with every one of them synced to europe.pool.ntp.org and the job is done.
Now I have two questions:
Am I a…

ndemou
- 1,315
- 3
- 17
- 28
9
votes
3 answers
How to keep the time on multiple servers in sync
I want a cluster of servers to have the exact same time.
All are using UTC time zone.
Using NTP currently, i still see they seem to be off by 10-20 miliseconds each.
Whats the best way to have them each the exact time?

pdeva
- 2,447
- 5
- 18
- 15
9
votes
1 answer
Single NTP server on isolate network
I have two linux machines (A and B) on an isolated network. They must be time-synchronized. Machine A is powered intermittently and must serve the time, as it is connected to an authoritative time source (GPS). Machine B is only powered if machine A…

San Jacinto
- 191
- 1
- 6
9
votes
3 answers
Managing multi-timezone servers
What would be an ideal time and timezone setup for multi-country servers? Especially considering one central IT team managing these servers.
Currently we have each server using a local timezone. e.g. servers in the Chinese datacenter are set with…

Alex
- 1,828
- 4
- 31
- 52
9
votes
5 answers
NTP fudge network source stratum
Is it possible to configure ntpd to fudge the stratum level of a network source?
Upon first glance, I thought the fudge directive could accomplish this, however after browsing the ntp.conf(5) man pages, I found this directive only applies to…

joxl
- 317
- 1
- 5
- 12
9
votes
5 answers
Setting up a local stratum 2 NTP server
I'm trying to setup NTP on a local network that has no (and never will) internet connection. The main priority is that the machines on the network are synced with each other, even if the time they're synced at isn't 100% accurate.
We also have a…

fwg
- 241
- 1
- 3
- 5
8
votes
6 answers
Domain Controller time is incorrect
I have a domain controller running in VM on Hyper-V, the time seems to be steadily getting faster, over the X-mas period it's 5 faster, which seems odd!
I know how to change the time and I belive we setup an NTP server on the DC and ensured…

stead1984
- 577
- 8
- 16
- 32
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
3 answers
Why does NTP daemon keep listening on UDP6?
I have a clean Debian 7 installation, and I manually entered the following lines in /etc/ntp.conf:
interface ignore wildcard
interface listen
Hoping that NTP will no longer listen on UDP6, but after a restart, it still does:
5:udp …

Howard
- 303
- 2
- 4
- 11