From owner-freebsd-current Mon Sep 7 23:17:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08274 for freebsd-current-outgoing; Mon, 7 Sep 1998 23:17:48 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from hillbilly.hayseed.net (hillbilly.hayseed.net [204.62.130.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08267 for ; Mon, 7 Sep 1998 23:17:47 -0700 (PDT) (envelope-from enkhyl@hayseed.net) Received: from hillbilly.hayseed.net (enkhyl@hillbilly.hayseed.net [204.62.130.2]) by hillbilly.hayseed.net (8.9.1/8.8.5) with SMTP id XAA25601; Mon, 7 Sep 1998 23:20:00 -0700 Date: Mon, 7 Sep 1998 23:20:00 -0700 (PDT) From: Enkhyl To: Manfred Antar cc: ben@rosengart.com, Stephane Legrand , current@FreeBSD.ORG Subject: Re: Bus error with vmstat In-Reply-To: <199809080402.VAA05786@pozo.pozo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Sep 1998, Manfred Antar wrote: > At 11:11 PM 9/7/98 -0400, you wrote: > >narcissus% ldd `which iostat` > >/usr/sbin/iostat: > > -lkvm.2 => /usr/lib/aout/libkvm.so.2.0 (0x2001b000) > > -lc.3 => /usr/lib/aout/libc.so.3.1 (0x2001f000) > >narcissus% ldd `which vmstat` > >/usr/bin/vmstat: > > -lkvm.2 => /usr/lib/aout/libkvm.so.2.0 (0x2001d000) > > -lc.3 => /usr/lib/aout/libc.so.3.1 (0x20021000) > > > >I bet your kernel is out of sync with your userland. This is an FAQ. > > I get the same error with a current kernel and current make world as of 1 > hour ago > > > ldd /usr/sbin/iostat > (manfred)502}ldd /usr/sbin/iostat > /usr/sbin/iostat: > libkvm.so.2 => /usr/lib/libkvm.so.2 (0x28052000) > libc.so.3 => /usr/lib/libc.so.3 (0x28057000) > > (manfred)505}ldd /usr/bin/vmstat > /usr/bin/vmstat: > libkvm.so.2 => /usr/lib/libkvm.so.2 (0x28053000) > libc.so.3 => /usr/lib/libc.so.3 (0x28058000) To add some oddity to the mix... :-) I'm running current compiled last night with a kernel compiled about 20 minutes ago, and both iostat and vmstat work fine for me. 102 ender:~> ldd `which iostat` /usr/sbin/iostat: libkvm.so.2 => /usr/lib/libkvm.so.2 (0x28052000) libc.so.3 => /usr/lib/libc.so.3 (0x28057000) 103 ender:~> ldd `which vmstat` /usr/bin/vmstat: libkvm.so.2 => /usr/lib/libkvm.so.2 (0x28053000) libc.so.3 => /usr/lib/libc.so.3 (0x28058000) -- Christopher Nielsen Scient: The Art and Science of Electronic Business cnielsen@scient.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message