leap second
--------------------- Kernel Begin ------------------------
1 Time(s): Clock: inserting leap second 23:59:60 UTC ---------------------- Kernel End ------------------------- hee hee. gotta love it.... _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
leap second
On 07/01/2012 03:05 PM, Bob Hoffman wrote:
> --------------------- Kernel Begin ------------------------ > > > 1 Time(s): Clock: inserting leap second 23:59:60 UTC > > ---------------------- Kernel End ------------------------- > > hee hee. > > gotta love it.... My oracle database running on CentOS 6 didn't love it :-( Some java processes were >100% CPU after the leap second was added. Rebooting... Mogens -- Mogens Kjaer, mk@lemo.dk http://www.lemo.dk _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
leap second
You could have just done:
service ntpd stop; date -s "`date`"; service ntpd start Fixed here without even stopping any jvm. On Sun, Jul 1, 2012 at 5:07 PM, Mogens Kjaer <mk@lemo.dk> wrote: > On 07/01/2012 03:05 PM, Bob Hoffman wrote: > > --------------------- Kernel Begin ------------------------ > > > > > > 1 Time(s): Clock: inserting leap second 23:59:60 UTC > > > > ---------------------- Kernel End ------------------------- > > > > hee hee. > > > > gotta love it.... > > My oracle database running on CentOS 6 didn't love it :-( > > Some java processes were >100% CPU after the leap second was added. > > Rebooting... > > Mogens > > > -- > Mogens Kjaer, mk@lemo.dk > http://www.lemo.dk > _______________________________________________ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
leap second
On 7/1/2012 10:07 AM, Mogens Kjaer wrote:
> On 07/01/2012 03:05 PM, Bob Hoffman wrote: >> --------------------- Kernel Begin ------------------------ >> >> >> 1 Time(s): Clock: inserting leap second 23:59:60 UTC >> >> ---------------------- Kernel End ------------------------- >> >> hee hee. >> >> gotta love it.... > My oracle database running on CentOS 6 didn't love it :-( > > Some java processes were>100% CPU after the leap second was added. > > Rebooting... > > Mogens > > Millions of dollars and years of lobbying by the RIAA and all it took was a leap second to sink The Pirate Bay http://www.zeropaid.com/news/101460/leap-second-crashes-the-pirate-bay/ _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
leap second
From: bob <bob@bobhoffman.com>
To: CentOS mailing list <centos@centos.org> Sent: Sunday, July 1, 2012 9:55 AM Subject: Re: [CentOS] leap second On 7/1/2012 10:07 AM, Mogens Kjaer wrote: > On 07/01/2012 03:05 PM, Bob Hoffman wrote: >>* * --------------------- Kernel Begin ------------------------ >> >> >>* * 1 Time(s): Clock: inserting leap second 23:59:60 UTC >> >>* * ---------------------- Kernel End ------------------------- >> >> hee hee. >> >> gotta love it.... > My oracle database running on CentOS 6 didn't love it :-( > > Some java processes were>100% CPU after the leap second was added. > > Rebooting... > > Mogens > > I had a VM crash, but it was on an old 2.4 kernel.* I remember this happening last time with some older 2.4 systems. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
leap second
On Sun, 1 Jul 2012, Erez Zarum wrote:
> You could have just done: > service ntpd stop; date -s "`date`"; service ntpd start > Fixed here without even stopping any jvm. > > On Sun, Jul 1, 2012 at 5:07 PM, Mogens Kjaer <mk@lemo.dk> wrote: > >> On 07/01/2012 03:05 PM, Bob Hoffman wrote: >>> --------------------- Kernel Begin ------------------------ >>> >>> >>> 1 Time(s): Clock: inserting leap second 23:59:60 UTC >>> >>> ---------------------- Kernel End ------------------------- >>> >>> hee hee. >>> >>> gotta love it.... >> >> My oracle database running on CentOS 6 didn't love it :-( >> >> Some java processes were >100% CPU after the leap second was added. >> >> Rebooting... The interesting thing to me is that my c5 systems just kept on ticking but my c6 systems had the load go through the roof and fill the logs with things like the following: Jun 30 19:59:59 casper kernel: Clock: inserting leap second 23:59:60 UTC Jun 30 19:59:59 casper tgtd: work_timer_evt_handler(89) failed to read from timerfd, Resource temporarily unavailable Jun 30 19:59:59 casper tgtd: work_timer_evt_handler(89) failed to read from timerfd, Resource temporarily unavailable Jun 30 19:59:59 casper tgtd: work_timer_evt_handler(89) failed to read from timerfd, Resource temporarily unavailable Regards, -- Tom me@tdiehl.org Spamtrap address me123@tdiehl.org _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
leap second
Hi Morgens,
> Some java processes were >100% CPU after the leap second was added. same problem here ... OpenNMS hat 100% CPU and didn't do anything anymore. Rebooting is not necessary, though. For me it worked to just set the time manually once, and everything was back to normal. It doesn't strike me as a particularly good idea to insert a ':60' second - software that does proper sanity checks on date/time values is supposed to barf on that. Peter. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
leap second
On 07/02/2012 10:21 AM, Peter Eckel wrote:
> Hi Morgens, > >> Some java processes were >100% CPU after the leap second was added. > same problem here ... OpenNMS hat 100% CPU and didn't do anything anymore. > > Rebooting is not necessary, though. For me it worked to just set the time manually once, and everything was back to normal. > > It doesn't strike me as a particularly good idea to insert a ':60' second - software that does proper sanity checks on date/time values is supposed to barf on that. > > Peter. > _______________________________________________ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos Hello. try execute: date -s "`date -u`" && service ntpd restart _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
Leap Second
Hi all,
I recommend that anyone not familiar with the term "leap second" check out all of their Linux systems. Most likely a piece of software is running in an infinite loop due to the added second on July 1st. Your system may also appear to be running normally but double-check your system load to make sure it is less than 1.00. I had several affected systems so Fedora was not ready (and I didn't bother to ready my systems). If you have high system load there are two solutions: 1. Reboot, or... 2. Manually set the date with "date". Ex: "date 07021025" for July 2nd, 10:25 AM. FYI, Michael -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
leap second
On Sun, 1 Jul 2012, me@tdiehl.org wrote:
> To: CentOS mailing list <centos@centos.org> > From: me@tdiehl.org > Subject: Re: [CentOS] leap second > > On Sun, 1 Jul 2012, Erez Zarum wrote: > >> You could have just done: >> service ntpd stop; date -s "`date`"; service ntpd start >> Fixed here without even stopping any jvm. I thought this was some sort of late April fools joke, untill I read the article about ntpd on slashdot. My Centos 5.8 box is running ntpd, and I did not notice any problems with it. I do a weekly yum update early Sunday mornings, but AFAIR I have not rebooted the box yet. Checking qps, it tells me the uptime is 4 days 23hours, 53 minutes. Kind Regards, Keith ----------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net http://www.raised-from-the-dead.org.uk All email addresses are challenge-response protected with TMDA [http://tmda.net] ----------------------------------------------------------- _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
| All times are GMT. The time now is 06:20 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.