[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ3 - Not Keeping Correct Time



On Sat, 10 Feb 2001, Craig Napier wrote:

> What could possibly be causing one of my RaQ3's to be jumping ahead 5 hours? 
>   I have three RaQ3's with all Cobalt patches installed, all settings on all 
> three boxes are all set the same: US, North America, and Eastern. They all 
> run an NTP address off the east cost <which has now been removed but changed 
> nothing>. --BUT-- the GUI *shows* the correct time <at least in the TIME GUI 
> section>. - But when logged into the system everything is 5 hours ahead of 
> the actual time and what's showing in the GUI...<??> It's only with one box; 
> the other two have perfect time... I took this snap at exactly 3:03 AM EST, 
> and this is what the server is showing.

If the timezine info can not be read, UTC is used by default, (which oddly
enough is 5 hours ahead of EST).. make sure /etc/localtime points to a
timezone file that actully exists (it's a symlink), should point to
something like /usr/share/zoneinfo/US/Eastern

(Timezone handling is probably the most screwed thing in unix ;)