Questions tagged [leapsecond]
8 questions
362
votes
5 answers
Anyone else experiencing high rates of Linux server crashes during a leap second day?
*NOTE: if your server still has issues due to confused kernels, and you can't reboot - the simplest solution proposed with gnu date installed on your system is: date -s now. This will reset the kernel's internal "time_was_set" variable and fix the…

Bron Gondwana
- 1,738
- 3
- 12
- 15
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
5
votes
2 answers
How to fix leap second sleep issue without reboot
I found that after the latest leap second insertion (2016-12-31 23:59:60), our CentOS7 application that has worker threads sleeping for 1 second between jobs, started to wake the sleeping threads immediately instead of in a second.
In general, all…

amosk
- 171
- 3
5
votes
2 answers
How do I configure a Unix system to run on TAI time?
I want to configure a Unix system to run on International Atomic Time (TAI) in order to be able to see the year-end leap second properly reported as 2016-12-31 23:59:60. I know this will cause the system's timestamps to be incompatible with POSIX…

Diomidis Spinellis
- 437
- 3
- 13
4
votes
1 answer
Leap-second flag not forwarded to NTP clients
I'm making some tests with leapfile feature on ntpd to send fake leap-seconds and ensure our Linux platform is resilient to the "bug". The NTP lab is quite simple: a "master" server with local clock running ntpd with leapfile feature, and a "client"…

santisaez
- 201
- 1
- 3
- 10
3
votes
0 answers
Leap second addition in linux - how to make sure kernel detects it correctly
For the upcoming leap second addition on June 30 I have been working on making sure the Red Hat Linux detects the time smoothly.
I have installed the updated tzdata and ntpd package on all RHEL5 and RHEL6 Servers.
I have then ran the leap second…

sandeep.s85
- 2,119
- 1
- 18
- 27
3
votes
3 answers
Fit-PC bricked due to leap second, how to prevent the second one from failing?
I've got three Fit-PCs in use. They are being used as light-weight Linux servers. Unfortunately, on Jun 30, the first of them failed to start due to the leap-second bug. I tried rebooting it a few times, but the screen remained blank after the third…
user107836
2
votes
2 answers
How to configure NTP has a TAI or GPS time reference?
For our project, we would like to have all servers and systems synchronised to a linear time reference (without leap second).
Therefore, we would discard UTC but are very interested in advertising TAI time (or GPS time).
Our time server will be…

Huygens
- 1,708
- 3
- 20
- 36