* system time
@ Richard Villa
` Thomas Stivers
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Richard Villa @ UTC (permalink / raw)
To: speakup
While installing RH 8, I messed up my time setting.
Does someone know where the system stores the parameters for setting the
time? It must be an offset value which tells the system how many hours to
add or subtract from GMT time.
Richard
If you are going to burn all of your bridges, you better be able to walk on
water.
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: system time system time Richard Villa @ ` Thomas Stivers ` Igor Gueths ` (2 subsequent siblings) 3 siblings, 0 replies; 8+ messages in thread From: Thomas Stivers @ UTC (permalink / raw) To: speakup On 10/10/02 11:18 AM -0500, Richard Villa wrote: > While installing RH 8, I messed up my time setting. > > Does someone know where the system stores the parameters for setting the > time? You should have a file "/etc/localtime" which is a symbolic link to a file in the "/usr/share/zoneinfo" tree. For example mine is linked to "/usr/share/zoneinfo/US/Central". > It must be an offset value which tells the system how many hours to > add or subtract from GMT time. > > Richard > > If you are going to burn all of your bridges, you better be able to walk on > water. > > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > -- Thomas Stivers e-mail: stivers_t@ev1.net http://stivers-home.dyndns.org ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: system time system time Richard Villa ` Thomas Stivers @ ` Igor Gueths ` jwantz [not found] ` <Pine.LNX.4.44.0210101444510.30036-100000@babel.hpcc.noaa.g ov> 3 siblings, 0 replies; 8+ messages in thread From: Igor Gueths @ UTC (permalink / raw) To: speakup Hi Richard. What you can do is use ntpdate to synchronize your time with an ntp server. Make sure you have run tzconfig to set the correct timezone. Once having done this, obtain ntpdate for your distro. I recommend using time-nw.nist.gov, I use it myself and its reliable. Microsoft dialogue This company has performed an illegal operation and will be shutdown. If this problem persists, delete Winblows and install Linux. Close button On Thu, 10 Oct 2002, Richard Villa wrote: > While installing RH 8, I messed up my time setting. > > Does someone know where the system stores the parameters for setting the > time? It must be an offset value which tells the system how many hours to > add or subtract from GMT time. > > Richard > > If you are going to burn all of your bridges, you better be able to walk on > water. > > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: system time system time Richard Villa ` Thomas Stivers ` Igor Gueths @ ` jwantz [not found] ` <Pine.LNX.4.44.0210101444510.30036-100000@babel.hpcc.noaa.g ov> 3 siblings, 0 replies; 8+ messages in thread From: jwantz @ UTC (permalink / raw) To: speakup Hi, You can run timeconfig and up and down arrow your time choices. When you find the correct time setting you can tab and press enter on the OK button. It seems to be exactly the same program that is called during install. Of course you must be root to run the program. Jim Wantz WB0TFK On Thu, 10 Oct 2002, Richard Villa wrote: > While installing RH 8, I messed up my time setting. > > Does someone know where the system stores the parameters for setting the > time? It must be an offset value which tells the system how many hours to > add or subtract from GMT time. > > Richard > > If you are going to burn all of your bridges, you better be able to walk on > water. > > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <Pine.LNX.4.44.0210101444510.30036-100000@babel.hpcc.noaa.g ov>]
* Re: system time [not found] ` <Pine.LNX.4.44.0210101444510.30036-100000@babel.hpcc.noaa.g ov> @ ` Charles Crawford ` jwantz 0 siblings, 1 reply; 8+ messages in thread From: Charles Crawford @ UTC (permalink / raw) To: speakup I thought there was a program to have the system clock set by NIST. -- charlie Crawford. At 02:49 PM 10/10/02 -0400, you wrote: >Hi, >You can run timeconfig and up and down arrow your time choices. When >you find the correct time setting you can tab and press enter on the OK >button. It seems to be exactly the same program that is called during >install. Of course you must be root to run the program. > > Jim Wantz WB0TFK >On Thu, 10 Oct >2002, Richard Villa wrote: > > > While installing RH 8, I messed up my time setting. > > > > Does someone know where the system stores the parameters for setting the > > time? It must be an offset value which tells the system how many hours to > > add or subtract from GMT time. > > > > Richard > > > > If you are going to burn all of your bridges, you better be able to walk on > > water. > > > > > > > > > > _______________________________________________ > > Speakup mailing list > > Speakup@braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > >_______________________________________________ >Speakup mailing list >Speakup@braille.uwo.ca >http://speech.braille.uwo.ca/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: system time ` Charles Crawford @ ` jwantz ` Richard Villa 0 siblings, 1 reply; 8+ messages in thread From: jwantz @ UTC (permalink / raw) To: speakup Hi Charley, Yes, there is--rdate, ntpdate and netdate to name three of them. That's not what he wanted. In most distros there is a file called /etc/localtime. It sets what time zone your system is using. The file is not in plain text. The program in Redhat to manipulate this file is timeconfig. I use a script that I put in /etc/cron.daily that uses netdate to query the 4 nearest NIST servers to set the system time. It then calls hwclock to set the hardware clock. On Thu, 10 Oct 2002, Charles Crawford wrote: > I thought there was a program to have the system clock set by NIST. > > -- charlie Crawford. > At 02:49 PM 10/10/02 -0400, you wrote: > >Hi, > >You can run timeconfig and up and down arrow your time choices. When > >you find the correct time setting you can tab and press enter on the OK > >button. It seems to be exactly the same program that is called during > >install. Of course you must be root to run the program. > > > > Jim Wantz WB0TFK > >On Thu, 10 Oct > >2002, Richard Villa wrote: > > > > > While installing RH 8, I messed up my time setting. > > > > > > Does someone know where the system stores the parameters for setting the > > > time? It must be an offset value which tells the system how many hours to > > > add or subtract from GMT time. > > > > > > Richard > > > > > > If you are going to burn all of your bridges, you better be able to walk on > > > water. > > > > > > > > > > > > > > > _______________________________________________ > > > Speakup mailing list > > > Speakup@braille.uwo.ca > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > > > >_______________________________________________ > >Speakup mailing list > >Speakup@braille.uwo.ca > >http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: system time ` jwantz @ ` Richard Villa ` jwantz 0 siblings, 1 reply; 8+ messages in thread From: Richard Villa @ UTC (permalink / raw) To: speakup I GOT THE TIME CORRECTED BY USING TIMECONFIG. the ONLY PROBLEM, IS THAT SPEAKUP HAS TROUBLE READING EXACTLY WHAT SELECTION YOU HAVE SELECTED. Richard If you are going to burn all of your bridges, you better be able to walk on water. ----- Original Message ----- From: <jwantz@babel.hpcc.noaa.gov> To: <speakup@braille.uwo.ca> Sent: Thursday, October 10, 2002 8:57 PM Subject: Re: system time > Hi Charley, > Yes, there is--rdate, ntpdate and netdate to name three of them. That's > not what he wanted. In most distros there is a file called > /etc/localtime. It sets what time zone your system is using. The file > is not in plain text. The program in Redhat to manipulate this file is > timeconfig. I use a script that I put in /etc/cron.daily that uses > netdate to query the 4 > nearest NIST servers to set the system time. It then calls hwclock to > set the hardware clock. > On Thu, 10 Oct 2002, > Charles Crawford wrote: > > > I thought there was a program to have the system clock set by NIST. > > > > -- charlie Crawford. > > At 02:49 PM 10/10/02 -0400, you wrote: > > >Hi, > > >You can run timeconfig and up and down arrow your time choices. When > > >you find the correct time setting you can tab and press enter on the OK > > >button. It seems to be exactly the same program that is called during > > >install. Of course you must be root to run the program. > > > > > > Jim Wantz WB0TFK > > >On Thu, 10 Oct > > >2002, Richard Villa wrote: > > > > > > > While installing RH 8, I messed up my time setting. > > > > > > > > Does someone know where the system stores the parameters for setting the > > > > time? It must be an offset value which tells the system how many hours to > > > > add or subtract from GMT time. > > > > > > > > Richard > > > > > > > > If you are going to burn all of your bridges, you better be able to walk on > > > > water. > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Speakup mailing list > > > > Speakup@braille.uwo.ca > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > > > > > > > >_______________________________________________ > > >Speakup mailing list > > >Speakup@braille.uwo.ca > > >http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > _______________________________________________ > > Speakup mailing list > > Speakup@braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: system time ` Richard Villa @ ` jwantz 0 siblings, 0 replies; 8+ messages in thread From: jwantz @ UTC (permalink / raw) To: speakup yES, i KNOW--BUT AS i RECALL THE FIRST OF THE TWO SELECTIONS SPOKEN IS THE CORRECT ONE. jIM wANTZ wb0tfk On Thu, 10 Oct 2002, Richard Villa wrote: > I GOT THE TIME CORRECTED BY USING TIMECONFIG. > > the ONLY PROBLEM, IS THAT SPEAKUP HAS TROUBLE READING EXACTLY WHAT SELECTION > YOU HAVE SELECTED. > > Richard > > If you are going to burn all of your bridges, you better be able to walk on > water. > > ----- Original Message ----- > From: <jwantz@babel.hpcc.noaa.gov> > To: <speakup@braille.uwo.ca> > Sent: Thursday, October 10, 2002 8:57 PM > Subject: Re: system time > > > > Hi Charley, > > Yes, there is--rdate, ntpdate and netdate to name three of them. That's > > not what he wanted. In most distros there is a file called > > /etc/localtime. It sets what time zone your system is using. The file > > is not in plain text. The program in Redhat to manipulate this file is > > timeconfig. I use a script that I put in /etc/cron.daily that uses > > netdate to query the 4 > > nearest NIST servers to set the system time. It then calls hwclock to > > set the hardware clock. > > On Thu, 10 Oct 2002, > > Charles Crawford wrote: > > > > > I thought there was a program to have the system clock set by NIST. > > > > > > -- charlie Crawford. > > > At 02:49 PM 10/10/02 -0400, you wrote: > > > >Hi, > > > >You can run timeconfig and up and down arrow your time choices. When > > > >you find the correct time setting you can tab and press enter on the > OK > > > >button. It seems to be exactly the same program that is called during > > > >install. Of course you must be root to run the program. > > > > > > > > Jim Wantz WB0TFK > > > >On Thu, 10 Oct > > > >2002, Richard Villa wrote: > > > > > > > > > While installing RH 8, I messed up my time setting. > > > > > > > > > > Does someone know where the system stores the parameters for setting > the > > > > > time? It must be an offset value which tells the system how many > hours to > > > > > add or subtract from GMT time. > > > > > > > > > > Richard > > > > > > > > > > If you are going to burn all of your bridges, you better be able to > walk on > > > > > water. > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Speakup mailing list > > > > > Speakup@braille.uwo.ca > > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > > > > > > > > > > > >_______________________________________________ > > > >Speakup mailing list > > > >Speakup@braille.uwo.ca > > > >http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > > > > _______________________________________________ > > > Speakup mailing list > > > Speakup@braille.uwo.ca > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > > > > _______________________________________________ > > Speakup mailing list > > Speakup@braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
system time Richard Villa
` Thomas Stivers
` Igor Gueths
` jwantz
[not found] ` <Pine.LNX.4.44.0210101444510.30036-100000@babel.hpcc.noaa.g ov>
` Charles Crawford
` jwantz
` Richard Villa
` jwantz
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).