Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347990 - sys-apps/openrc-0.6.7: kernel module not loaded by /etc/conf.d/modules configuration
Summary: sys-apps/openrc-0.6.7: kernel module not loaded by /etc/conf.d/modules confi...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-07 01:10 UTC by fkhp
Modified: 2010-12-08 19:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fkhp 2010-12-07 01:10:37 UTC
add the following line to the configuration file
modules_2_6="cpuid acpi_cpufreq container macvlan"

but cpufreqd fails starting at boot; after login as root and run
lsmod|grep -E "cpuid|acpi_cpufreq|container|macvlan"

but any of the modules was not loaded.


Reproducible: Always
Comment 1 Ben Kohler gentoo-dev 2010-12-07 16:33:31 UTC
Can you verify that they load ok manually with modprobe after boot?  Autoloading is still working fine here.
Comment 2 fkhp 2010-12-08 01:36:54 UTC
(In reply to comment #1)
> Can you verify that they load ok manually with modprobe after boot? 
> Autoloading is still working fine here.
> 

after login as root, run modprobe will load all the modules successfully.
Comment 3 fkhp 2010-12-08 01:38:02 UTC
openrc-0.6.3 works fine. 

Comment 4 William Hubbs gentoo-dev 2010-12-08 19:59:11 UTC
(In reply to comment #3)
> openrc-0.6.3 works fine. 

I have tested with openrc-0.6.8, both with loading modules that exist and loading modules that are not on my system, to generate a failure.

Autoloading works fine with 0.6.8 for me.  Also, the code that does this has not changed between 0.6.3 and 0.6.8, so I'm lost as to why this isn't working for you.

Can you please test with 0.6.8, and if you have the issue still re-open this bug with the following information:

1) please attach your emerge --info.
2) attach a copy of /etc/conf.d/modules
3) attach a copy of the boot log (from /var/log/rc.log).

Thanks,

William