From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms-smtp-01-smtplb.ohiordc.rr.com ([65.24.5.135] helo=ms-smtp-01-eri0.ohiordc.rr.com) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 1ADtFL-0001mS-00 for ; Sun, 26 Oct 2003 17:20:27 -0500 Received: from cpe-024-033-003-115.midsouth.rr.com (cpe-024-033-003-115.midsouth.rr.com [24.33.3.115]) by ms-smtp-01-eri0.ohiordc.rr.com (8.12.10/8.12.7) with ESMTP id h9QMKGxD021113 for ; Sun, 26 Oct 2003 17:20:16 -0500 (EST) Date: Sun, 26 Oct 2003 16:20:16 -0600 (CST) From: Adam Myrow To: speakup@braille.uwo.ca Subject: Re: Help with date and redhat 9 In-Reply-To: <000001c39c07$0761cd20$6401a8c0@quantum> Message-ID: References: <000001c39c07$0761cd20$6401a8c0@quantum> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: You don't use date to set the time from a time server. The date command is only for manually setting the date. There are several ways to set the time from a remote server. Some commands include netdate, rdate, and ntpdate. If you have it, ntpdate is the most accurate. You can pass it multiple servers, and it will pick the best one. If you are really into time, you could have ntpd running all the time to actually adjust the speed of the clock within Linux so that it stays within a few MS of the correct time. For a good list of time servers, go to http://www.eecis.udel.edu/~mills/ntp/servers.html and find several near you with open access. Then, assuming you have ntpdate available, you could try "ntpdate server." For example, "ntpdate time.nist.gov time-b.nist.gov" would ask ntpdate to get the time from two of the NIST servers and pick the one it thinks is the most accurate and set your clock to it. Hope this helps.