I had the same problem on one host yesterday.
Thought this was solved over a year ago.
modify /etc/network/interfaces with a post-up command helped.
Code:
iface eno1 inet manual
post-up ethtool -K eno1 tso off gso off























I had the same problem on one host yesterday.
Thought this was solved over a year ago.
modify /etc/network/interfaces with a post-up command helped.
Code:
iface eno1 inet manual
post-up ethtool -K eno1 tso off gso off
...
still getting (at restart) "Preparing to enter sleep state S5" and dump trace after a timeout of 120 seconds, repeated.
...
If you can tell us what connection the e1000e Ethernet driver should have to the Kernels ACPI subsystem and the handling of power states...
That message usually indicates, that the system registered an ACPI-interrupt from the power-button, that has the goal of shutting the system down (i.e "S5").
If you get that repeatidly, without anyone willfully triggereing the power-button, then you might have an interrupt issue. However, VERY likely a completely unrelated issue.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。