Can't remove a module because of new policy

From: linux-os (linux-os_at_analogic.com)
Date: 02/04/05

  • Next message: Horst von Brand: "Re: Huge unreliability - does Linux have something to do with it?"
    Date:	Fri, 4 Feb 2005 13:21:29 -0500 (EST)
    To: Linux kernel <linux-kernel@vger.kernel.org>
    
    

    There is more and more policy being put into the kernel
    and utilities. Now I can't remove a module because whoever
    made the new module-init-tools decided that they didn't like
    its name even though it was installed and running.

    In the following I explicitly tell `rmmod` to remove a module
    with the name "DAS-Link". The "(!@$*!@#^(" program decides
    that I don't know what I am doing and attempts to
    remove "DAS_Link" which I never typed, never called for,
    and should never have even been even guessed.

    Script started on Fri 04 Feb 2005 01:07:41 PM EST
    # lsmod | grep DAS
    DAS-Link 6788 0
    # grep DAS /proc/modules
    DAS-Link 6788 0 - Live 0xf0a95000
    # rmmod DAS-Link
    ERROR: Module DAS_Link does not exist in /proc/modules
    # lsmod --version module-init-tools version 3.0-pre10
    # exit
    Script done on Fri 04 Feb 2005 01:08:51 PM EST

    So, I suppose this name is no longer valid?? If so, this
    means that hundreds of installed machines can't be updated
    in the field.

    Cheers,
    *** Johnson
    Penguin : Linux version 2.6.10 on an i686 machine (5537.79 BogoMips).
      Notice : All mail here is now cached for review by Dictator Bush.
                      98.36% of all statistics are fiction.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Horst von Brand: "Re: Huge unreliability - does Linux have something to do with it?"