From owner-freebsd-stable@FreeBSD.ORG Fri Aug 27 23:50:06 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 4C4AB16A4CE for ; Fri, 27 Aug 2004 23:50:06 +0000 (GMT) Received: from mail.freebsdmall.com (ns1.freebsdmall.com [69.50.233.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42CC343D39 for ; Fri, 27 Aug 2004 23:50:06 +0000 (GMT) (envelope-from chern@FreeBSD.org) Received: by mail.freebsdmall.com (Postfix, from userid 2135) id 1D7731CC73; Fri, 27 Aug 2004 16:55:08 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.freebsdmall.com (Postfix) with ESMTP id 1C4631CC2C for ; Fri, 27 Aug 2004 16:55:08 -0700 (PDT) Date: Fri, 27 Aug 2004 16:55:08 -0700 (PDT) From: Chern Lee X-X-Sender: chern@mall.freebsdmall.com To: freebsd-stable@freebsd.org Message-ID: <20040827165447.F18269@mall.freebsdmall.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: top: nlist failed 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: Fri, 27 Aug 2004 23:50:06 -0000 I recently upgraded a machine to 4.10-RELEASE-p2 from a fresh /usr/src from cvsup. $ top top: nlist failed $ systat systat: nlist: can't find following symbols: _ccpu _fscale $ vmstat vmstat: undefined symbols: _kmemstatistics _bucket _zlist $ uname -a FreeBSD host3 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Tue Aug 24 19:46:34 PDT 2004 chern@host3:/usr/obj/usr/src/sys/HOST3 i386 I've taken a look at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#NLIST-FAILED and ruled out the first problem since the kernel and world are being compiled from the same branch/date. Any ideas? - chern