Your message dated Mon, 15 Dec 2008 14:40:56 +0100
with message-id <[email protected]>
and subject line Re: Bug#508798: module-init-tools: module from /etc/modules 
not loaded when blacklisted
has caused the Debian Bug report #508798,
regarding module-init-tools: module from /etc/modules not loaded when 
blacklisted
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
508798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508798
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: module-init-tools
Version: 3.4-1
Severity: normal
Tags: patch


The module-init-script in init.d loads
the modules listed in /etc/modules.
Unfortunatly this does not work if the
module is blacklisted as the environment
var MODPROBE_OPTIONS includes "-b" during bootup
(set via init from the initramfs).
This is a problem if you want to prevent udev
from loading specific modules (for example a
raid controller), and load it in a user
defined order later. 


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages module-init-tools depends on:
ii  libc6                         2.7-16     GNU C Library: Shared libraries
ii  lsb-base                      3.2-20     Linux Standard Base 3.2 init scrip

module-init-tools recommends no packages.

module-init-tools suggests no packages.

-- no debconf information
--- module-init-tools.orig      2008-12-15 14:21:08.000000000 +0100
+++ module-init-tools   2008-12-15 14:21:23.000000000 +0100
@@ -38,6 +38,7 @@
   module="$1"
   args="$2"
 
+  unset MODPROBE_OPTIONS
   if [ "$VERBOSE" != no ]; then
     log_action_msg "Loading kernel module $module"
     modprobe $module $args || true

--- End Message ---
--- Begin Message ---
On Dec 15, Arne Bernin <[email protected]> wrote:

> The module-init-script in init.d loads
> the modules listed in /etc/modules.
> Unfortunatly this does not work if the
> module is blacklisted as the environment
> var MODPROBE_OPTIONS includes "-b" during bootup
> (set via init from the initramfs).
This is an initramfs-tools bug, there is already one open about this.

-- 
ciao,
Marco

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to