Having issue with Vagrant I cant install any Vagrantbox

506 views
Skip to first unread message

dagogo dboss

unread,
Jun 7, 2017, 1:38:25 PM6/7/17
to Vagrant
 

I saw scotch.io vagrant box and i was please with it. so i went ahead to download virtualbox and vagrant. also downloaded the scotch.io vagrantfile. but i when i enter the vagrant up in that dir using cmd an pc user.

it gives this error


C:\Users\Myusername\Desktop\scotch-box-master>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'scotch/box' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'scotch/box' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: ["https://atlas.hashicorp.com/scotch/box"]
Error: 



so i tried to install precise64 box it tries to download but it give an error back as follow


C:\Users\Myusername\Desktop\Vagrant>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'precise64' 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 'precise64' (v0) for provider: virtualbox
    default: Downloading: http://files.vagrantup.com/precise64.box
    default: Progress: 100% (Rate: 24/s, Estimated time remaining: --:--:--)
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
 

so i download the precise64box.tar how do i install inside the folder

C:\Users\Myusername\Desktop\Vagrant\.vagrant\machines\default\virtualbox so do i put this file in this folder or i put it inside Vagrant

Alvaro Miranda Aguilera

unread,
Jun 7, 2017, 2:45:49 PM6/7/17
to vagra...@googlegroups.com
hello

are you on a network that requires proxy or something ?

please share the following output


vagrant version
vagrant plugin list

mkdir precise64
vagrant init -m hashicorp/precise64
vagrant up

if there are still erros, then:

set VAGRANT_LOG=debug
vagrant up

and share the verbose output, the above commands and the generated Vagrantfile

Thanks
Alvaro


--
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 vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/d9e02854-7d88-4d6b-b7e5-5a83ee4a9f14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Alvaro

Reply all
Reply to author
Forward
0 new messages