I get this from dmesg running FC5 2.6.18-1.2200.fc5smp. The machine seems to be stable (was crashing very frequently before this kernel in FC). Also yes I know to boot with noapci as a kernel parameter to most likely get rid of this error. I am still curious as to what it means.
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707] ACPI: Getting cpuindex for acpiid 0x2 ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707] ACPI: Getting cpuindex for acpiid 0x3
Also hyperthreading is disabled in the bios as the machine refuses to boot if it is enabled with this kernel and all previous FC5 kernels panic on this machine. Memory is fine also no errors after ~90 hours of memtest86+. The motherboard and processors are new also.
On Tue, Oct 17, 2006 at 07:47:18PM -0500, Adam Hough wrote:
I get this from dmesg running FC5 2.6.18-1.2200.fc5smp. The machine seems to be stable (was crashing very frequently before this kernel in FC). Also yes I know to boot with noapci as a kernel parameter to most likely get rid of this error. I am still curious as to what it means.
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707] ACPI: Getting cpuindex for acpiid 0x2 ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707] ACPI: Getting cpuindex for acpiid 0x3
ACPI is complaining because your BIOS is listing processors available in its tables that it can't find.
Also hyperthreading is disabled in the bios
This is probably why. Some BIOS engineers aren't too bright.
as the machine refuses to boot if it is enabled with this kernel and all previous FC5 kernels panic on this machine.
Please file a bz on the non-booting case. It really should work. Remove the 'quiet' option from the boot command line, and if possible hook up a serial console and capture as much as you can.
Dave
On Tue, Oct 17, 2006 at 07:47:18PM -0500, Adam Hough wrote:
I get this from dmesg running FC5 2.6.18-1.2200.fc5smp. The machine seems to be stable (was crashing very frequently before this kernel in FC). Also yes I know to boot with noapci as a kernel parameter to most likely get rid of this error. I am still curious as to what it means.
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707] ACPI: Getting cpuindex for acpiid 0x2 ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707] ACPI: Getting cpuindex for acpiid 0x3
Also hyperthreading is disabled in the bios as the machine refuses to boot if it is enabled with this kernel and all previous FC5 kernels panic on this machine.
Can you capture that panic ? I wonder if the upstream acpi developers are even aware of this at all. Can you remember the last version that worked ?
Dave
Sorry Stuff came up at work and did not get around to hooking up a console cable to capture the panic. I will try to do it soon.
On Fri, 2006-10-27 at 20:38 -0400, Dave Jones wrote:
On Tue, Oct 17, 2006 at 07:47:18PM -0500, Adam Hough wrote:
I get this from dmesg running FC5 2.6.18-1.2200.fc5smp. The machine seems to be stable (was crashing very frequently before this kernel in FC). Also yes I know to boot with noapci as a kernel parameter to most likely get rid of this error. I am still curious as to what it means.
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707] ACPI: Getting cpuindex for acpiid 0x2 ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707] ACPI: Getting cpuindex for acpiid 0x3
Also hyperthreading is disabled in the bios as the machine refuses to boot if it is enabled with this kernel and all previous FC5 kernels panic on this machine.
Can you capture that panic ? I wonder if the upstream acpi developers are even aware of this at all. Can you remember the last version that worked ?
Dave
Hi Dave
You mention in this post that the OS is not finding processors in the table
"ACPI is complaining because your BIOS is listing processors available in its tables that it can't find."
So can I take from that sentence that it has found my processor and is running fine, but can't find the other processors in the list?
Thanks for any help with this Dave.