attiseve 发表于 2006-01-12 20:10

我的intel82544千兆电口网卡也有类似问题。2.6.9的内核。外接100M交换机。
eth1      Link encap:EthernetHWaddr 00:10:DC:76:78:37
          inet addr:192.168.100.1Bcast:192.168.100.255Mask:255.255.255.0
          inet6 addr: fe80::210:dcff:fe76:7837/64 Scope:Link
          UP BROADCAST RUNNING MULTICASTMTU:1500Metric:1
          RX packets:11113882 errors:911 dropped:1822 overruns:911 frame:0
          TX packets:11708850 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3561917028 (3.3 GiB)TX bytes:2825257092 (2.6 GiB)
          Base address:0xa000 Memory:e4000000-e4020000
===========================================================
dmesg:
===========================================================
NETDEV WATCHDOG: eth1: transmit timed out
e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
NETDEV WATCHDOG: eth1: transmit timed out
e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
NETDEV WATCHDOG: eth1: transmit timed out
e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
NETDEV WATCHDOG: eth1: transmit timed out
e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
NETDEV WATCHDOG: eth1: transmit timed out
e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
NETDEV WATCHDOG: eth1: transmit timed out

我的系统负载并不大。可能是千兆驱动有问题吧。
我的千兆光纤网卡就一点问题也没有。

attiseve 发表于 2006-01-12 20:11

再有,我想问问:
Base address:0xa000 Memory:e4000000-e4020000
这个东西是什么意思?只有千兆网卡的才有,百兆没有。

lushy 发表于 2006-03-07 00:04

今天我也碰到了这个问题

ycfei 发表于 2006-06-08 12:20

我也碰到了。同样的问题。

cctcc 发表于 2006-09-01 16:15

遇到同样的问题,
DELL 的 PowerEdge 1800

装的Linux AS4 2.6.9内核。
kernel: Intel(R) PRO/1000 Network Driver - version 5.3.19-k2-NAPI
kernel: e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection

网卡不定时就会DOWN,只能让机房重启服务器,没有办法!!!

cctcc 发表于 2006-09-01 16:17

Aug 25 16:01:01 localhost crond(pam_unix): session opened for user root by (uid=0)
Aug 25 16:01:01 localhost crond(pam_unix): session closed for user root
Aug 25 16:02:19 localhost kernel: e1000: eth0: e1000_watchdog: NIC Link is Down
Aug 25 16:05:01 localhost crond(pam_unix): session opened for user root by (uid=0)
Aug 25 16:05:01 localhost crond(pam_unix): session closed for user root

peixubin 发表于 2006-11-27 08:52

问题处理得怎么样了?

platinum 发表于 2006-11-27 14:16

原因是负载过大时,e1000 驱动里面的 watchdog 无法获取完整的时间片来“喂狗”,导致网卡驱动断开网络
优化服务器之后问题解决

peixubin 发表于 2006-11-27 17:25

能说一下作了哪些优化吗?

我爱钓鱼 发表于 2006-11-28 17:18

原帖由 platinum 于 2006-11-27 14:16 发表
原因是负载过大时,e1000 驱动里面的 watchdog 无法获取完整的时间片来“喂狗”,导致网卡驱动断开网络
优化服务器之后问题解决

解决了?有没有遇到Down后不能Up的现象?
页: 1 2 3 4 5 6 7 [8] 9 10
查看完整版本: 负载过大时,e1000_watchdog 反复 UP、DOWN 的问题