On Wed, Jan 30, 2002 at 12:12:59PM +0000, Liam Bedford wrote: > I can reset the date with date, but as soon as I put the machine to sleep or > reboot it, it'll jump forward a month. > > (Actually, now that I think about it, it's now jumped forward another month, > so I'm now 2 months ahead).
Check the first entry of /etc/adjtime for a really large value. If so, rm /etc/adjtime, adjust the system clock, and set the hardware clock. Your system somehow got to think it has to correct for a massive systematic drift in the hardware clock. More information is to be found eg. in the adjust section of hwclock's man page. Regards, Daniel.

