Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. C:WindowsSystem32
  2. λ vagrant global-status
  3. id name provider state directory
  4. ----------------------------------------------------------------------------------
  5. dad11cb default virtualbox poweroff C:/WINDOWS/System32
  6. 719fc74 default virtualbox saved C:/Users/vivek/Desktop/Vagrant_VMs/Ubuntu
  7.  
  8. The above shows information about all known Vagrant environments
  9. on this machine. This data is cached and may not be completely
  10. up-to-date (use "vagrant global-status --prune" to prune invalid
  11. entries). To interact with any of the machines, you can go to that
  12. directory and run Vagrant, or you can use the ID directly with
  13. Vagrant commands from any directory. For example:
  14. "vagrant destroy 1a2b3c4d"
  15.  
  16.  
  17. C:WindowsSystem32
  18. λ vagrant destroy dad11cb
  19. default: Are you sure you want to destroy the 'default' VM? [y/N] y
  20. ==> default: Destroying VM and associated drives...
  21. There was an error while executing `VBoxManage`, a CLI used by Vagrant
  22. for controlling VirtualBox. The command and stderr is shown below.
  23.  
  24. Command: ["unregistervm", "a23f2f0f-fc67-47b6-abcc-c81ee55cb9ab", "--delete"]
  25.  
  26. Stderr: VBoxManage.exe: error: Could not find a registered machine with UUID {a23f2f0f-fc67-47b6-abcc-c81ee55cb9ab}
  27. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBoxWrap, interface IVirtualBox, callee IUnknown
  28. VBoxManage.exe: error: Context: "FindMachine(Bstr(VMName).raw(), machine.asOutParam())" at line 153 of file VBoxManageMisc.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement