版本 1 和 待辦事項 #22185 的 版本 2 之間的變動
- 時間撮記:
- 2024-9-25 下午12:44:24 (6 月 前)
圖例:
- 未更動
- 新增
- 刪除
- 修改
-
待辦事項 #22185 – 描述
v1 v2 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 … … 61 61 [ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 00007f3b60000e58 62 62 [ +0.000005] </TASK> 63 64 ` 63 }}} 65 64 66 65 I can `rmmod` the modules (vboxnetadp vboxnetflt vboxdrv) and modprobe them to reload them again, which results in the following errors: 67 66 68 ` 67 {{{ 69 68 # modprobe vboxdrv vboxnetadp vboxnetflt 70 69 modprobe: ERROR: could not insert 'vboxdrv': Invalid argument 71 ` 70 }}} 72 71 73 72 dmesg output: 74 73 75 ` 74 {{{ 76 75 [Sep25 15:27] vboxdrv: unknown parameter 'vboxnetadp' ignored 77 76 [ +0.000005] vboxdrv: unknown parameter 'vboxnetflt' ignored 78 77 [ +0.000075] vboxdrv: Found 12 processor cores/threads 79 78 [ +0.000325] supdrvGipCreate: failed to allocate the GIP page. rc=-26 80 ` 79 }}} 81 80 82 81