Title: RE: computer not keeping time

Martin,

Thanks for the suggestions -- yes, it *is* a Linux-only box.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 28, 2001 4:08 PM
To: [EMAIL PROTECTED]
Subject: RE: computer not keeping time


On Wed, 28 Mar 2001, John Aldrich wrote:

> On Wed, 28 Mar 2001, you wrote:
> >
> > David,
> >
> > I am in the central time zone and there's roughly 6 hrs difference between what time my RH box thinks it is and *I* think it is... I think that 6 is my GMT differential.

> >
> > When you say, "setup" -- are you talking about booting from the cd and going through the install process?
> >
> > I checked my /etc/sysconfig/clock and it has:
> > ZONE="America/Chicago"
> > UTC=false
> > ARC=false
> >
> > BTW, this is identical to another RH 6.2 box I have running that *isn't* confused about what time it is. :-)
> >
> >
> Check the time in your CMOS. Make sure *it* is set to central as well.
>       John

I don't KNOW what is making the system in question slow, but...

linux is smart enough to know the difference between UTC and your local
timezone.  So, if the machine in question is a *linux only* box:

set cmos time to UTC
set linux "ZONE" to your local zone
set linux "UTC" true
set linux "ARC" false

I've setup a few aliases for 'root' (.bashrc), that I run from time to
time:

alias set_sysclock='/usr/sbin/ntpdate 132.239.254.49'
alias set_hwclock='/sbin/hwclock --utc --systohc'
alias set_time='/usr/sbin/ntpdate 132.239.254.49;/sbin/hwclock --utc
--systohc'

Works for me.
                            - Martin J. Brown, Jr. -                          
                            - [EMAIL PROTECTED] -                          
                                                                              
    PGP Public Key ID: 0xCED9BD8A  Key Server: http://www.keyserver.net/en/



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to