Forwarded from bupt.moe
#linux #vbox #qemu
我今天真的是大开眼界, vbox(以及它的竞争者 VMware )会默认忽略硬盘 IO 的 flush 指令,导致各类依赖此行为的文件系统出错。
qemu 没有这个问题。
如果有需要,可以自行打开 https://www.virtualbox.org/manual/UserManual.html#ts_ide-sata-flush
https://www.virtualbox.org/ticket/4649
edit 1:
苹果也有这个问题 https://news.ycombinator.com/item?id=30370551
我今天真的是大开眼界, vbox(以及它的竞争者 VMware )会默认忽略硬盘 IO 的 flush 指令,导致各类依赖此行为的文件系统出错。
qemu 没有这个问题。
如果有需要,可以自行打开 https://www.virtualbox.org/manual/UserManual.html#ts_ide-sata-flush
https://www.virtualbox.org/ticket/4649
edit 1:
苹果也有这个问题 https://news.ycombinator.com/item?id=30370551
Forwarded from 莯凛
今日感受到了来自王八盒子的温暖:
Windows 下通过 VBoxManage 第一次启动一个通过命令创建的 VM 就会报:
以上的 COM 相关报错;第二次以后则正常运行
Windows 下通过 VBoxManage 第一次启动一个通过命令创建的 VM 就会报:
VBoxManage.exe: error: The configuration constructor in main failed due to a COM error. Check the release log of the VM for further details. (VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
以上的 COM 相关报错;第二次以后则正常运行
Forwarded from Ĉerizo
今天突然想知道 rdp 重连导致缩放进而导致对调整缩放支持不佳的王八盒子机器死亡的日志感兴趣,发现在死亡通知有数条:
这对应了应用程序异常的部分指针
在死亡通知前最近的日志是:
更有趣的是,经检查之前也是记录因为 rdp 重连(五次重试过程中)导致死亡的日志发现,关闭自动调整客机窗口的机器死亡之前都会收到
15:14:37.585073 !!! rtR3WinUnhandledXcptFilter caught an exception on thread 0000000000000a38 in 10716 !!!
15:14:37.585092
15:14:37.585093 ExceptionCode=0xc0000005 ExceptionFlags=0x00000000 ExceptionAddress=00007fff6d7af450
15:14:37.585104 ExceptionInformation[0]=0000000000000000
15:14:37.585115 ExceptionInformation[1]=0000000000000008
这对应了应用程序异常的部分指针
在死亡通知前最近的日志是:
15:14:37.402585 GUI: UIMachineLogic: Host-screen count changed
15:14:37.404263 GUI: UIMachineLogic: Host-screen count changed
15:14:37.532550 GUI: UIMachineLogic: Host-screen count changed
15:14:37.535296 GUI: UIMachineLogic: Host-screen count changed
15:14:37.585072
15:14:37.585073 !!! ...
更有趣的是,经检查之前也是记录因为 rdp 重连(五次重试过程中)导致死亡的日志发现,关闭自动调整客机窗口的机器死亡之前都会收到
Host-screen count changed
事件四次,而且时间间隔也是高度相似,那么哪位知道 rdp 与这件事的关联呢?Forwarded from Ĉerizo
你王八盒子也太逗了,刚安装不重启尝试启动虚拟机前竟然不检查内核模块状态。点了确定再点启动 vm 卡在 0% 的 x 竟然会造成 vbox manager 崩溃
Forwarded from 🐱 Ch. | 418 I'm a panda bear (webRTCCat | Present Day, Present Time)
GitHub
Oracle VM VirtualBox - VM escape via VGA device
### Summary
An integer overflow vulnerability exists within the VirtualBox vmsvga3dSurfaceMipBufferSize [[source](https://github.com/mirror/vbox/blob/74117a1cb257c00e2a92cf522e8e930bd1c4d64b/src/V...
An integer overflow vulnerability exists within the VirtualBox vmsvga3dSurfaceMipBufferSize [[source](https://github.com/mirror/vbox/blob/74117a1cb257c00e2a92cf522e8e930bd1c4d64b/src/V...
Forwarded from Yummy 😋
甲骨文通过 GitHub 上发布 VirtualBox 源代码
甲骨文工程师发布了 VirtualBox 7.2 首个 Beta 版本,支持 Windows、Linux、macOS 和 Solaris 操作系统,其中包括 Arm 架构的 Windows 11 on Arm。甲骨文同时宣布 VirtualBox 源代码托管在 GitHub 上,用户将能通过 GitHub 获取所有 VirtualBox 项目的开源代码。
www.phoronix.com/news/Oracle-VirtualBox-7.2-Beta
github.com/VirtualBox/virtualbox
from Solidot
🗒 标签: #甲骨文 #VirtualBox
📢 频道: @GodlyNews1
🤖 投稿: @GodlyNewsBot
甲骨文工程师发布了 VirtualBox 7.2 首个 Beta 版本,支持 Windows、Linux、macOS 和 Solaris 操作系统,其中包括 Arm 架构的 Windows 11 on Arm。甲骨文同时宣布 VirtualBox 源代码托管在 GitHub 上,用户将能通过 GitHub 获取所有 VirtualBox 项目的开源代码。
www.phoronix.com/news/Oracle-VirtualBox-7.2-Beta
github.com/VirtualBox/virtualbox
from Solidot
Please open Telegram to view this post
VIEW IN TELEGRAM
🤔1
Forwarded from Ĉerizo
以为 vbox 7.1.10 修复了什么问题,结果带来了新问题:分离或无标题启动后的 vm 如果尝试查看就会闪烁甚至无响应,不知道是设置里面的 ram 调整为 256m 导致的还是别的原因,而且其中一个已知条件是比较复杂的绘制场景