Hi! On Thu, 2016-08-25 at 14:17:00 +0200, Guillem Jover wrote: > Package: vagrant > Version: 1.8.4+dfsg-2 > Severity: important
> The current vagrant in unstable does not work anymore with the current > virtualbox in unstable (5.1.4). It seems upstream version 1.8.5 > released last July does support it, from its changelog: > > * providers/virtualbox: Add support for 5.1 [GH-7574] BTW, for anyone who does not want to downgrade, as a horrible and temporary hack you could also do: $ git clone [email protected]:mitchellh/vagrant.git $ cd vagrant $ git show b57b0e0d48fe8b4196ca6b7e01bb6c1ecb4b69f9 \ | ( cd /usr/share/vagrant; sudo patch -p1 ) $ dpkg -V vagrant :) Thanks, Guillem

