[Bug 826815] Re: module-init-tools-3.16-1 does not scan /etc/modprobe.d/`uname -r` dir configs
Elan Ruusamäe
826815 at bugs.launchpad.net
Sun Oct 9 23:21:57 CEST 2011
seems fixed with module-init-tools-3.16-2
** Changed in: pld-linux
Status: New => Fix Released
** Changed in: pld-linux
Assignee: (unassigned) => Arkadiusz Miśkiewicz (arekm)
--
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:
Fix Released
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