|
|
Oh yeah, your hardware clock should be set to use UTC time unless is
dual-boots into Windows. So the call to hwclock should be:
hwclock --utc --systohc
The -D flag is your friend as well. :)
On Mon, Aug 25, 2008 at 11:27, Jesse Becker <hawson@xxxxxxxxx> wrote:
> On Mon, Aug 25, 2008 at 10:17, Alan McConnell <alan@xxxxxxxxxxx> wrote:
>> Quite a while back we had a thread about setting our times, both
>> system and hwclock. I thought I had that info saved but I can't
>
> Pretty simple to do:
> #!/bin/sh
> ntpdate 0.us.pool.ntp.org
> hwclock --systohc
>
> You're correct that hitting stratum 1 servers is a bad thing to do,
> and that's why the pool.ntp.org project was started:
> http://www.pool.ntp.org/
>
>
> --
> Jesse Becker
> GPG Fingerprint -- BD00 7AA4 4483 AFCC 82D0 2720 0083 0931 9A2B 06A2
>
--
Jesse Becker
GPG Fingerprint -- BD00 7AA4 4483 AFCC 82D0 2720 0083 0931 9A2B 06A2
_______________________________________________
Dclug mailing list
Dclug@xxxxxxxxxxxxxxx
http://calypso.tux.org/cgi-bin/mailman/listinfo/dclug
|
|