Code review comment for lp:~brendan-donegan/checkbox/bug1184733

Revision history for this message
Daniel Manrique (roadmr) wrote :

Running hwclock -r without sudo results in :

$ hwclock -r
hwclock: Cannot access the Hardware Clock via any known method.
hwclock: Use the --debug option to see the details of our search for an access method.

I think this needs user: root to function properly:

$ sudo hwclock -r
Tue 22 Oct 2013 05:52:07 AM EDT -0.781760 seconds

review: Needs Fixing

« Back to merge proposal