Hi Mitchell,
thanks for the reply. When I run VBoxManage --version
I see this.
WARNING: The character device /dev/vboxdrv does not exist.
Please install the virtualbox-ose-dkms package and the appropriate
headers, most likely linux-headers-generic.
You will not be able to start VMs until this problem is fixed.
4.1.2_Ubuntur38459
I did install the virtualbox-ose-dkms package and that hasn't fixed
the problem. ( linux-headers-generic was already installed )
Should I infer from this that the problem isn't with vagrant? That
vagrant is just bailing (with a misleading error message) because its
attempt to start virtualbox is failing?
I set an environment variable called VAGRANT_LOG to equal debug and
ran vagrant up again. No difference in error message it gives. Are
there error logs somewhere? (Can't see any in /var/log/ and this post
http://groups.google.com/group/vagrant-up/browse_thread/thread/3f65a3ef947ddb46
suggests that there may not be.)
cheers
Phil
On Apr 2, 4:17 am, Mitchell Hashimoto <
mitchell.hashim...@gmail.com>
wrote:
> Phil,