From owner-freebsd-questions@FreeBSD.ORG Sat Mar 31 14:42:25 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 DBD3616A406 for ; Sat, 31 Mar 2007 14:42:25 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.freebsd.org (Postfix) with ESMTP id B819B13C459 for ; Sat, 31 Mar 2007 14:42:25 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 19667 invoked from network); 31 Mar 2007 14:42:25 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 31 Mar 2007 14:42:25 -0000 Received: from Lowell-Desk.localdomain (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id D6D8128430; Sat, 31 Mar 2007 10:42:17 -0400 (EDT) Received: by Lowell-Desk.localdomain (Postfix, from userid 1147) id 123021CC30; Sat, 31 Mar 2007 10:42:16 -0400 (EDT) To: bram References: <460BB75B.3080504@diomedia.be> From: Lowell Gilbert Date: Sat, 31 Mar 2007 10:42:16 -0400 In-Reply-To: <460BB75B.3080504@diomedia.be> (bram@diomedia.be's message of "Thu\, 29 Mar 2007 14\:55\:55 +0200") Message-ID: <44slbl4gqf.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: time problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2007 14:42:25 -0000 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'.