[Bug 826815] [NEW] module-init-tools-3.16-1 does not scan /etc/modprobe.d/`uname -r` dir configs
Elan Ruusamäe
826815 at bugs.launchpad.net
Mon Aug 15 17:30:00 CEST 2011
Public bug reported:
module-init-tools-3.16-1 does not scan /etc/modprobe.d/`uname -r` dir
configs:
# touch /etc/modprobe.d/blah.conf /etc/modprobe.d/`uname -r`/blah.conf
# strace -e file modprobe blah 2>&1|grep blah
execve("/sbin/modprobe", ["modprobe", "blah"], [/* 52 vars */]) = 0
stat("/etc/modprobe.d/blah.conf", {st_mode=S_IFREG|0660, st_size=0, ...}) = 0
open("/etc/modprobe.d/blah.conf", O_RDONLY) = 3
FATAL: Module blah not found.
# rpm -q module-init-tools
module-init-tools-3.16-1.x86_64
it worked (at least) ok in module-init-tools-3.10-2.x86_64:
# touch /etc/modprobe.d/blah.conf /etc/modprobe.d/`uname -r`/blah.conf
# strace -e file modprobe blah 2>&1|grep blah
execve("/sbin/modprobe", ["modprobe", "blah"], [/* 45 vars */]) = 0
stat("/etc/modprobe.d/2.6.36.2-1/blah.conf", {st_mode=S_IFREG|0660, st_size=0, ...}) = 0
open("/etc/modprobe.d/2.6.36.2-1/blah.conf", O_RDONLY) = 3
stat("/etc/modprobe.d/blah.conf", {st_mode=S_IFREG|0660, st_size=0, ...}) = 0
open("/etc/modprobe.d/blah.conf", O_RDONLY) = 3
FATAL: Module blah not found.
# rpm -q module-init-tools
module-init-tools-3.10-2.x86_64
** Affects: pld-linux
Importance: Undecided
Status: New
--
You received this bug notification because you are subscribed to PLD
Linux.
https://bugs.launchpad.net/bugs/826815
Title:
module-init-tools-3.16-1 does not scan /etc/modprobe.d/`uname -r` dir
configs
Status in PLD Linux Distribution:
New
Bug description:
module-init-tools-3.16-1 does not scan /etc/modprobe.d/`uname -r` dir
configs:
# touch /etc/modprobe.d/blah.conf /etc/modprobe.d/`uname -r`/blah.conf
# strace -e file modprobe blah 2>&1|grep blah
execve("/sbin/modprobe", ["modprobe", "blah"], [/* 52 vars */]) = 0
stat("/etc/modprobe.d/blah.conf", {st_mode=S_IFREG|0660, st_size=0, ...}) = 0
open("/etc/modprobe.d/blah.conf", O_RDONLY) = 3
FATAL: Module blah not found.
# rpm -q module-init-tools
module-init-tools-3.16-1.x86_64
it worked (at least) ok in module-init-tools-3.10-2.x86_64:
# touch /etc/modprobe.d/blah.conf /etc/modprobe.d/`uname
-r`/blah.conf
# strace -e file modprobe blah 2>&1|grep blah
execve("/sbin/modprobe", ["modprobe", "blah"], [/* 45 vars */]) = 0
stat("/etc/modprobe.d/2.6.36.2-1/blah.conf", {st_mode=S_IFREG|0660, st_size=0, ...}) = 0
open("/etc/modprobe.d/2.6.36.2-1/blah.conf", O_RDONLY) = 3
stat("/etc/modprobe.d/blah.conf", {st_mode=S_IFREG|0660, st_size=0, ...}) = 0
open("/etc/modprobe.d/blah.conf", O_RDONLY) = 3
FATAL: Module blah not found.
# rpm -q module-init-tools
module-init-tools-3.10-2.x86_64
To manage notifications about this bug go to:
https://bugs.launchpad.net/pld-linux/+bug/826815/+subscriptions
More information about the pld-bugs
mailing list