Hardening Errors

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Amri
Posts: 1
Joined: 16. Oct 2018, 12:23

Hardening Errors

Post by Amri »

Hi,

We are getting hardening errors on 2 of our computers. Others are unaffected.
[*] Uninstalled/Reinstalled VirtualBox
[*] ran: sfc /scannow

With vagrant:

Code: Select all

VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMac
hine
INFO subprocess: Starting process: ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "star
tvm", "88779591-fddb-4ccd-91ab-ef6d2dfcd47c", "--type", "headless"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Waiting for VM "88779591-fddb-4ccd-91ab-ef6d2dfcd47c" to power on...
DEBUG subprocess: stderr: VBoxManage.exe: error: The virtual machine 'infinity' has terminated
unexpectedly during startup with exit code 1 (0x1).  More details may be available in 'C:\Users
\Urban\VirtualBox VMs\infinity\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMac
hine
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 1
INFO retryable: Retryable exception raised: #<Vagrant::Errors::VBoxManageError: There was an e
rror while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "88779591-fddb-4ccd-91ab-ef6d2dfcd47c", "--type", "headless"]

Stderr: VBoxManage.exe: error: The virtual machine 'infinity' has terminated unexpectedly durin
g startup with exit code 1 (0x1).  More details may be available in 'C:\Users\Urban\VirtualBox
VMs\infinity\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMac
hine
Starting default ubuntu from gui:

Code: Select all

Error relaunching VirtualBox VM process: 5
Command line: '60eaff78-4bdd-042d-2e72-669728efd737-suplib-3rdchild --
comment jyg --startvm 3223c4eb-61f7-4a61-bf16-ff8cb4c93446 --no-startvm-errormsgbox "--sup-hardening-log=C:\Users\Urban\VirtualBox VMs
\jyg\Logs\VBoxHardening.log"' (rc=-104)

Please try reinstalling VirtualBox

where: sup3HardenedWinReSpawn what:5 VERR_INVALID_NAME (-104) -
Invalid (malformed) file/path name.
Starting headless default ubuntu from gui:

Code: Select all

Failed to open a session for the virtual machine dgrddr.

The virtual machine 'dgrddr' has terminated unexpectedly during startup with exit code 1 (0x1).  More details may be available in 'C:\Users\Urban\VirtualBox VMs\dgrddr\Logs\VBoxHardening.log'.

Result Code: E_FAIL (0x80004005)
Component: MachineWrap
Interface: IMachine {85cd948e-a71f-4289-281e-0ca7ad48cd89}
Attachments
VBoxHardening_2.zip
(3.08 KiB) Downloaded 10 times
VBoxHardening_1.zip
(3.42 KiB) Downloaded 11 times
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Hardening Errors

Post by socratis »

INFO retryable: Retryable exception raised: #<Vagrant::Errors::VBoxManageError: There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.
Vagrant is a program that relies on VirtualBox but modifies its configuration files in unknown ways to us. It is not supported on these VirtualBox user forums, they have their own Vagrant support channels. If you are having this problem with a standalone version of VirtualBox (after a complete uninstallation of Vagrant), then we can continue this discussion.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply