Questions tagged [ntpd]

The Network Time Protocol daemon (NTPd) is a daemon program that synchronizes the system time with time servers using the Network Time Protocol (NTP).

The Network Time Protocol daemon () is a daemon that synchronizes the system time with time servers using the Network Time Protocol ().

Website: http://www.ntp.org

Man page: http://linux.die.net/man/8/ntpd

Wikipedia: http://en.wikipedia.org/wiki/Ntpd

236 questions
11
votes
2 answers

why doesn't ntp recover after an Internet-less startup?

I have a few Linux devices (without TOY chips, so they completely rely on ntp) which may boot without access to Internet (the link to the switch is up). The ntp service will start but obviously no peers will be contacted. I then end up with an ntp…
WoJ
  • 3,607
  • 9
  • 49
  • 79
11
votes
6 answers

Why is NTP syncing to LOCAL rather than remote server?

So, I'm trying to debug my current NTP setup, and found that he offset from my single configured server is over 3 seconds, and not adjusting. The asterisk on the LOCAL(0) in the ntpq output seems to indicated that the system is happily syncing with…
JPhi1618
  • 223
  • 1
  • 2
  • 7
11
votes
3 answers

How to configure ntpd to sync time more frequently?

I need to set ntpd to sync time as often as possible, how to do that? UPD I need to make ntpd adjust system clock more frequently, not poll servers. It's necessary because system clock of my virtual PC drifts too much maxpoll doesn't seem to change…
user626528
  • 220
  • 2
  • 3
  • 12
10
votes
1 answer

Linux ntpd leap second preparation

There will be a leap second on June 30, 2015 at 23:59:60 UTC. I have a Linux based stratum 1 NTP server which uses GPS as a reference clock. The server is using the "default" ntp.org ntpd. How should I prepare for the leap second to ensure that the…
snap
  • 1,251
  • 10
  • 18
10
votes
2 answers

ntpd: servers stuck on .INIT

I am trying to set up an NTP server for my local network, but ntpd refuses to sync with outer servers. # ntptrace localhost: stratum 16, offset 0.000000, synch distance 0.396285 # ntpq -pn remote refid st t when poll reach …
tijagi
  • 427
  • 2
  • 6
  • 16
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
3 answers

How to override the ntp information sent by dhcp in debian?

I have a server in a network receiving all its network information from DHCP. The problem is that the ntp-server being sent is not set to UTC. I want to use the configuration for ntp found in /etc/ntp.conf but the DHCP information takes…
Ricardo Marimon
  • 529
  • 4
  • 12
  • 26
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
2 answers

How do i smoothly update ntpd's peer list?

I have a network of solaris/linux servers that have ntpd configured to use a single internal server of stratum 2 through a DNS alias/CNAME. This is server is down for some time and the client servers' clocks are out of sync. Since we have another…
Benoît
  • 1,341
  • 3
  • 11
  • 23
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

Getting gpsd address for ntpd

I'm working through some tutorials for setting ntpd clock from gpsd. The guides that I'm working from list adding something like this: server 127.127.46.0 fudge 127.127.46.0 time1 0.0 time2 0.0 refid GPS to /etc/ntp.conf however every tutorial…
timlyo
  • 202
  • 2
  • 9
8
votes
2 answers

NTPD seems to delete all network interfaces

We have a couple of virtual interfaces configured on eth0 on a CentOS, and every now and then, they went down seemingly out of the blue. Now after going through the log files, I found out that apparently ntpd deletes all eth0 interfaces, and that…
Aurelin
  • 329
  • 2
  • 4
  • 10
8
votes
3 answers

How to make NTP work despite a high offset?

Recently I have kickstarted some servers that had their time off by a month in the bios. The time in the bios said it was a random time/date in May, while it was June. This caused NTP not to work, because NTP doesn't sync with such a high offset.…
ujjain
  • 3,983
  • 16
  • 53
  • 91
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
2 answers

Where are the ntpd log file located, and how can we configure the ntpd log file path?

I deal with that, ntpd as a daemon on my linux server by default configuring, but where should we look up the log file? Is there any log file normal, and if not , how can we configure that?
aboutstudy
  • 967
  • 3
  • 10
  • 11
1
2
3
15 16