Skip to content

Instantly share code, notes, and snippets.

@bpenny
Created February 25, 2018 03:45
Show Gist options
  • Save bpenny/f56bbeb84b549d32920ddccb7cb0ebf6 to your computer and use it in GitHub Desktop.
Save bpenny/f56bbeb84b549d32920ddccb7cb0ebf6 to your computer and use it in GitHub Desktop.
Stderr: VBoxManage: error: The object functionality is limited
$ php --version
PHP 7.1.14 (cli) (built: Feb 2 2018 08:42:59) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies
$ ls
CHANGELOG.md Vagrantfile example.docker-compose.yml lib
Dockerfile composer.json example.drupal.composer.json mkdocs.yml
LICENSE default.config.yml example.drupal.make.yml provisioning
README.md docs examples tests
$ pwd
/Users/bpenny/Repos/GitHub/drupal-vm
$ vagrant up
Bringing machine 'drupalvm' up with 'virtualbox' provider...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["snapshot", "1cde1c6b-3f51-4b52-bd33-29ee6190d00d", "list", "--machinereadable"]
Stderr: VBoxManage: error: The object functionality is limited
VBoxManage: error: Details: code E_ACCESSDENIED (0x80070005), component MachineWrap, interface IMachine, callee nsISupports
VBoxManage: error: Context: "LockMachine(a->session, LockType_Shared)" at line 331 of file VBoxManageSnapshot.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment