What versions of Vagrant and VirtualBox are compatible on MacOS












1















Can anyone provide what versions are compatible please for vagrant/ virtual box on mac mojave 10.14.2. I'm trying to learn these technologies from scratch.



I currently have vagrant 1.7.1 and virtualbox 6.0.0r127566



> vagrant --version
> Vagrant 1.7.1


After a fresh install of the programs running this command returns the following error



> vagrant status
> No usable default provider could be found for your system.
Vagrant relies on interactions with 3rd party systems, known as
"providers", to provide Vagrant with resources to run development
environments. Examples are VirtualBox, VMware, Hyper-V.

The easiest solution to this message is to install VirtualBox,
which is available for free on all major platforms.

If you believe you already have a provider available, make sure it
is properly installed and configured. You can see more details
about why a particular provider isn't working by forcing usage with
`vagrant up --provider=PROVIDER`, which should give you a more
specific error message for that particular provider.


A previous message I received in the terminal suggested to downgrade to version 4 of VirtualBox but looking at the website the versions mentioned in the error message are not supported now.



virtualbox 4.0



virtualbox 4.1



virtualbox 4.2



Thanks!










share|improve this question

























  • I would say either upgrade vagrant or perhaps try to run it as administrator and see what happens? Does " vagrant --version " work? (no quotes)

    – Joe A
    Jan 2 at 19:41













  • I've added the output from that command to the question details - how do I run it as administrator on a mac?

    – James
    Jan 2 at 20:01








  • 1





    Try upgrading vagrant to the latest version (2.2.2), available from vagrantup.com/downloads.html. The combination of vagrant 2.2.2 and virtualbox 6.0 works on my machine running mojave 10.14.2

    – mlidal
    Jan 2 at 20:49











  • In order to have admin privileges on a Mac follow the steps below support.apple.com/en-us/HT204012

    – Joe A
    Jan 2 at 21:00











  • But I think I would listen to @mlidal and update your vagrant

    – Joe A
    Jan 2 at 21:01
















1















Can anyone provide what versions are compatible please for vagrant/ virtual box on mac mojave 10.14.2. I'm trying to learn these technologies from scratch.



I currently have vagrant 1.7.1 and virtualbox 6.0.0r127566



> vagrant --version
> Vagrant 1.7.1


After a fresh install of the programs running this command returns the following error



> vagrant status
> No usable default provider could be found for your system.
Vagrant relies on interactions with 3rd party systems, known as
"providers", to provide Vagrant with resources to run development
environments. Examples are VirtualBox, VMware, Hyper-V.

The easiest solution to this message is to install VirtualBox,
which is available for free on all major platforms.

If you believe you already have a provider available, make sure it
is properly installed and configured. You can see more details
about why a particular provider isn't working by forcing usage with
`vagrant up --provider=PROVIDER`, which should give you a more
specific error message for that particular provider.


A previous message I received in the terminal suggested to downgrade to version 4 of VirtualBox but looking at the website the versions mentioned in the error message are not supported now.



virtualbox 4.0



virtualbox 4.1



virtualbox 4.2



Thanks!










share|improve this question

























  • I would say either upgrade vagrant or perhaps try to run it as administrator and see what happens? Does " vagrant --version " work? (no quotes)

    – Joe A
    Jan 2 at 19:41













  • I've added the output from that command to the question details - how do I run it as administrator on a mac?

    – James
    Jan 2 at 20:01








  • 1





    Try upgrading vagrant to the latest version (2.2.2), available from vagrantup.com/downloads.html. The combination of vagrant 2.2.2 and virtualbox 6.0 works on my machine running mojave 10.14.2

    – mlidal
    Jan 2 at 20:49











  • In order to have admin privileges on a Mac follow the steps below support.apple.com/en-us/HT204012

    – Joe A
    Jan 2 at 21:00











  • But I think I would listen to @mlidal and update your vagrant

    – Joe A
    Jan 2 at 21:01














1












1








1








Can anyone provide what versions are compatible please for vagrant/ virtual box on mac mojave 10.14.2. I'm trying to learn these technologies from scratch.



I currently have vagrant 1.7.1 and virtualbox 6.0.0r127566



> vagrant --version
> Vagrant 1.7.1


After a fresh install of the programs running this command returns the following error



> vagrant status
> No usable default provider could be found for your system.
Vagrant relies on interactions with 3rd party systems, known as
"providers", to provide Vagrant with resources to run development
environments. Examples are VirtualBox, VMware, Hyper-V.

The easiest solution to this message is to install VirtualBox,
which is available for free on all major platforms.

If you believe you already have a provider available, make sure it
is properly installed and configured. You can see more details
about why a particular provider isn't working by forcing usage with
`vagrant up --provider=PROVIDER`, which should give you a more
specific error message for that particular provider.


A previous message I received in the terminal suggested to downgrade to version 4 of VirtualBox but looking at the website the versions mentioned in the error message are not supported now.



virtualbox 4.0



virtualbox 4.1



virtualbox 4.2



Thanks!










share|improve this question
















Can anyone provide what versions are compatible please for vagrant/ virtual box on mac mojave 10.14.2. I'm trying to learn these technologies from scratch.



I currently have vagrant 1.7.1 and virtualbox 6.0.0r127566



> vagrant --version
> Vagrant 1.7.1


After a fresh install of the programs running this command returns the following error



> vagrant status
> No usable default provider could be found for your system.
Vagrant relies on interactions with 3rd party systems, known as
"providers", to provide Vagrant with resources to run development
environments. Examples are VirtualBox, VMware, Hyper-V.

