Mageia Bugzilla – Attachment 1195 Details for
Bug 3658
2_a1: Load fedora-loadmodules.service failure runlevel 3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Exit with zero even if modprobe fails to load allready loaded module
rc.modules.patch (text/plain), 294 bytes, created by
Dave Hodgins
on 2011-12-07 22:34:38 CET
(
hide
)
Description:
Exit with zero even if modprobe fails to load allready loaded module
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2011-12-07 22:34:38 CET
Size:
294 bytes
patch
obsolete
>--- /etc/rc.modules.original 2011-11-04 13:12:29.000000000 -0400 >+++ /etc/rc.modules 2011-12-07 16:24:31.515094588 -0500 >@@ -42,3 +42,4 @@ > logger -t $0 "Loading modules:"$TOLOAD > /sbin/modprobe -a $TOLOAD 2>/dev/null > fi >+exit 0 # ignore errors from trying to load allready loaded modules
--- /etc/rc.modules.original 2011-11-04 13:12:29.000000000 -0400 +++ /etc/rc.modules 2011-12-07 16:24:31.515094588 -0500 @@ -42,3 +42,4 @@ logger -t $0 "Loading modules:"$TOLOAD /sbin/modprobe -a $TOLOAD 2>/dev/null fi +exit 0 # ignore errors from trying to load allready loaded modules
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3658
: 1195