Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2002 15:16:15 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: linprocfs.ko is broken
Message-ID:  <20020308151615.A18205@troutmask.apl.washington.edu>
In-Reply-To: <20020308145540.A46544@xor.obsecurity.org>; from kris@obsecurity.org on Fri, Mar 08, 2002 at 02:55:40PM -0800
References:  <20020308100302.A15253@troutmask.apl.washington.edu> <20020308145540.A46544@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020308151615.A18205>