The easiest solution to this message is to install VirtualBox,
which is available for free on all major platforms.

If you believe you already have a provider available, make sure it
is properly installed and configured. You can see more details
about why a particular provider isn't working by forcing usage with
`vagrant up --provider=PROVIDER`, which should give you a more
specific error message for that particular provider.


A previous message I received in the terminal suggested to downgrade to version 4 of VirtualBox but looking at the website the versions mentioned in the error message are not supported now.



virtualbox 4.0



virtualbox 4.1



virtualbox 4.2



Thanks!







macos vagrant virtualbox






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 2 at 20:01







James

















asked Jan 2 at 19:24









JamesJames

6717




6717













  • I would say either upgrade vagrant or perhaps try to run it as administrator and see what happens? Does " vagrant --version " work? (no quotes)

    – Joe A
    Jan 2 at 19:41













  • I've added the output from that command to the question details - how do I run it as administrator on a mac?

    – James
    Jan 2 at 20:01








  • 1





    Try upgrading vagrant to the latest version (2.2.2), available from vagrantup.com/downloads.html. The combination of vagrant 2.2.2 and virtualbox 6.0 works on my machine running mojave 10.14.2

    – mlidal
    Jan 2 at 20:49











  • In order to have admin privileges on a Mac follow the steps below support.apple.com/en-us/HT204012

    – Joe A
    Jan 2 at 21:00











  • But I think I would listen to @mlidal and update your vagrant

    – Joe A
    Jan 2 at 21:01



















  • I would say either upgrade vagrant or perhaps try to run it as administrator and see what happens? Does " vagrant --version " work? (no quotes)

    – Joe A
    Jan 2 at 19:41













  • I've added the output from that command to the question details - how do I run it as administrator on a mac?

    – James
    Jan 2 at 20:01








  • 1





    Try upgrading vagrant to the latest version (2.2.2), available from vagrantup.com/downloads.html. The combination of vagrant 2.2.2 and virtualbox 6.0 works on my machine running mojave 10.14.2

    – mlidal
    Jan 2 at 20:49











  • In order to have admin privileges on a Mac follow the steps below support.apple.com/en-us/HT204012

    – Joe A
    Jan 2 at 21:00











  • But I think I would listen to @mlidal and update your vagrant

    – Joe A
    Jan 2 at 21:01

















I would say either upgrade vagrant or perhaps try to run it as administrator and see what happens? Does " vagrant --version " work? (no quotes)

– Joe A
Jan 2 at 19:41







I would say either upgrade vagrant or perhaps try to run it as administrator and see what happens? Does " vagrant --version " work? (no quotes)

– Joe A
Jan 2 at 19:41















I've added the output from that command to the question details - how do I run it as administrator on a mac?

– James
Jan 2 at 20:01







I've added the output from that command to the question details - how do I run it as administrator on a mac?

– James
Jan 2 at 20:01






1




1





Try upgrading vagrant to the latest version (2.2.2), available from vagrantup.com/downloads.html. The combination of vagrant 2.2.2 and virtualbox 6.0 works on my machine running mojave 10.14.2

– mlidal
Jan 2 at 20:49





Try upgrading vagrant to the latest version (2.2.2), available from vagrantup.com/downloads.html. The combination of vagrant 2.2.2 and virtualbox 6.0 works on my machine running mojave 10.14.2

– mlidal
Jan 2 at 20:49













In order to have admin privileges on a Mac follow the steps below support.apple.com/en-us/HT204012

– Joe A
Jan 2 at 21:00





In order to have admin privileges on a Mac follow the steps below support.apple.com/en-us/HT204012

– Joe A
Jan 2 at 21:00













But I think I would listen to @mlidal and update your vagrant

– Joe A
Jan 2 at 21:01





But I think I would listen to @mlidal and update your vagrant

– Joe A
Jan 2 at 21:01












1 Answer
1






active

oldest

votes


















1














Try upgrading vagrant to the latest version (2.2.2), available from https://www.vagrantup.com/downloads.html. The combination of vagrant 2.2.2 and virtualbox 6.0 works on my machine running mojave 10.14.2






share|improve this answer
























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54012059%2fwhat-versions-of-vagrant-and-virtualbox-are-compatible-on-macos%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    Try upgrading vagrant to the latest version (2.2.2), available from https://www.vagrantup.com/downloads.html. The combination of vagrant 2.2.2 and virtualbox 6.0 works on my machine running mojave 10.14.2






    share|improve this answer




























      1














      Try upgrading vagrant to the latest version (2.2.2), available from https://www.vagrantup.com/downloads.html. The combination of vagrant 2.2.2 and virtualbox 6.0 works on my machine running mojave 10.14.2






      share|improve this answer


























        1












        1








        1







        Try upgrading vagrant to the latest version (2.2.2), available from https://www.vagrantup.com/downloads.html. The combination of vagrant 2.2.2 and virtualbox 6.0 works on my machine running mojave 10.14.2






        share|improve this answer













        Try upgrading vagrant to the latest version (2.2.2), available from https://www.vagrantup.com/downloads.html. The combination of vagrant 2.2.2 and virtualbox 6.0 works on my machine running mojave 10.14.2







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 2 at 21:35









        mlidalmlidal

        752924




        752924
































            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54012059%2fwhat-versions-of-vagrant-and-virtualbox-are-compatible-on-macos%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            MongoDB - Not Authorized To Execute Command

            How to fix TextFormField cause rebuild widget in Flutter

            Npm cannot find a required file even through it is in the searched directory