nintendoeats
New Member
Hello. I have a question which may require deep knowledge of the ways of the ancients.
I have virtualized a very old linux-bearing device, which was really just an x86 machine. It mostly just has busybox, the custom software to do its job, and kernel 2.6.34.1.
Everything is working, except that every now and again (think around 10 minutes) I get these in the logs, and then the system restarts. It's not a huge deal, but I'd like to fix it.
From some poking around, I think this may be due to a bug in the e1000e driver in this ancient kernel (or in the e1000e emulator). Rather than trying to update the kernel, I'm hoping I can fix it by just disabling UDP Fragmentation Offload. Unfortunately, all of the information I can find about how to do this involves either ethtool or /etc/networking/interfaces. I...don't have those things...
Can anybody provide any advice? Thank you.
I have virtualized a very old linux-bearing device, which was really just an x86 machine. It mostly just has busybox, the custom software to do its job, and kernel 2.6.34.1.
Everything is working, except that every now and again (think around 10 minutes) I get these in the logs, and then the system restarts. It's not a huge deal, but I'd like to fix it.
Code:
err kernel: udp0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
err kernel: udp0: Dropping NETIF_F_UFO since no NETIF_F_SG feature.
From some poking around, I think this may be due to a bug in the e1000e driver in this ancient kernel (or in the e1000e emulator). Rather than trying to update the kernel, I'm hoping I can fix it by just disabling UDP Fragmentation Offload. Unfortunately, all of the information I can find about how to do this involves either ethtool or /etc/networking/interfaces. I...don't have those things...
Can anybody provide any advice? Thank you.

