Date: Mon, 3 Apr 2000 10:00:30 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: Thomas Dean <tomdean@ix.netcom.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: Top, vmstat, systat, etc. Broken Message-ID: <200004031700.KAA59566@apollo.backplane.com> References: <200004031459.HAA00414@ix.netcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
It kinda looks like you've stripped your kernel binary. If you havn't,
don't, certain programs need the kernel symbols to access kmem.
-Matt
Matthew Dillon
<dillon@backplane.com>
:cvsup'ed April 2 at 1230, make world April 2 2200.
:
:I think I missed something. Several things in /usr/bin are broken.
:
:# top
:top: nlist failed
:# ls -l `which top`
:-r-xr-sr-x 1 root kmem 32016 Apr 2 22:36 /usr/bin/top*
:# ldconfig -r | grep -i kvm
: 25:-lkvm.2 => /usr/lib/libkvm.so.2
:# ls -l /usr/lib/libkvm.so.2
:-r--r--r-- 1 root wheel 18164 Apr 2 22:21 /usr/lib/libkvm.so.2
:
:# vmstat
:vmstat: undefined symbols:
: _kmemstatistics _bucket _zlist
:# systat
: systat: nlist: can't find following symbols:
: _ccpu
: _fscale
:
:tomdean
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004031700.KAA59566>
