streams of set_rtc_mmss: can't update from
Bug #45284 reported by
Dave Gilbert
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-source-2.6.15 (Ubuntu) |
Invalid
|
Medium
|
Unassigned |
Bug Description
Binary package hint: linux-image-k7
(2.6.15-22-k7 on dapper)
Since the last reboot (I'd just done an update) I'm getting lines of the form as folows every few seconds in /var/log/syslog:
May 17 17:50:16 localhost kernel: [4305288.071000] set_rtc_mmss: can't update from 146 to 20
May 17 17:50:17 localhost kernel: [4305289.071000] set_rtc_mmss: can't update from 146 to 20
(The numbers on the right vary a little )
To post a comment you must log in.
Hmm well the error message is in response to the CMOS clock being set. If you are running ntpd it will periodically try and sync the CMOS clock to that of the more accurate system clock. However something appears to be going wrong and your hardware clock is vastly out of sync with kernel's clock.
See http:// www.ntp. org/ntpfaq/ NTP-s-trbl- spec.htm# Q-LINUX- SET-RTC- MMSS for some details.
Dave:
What happens if (as root) you do
ntpdate ntp.ubuntu.com
hwclock -c
Do the messages go away?