All, I'm starting this thread because of the bug I'm citing below [1]. The issue is that some systems do not use kernel modules, and do not have kmod installed at all. Since we run modprobe unconditionally in a few places in OpenRC, we always generate "modprobe: command not found" errors on systems which are set up like this. If you read the bug, the proposed fixes have been a bit controversial in the past. Since we have the "want" dependency now, I would like to propose a different fix. 1. all of the current openrc services that use modprobe should have "want modules" in their dependencies. 2. After this is done, these services should still attempt to load the modules if necessary, but they should complain to the user about it and recommend either building these modules in or using /etc/conf.d/modules to configure them so they are loaded by the modules service. 3. Then, at some point in the future, OpenRC could remove the modprobe commands. Thoughts? William [1] https://bugs.gentoo.org/show_bug.cgi?id=342313