I had similar error on one of our nodes. My was a bug on the motherboard. The work around for me was to add a kernel-boot option to the grub-loader like so:
1. vim /etc/grub.conf 2. kernel .....quiet *pci=nomsi,noaer* On Sat, Jun 7, 2014 at 11:47 PM, ToddAndMargo <[email protected]> wrote: > Hi All, > > SL 6.5, 64 bit > > About once every four hours or so, this pops up in > my xterms: > > kernel:do_IRQ: 1.165 No irq handler for vector (irq -1) > > Doesn't seems to hurt anything. Any idea what it > means? > > Many thanks, > -T >
