Leap second causing Linux server crashes?
11–20 of 122 posts
Re: Leap second causing Linux server crashes?
#12No burps from my BSD boxes either, although they're all in UTC so the leap second hasn't happened for them yet.
From the answer: "The reason this is occurring before the leap second is actually scheduled to occur is that ntpd lets the kernel handle the leap second at midnight, but needs to alert the kernel to insert the leap second before midnight. ntpd therefore calls adjtimex sometime during the day of the leap second, at which point this bug is triggered."
Re: Leap second causing Linux server crashes?
#13Re: Leap second causing Linux server crashes?
#14That wouldn't happen if servers were Macs
Re: Leap second causing Linux server crashes?
#15My Ubuntu servers seem unaffected thus far.
Re: Leap second causing Linux server crashes?
#162012. and we still have problems keeping track of time. This is both fascinating and scary. P.S. for people wanting to know more this video is simple to understand but really amazing http://www.youtube.com/watch?v=xX96xng7sAE
Re: Leap second causing Linux server crashes?
#17Is this implementation-specific, or could the Windows equivalent to ntp cause the same problem?
More specifically, there is a condition in which the kernel tries to insert a leap second and, in doing so, attempts to acquire the same lock twice causing the spinlock lockup and (effectively) halting the kernel.
Re: Leap second causing Linux server crashes?
#18 SLE9 (kernel 2.6.5-7.325): NOT AFFECTED
SLE10-SP1 (kernel 2.6.16.54-0.2.12): NOT AFFECTED
SLE10-SP2 (kernel 2.6.16.60-0.42.54.1): NOT AFFECTED
SLE10-SP3 (kernel 2.6.16.60-0.83.2): NOT AFFECTED
SLE10-SP4 (kernel 2.6.16.60-0.97.1): NOT AFFECTED
SLE11-GA (kernel 2.6.27.54-0.2.1): VERY UNLIKELY
SLE11-SP1 (kernel 2.6.32.59-0.3.1): VERY UNLIKELY
SLE11-SP2 (kernel 3.0.31-0.9.1): VERY UNLIKELY
Update (06/26/2012): after thorough code review -> SLE9 and SLE10 not affected at all.Re: Leap second causing Linux server crashes?
#19That wouldn't happen if servers were Macs
Mac OS X is a BSD variant, so there's every chance.