+++ Raj Mathur [2004-03-23 17:30:08]:

> 1. Get a suggestion.
> 2. Say ``(1) doesn't work''
> 3. Goto (1)
> 

3 steps already... you must be pretty close to "Profit!!!" ;-)


>     Kingsly> Your init scripts may need some tweaking... some entries
>     Kingsly> in /proc have changed a bit from 2.4.
> 
> Got a pointer to where I could get more information about this?

/proc/ksyms is now /proc/kallsyms 

This is what should be failing for you ...

--snip--

if ! grep -iq nomodules /proc/cmdline >/dev/null 2>&1 && [ -f /proc/kallsyms]; then
    USEMODULES=y
else
    USEMODULES=
fi

--snip--

your rc.sysinit file would be looking for /proc/ksyms and failing the
condition.


Kingsly

-- 


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to