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
Can you verify that they load ok manually with modprobe after boot? Autoloading is still working fine here.
(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.
openrc-0.6.3 works fine.
(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