Skip to content

Instantly share code, notes, and snippets.

@dbellettini
Last active December 24, 2015 07:40
Show Gist options
  • Save dbellettini/6765732 to your computer and use it in GitHub Desktop.
Save dbellettini/6765732 to your computer and use it in GitHub Desktop.
Vagrant error
dpkg-preconfigure: unable to re-open stdin: No such file or directory
/opt/vagrant_ruby/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.10/lib/librarian/puppet/lockfile/parser.rb:41:in `parse': Expected DEPENDENCIES topic! (StandardError)
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.10/vendor/librarian/lib/librarian/lockfile.rb:21:in `load'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.10/vendor/librarian/lib/librarian/action/resolve.rb:31:in `run'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.10/vendor/librarian/lib/librarian/cli.rb:161:in `resolve!'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.10/lib/librarian/puppet/cli.rb:63:in `install'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/thor-0.18.1/lib/thor/command.rb:27:in `__send__'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/thor-0.18.1/lib/thor/command.rb:27:in `run'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/thor-0.18.1/lib/thor/invocation.rb:120:in `invoke_command'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/thor-0.18.1/lib/thor.rb:363:in `dispatch'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/thor-0.18.1/lib/thor/base.rb:439:in `start'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.10/vendor/librarian/lib/librarian/cli.rb:29:in `bin!'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.10/bin/librarian-puppet:9
from /opt/vagrant_ruby/bin/librarian-puppet:19:in `load'
from /opt/vagrant_ruby/bin/librarian-puppet:19
$ vagrant reload
[default] Attempting graceful shutdown of VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["showvminfo", "41ff3448-7ff4-4414-880c-0dea332ff45c", "--machinereadable"]
Stderr: VBoxManage: error: The object is not ready
VBoxManage: error: Details: code E_ACCESSDENIED (0x80070005), component SessionMachine, interface IMachine, callee nsISupports
VBoxManage: error: Context: "COMGETTER(BIOSSettings)(biosSettings.asOutParam())" at line 581 of file VBoxManageInfo.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment