|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Error inserting fan, Error inserting thermal
>> Frank wrote:
>>> How can I get rid off this messages during a domU boot?
>>>
>>> FATAL: Error inserting fan
>>> (/lib/modules/2.6.18-5-xen-686/kernel/drivers/acpi/fan.ko): No such
>>> device
>>> FATAL: Error inserting thermal
>>> (/lib/modules/2.6.18-5-xen-686/kernel/drivers/acpi/thermal.ko): No
>>> such device %
>> Not sure: remove lm_sensors from DomU, since it's pointless there
>> anyway?
> Yes, but how to remove?
Definitively not a Xen-related question.
For debian and many distribution, you can prevent a module to be loaded by
adding it to /etc/modprobe.d/blacklist in the DomU.
echo "fan" >> /etc/modprobe.d/blacklist
echo "thermal" >> /etc/modprobe.d/blacklist
Mehdi
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|