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 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nico Kadel-Garcia
2007-Sep-01 15:25 UTC
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? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nico Kadel-Garcia schrieb:> 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? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nico Kadel-Garcia
2007-Sep-01 15:57 UTC
Re: [Xen-users] Error inserting fan, Error inserting thermal
Frank wrote:> > > Nico Kadel-Garcia schrieb: >> 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?That really, really depends on your distribution, which you haven''t told us. For RedHat based systems, it''s something like "rpm -e lm_sensors". _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nico Kadel-Garcia schrieb:> Frank wrote: >> >> >> Nico Kadel-Garcia schrieb: >>> 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? > That really, really depends on your distribution, which you haven''t told > us. For RedHat based systems, it''s something like "rpm -e lm_sensors". >sorry, it''s etch :-) I''ve search for lm_sensors but I can''t find an similar package. server:/etc/xen# apt-cache search lm_sensors collectd-sensors - statistics collection daemon (sensors plugin) wmgtemp - Temperature sensor dockapp for Window Maker wmtemp - WM dock applet displaying lm_sensors temperature values _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Tony Hoyle
2007-Sep-01 16:55 UTC
Re: [Xen-users] Error inserting fan, Error inserting thermal
Frank wrote:> sorry, it''s etch :-) > > I''ve search for lm_sensors but I can''t find an similar package. > >tmh@obrien:~$ apt-cache show lm-sensors Package: lm-sensors Priority: extra Section: utils Installed-Size: 1528 Maintainer: Aurelien Jarno <aurel32@debian.org> Architecture: amd64 ... It''s not installed by default though and is unrelated to the error you''re seeing - that''s part of the ACPI initialisation. I''ve never tracked down what caused it (seems to be part of the kernel package), but it''s harmless enough. Tony _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mehdi AMINI
2007-Sep-01 18:21 UTC
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@lists.xensource.com http://lists.xensource.com/xen-users