From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 13:08:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D673E16A46D for ; Fri, 9 Nov 2007 13:08:43 +0000 (UTC) (envelope-from fbsd06+QC=d3e72b40@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE1013C491 for ; Fri, 9 Nov 2007 13:08:42 +0000 (UTC) (envelope-from fbsd06+QC=d3e72b40@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 918B4D05A4 for ; Fri, 9 Nov 2007 08:08:39 -0500 (EST) Date: Fri, 9 Nov 2007 13:08:36 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071109130836.0c6a482c@gumby.homeunix.com.> In-Reply-To: <60c2cba1d147b49bb5faf48c10b94add@prodigy.net> References: <31AE442CCBC1094ABC40CE85B0149F0642BB68@MAIL1.registry.otago.ac.nz> <60c2cba1d147b49bb5faf48c10b94add@prodigy.net> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: cmos clock to utc time code? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 13:08:43 -0000 On Thu, 8 Nov 2007 20:56:44 -0800 jekillen wrote: > > On Nov 8, 2007, at 6:21 PM, Brent Jones wrote: > > > There's no time zone setting in a cmos clock. Just set the time to > > whatever UTC is, and you should be good to go. Ideally though, you > > should have the system do an ntpdate command first, which will take > > care > > of the clock issue for you. Just put: > > > > ntpdate_enable="YES" > > > > in your rc.conf file, and it will run before ntpd starts. > I have ntpd_enable="YES" > in /etc/rc.conf already, would there be a conflict? There's no conflict > While this machine is being configured with all the > functional software I want working, hub mail server with > Cyrus, Apache/php/mysql. while I am getting everything > set up and tested the machine will not be running 24/7 > so ntpdate would probably be a better choice, Just run both.