-----Forwarded Message-----
From: Pavel Rozenboim <[email protected]>
To: [email protected]
Subject: RE: kernel compile on phoebe 3
Date: 24 Mar 2003 15:22:44 +0200
For some reason I don't get /proc/ksyms file with 2.5 kernels I compile, and
that causes rc.sysinit to set /proc/sys/kernel/modprobe to /bin/true. What
option enables /proc/ksyms creation?
--
Phoebe-list mailing list
[email protected]
https://listman.redhat.com/mailman/listinfo/phoebe-list
________________________________________________________________________
Felipe Alfaro Solana
Linux Registered User #287198
http://counter.li.org
On 24 Mar 03 at 15:09, Felipe Alfaro Solana wrote:
>
> For some reason I don't get /proc/ksyms file with 2.5 kernels I compile, and
> that causes rc.sysinit to set /proc/sys/kernel/modprobe to /bin/true. What
> option enables /proc/ksyms creation?
None. /proc/ksyms is gone. Fix initscript to not touch
/proc/sys/kernel/modprobe, I see no reason why it should touch it unless
you want to kill modprobe functionality - and then it should depend on
some configuration setting and not on existence of /proc/ksyms.
Petr Vandrovec
On Mon, 2003-03-24 at 14:09, Felipe Alfaro Solana wrote:
> -----Forwarded Message-----
>
> From: Pavel Rozenboim <[email protected]>
> To: [email protected]
> Subject: RE: kernel compile on phoebe 3
> Date: 24 Mar 2003 15:22:44 +0200
>
> For some reason I don't get /proc/ksyms file with 2.5 kernels I compile, and
> that causes rc.sysinit to set /proc/sys/kernel/modprobe to /bin/true. What
> option enables /proc/ksyms creation?
You need to modify rc.sysinit. ksyms is gone - test /proc/modules which
is probably what the script should always have done