From owner-freebsd-current@FreeBSD.ORG Sat Jan 10 17:14:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F5216A4D3 for ; Sat, 10 Jan 2004 17:14:42 -0800 (PST) Received: from f1.masterplan.org (h68-144-20-87.cg.shawcable.net [68.144.20.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17DDF43D1D for ; Sat, 10 Jan 2004 17:14:41 -0800 (PST) (envelope-from bsdlists@masterplan.org) Received: from axe (laptop [192.168.4.9]) by f1.masterplan.org (8.12.10/8.12.10) with SMTP id i0B1Eb3d013350 for ; Sat, 10 Jan 2004 18:14:38 -0700 (MST) (envelope-from bsdlists@masterplan.org) Message-Id: <200401110114.i0B1Eb3d013350@f1.masterplan.org> From: bsdlists@masterplan.org (Jason George) To: freebsd-current@freebsd.org Date: Sun, 11 Jan 2004 01:14:37 GMT X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on f1.masterplan.org X-Mailman-Approved-At: Sun, 11 Jan 2004 05:18:37 -0800 Subject: Re: `top` reports all CPU states as 0% on i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2004 01:14:42 -0000 >This box is a fairly fresh install of 5.2-RC2, running on Pentium >200MMX. The line from top reads as follows: > >CPU states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 0.0% idle > >I first noticed it when my cacti/rrdtool snmp graphs for CPU usage >showed 0 across the board. > >This afternoon I cvsup'd it to -CURRENT and rebuild kernel and world. >After rebooting the problem remained. > >Is this a known problem? > I asked the same question Dec 11 as I encountered the same issue. A number of people responded in private email, suggesting that the kernel was not synchronized properly with the userland utilities. I doubted that, as I always rebuild and install world when I rebuild a kernel. In the last month, I have cvsup'ed and rebuilt both the kernel + world at least a dozen times since that time. The problem still exists. My machine is a Dual Pentium Pro with a basically-stock SMP kernel, except that I have ULE enabled. --J