Hello,
I was trying to build a tails image like described in
https://tails.boum.org/contribute/build/ . However, I am encountering a
problem: vagrant doesn't recognize installed virtualbox version. I am
using an up-to-date debian wheezy.
Here's a log:
amnesia $ rake build
Using HTTP proxy:
http://squeeze.vagrantup.com:3142
rake aborted!
Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1
Tasks: TOP => build => vm:up
vagrant version: 1.0.3-1
virtualbox version: 4.1.18-dfsg-1
rake version: 0.9.2.2-4
amnesia version: latest git
I don't fully understand the error message, to be honest. Isn't 4.1.18 a
4.1 version?
Cheers,
Lukasz Dobrogowski