Re: etho keeps dropping and can't restart Reply #15 – 28 March 2025, 20:52:19 Quote from: Artist – on 20 January 2025, 09:56:56This is the 3rd report (the 1st 2 not in this forum) I noticed in the past 10 days about this issue.It might very well be related to a kernel change.This could very well be related to https://bugzilla.kernel.org/show_bug.cgi?id=118721Comments 9 and 10 show workarounds:QuoteDisabling TSO seems to have fixed the problem for me. (I needed to set it after a fresh boot, *before* the interface starts bailing out continually.)QuoteAlso hit this issue - might be helpful to others, reloading the module with the parameter Node=0 (The NUMA node my NIC is on - modprobe e1000e Node=0) appears to have worked around the issue.I suggest to try these, also to clarify if it indeed is the same problem as reported here.artistHow would I go about doing this? Quote Selected
Re: etho keeps dropping and can't restart Reply #16 – 29 March 2025, 00:21:55 https://www.fit-iot.com/forum/viewtopic.php?f=103&t=6619 Quote Selected
Re: etho keeps dropping and can't restart Reply #17 – 29 March 2025, 00:26:24 https://serverfault.com/questions/616485/e1000e-reset-adapter-unexpectedly-detected-hardware-unit-hang Quote Selected
Re: etho keeps dropping and can't restart Reply #18 – 16 April 2025, 12:05:43 any news on a real fix for this. This is an old kernel level problem Quote Selected
Re: etho keeps dropping and can't restart Reply #19 – 16 April 2025, 17:17:47 On the only system we had such a problem with we found out that the network service was started before the eth0 interface was ready, After having added a wait loop to work around this the problem did not occur again afaik.artist Quote Selected
Re: etho keeps dropping and can't restart Reply #20 – 18 April 2025, 19:40:43 Quote from: artoo – on 23 January 2025, 15:53:05Please also test linux-6.13 in gremlins.My first test with it seems to have the problem fixed. Quote from: artoo – on 23 January 2025, 15:53:05Please also test linux-6.13 in gremlins.My first test with it seems to have the problem fixed. I just ran an update on the webserver and it was very hard... the ethernet just crashed . It was so fustrating I just pulled the Damn plug on it and did a hard reboot. I then ran sudo ethtool -K eth1 gso off gro off tso offIt is up now but I don't know how stable.This update mariabd switched from mysqld to mariad - and that failed to go smoothly. It is up now.I hate ghost hardware problems. My guess is that the modules are all there because I made an custom module alteration for the ethernet card - years ago. it is looking for the source code still, even though the current module is upto date. Quote Selected