Too Many Frags

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
sewi
New to forums
New to forums
Posts: 6
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Jun 08, 2013 4:50 am

Too Many Frags

Post by sewi »

If you ran, like I, into the "too many frags" error introduced into the xen netback a while ago (http://www.nfoservers.com/forums/viewto ... =47&t=8980), here's a heads up - the patch that fixes it has been pulled into the mainstream kernels:

https://git.kernel.org/cgit/linux/kerne ... 4f66a212fe
https://git.kernel.org/cgit/linux/kerne ... 8b6cbdc07f

Which means your distributions will have these soon too. In Ubuntu at least, you can check the changelog of whichever new kernel they're giving to you by doing

Code: Select all

apt-get changelog 3.2.0-xx-generic | grep -i -C 2 netback
("uname -r" to see what kernel you're on, and replace xx with whatever the most recent kernel version is - listed on http://www.ubuntuupdates.org/package/co ... ux-generic for Ubuntu)

Once you are on the new kernel, you can likely enable checksum offloading once again.
User avatar
Edge100x
Founder
Founder
Posts: 12958
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Too Many Frags

Post by Edge100x »

Since it's a change to netback and not netfront, it's likely that we'll need to upgrade the kernel on our end for the improvement to be felt (if it does end up helping). This means that our customers should start seeing it within the next few weeks.
sewi
New to forums
New to forums
Posts: 6
Joined: Sat Jun 08, 2013 4:50 am

Re: Too Many Frags

Post by sewi »

Yes, this needs to be done on dom0. It fixes the original bug that caused reporting "too many frags" when the situation was legitimate. On top of all, the error itself becomes non-fatal, so even if it occurred, the interface isn't shut down as it is now.

I've been waiting for this patch for - pretty much since I ran into this issue in April. Let's just hope this doesn't introduce a new bug. ;)
User avatar
TacTicToe
This is my homepage
This is my homepage
Posts: 848
Joined: Fri Feb 18, 2011 1:08 pm
Location: USA
Contact:

Re: Too Many Frags

Post by TacTicToe »

Would this be an issue with Windows as well? On my VDS, each time I reboot, I have go into the VNC console, and disable driver signing because of some issue with the xen driver. It is a real pain. You'd think disabling it once, would keep it disabled. But I have to do it every time I reboot the VDS.

If something causes the VDS to reboot when I'm not around, then it hangs there till I get home to disable the driver signing for that xen driver.
User avatar
Edge100x
Founder
Founder
Posts: 12958
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Too Many Frags

Post by Edge100x »

TacTicToe, that would be a separate problem, and one that I haven't heard of a customer having before. The latest GPLPV drivers on Windows are actually signed with a regular certificate and shouldn't need test-signing enabled.
Post Reply