Another noob question...

Attempting to build a virtual env't for serving Ruby on Rails instances on 
a Ubuntu 14.04 LTS laptop. (Following a new ebook by @relativkreativ.)

I downloaded the Ubuntu 32b installer & completed the following:

$vagrant box add Dynatomic/centos6.5minium (no problems.)
$vagrant init (no problems.)
$subl Vagrantfile....

VAGRANT_FILE_VERSION = "2"
Vagrant.configure(VAGRANT_FILE_VERSION) do |config|
   config.vm.box = "Dynatomic/centos6.5minium"
end

$vagrant up (problem descript follows....)

Stderr: VBoxManage: error: Failed to create the VirtualBox object!
VBoxManage: error: Code NS_BASE_STREAM_WOULD_BLOCK (0x80470007) ... ...
VBoxManage: error: Most likely, the VirtualBox COM server is not running or 
failed to start.

Unfortunately this is beyond my skill level - and I haven't found a 
reference to the error message. (yet.) 

Suggestions?

@brianpiercy

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to