Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
vps:modprobe-fatal-count-not-load [2011-08-10 20:51:57]
garrett.plasky Approved
vps:modprobe-fatal-count-not-load [2011-08-10 20:52:07]
garrett.plasky Approved
Line 6: Line 6:
  
 <sxh shell>sysctl -w kernel.modprobe="/bin/true" <sxh shell>sysctl -w kernel.modprobe="/bin/true"
-sysctl -w kernel.hotplug="/bin/true"</sxh>+sysctl -w kernel.hotplug="/bin/true"</sxh>
  
 Once you reboot the messages will come back, if you want this workaround to always be in place you should add those lines to /etc/rc.local so they are run at boot time.  Once you reboot the messages will come back, if you want this workaround to always be in place you should add those lines to /etc/rc.local so they are run at boot time. 
Line 18: Line 18:
  
 <sxh shell>mkdir /lib/modules/`uname -r` <sxh shell>mkdir /lib/modules/`uname -r`
-depmod -a</sxh>+depmod -a</sxh>
  
 {{tag>vps kernel}} {{tag>vps kernel}}