Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!topaz!ll-xn!mit-amt!mit-eddie!genrad!decvax!ittatc!funvax!bhoward From: bhoward@funvax.UUCP (Bruce Howard) Newsgroups: net.bugs.4bsd Subject: Re: Ultrix loses time on reboot (with fix) Message-ID: <112@funvax.UUCP> Date: Thu, 14-Aug-86 00:29:20 EDT Article-I.D.: funvax.112 Posted: Thu Aug 14 00:29:20 1986 Date-Received: Thu, 14-Aug-86 20:26:46 EDT References: <181@earvax.UUCP> Distribution: net Organization: Fairfield Univerity Lines: 29 I noticed the same problem with our Ultrix systems. I found a reasonable solution by invoking the /etc/rdate program in our /etc/rc.local file. Place: if [ -f /etc/rdate ]; then /etc/rdate -sv >/dev/console into /etc/rc.local. When run with these options, rdate sends a broadcast message across the ethernetwork, requesting each host to send back the local time. It then waits about 2 seconds, taking the average of any replies, and sets the local time to the average plus 2 seconds. You actually do not need the -v option -- that merely has rdate print each of the times it received from the other hosts. I may have muffed up the details, but this is essentially what it does. Look in the Ultrix documentation for further trivia. Cheers! Bruce -- --------------------------------- ...decvax!ittatc!funvax!bhoward Bruce Howard @ Fairfield University ...ihnp4!itivax!funvax!bhoward Located in Scenic Fairfield, CT 06430 ---------------------------------