From owner-freebsd-stable@FreeBSD.ORG Tue Dec 7 03:07:05 2004 Return-Path: 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 3EEF816A4CE for ; Tue, 7 Dec 2004 03:07:05 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BED543D48 for ; Tue, 7 Dec 2004 03:07:05 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 0CC2572DF4; Mon, 6 Dec 2004 19:07:05 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 0AB2A72DD4; Mon, 6 Dec 2004 19:07:05 -0800 (PST) Date: Mon, 6 Dec 2004 19:07:05 -0800 (PST) From: Doug White To: Arjan Van Leeuwen In-Reply-To: Message-ID: <20041206185901.W23442@carver.gumbysoft.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: Timecounter problems on 5.3 - things take twice as long X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 07 Dec 2004 03:07:05 -0000 On Mon, 6 Dec 2004, Arjan Van Leeuwen wrote: > > OK, here it is: > > interrupt total rate > irq1: atkbd0 2 0 > irq6: fdc0 10 0 > irq8: rtc 1140653 127 > irq13: npx0 1 0 > irq16: atapci0 129099 14 > irq21: rl0 345707 38 > irq24: fwohci0 1 0 > irq28: sym0 30 0 > irq29: sym1 30 0 > irq31: fxp0 140237 15 > irq0: clk 4456164 499 > Total 6211934 696 > > This is after 2.5 hours uptime. The rate on 'clk' should be 1000, so it looks like your system doesn't like HZ=1000. Try sticking this in loader.conf and rebooting: kern.hz="100" If that works then its like your motherboard has Issues(tm). -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org