Hello,

do vagrant destroy, then change this:

    config.vm.box = "precise64"
    if Vagrant.has_plugin?("vagrant-cachier")
        config.cache.scope = :box
        config.cache.auto_detect = true
    end
    config.vm.box_url = "http://files.vagrantup.com/precise64.box 
<http://files.vagrantup.com/precise64.box>”


To this:


    config.vm.box = “hashicorp/precise64"
    if Vagrant.has_plugin?("vagrant-cachier")
        config.cache.scope = :box
        config.cache.auto_detect = true
    end

Then vagrant up

If still fails, comment out the vagrant-cachier part.

And share the logs and a zip file with Vagrantfile and script. of what you got.


Alvaro.



> On 19/03/2016, at 2:37 PM, evrim Alacan <[email protected] 
> <mailto:[email protected]>> wrote:
> 
>     config.vm.box = "precise64"
>     if Vagrant.has_plugin?("vagrant-cachier")
>         config.cache.scope = :box
>         config.cache.auto_detect = true
>     end
>     config.vm.box_url = "http://files.vagrantup.com/precise64.box 
> <http://files.vagrantup.com/precise64.box>"

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/9F4FA3B2-84CD-4077-BDDE-3708E447BBFF%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to