#10936 closed defect (fixed)
Guru Meditation VERR_NET_IO_ERROR: Windows 2008 R2 during update request to WSUS => Fixed in SVN
回報者: | yesoos | 負責人: | |
---|---|---|---|
元件: | other | 版本: | VirtualBox 4.2.0 |
關鍵字: | 副本: | ||
Guest type: | Windows | Host type: | Windows |
描述
With latest virtualbox 4.2.0, my virtual Windows 2008 R2 machine hosting WSUS for other machines crashes when requested updates. This happens everytime. All machines use bridged networking, guest additions are at latest version.
附加檔案 (2)
更動歷史 (10)
comment:1 12 年 前 由 編輯
摘要: | Windows 2008 R2 machine crash during update request to WSUS. → Guru Meditation VERR_NET_IO_ERROR: Windows 2008 R2 during update request to WSUS |
---|
comment:2 12 年 前 由 編輯
Can you try to disable R0/GC for e1000 and reproduce the problem? To disable R0/GC use the following command lines:
VBoxManage setextradata <vm_name> VBoxInternal/Devices/e1000/<adapter_number_starting_with_0>/Config/GCEnabled 0 VBoxManage setextradata <vm_name> VBoxInternal/Devices/e1000/<adapter_number_starting_with_0>/Config/R0Enabled 0
Note that you will need to do it for each adapter used in VM. If later on you change the type of any adapter (to pcnet or virtio) you will get an error while starting VM. To get rid of it use the same commands as above but without '0' at the end of the line. After you disable RO/GC you may get a different error (not Guru Meditation). Please attach the resulting log file as well.
comment:3 12 年 前 由 編輯
This is a confirmed 4.2 regression. The fix will be included into the next maintenance release. You can temporarily disable 'Large Send Offload' property in 'Advanced' tab of adapter properties in the guest to work around the problem.
comment:4 12 年 前 由 編輯
摘要: | Guru Meditation VERR_NET_IO_ERROR: Windows 2008 R2 during update request to WSUS → Guru Meditation VERR_NET_IO_ERROR: Windows 2008 R2 during update request to WSUS => Fixed in SVN |
---|
comment:6 12 年 前 由 編輯
FYI, even with the stated workaround, Windows 2008 R2 guests still eventually crash with "Guru Meditation -400 (VERR_NET_IO_ERROR)" -- after moving ~55GB of data, in my case, and the server was running Exchange, not WSUS (although I first came across the issue on a WSUS guest). I mention this just in case the issue is bigger than it seems so far. Happy to provide further log files if needed.
EDIT: Host is Linux (Debian) running 4.2.0 (no hotfix available yet?)
Log file from crashing machine