Re: Kernel 2.6.0 - Writing modules.dep to the wrong place

From: Alfredo Diaz (aadiaz_at_dcc.uchile.cl.invalid)
Date: 01/19/04

  • Next message: Google Mike: "Re: SLOW sockets under Redhat 9.0"
    Date: Mon, 19 Jan 2004 17:37:46 +0000 (UTC)
    
    

    It's not about upgrade moutils to the last version.
    The last kernel came with several changes in the tree directory and also
    modules. For example, now you can have access to the process through /sys
    directory, and not /proc.
    The extension of the modules will be .kmo, or something like that, and not .o
    You will need a new version of isnmod, modprobe,lsmode, etc and /etc/modules.conf will be now /etc/modprobe.conf.
    For all those things you need module-init-tools software (or libraries ?).
    First read very well the documentation about install, because is my idea you will replace the binaries and the configuratios files.

    Best regards from Chile.

    In comp.os.linux Mark Hobley <markhobley@hotpop.deletethisbit.com> wrote:
    : I have now upgraded modutils to the latest version (2.4.26)

    : when trying to install the kernel modules using:

    : make O=/u1/build/kernel modules_install

    : The build still fails when trying to create modules.dep:

    : if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b
    : /u1/build/kmodules
    : -r 2.6.0; fi
    : depmod: Can't open /u1/build/kmodules/lib/modules/2.6.0/modules.dep
    : for writing
    : make[1]: *** [_modinst_post] Error 255
    : make: *** [modules_install] Error 2

    -- 
    Alfredo Diaz
    ================
    School of Engineering and Science, University of Chile
    Beaucheff 850, P.O. Box 2777, Santiago, CHILE
    mailto:aadiaz@dcc.uchile.cl.nospam
    

  • Next message: Google Mike: "Re: SLOW sockets under Redhat 9.0"

    Relevant Pages