-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modules-load shows OK for failed modules? #332
Comments
It's counter intuitive to say the least, yes. This plugin was contributed by a 3rd party and I've considered on multiple occasions to at least silence the output at boot. The reason it becomes like this is that the plugin use the Personally I rely on the magic in the modprobe plugin instead, which scans |
I see, so if using modprobe how do you ensure services are only running after the module is loaded? |
Another anachronism with the modules-load plugin is that it only runs in runlevels Just pushed the changes (yesterday's and today's). |
The modprobe plugin runs in runlevel S, on With these latest changes, the modules-load plugin's tasks will now run in S as one of the first run/task/services when the Finit state machine starts up, which is right after |
I hope these changes help! |
Issue #332 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
I've seen these issues when some modules can't be loaded (the issues are expected, I was doing a test).
I've got the modprobe plugin and the modules load plugin.
When the modules fail to load, it's strange that the modules load plugin says "OK" shouldn't they say "Fail"?
The
initctl cond dump
shows correct failure status.The text was updated successfully, but these errors were encountered: