From owner-freebsd-current Fri Mar 8 15:16:36 2002 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 30EB037B405 for ; Fri, 8 Mar 2002 15:16:32 -0800 (PST) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.11.6/8.11.4) id g28NGKR18360; Fri, 8 Mar 2002 15:16:20 -0800 (PST) (envelope-from sgk) Date: Fri, 8 Mar 2002 15:16:15 -0800 From: Steve Kargl To: Kris Kennaway Cc: freebsd-current@freebsd.org Subject: Re: linprocfs.ko is broken Message-ID: <20020308151615.A18205@troutmask.apl.washington.edu> References: <20020308100302.A15253@troutmask.apl.washington.edu> <20020308145540.A46544@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020308145540.A46544@xor.obsecurity.org>; from kris@obsecurity.org on Fri, Mar 08, 2002 at 02:55:40PM -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 08, 2002 at 02:55:40PM -0800, Kris Kennaway wrote: > On Fri, Mar 08, 2002 at 10:03:02AM -0800, Steve Kargl wrote: > > root[244] kldstat > > Id Refs Address Size Name > > 1 12 0xc0100000 26714c kernel > > 2 1 0xc0368000 18330 linux.ko [snip] > > root[245] kldload linprocfs > > KLD linprocfs.ko: depends on linux - not available > > kldload: can't load linprocfs: Exec format error > > This is often a signal of stale modules..are you sure linprocfs is up > to date? > It is up to date. kargl[201] ls -l /boot/kernel total 2938 -r-xr-xr-x 1 root wheel 48712 Mar 8 09:56 agp.ko* -r-xr-xr-x 1 root wheel 4025 Mar 8 09:56 blank_saver.ko* -r-xr-xr-x 1 root wheel 27602 Mar 8 09:56 if_rl.ko* -r-xr-xr-x 1 root wheel 2228249 Mar 8 09:56 kernel* -rw------- 1 root wheel 15432 Mar 8 09:56 linker.hints -r-xr-xr-x 1 root wheel 19581 Mar 8 09:56 linprocfs.ko* -r-xr-xr-x 1 root wheel 97319 Mar 8 09:56 linux.ko* -r-xr-xr-x 1 root wheel 85262 Mar 8 09:56 miibus.ko* -r-xr-xr-x 1 root wheel 35293 Mar 8 09:56 snd_maestro3.ko* -r-xr-xr-x 1 root wheel 100604 Mar 8 09:56 snd_pcm.ko* If I run into a problems, I do 1) rm -rf /usr/obj/* 2) cvsup source again 3) make sequence, ie., build{world,kernel}, install{kernel,world}, MM. 4) reboot 5) report problem -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message