rdbreak / rhcsa8env

This is a RHCSA8 study environment built with Vagrant/Ansible
https://join.slack.com/t/redhat-certs/shared_invite/zt-7ju3rz7b-_G3Njp3PDwdBG_81SwPeLA
MIT License
295 stars 177 forks source link

Error when running vagrant up #79

Closed pintskebab closed 1 year ago

pintskebab commented 1 year ago

I have tried to create the environment by following your documentation, but get the following problem. The vagrant up command did not initially run. So I had to run vagrant init.

PS C:\Users\aftab\bin\rhcsa8env-master> vagrant init A Vagrantfile has been placed in this directory. You are now ready to vagrant up your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on vagrantup.com for more information on using Vagrant. PS C:\Users\aftab\bin\rhcsa8env-master> vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'base' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Box file was not detected as metadata. Adding it directly... ==> default: Adding box 'base' (v0) for provider: virtualbox default: Downloading: base default: An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.

Couldn't open file C:/Users/aftab/bin/rhcsa8env-master/base

pintskebab commented 1 year ago

I worked it out. The file that I unzipped created another sub folder with the same name. So I was in the wrong folder when running vagrant up. You can close this issue.