From ffcd256175f94fa4c85997ff92a9a9e3650d4589 Mon Sep 17 00:00:00 2001 From: nom Date: Fri, 25 Jul 2025 14:45:22 +0200 Subject: [PATCH] explication erreur: provider ko --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index fbc5ffb..fd7cb81 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,25 @@ cd kaz-vagrant/ vagrant up ``` +``` +vagrant up --provider virtualbox +The provider 'virtualbox' that was requested to back the machine +'default' is reporting that it isn't usable on this system. The +reason is shown below: + +Vagrant has detected that you have a version of VirtualBox installed +that is not supported by this version of Vagrant. Please install one of +the supported versions listed below to use Vagrant: + +4.0, 4.1, 4.2, 4.3, 5.0, 5.1, 5.2, 6.0, 6.1, 7.0 + +A Vagrant update may also be available that adds support for the version +you specified. Please check www.vagrantup.com/downloads.html to download +the latest version. +``` + +Je suis tombé sur cette erreur car ma version de vagrant n'était pas assez à jour en raison de ma version très récente de virtualbox. J'ai donc téléchargé directement vagrant depuis https://developer.hashicorp.com/vagrant/install. + Cette étape peut-être (très) longue, notamment la construction des machines Kaz... Comptez entre 40 minutes et quelques heures, selon la connexion réseau et les performances de la machine.