Boris Derzhavets
2010-Apr-23 07:58 UTC
Re: [Xen-devel] Failure to load the most recent kernel 2.6.32.10 ( xen/stable) under Xen 4.0 on F12 (serial log)
root@ServerKoala:~# modprobe acpi_processor.ko FATAL: Module acpi_processor.ko not found. root@ServerKoala:~# modprobe processor.ko FATAL: Module processor.ko not found. However, root@ServerKoala:~# find /lib/modules/2.6.32.10 -name "*processor.ko" -print /lib/modules/2.6.32.10/kernel/drivers/xen/acpi_processor.ko /lib/modules/2.6.32.10/kernel/drivers/acpi/processor.ko dmesg report is attached. Boris --- On Thu, 4/22/10, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote: From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Subject: Re: [Xen-devel] Failure to load the most recent kernel 2.6.32.10 ( xen/stable) under Xen 4.0 on F12 (serial log) To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: "Jeremy Fitzhardinge" <jeremy@goop.org>, "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>, "KeYu" <ke.yu@intel.com> Date: Thursday, April 22, 2010, 5:09 PM On Thu, Apr 22, 2010 at 01:32:02PM -0700, Boris Derzhavets wrote:> Not sure which one of those :- > > LD [M] drivers/acpi/processor.ko > LD [M] drivers/xen/acpi_processor.koDo both then. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
2010-Apr-23 09:12 UTC
Re: [Xen-devel] Failure to load the most recent kernel 2.6.32.10 ( xen/stable) under Xen 4.0 on F12 (serial log)
Am Freitag, den 23.04.2010, 00:58 -0700 schrieb Boris Derzhavets:> root@ServerKoala:~# modprobe acpi_processor.ko > FATAL: Module acpi_processor.ko not found. > root@ServerKoala:~# modprobe processor.ko > FATAL: Module processor.ko not found.Please replace the _ with - and remove the .ko when you try to load modules without giving the full path to the file: modprobe acpi-processor modprobe processor Marc _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Boris Derzhavets
2010-Apr-23 10:45 UTC
Re: [Xen-devel] Failure to load the most recent kernel 2.6.32.10 ( xen/stable) under Xen 4.0 on F12 (serial log)
Mark, Thanks for instructions. root@ServerKoala:~# modprobe acpi-processor root@ServerKoala:~# modprobe processor ^C Second command hangs, first one comes back to command prompt cleanly. Boris. --- On Fri, 4/23/10, Marc - A. Dahlhaus [ Administration | Westermann GmbH ] <mad@wol.de> wrote: From: Marc - A. Dahlhaus [ Administration | Westermann GmbH ] <mad@wol.de> Subject: Re: [Xen-devel] Failure to load the most recent kernel 2.6.32.10 ( xen/stable) under Xen 4.0 on F12 (serial log) To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Friday, April 23, 2010, 5:12 AM Am Freitag, den 23.04.2010, 00:58 -0700 schrieb Boris Derzhavets:> root@ServerKoala:~# modprobe acpi_processor.ko > FATAL: Module acpi_processor.ko not found. > root@ServerKoala:~# modprobe processor.ko > FATAL: Module processor.ko not found.Please replace the _ with - and remove the .ko when you try to load modules without giving the full path to the file: modprobe acpi-processor modprobe processor Marc _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Boris Derzhavets
2010-Apr-23 10:59 UTC
Re: [Xen-devel] Failure to load the most recent kernel 2.6.32.10 ( xen/stable) under Xen 4.0 on F12 (serial log)
root@ServerKoala:~# /sbin/lsmod |grep acpi acpi_processor 5621 1 processor,[permanent] Boris. --- On Fri, 4/23/10, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-devel] Failure to load the most recent kernel 2.6.32.10 ( xen/stable) under Xen 4.0 on F12 (serial log) To: "Marc - A. Dahlhaus [ Administration | Westermann GmbH ]" <mad@wol.de> Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Friday, April 23, 2010, 6:45 AM Mark, Thanks for instructions. root@ServerKoala:~# modprobe acpi-processor root@ServerKoala:~# modprobe processor ^C Second command hangs, first one comes back to command prompt cleanly. Boris. --- On Fri, 4/23/10, Marc - A. Dahlhaus [ Administration | Westermann GmbH ] <mad@wol.de> wrote: From: Marc - A. Dahlhaus [ Administration | Westermann GmbH ] <mad@wol.de> Subject: Re: [Xen-devel] Failure to load the most recent kernel 2.6.32.10 ( xen/stable) under Xen 4.0 on F12 (serial log) To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Friday, April 23, 2010, 5:12 AM Am Freitag, den 23.04.2010, 00:58 -0700 schrieb Boris Derzhavets:> root@ServerKoala:~# modprobe acpi_processor.ko > FATAL: Module acpi_processor.ko not found. > root@ServerKoala:~# modprobe processor.ko > FATAL: Module processor.ko not found.Please replace the _ with - and remove the .ko when you try to load modules without giving the full path to the file: modprobe acpi-processor modprobe processor Marc _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel -----Inline Attachment Follows----- _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2010-Apr-23 13:32 UTC
Re: [Xen-devel] Failure to load the most recent kernel 2.6.32.10 ( xen/stable) under Xen 4.0 on F12 (serial log)
On Fri, Apr 23, 2010 at 03:45:31AM -0700, Boris Derzhavets wrote:> Mark, > Thanks for instructions. > > root@ServerKoala:~# modprobe acpi-processor > root@ServerKoala:~# modprobe processor > ^C > > Second command hangs, first one comes back to command prompt cleanly.Now send me your console output. You should have gotten a wealth of them (you did compile your kernel with the debug option I asked, right?), and also added the acpi.. debug option in the Linux kernel command line. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel