FS#9193 - blacklisting a module via MOD_BLACKLIST=() in rc.conf doesn't work

Attached to Project: Arch Linux
Opened by Hussam Al-Tayeb (hussam) - Sunday, 13 January 2008, 12:33 GMT
Last edited by Roman Kyrylych (Romashka) - Sunday, 09 March 2008, 21:46 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

blacklisting a module via MOD_BLACKLIST=() in rc.conf doesn't actually prevent the module from being loaded by udev on next reboot.

As a workaround, I need to add "alias module_name off" entry to modprobe.conf

This task depends upon

Closed by  Roman Kyrylych (Romashka)
Sunday, 09 March 2008, 21:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  Using MODULES=(!module_name) works again in latest udev in testing
Comment by Roman Kyrylych (Romashka) - Sunday, 13 January 2008, 16:19 GMT
MODULES=(!modules_name) ?
Comment by Roman Kyrylych (Romashka) - Sunday, 13 January 2008, 16:26 GMT
also note that MOD_BLACKLIST is going to be deprecated in the next initscripts version:
http://code.phraktured.net/?p=initscripts.git;a=commit;h=ab5595c4f8cdea8e6b1813701828576cbfee2fc2
Comment by Nathan Crandall (cactus.ed) - Monday, 14 January 2008, 10:43 GMT
Your using "!" before the mod to be blacklisted, right?
Comment by Aaron Griffin (phrakture) - Friday, 07 March 2008, 20:50 GMT
Is this related to the testing udev package?
Comment by Aaron Griffin (phrakture) - Friday, 07 March 2008, 21:11 GMT
Please check the new udev package in testing
Comment by Hussam Al-Tayeb (hussam) - Sunday, 09 March 2008, 21:24 GMT
Using MODULES=(!module_name) to blacklist modules from being loaded with udev works again in latest udev in testing.

Loading...