kernel error:too many iterations (6) in nv_nic_irq

Discussion in 'General' started by voltron81, Jul 30, 2010.

  1. voltron81

    voltron81 New Member

    Hi to everybody.
    I've a mailserver based on ISPConfig 3.0.1.6 (perfect debian server)
    Monitoring the logs, I've seen this error in kern.log:
    Code:
    Jul 25 09:01:45 srv3 kernel: eth0: too many iterations (6) in nv_nic_irq.
    Jul 25 15:23:44 srv3 kernel: eth0: too many iterations (6) in nv_nic_irq.
    Jul 27 01:22:51 srv3 kernel: eth0: too many iterations (6) in nv_nic_irq.
    Jul 27 13:15:55 srv3 kernel: eth0: too many iterations (6) in nv_nic_irq.
    Jul 27 22:19:56 srv3 kernel: eth0: too many iterations (6) in nv_nic_irq.
    Jul 28 17:04:18 srv3 kernel: eth0: too many iterations (6) in nv_nic_irq.
    Jul 29 00:10:15 srv3 kernel: eth0: too many iterations (6) in nv_nic_irq.
    Jul 29 02:15:03 srv3 kernel: eth0: too many iterations (6) in nv_nic_irq.
    Jul 29 13:22:59 srv3 kernel: eth0: too many iterations (6) in nv_nic_irq.
    Jul 30 07:13:29 srv3 kernel: eth0: too many iterations (6) in nv_nic_irq.
    Jul 30 08:09:13 srv3 kernel: eth0: too many iterations (6) in nv_nic_irq.
    Jul 30 12:12:35 srv3 kernel: eth0: too many iterations (6) in nv_nic_irq.
    
    Somebody have an idea of this error?
    Is that something seriuos?
    Thanks
    Michele
     
  2. Shashikant

    Shashikant New Member

    Hi,

    This error mostly shows up in dmesg when the system is running on gigabit port.
    So lot of times the bandwidth is not utilized properly.
    The "to many iterations" part is harmless and can be ignored.

    You can try out 2 solutions :

    1) options forcedeth max_interrupt_work=200;
    2) ro quiet splash noapic apic=off in grub's menu.lst.

    :)
     

Share This Page