Linux系统登陆界面出现xen_netfront: xennet: skb rides the rocket: 19 slots的解决方法
时间:2016-01-02 18:23 来源:www.it.net.cn 作者:IT
linux系统在登陆界面出现了很多行xen_netfront: xennet: skb rides the rocket: 19 slots错误信息。此问题会导致TCP连接失败或超时。
解决方法:
使用root用户执行如下命令:
#ethtool -K eth0 sg off
#ethtool -K eth1 sg off (责任编辑:IT)
linux系统在登陆界面出现了很多行xen_netfront: xennet: skb rides the rocket: 19 slots错误信息。此问题会导致TCP连接失败或超时。 解决方法: 使用root用户执行如下命令: #ethtool -K eth0 sg off #ethtool -K eth1 sg off (责任编辑:IT) |