It appears that your box name is a URL rather than an actual box name. Try 
referencing the box by a different name instead:

vagrant box add 
lucid64-lamp https://dl.dropbox.com/u/14741389/vagrantboxes/lucid64-lamp.box

Update your vagrant file to refer to the box this way:

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

  config.vm.box = "lucid64-lamp"
  config.vm.box_url = 
"https://dl.dropbox.com/u/14741389/vagrantboxes/lucid64-lamp.box";
 

On Monday, August 11, 2014 5:38:21 PM UTC-5, Alvaro Miranda Aguilera wrote:
>
>
> On Tue, Aug 12, 2014 at 9:12 AM, togat su <[email protected] 
> <javascript:>> wrote:
>
>> https://dl.dropbox.com/u/14741389/vagrantboxes/lucid64-lamp.bo
>
>
>
> The box you want to add is in drobox
>
> my suggestion will be, if you have dropbox, copy it to your dropbox and 
> wait until it sync
> this can be done as:
>
> https://www.dropbox.com/u/14741389/vagrantboxes/lucid64-lamp.bo 
> <https://dl.dropbox.com/u/14741389/vagrantboxes/lucid64-lamp.bo>x
>
> you will see an option at the top like "copy to my dropbox"
>
> or download
>
> one the box is downloaded
>
> edit the vagrant file and make:
>
> config.vm.box = "lucid64-lamp"
> config.vm.box_url = "
> https://dl.dropbox.com/u/14741389/vagrantboxes/lucid64-lamp.box";
>
> then, do:
>
> vagrant box add lucid64-lamp lucid64-lamp.box
>
> and then
>
> vagrant up
>
> you will download and add the box manually, but the end result will be the 
> same.
>
> Alvaro
>

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to