While investigating this issue on my own I found a solution to let hwclock and chrony coexist. The problem is that in the shutdown scripts in /etc/rc[06].d, hwclock gets stopped before chrony. The other way round /dev/rtc could be released by chrony and then hwclock could adjust the rtc. Additionally this would be more consistent because ATM hwclock gets run before chrony when booting, i.e. it can adjust the system clock. But because of the rtc drift chrony then needs to correct the clock by a few seconds.
I think with this solution one could closed these bugs, too: #348554, #348555. [Sidenote: I only found out about this because I'm using nfs and make moaned when I tried to compile something right after booting.] -- Daniel Vetter E-Mail: [EMAIL PROTECTED] Tel.: +41 (0)79 365 57 48 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

