Bug 106260 - modprobe.conf.5: blacklist is missing
Summary: modprobe.conf.5: blacklist is missing
Status: VERIFIED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 2
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Christian Zoz
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-22 19:02 UTC by Christian Zoz
Modified: 2007-06-05 09:37 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
fix for the sgml bug (478 bytes, patch)
2005-08-22 19:03 UTC, Christian Zoz
Details | Diff
add the warning message for blacklist hits (451 bytes, patch)
2005-08-22 19:03 UTC, Christian Zoz
Details | Diff
For completeness the spec.diff (575 bytes, patch)
2005-08-22 19:05 UTC, Christian Zoz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Zoz 2005-08-22 19:02:01 UTC
modprobe knows the keyword 'blacklist' in modprobe.conf. But it is missing in
current manpage. The sgml files in source package are up to date, but are not
converted to manpage, due to a sgml bug. I attach a fix for that.

Further if there is a blacklist entry for a module, then modprobe reports:
   FATAL: module <modalias> not found
But that is not true. It did found the right alias line and a module, but thte
module is blacklisted. Therfore i attach another patch, that writes an additional
   WARNING: module <module> is blacklisted
whenever an blacklist entry hits.

So far the bug. Please fix that for SL 10.0, because this are non intrusive changes.

Now the enhancment:

With that changes we could get rid of /etc/hotplug/blacklist and add a
/etc/modprobe.blacklist. Or add it to modprobe.conf. Or modprobe.d/blacklist.
BTW: Our current blacklist has about 200 entries.
Comment 1 Christian Zoz 2005-08-22 19:03:07 UTC
Created attachment 47018 [details]
fix for the sgml bug
Comment 2 Christian Zoz 2005-08-22 19:03:54 UTC
Created attachment 47019 [details]
add the warning message for blacklist hits
Comment 3 Christian Zoz 2005-08-22 19:05:17 UTC
Created attachment 47020 [details]
For completeness the spec.diff
Comment 4 Christian Zoz 2005-08-26 18:22:22 UTC
Will you fix that?
Comment 5 Marian Jancar 2005-08-27 09:02:41 UTC
I can look at that next week.

In general feel free to do any reasonable changes, just drop a note if it would
be something invasive.
Comment 6 Christian Zoz 2005-08-29 07:25:30 UTC
I'll add the patches.
Comment 7 Christian Zoz 2005-08-29 07:39:34 UTC
submitted to STABLE