Bug 150542

Summary: rc.sysinit runs kmodule before mounting /usr
Product: [Fedora] Fedora Reporter: Lev Iserovich <conway>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-08 05:29:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lev Iserovich 2005-03-08 04:17:30 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.3; Linux) (KHTML, like Gecko)

Description of problem:
rc.sysinit runs kmodule and and attempts to load modules for all hardware in the system.
The problem is that at that point, no filesystems from /etc/fstab are mounted, specifically /usr.
kmodule needs files in /usr/share/hwdata, which are not visible yet.
So kmodule does not detect almost any devices (since it can't read any hardware data descriptions).
module insertion should either be moved after /usr is mounted, or devices should be re-scanned after mounting /usr or something to this effect.

Version-Release number of selected component (if applicable):
initscripts-7.93.5-1

How reproducible:
Always

Steps to Reproduce:
1. Create a system where /usr is on a separate partition or drive
2. Have some hardware that kmodule needs definitions for - usually PCI cards - a SoundBlaster Live! in my case.
    

Actual Results:  The module for the PCI device in question (SBLive in my case - snd-emu10k1) is not loaded until I load it manually.

Expected Results:  Module should be loaded automatically.

Additional info:

Comment 1 Bill Nottingham 2005-03-08 05:29:58 UTC
See bug 150123. It's fixed in 1.1.110-1.