首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >内核: igb超过最大2秒(系统没有响应)

内核: igb超过最大2秒(系统没有响应)
EN

Unix & Linux用户
提问于 2018-09-16 23:29:15
回答 2查看 4.9K关注 0票数 4

我有一个系统,在几秒钟到几分钟的时间内都会变得没有反应。我在日志中看到的唯一消息如下:

代码语言:javascript
复制
Sep 16 18:07:33 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:07:50 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:07:58 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:08:08 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:08:17 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:08:57 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:09:04 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:09:11 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:09:25 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:09:58 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:10:05 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:10:12 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:10:24 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:10:31 server kernel: igb 0000:01:00.3: exceed max 2 second
Sep 16 18:10:38 server kernel: igb 0000:01:00.3: exceed max 2 second

我不知道从哪里开始解决这个问题。这些信息是否与系统变得没有响应有关?

EN

回答 2

Unix & Linux用户

回答已采纳

发布于 2022-03-10 00:40:55

我已经看到了这个问题(还有更多的NIC Link is DownNIC Link is Up消息),因为我在SupermicroA1SRi-2558F板上更新了从DevouanBeow尔夫(内核4.19)到Chimera (带有Kernel5.10)到00:14.0 Ethernet controller: Intel Corporation Ethernet Connection I354 (rev 03)的更新。

它主要发生在的网络接口是连接到FRITZ!Box 6660电缆路由器与FRITZ!OS: 07.29 (运行Devuan的Intel的机器充当提供商-控制器FritzBox后面的第二个路由器/防火墙)。

这个问题通常发生在有一些负载时,比如运行速度测试时,但也(不太频繁)负载较少,比如视频会议。

修复问题(“超过最大2秒”和链接下降几秒钟)的似乎是禁用NIC上的EEE (一些节能设备),通过:

ethtool --set-eee eth1 eee off

如果这个答案对于最初的海报来说太迟了,我希望它至少对那些通过搜索引擎发现这个问题的人有帮助(只是读到一条评论告诉他们谷歌这个问题。)我还没有在其他地方找到这个特定的解决方案)。

票数 2
EN

Unix & Linux用户

发布于 2022-04-20 16:23:34

在我的情况下,是网络电缆故障。您还可以检查电缆是否处于网络套接字中。更换电缆后,解决了电缆问题。

票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/469450

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档