【发布时间】:2019-12-12 02:33:58
【问题描述】:
当我运行 minikube start 命令时,我的 Oracle 虚拟机 (6.0.10) 正在退出。下面是 VBoxHardening.log 到文件内容的结尾,显示了一些问题。请提供一些线索来解决这个问题。
39f8.5258: \SystemRoot\System32\privman64.dll:
39f8.5258: CreationTime: 2017-06-22T16:52:44.000000000Z
39f8.5258: LastWriteTime: 2017-06-22T16:52:44.000000000Z
39f8.5258: ChangeTime: 2019-08-04T03:13:22.783874200Z
39f8.5258: FileAttributes: 0x20
39f8.5258: Size: 0x39100
39f8.5258: NT Headers: 0xf8
39f8.5258: Timestamp: 0x594be02a
39f8.5258: Machine: 0x8664 - amd64
39f8.5258: Timestamp: 0x594be02a
39f8.5258: Image Version: 0.0
39f8.5258: SizeOfImage: 0x3a000 (237568)
39f8.5258: Resource Dir: 0x38000 LB 0x578
39f8.5258: [Version info resource found at 0x80! (ID/Name: 0x1; SubID/SubName: 0x0)]
39f8.5258: [Raw version resource data: 0x380a0 LB 0x37c, codepage 0x4e4 (reserved 0x0)]
39f8.5258: ProductName: PowerBroker for Windows
39f8.5258: ProductVersion: 7.3.0.0
39f8.5258: FileVersion: 7.3.0.0
39f8.5258: FileDescription: BeyondTrust PowerBroker for Windows DLL
39f8.5258: supR3HardenedWinInitAppBin(0x0): '\Device\HarddiskVolume2\Program Files\Oracle\VirtualBox'
39f8.5258: Calling main()
39f8.5258: SUPR3HardenedMain: pszProgName=VBoxHeadless fFlags=0x0
39f8.5258: supR3HardenedWinInitAppBin(0x0): '\Device\HarddiskVolume2\Program Files\Oracle\VirtualBox'
39f8.5258: '\Device\HarddiskVolume2\Program Files\Oracle\VirtualBox\VBoxHeadless.exe' has no imports
39f8.5258: supHardenedWinVerifyImageByHandle: -> 24202 (\Device\HarddiskVolume2\Program Files\Oracle\VirtualBox\VBoxHeadless.exe)
39f8.5258: SUPR3HardenedMain: Respawn #2
39f8.5258: Error (rc=-5640):
39f8.5258: More than one thread in process
39f8.5258: Error -5640 in supR3HardenedWinReSpawn! (enmWhat=1)
39f8.5258: More than one thread in process
39f8.5258: '\Device\HarddiskVolume2\Windows\System32\ntdll.dll' has no imports
39f8.5258: supHardenedWinVerifyImageByHandle: -> 0 (\Device\HarddiskVolume2\Windows\System32\ntdll.dll)
39f8.5258: supR3HardenedWinVerifyCacheInsert: \Device\HarddiskVolume2\Windows\System32\ntdll.dll
39f8.5258: supR3HardenedMonitor_LdrLoadDll: pName=C:\windows\System32\ntdll.dll (Input=ntdll.dll, rcNtResolve=0xc0150008) *pfFlags=0x0 pwszSearchPath=0000000000000801:<flags> [calling]
39f8.5258: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ffbc3730000 'C:\windows\System32\ntdll.dll'
3078.6bc: supR3HardNtChildWaitFor[1]: Quitting: ExitCode=0x1 (rcNtWait=0x0, rcNt1=0x0, rcNt2=0x103, rcNt3=0x103, 48 ms, the end);
【问题讨论】:
-
如果在 VM 中运行命令会使管理程序崩溃 - 这是一个错误,请报告。
-
您运行的是哪个版本的 Windows?您是否安装了任何其他管理程序(vware、hyper v、...)
-
@zerkms 。我没有在 VM 中运行“minikube 命令”。我在 windows cmd 提示符下运行它,当它运行时,它会尝试获取 minikube ISO 映像并尝试在系统中的当前 VM 安装(6.0.10)中运行它,这就是我收到此错误的时候。
-
@Zerkms 下面是 cmd 提示中的错误我得到 --------------------X Unable to start VM * Error: [VBOX_HARDENING]创建:创建:无法启动 VM:C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed: VBoxManage.exe: 错误:虚拟机“minikube”在启动过程中意外终止并退出代码 1 (0x1)。 'C:\cygwin64\home\Doraa\.minikube\machines\minikube\minikube\Logs\VBoxHardening.log'中可能会提供更多详细信息
-
@Thomas 是的管理程序已安装,当我在 cmd 提示符下执行 systemInfo 时看到:- Hyper-V 要求:VM 监视器模式扩展:是固件中启用虚拟化:是二级地址翻译:是数据执行保护可用:是
标签: windows kubernetes virtual-machine virtualbox minikube