初始版本 和 待辦事項 #22185 的 版本 1 之間的變動
- 時間撮記:
- 2024-9-25 下午12:31:36 (6 月 前)
圖例:
- 未更動
- 新增
- 刪除
- 修改
-
待辦事項 #22185 – 描述
初始 v1 7 7 The VMs report the following error: 8 8 9 ` ``9 ` 10 10 VBoxManage: error: Out of memory condition when allocating memory with low physical backing. (VERR_NO_LOW_MEMORY) 11 11 VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole 12 ` ``12 ` 13 13 14 14 dmesg reports the following: 15 15 16 ` ``16 ` 17 17 [Sep25 15:18] vboxdrv: 0000000000000000 VMMR0.r0 18 18 [ +0.155956] BUG: scheduling while atomic: VMPwrUp/153655/0x00000000 … … 62 62 [ +0.000005] </TASK> 63 63 64 ` ``64 ` 65 65 66 66 I can `rmmod` the modules (vboxnetadp vboxnetflt vboxdrv) and modprobe them to reload them again, which results in the following errors: 67 67 68 ` ``68 ` 69 69 # modprobe vboxdrv vboxnetadp vboxnetflt 70 70 modprobe: ERROR: could not insert 'vboxdrv': Invalid argument 71 ` ``71 ` 72 72 73 73 dmesg output: 74 74 75 ` ``75 ` 76 76 [Sep25 15:27] vboxdrv: unknown parameter 'vboxnetadp' ignored 77 77 [ +0.000005] vboxdrv: unknown parameter 'vboxnetflt' ignored 78 78 [ +0.000075] vboxdrv: Found 12 processor cores/threads 79 79 [ +0.000325] supdrvGipCreate: failed to allocate the GIP page. rc=-26 80 ` ``80 ` 81 81 82 82