From owner-freebsd-questions@FreeBSD.ORG Sat Mar 31 21:43:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5389C16A405 for ; Sat, 31 Mar 2007 21:43:19 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 32EC613C465 for ; Sat, 31 Mar 2007 21:43:19 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2VLhI5S027837 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 31 Mar 2007 14:43:18 -0700 X-Auth-Received: from [192.168.10.7] (c-67-187-172-183.hsd1.ca.comcast.net [67.187.172.183]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2VLhHtE016383 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 31 Mar 2007 14:43:18 -0700 Message-ID: <460EE3D0.3020702@u.washington.edu> Date: Sat, 31 Mar 2007 14:42:24 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <460BB75B.3080504@diomedia.be> <44slbl4gqf.fsf@Lowell-Desk.lan> In-Reply-To: <44slbl4gqf.fsf@Lowell-Desk.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.31.143246 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='LEO_OBFU_SUBJ_RE 0.1, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: time problems 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: Sat, 31 Mar 2007 21:43:19 -0000 Lowell Gilbert wrote: > bram writes: > > >> Hi all, >> >> I am running 6.1-RELEASE-p2-AMD64 on a dual AMD opteron system. >> Lately (after installing a twa-3ware raid controller I think) time >> just stops. >> We leave at work one evening and the clock is set ok. >> The next morning the clock is set at 3 o'clock instead of 8 o'clock, >> sometimes there is no clock anymore, >> when we type date, it just returns to the next line without any output >> whatsoever. >> >> This is very annoying, I've set a crontab task every 5 minutes to >> re-update the date but it does not help (wich leads to my believe that >> time has stopped). >> >> So, what could this be, and can I work around the problem ? >> >> Every service this machine runs stops working at such a time (no ssh >> etc), the local keyboard still works. >> > > Hmm. My first guess would be interrupt problems, most likely with the > timer interrupt itself but possibly something else interfering with it. > Keep an eye on 'vmstat -i'. > Time skew might be caused by a dead CMOS battery (in particular this seemed like a bigger issue with my P4 than it was with my P1 once the battery died -- it would lose 5 minutes every couple hours or so). Some vendors are lame too and ship motherboards with dead batteries (or the voltage in them dissipates over time because of parasitic impedances in the area). -Garrett