On Mon, Aug 07, 2006 at 07:12:41PM -0500, erik quanstrom wrote:
; cat /dev/rtc > /dev/time ; sleep 60 ; date ; date `{cat /dev/rtc}
Mon Aug 7 19:07:11 CDT 2006
Mon Aug 7 19:06:44 CDT 2006
; ; cat /dev/rtc > /dev/time ; sleep 60 ; date ; date `{cat /dev/rtc}
Mon Aug 7 19:09:34 CDT 2006
Mon Aug 7 19:09:06 CDT 2006
; ; ; cat /dev/rtc > /dev/time ; sleep 60 ; date ; date `{cat /dev/rtc}
Mon Aug 7 19:10:19 CDT 2006
Mon Aug 7 19:09:51 CDT 2006
That output isn't very useful. This would be more useful:
fn dates { date; date `{cat /dev/rtc} }
dates; cat /dev/rtc>/dev/time; dates; sleep 60; dates; sleep 60; dates
I suspect that the issue is that your clock is being synchronized to an ntp
server which has a different time from your real time clock.
--
Kris Maglione
If it would be cheaper to buy a new unit, the company
will insist upon repairing the old one.