Comment 1 for bug 312486

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

Committed changes to stop synchronising the system and hardware clocks over a suspend/resume cycle, which will be released with acpi-support 0.120 in jaunty.

The rationale is that the kernel records the delta between the two clocks on suspend, and resets the system clock on resume based on this delta. The mix of the two can lead to strange issues such as you've seen.

We now just let the kernel do its thing.