是什么导致 VirtualBox OSE 挂起我的机器?

tsh*_*ang 10 linux virtual-machine debian virtualbox

我正在使用 VirtualBox OSE,最近,当我在其上运行 Ubuntu 10.10 时,我的机器往往会挂起,迫使我对其进行硬重置(不好)。我如何开始寻找问题所在?

这是“ /var/log/syslog ”的最后一行,在重置之前:

Jan 27 12:11:22 debian kernel: [  193.400230] warning: `VirtualBox' uses 32-bit capabilities (legacy support in use)
Run Code Online (Sandbox Code Playgroud)

笔记

  • VirtualBox OSE 版本为3.2.10
  • 我在 Debian Squeeze 上使用 32 位2.6.37内核
  • 使用 Fedora 14 VM 时无法重现此问题

小智 0

这是一个黑暗中的尝试,但我们曾经在使用桥接网络和卸载时遇到过虚拟盒这些无法解释的问题。尝试

ethtool -K eth0 tx off
Run Code Online (Sandbox Code Playgroud)

据我所知,这应该在 4.x 系列中得到修复。