Click to See Complete Forum and Search --> : clock eratic after Sarge install?


lugoteehalt
10-14-2005, 12:04 PM
Installed Debian Sarge and laptop's clock is all over the place. How fix this? Perhaps need to stop system clock from setting the hardware clock? How do this?

Thanks any help.

tlyons
10-14-2005, 03:09 PM
AFAIK, ntp isn't installed by default (who knows why?). Install it so Debian can sync with a network time server.

aptitude install ntpdate

- T.

WhiteKnight
10-15-2005, 03:22 AM
try removing /etc/adjtime and see if the time still drifts

IsaacKuo
10-16-2005, 10:43 AM
Thank you tlyons for the tip on ntpdate! I had no idea!

tlyons
10-16-2005, 11:09 AM
For laptops, or any other computer not constantly hooked up to the internet, just ntpdate will do. For a networked desktop, you should also install ntp-simple.

aptitude install ntpdate ntp-simple

- T.

WhiteKnight
10-18-2005, 09:00 AM
hmm... i use rdate

lugoteehalt
10-18-2005, 02:06 PM
It seems to have spontaneously fixed itself. :o You could easilly get the impression Linux makes a habit of doing this. Anyway will take the advice if it goes wrong again.

Great thanks the suggestions.