From owner-freebsd-stable@FreeBSD.ORG Tue Feb 14 02:49:20 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F134C16A420 for ; Tue, 14 Feb 2006 02:49:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DFFB43D55 for ; Tue, 14 Feb 2006 02:49:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 3DA625CA3; Mon, 13 Feb 2006 21:49:18 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32234-05; Mon, 13 Feb 2006 21:49:15 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-67-103.ny325.east.verizon.net [68.161.67.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 68E865C48; Mon, 13 Feb 2006 21:49:15 -0500 (EST) Message-ID: <43F14537.8080907@mac.com> Date: Mon, 13 Feb 2006 21:49:27 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Vinny Abello References: <7.0.1.0.2.20060213212221.04c7da20@tellurian.com> In-Reply-To: <7.0.1.0.2.20060213212221.04c7da20@tellurian.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-stable@freebsd.org Subject: Re: clock reverts to epoch on boot? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 02:49:20 -0000 Vinny Abello wrote: [ ... ] > I may try doing a cvsup of source and rebuilding again. My make.conf > settings are pretty tame: > > CPUTYPE=pentium4 > CFLAGS= -O2 -pipe > COPTFLAGS= -O -pipe Remove the CPUTYPE declaration, or at least decrease it to just "pentium". -- -Chuck