Ho un server Dell 1U con CPU Intel (R) Xeon (R) L5420 a 2,50 GHz, 8 core con Ubuntu Server Kernel versione 3.13.0-32-generico su x86_64. Ha due schede di rete 1000baseT. L'ho impostato per inoltrare i pacchetti da eth0 a eth1.
Ho notato che nel mio file kern.log continua a rimanere sospeso e poi a riposare. Questo succede spesso. Questo succede ogni pochi secondi, quindi forse andrà bene per alcuni minuti e poi di nuovo ogni pochi secondi.
Ecco il dump del file di registro:
[118943.768245] e1000e 0000:00:19.0 eth0: Detected Hardware Unit Hang:
[118943.768245] TDH <45>
[118943.768245] TDT <50>
[118943.768245] next_to_use <50>
[118943.768245] next_to_clean <43>
[118943.768245] buffer_info[next_to_clean]:
[118943.768245] time_stamp <101c48d04>
[118943.768245] next_to_watch <45>
[118943.768245] jiffies <101c4970f>
[118943.768245] next_to_watch.status <0>
[118943.768245] MAC Status <80283>
[118943.768245] PHY Status <792d>
[118943.768245] PHY 1000BASE-T Status <7800>
[118943.768245] PHY Extended Status <3000>
[118943.768245] PCI Status <10>
[118944.780015] e1000e 0000:00:19.0 eth0: Reset adapter unexpectedly
Ecco le informazioni da ethtool:
Impostazioni:
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: off (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
Informazioni sul driver:
ethtool -i eth0
driver: e1000e
version: 2.3.2-k
firmware-version: 1.4-0
bus-info: 0000:00:19.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no
Che cosa potrebbe causare questo? È solo un bug nel software o un vero problema hardware? Ho visto molti altri problemi simili ma nessuna soluzione reale e questo mi porta anche a credere che sia un problema di software?
Forse qualcuno può far luce su questo per me?