Ok, then this might not be the same problem. You have APIC enabled and the OS is using it. (this is a good thing) You can tell because of the high numbered IRQs (up to 279:) in the first column. Without APIC, only the standard 16 IRQs will show.
The problems I had came from the centos distros having acpi=off, and not including pci=nommconf in /isolinux/isolinux.cfg, and in the grub.conf file. This disabled APIC in the OS for me. If you google 'pci=nommconf', many of the hits will suggest modifying and re-burning the install cd (.iso) after the adding the parameter to /isolinix/isolinux.cfg, and also adding it to the grub.conf file after the OS is installed. I modify the /isolinix/isolinux.cfg file, and I replace 'acpi=off' with 'pci=nommconf'. And then burn a new install cd. Stability problems then go away. I read somewhere that having acpi=off can sometimes affect dual core systems, but you might have to experiment more than I have to know. By the way, acpi is different from APIC mentioned above. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Pye Sent: Tuesday, January 01, 2008 1:18 PM To: [email protected] Subject: Re: [Efw-user] EFW 2.2 Beta1: hwdetect script - bug (within XEN DomU)? ----- "compdoc" <[EMAIL PROTECTED]> wrote: > Guess I should have asked before, but can you show the > results of this command: > > cat /proc/interrupts Here it is: cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 1: 2693 0 248 70 Phys-irq i8042 6: 5 0 0 0 Phys-irq floppy 7: 0 0 0 0 Phys-irq parport0 8: 297 0 0 0 Phys-irq rtc 9: 0 0 0 0 Phys-irq acpi 12: 99344 17539 0 0 Phys-irq i8042 14: 41588 432 17874 163 Phys-irq ide0 15: 10720645 70057 30033 47808 Phys-irq ide1 16: 19378569 613527 1008733 63392 Phys-irq ioc0 17: 182583669 0 0 131646 Phys-irq peth0 18: 144334684 877411 69 640374 Phys-irq eth1 256: 72509354 0 0 0 Dynamic-irq timer0 257: 8795881 0 0 0 Dynamic-irq resched0 258: 50 0 0 0 Dynamic-irq callfunc0 259: 0 6593382 0 0 Dynamic-irq resched1 260: 0 244 0 0 Dynamic-irq callfunc1 261: 0 5548901 0 0 Dynamic-irq timer1 262: 0 0 7063265 0 Dynamic-irq resched2 263: 0 0 255 0 Dynamic-irq callfunc2 264: 0 0 20713902 0 Dynamic-irq timer2 265: 0 0 0 7210660 Dynamic-irq resched3 266: 0 0 0 264 Dynamic-irq callfunc3 267: 0 0 0 23294114 Dynamic-irq timer3 268: 25590 10507 581 0 Dynamic-irq xenbus 269: 0 0 0 0 Dynamic-irq console 270: 968209 430755 128460 187635 Dynamic-irq blkif-backend 271: 671303 187076 196843 221239 Dynamic-irq blkif-backend 272: 4517447 17381138 8071456 706183 Dynamic-irq vif4.0 273: 48250 3600 63 1006 Dynamic-irq blkif-backend 274: 9975 60 0 190 Dynamic-irq blkif-backend 275: 176149 5480 1154 1006 Dynamic-irq blkif-backend 276: 63682696 662240 195094 298723 Dynamic-irq vif28.0 277: 71214970 1529606 206679 334146 Dynamic-irq vif28.1 278: 1025779 40655 30135 25738 Dynamic-irq blkif-backend 279: 3231316 33270 36125 2135 Dynamic-irq vif9.0 NMI: 0 0 0 0 LOC: 0 0 0 0 ERR: 0 MIS: 0 ------------------------------------------------------------ ------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
