On Fri, Aug 12, 2016 at 1:30 AM, Markus Wolff <[email protected]> wrote:
> VMMR0.r0 module version does not match VBoxVMM.dll/so/dylib. The Virtualbox error is due some left over from one version causing issue from other. suggestion blow all that away sudo apt-get remove virtualbox virtualbox-ose virtualbox-qt then find / -name '*VMMR0*' -o -name '*VBoxVMM*' And see whats left over, and try to clean as much as possible. The 2nd error is related to config inside some Vagrantfile, check you got the headers complete, seems you are missing the variable VERSION=2 or something around that. Alvaro. -- Alvaro (+31)103400555 -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewxbg36%2BCSDdj3JZRUxJCZPHFqE7UBerO9ffZujb-NHfA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
