SOLVED interrupt storm detected on irq 19

Status
Not open for further replies.

DMooring

Dabbler
Joined
Sep 1, 2011
Messages
20
First I use FreeNas but am not real familiar with FreeBSD or Linux.
I am getting interrupt storm detected on irq 19 scrolling across the console.
FreeNas 9.3.1
MB is SuperMicro X8DTN+
Dual Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
Ram 98G
IBM M1015 controller
8 6ooGig SAS Drives

I have disabled in bios serial ports, floppy controller
I did not disable the usb because I am using usb keyboard.

I have 2 other servers with same MB, controller and Ram only with SATA drives
running FreeNas with no issues.

Code:
[root@FN03] ~# vmstat -i
interrupt  total  rate
irq19: uhci2 uhci4  410987012  208941
irq23: uhci3 ehci1  33  0
cpu0:timer  140199  71
irq256: igb0:que 0  1898  0
irq257: igb0:que 1  1898  0
irq258: igb0:que 2  1898  0
irq259: igb0:que 3  1898  0
irq260: igb0:que 4  1898  0
irq261: igb0:que 5  1898  0
irq262: igb0:que 6  1898  0
irq263: igb0:que 7  1898  0
irq264: igb0:link  1  0
irq265: igb1:que 0  1898  0
irq266: igb1:que 1  1898  0
irq267: igb1:que 2  1898  0
irq268: igb1:que 3  1898  0
irq269: igb1:que 4  1898  0
irq270: igb1:que 5  1898  0
irq271: igb1:que 6  1898  0
irq272: igb1:que 7  1898  0
irq273: igb1:link  1  0
irq274: mps0  17329  8
irq275: re0  20220  10
irq276: ahci0  8431  4
cpu1:timer  25134  12
cpu12:timer  12585  6
cpu6:timer  46526  23
cpu9:timer  15861  8
cpu5:timer  2180020  1108
cpu14:timer  12686  6
cpu4:timer  9570  4
cpu15:timer  16515  8
cpu2:timer  29908  15
cpu10:timer  18724  9
cpu7:timer  26673  13
cpu11:timer  10143  5
cpu3:timer  32081  16
cpu13:timer  14795  7
cpu8:timer  16350  8
Total  413671165  210305


Code:
[root@FN03] ~# dmesg | grep uhci2
uhci2: <Intel 82801JI (ICH10) USB controller USB-F> port 0x8800-0x881f irq 19 at device 26.2 on pci0
uhci2: LegSup = 0x2f00
usbus2 on uhci2
[root@FN03] ~# dmesg | grep uhci4
uhci4: <Intel 82801JI (ICH10) USB controller USB-B> port 0x8c00-0x8c1f irq 19 at device 29.1 on pci0
uhci4: LegSup = 0x2f00
usbus5 on uhci4
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
I have no clue what you are taking about. Can you provide your freenas version and what is not working correctly.
 

DMooring

Dabbler
Joined
Sep 1, 2011
Messages
20
Fixed,
I disabled the onboard USB ports and installed an USB card.
No more "interrupt storm detected on irq 19 throttling interrupt" messages.
 

solarisguy

Guru
Joined
Apr 4, 2014
Messages
1,125
If that is possible on your motherboard, using your ports as USB 2.0 only, and not as USB 3.0 would have likely worked too.

You may want to test that.
 
Status
Not open for further replies.
Top