You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
sudo vagrant up i get an error To Reproduce
Steps to reproduce the behavior:
cd ~/bin/rhcsa8env
vagrant up
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.
Expected behavior
A clear and concise description of what you expected to happen.
I expected the environment to be built. Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: RHEL 9.2
Browser Firefox
Version
Additional context
Add any other context about the problem here.
Is it because Im running 9.2? I have Vb 7.0 installed
The text was updated successfully, but these errors were encountered:
rbohling
changed the title
No usable default proivder could be found
No usable default provider could be found
Oct 7, 2023
I faced the same error but I solved by upgrading the vagrant to version 2.4 which supports the vm I am using 6.1. Alternatively you can downgrade the vm.
Describe the bug
A clear and concise description of what the bug is.
sudo vagrant up i get an error
To Reproduce
Steps to reproduce the behavior:
cd ~/bin/rhcsa8env
vagrant up
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 specificerror message for that particular provider.
Expected behavior
A clear and concise description of what you expected to happen.
I expected the environment to be built.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Is it because Im running 9.2? I have Vb 7.0 installed
The text was updated successfully, but these errors were encountered: