I have a lot of this errors in my Centos stock 4.3 version in an Intel
D945gnt motherboard with a Pentium D (dual core)
If I disable apic in the grub.conf (apic=off) will I get a performance
hit? Im running Asterisk on that machine.
40 is Received Illegal Vector
20 is Send Illegal Vector
60 means you're getting both errors at the same time.
Basically it means that the APIC bus messages are malformed.
The cause can be hardware or software, it's difficult to tell.
APIC error on CPU0: 60(60)
APIC error on CPU0: 60(60)
APIC error on CPU0: 60(60)
cat /proc/cpuinfo shows:
processor       : 1
vendor_id       : GenuineIntel
cpu family      : 15
model           : 4
model name      :              Intel(R) Pentium(R) D  CPU 2.66GHz
stepping        : 7
cpu MHz         : 2666.770
cache size      : 1024 KB
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
fpu             : yes
fpu_exception   : yes
cpuid level     : 5
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov                                              pat pse36
clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor
                                            ds_cpl tm2 cid cx16 xtpr
bogomips        : 5333.47
clflush size    : 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 4
model name      :              Intel(R) Pentium(R) D  CPU 2.66GHz
stepping        : 7
cpu MHz         : 2666.770
cache size      : 1024 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
fpu             : yes
fpu_exception   : yes
cpuid level     : 5
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov                                              pat pse36
clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor
                                            ds_cpl tm2 cid cx16 xtpr
bogomips        : 5338.11
clflush size    : 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:
-- 
------------------------------------------------------------
Erick Perez
Panama Sistemas
Integradores de Telefonia IP y Soluciones Para Centros de Datos
Panama, Republica de Panama
Cel Panama. +(507) 6694-4780
mailto: eaperezh at gmail.com
mailto: eperez at ptysystems.com
------------------------------------------------------------
On Fri, 2006-06-09 at 00:04 -0500, Erick Perez wrote:> I have a lot of this errors in my Centos stock 4.3 version in an Intel > D945gnt motherboard with a Pentium D (dual core) > > If I disable apic in the grub.conf (apic=off) will I get a performance > hit? Im running Asterisk on that machine. > > 40 is Received Illegal Vector > 20 is Send Illegal Vector > 60 means you're getting both errors at the same time. > > Basically it means that the APIC bus messages are malformed. > The cause can be hardware or software, it's difficult to tell. > > APIC error on CPU0: 60(60) > APIC error on CPU0: 60(60) > APIC error on CPU0: 60(60) > > cat /proc/cpuinfo shows: > processor : 1 > vendor_id : GenuineIntel > cpu family : 15 > model : 4 > model name : Intel(R) Pentium(R) D CPU 2.66GHz > stepping : 7 > cpu MHz : 2666.770 > cache size : 1024 KB > physical id : 0 > siblings : 2 > core id : 1 > cpu cores : 2 > fpu : yes > fpu_exception : yes > cpuid level : 5 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge > mca cmov pat pse36 > clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor > ds_cpl tm2 cid cx16 xtpr > bogomips : 5333.47 > clflush size : 64 > cache_alignment : 128 > address sizes : 36 bits physical, 48 bits virtual > power management: > > processor : 0 > vendor_id : GenuineIntel > cpu family : 15 > model : 4 > model name : Intel(R) Pentium(R) D CPU 2.66GHz > stepping : 7 > cpu MHz : 2666.770 > cache size : 1024 KB > physical id : 0 > siblings : 2 > core id : 0 > cpu cores : 2 > fpu : yes > fpu_exception : yes > cpuid level : 5 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge > mca cmov pat pse36 > clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor > ds_cpl tm2 cid cx16 xtpr > bogomips : 5338.11 > clflush size : 64 > cache_alignment : 128 > address sizes : 36 bits physical, 48 bits virtual > power management:Make sure you have the latest BIOS and see if the manufacturer has any linux kernel modules on their site. APIC should not affect performance, it might affect your ability to auto power off the machine. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20060609/112b3ade/attachment-0002.sig>
Erick Perez wrote:> I have a lot of this errors in my Centos stock 4.3 version in an Intel > D945gnt motherboard with a Pentium D (dual core) > > If I disable apic in the grub.conf (apic=off) will I get a performance > hit? Im running Asterisk on that machine.you turn apic off with a noapic on the kernel boot param line. and you might also want nolapic, the kernel-doc package has more info on what these are and how / when you might to use them. - KB -- Karanbir Singh : http://www.karan.org/ : 2522219 at icq
I have the following message at boot time: Local APIC disabled by BIOS -- you can enable it with "lapic" This might be involved in suspend not working, perhaps or other things. I have the 'latest' bios from HP for my system. So I found the following message, but after installing the kernel-docs, I cannot figure out which deals with APIC... Karanbir Singh wrote:> Erick Perez wrote: >> I have a lot of this errors in my Centos stock 4.3 version in an Intel >> D945gnt motherboard with a Pentium D (dual core) >> >> If I disable apic in the grub.conf (apic=off) will I get a performance >> hit? Im running Asterisk on that machine. > > you turn apic off with a noapic on the kernel boot param line. and you > might also want nolapic, the kernel-doc package has more info on what > these are and how / when you might to use them. > > - KB >