From: Roger Heflin <rogerheflin@gmail.com>
To: LKML <linux-kernel@vger.kernel.org>
Subject: Clock has stopped (time/date looping over 5 seconds), things are broken - what to check to debug?
Date: Fri, 04 Apr 2008 16:27:11 -0500 [thread overview]
Message-ID: <47F69D2F.8010607@gmail.com> (raw)
So far what I have is that the clock is moving between
10:01:03 to 10:01:07 (when it gets to 07 it goes back to 03), doing rdate -s
results in things changing:
16:12:38 to 16:12:43 (resets back to :38).
Doing this:
while true ; do date; usleep 1000000; done
Fri Apr 4 16:12:39 CDT 2008
Fri Apr 4 16:12:40 CDT 2008
Fri Apr 4 16:12:41 CDT 2008
Fri Apr 4 16:12:42 CDT 2008
Fri Apr 4 16:12:43 CDT 2008
It stops at :43, ^C is required, and you can then restart it with repeatable
results.
This F7 - 2.6.23.15-80.fc7
dmesg/messages contain nothing abnormal.
This machine has done it several times, a freqency of maybe 1x per every couple
of weeks or so. I believe it had also done this with: 2.6.22.9-91.fc7 so it
has been doing this for a while. It used to work with some older kernel (I
don't know which).
Given what the clock is doing, things that sleep at the wrong time hang forever,
and a number of other things fail to work.
vmstat 1 results in a single line being printed out, and then a floating point
exception.
"shutdown -r now" fails to complete, power cycle is required to get the machine
back up.
I don't believe any hardware failure that I can think of would cause the clock
to do what mine is doing.
Ideas?
Roger
next reply other threads:[~2008-04-04 21:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-04 21:27 Roger Heflin [this message]
2008-04-07 11:37 ` Clock has stopped (time/date looping over 5 seconds), things are broken - what to check to debug? Joel K. Greene
2008-04-07 15:41 ` Roger Heflin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47F69D2F.8010607@gmail.com \
--to=rogerheflin@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.