On Wed, 30 May 2001, bob wrote: > RH 6.1 server, is off about 1 hr 10 minutes.. The simpelest way I know of is to install xntp and then write a script like: #!/bin/sh /usr/sbin/ntpdate time.nist.gov and throw it in /etc/rc.d/rc3.d/ and /etc/cron.daily. It's cheesy, and without a lot of tweaking your clock won't be perfect (usually a few seconds because of lag and what not) but for most applications, it's good enough for government work :-) -Brian