From owner-freebsd-questions@FreeBSD.ORG Sun May 9 15:29:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 694FD16A4D5 for ; Sun, 9 May 2004 15:29:32 -0700 (PDT) Received: from av10-2-sn2.hy.skanova.net (av10-2-sn2.hy.skanova.net [81.228.8.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D7843D3F for ; Sun, 9 May 2004 15:29:31 -0700 (PDT) (envelope-from micke@ebbmar.com) Received: by av10-2-sn2.hy.skanova.net (Postfix, from userid 502) id 7ACAF37F5C; Mon, 10 May 2004 00:29:30 +0200 (CEST) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av10-2-sn2.hy.skanova.net (Postfix) with ESMTP id 6C35537E95 for ; Mon, 10 May 2004 00:29:30 +0200 (CEST) Received: from ebbmar.com (h44n2fls303o1052.telia.com [81.226.133.44]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id EC18937E42 for ; Mon, 10 May 2004 00:29:29 +0200 (CEST) Received: from ebbmar.com (localhost [127.0.0.1]) by ebbmar.com (8.12.11/8.12.9) with ESMTP id i49Mir6N006004 for ; Mon, 10 May 2004 00:44:53 +0200 (CEST) (envelope-from micke@ebbmar.com) Received: (from micke@localhost) by ebbmar.com (8.12.11/8.12.9/Submit) id i49Miqna006003 for freebsd-questions@freebsd.org; Mon, 10 May 2004 00:44:52 +0200 (CEST) Date: Mon, 10 May 2004 00:44:52 +0200 From: Micael Ebbmar To: freebsd-questions@freebsd.org Message-ID: <20040509224452.GA3719@grendel> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Mailer: Mutt http://www.mutt.org/ X-Uptime: 45 mins X-URL: http://www.ebbmar.net/ X-PGP-Key: http://www.ebbmar.net/pubkey.asc X-Location: Europe, Sweden, Trollhattan Subject: microuptime() went backwards... on a K7 with 7kxa mobo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 22:29:32 -0000 Thought I would use my old K7 600 MHz and 7KXA mobo as a gateway since my old K6-2 died, and have run into a common problem when I installed 4.9. When under high IO (network or CPU use) I get the "microuptime() went backwards...." flooding my screen, and syslog logging it making the system crawl until syslog is killed. I have went through the standard procedure, disabled APM in bios and removing it from the kernel, made sure sysctl kern.timecounter.method is set to 1, but to no help. Anyone got any hints? --