It should have 282MB, it wasn't downloaded correctly if it has 4KB :)

On 23 January 2015 at 17:05, Chris Christou <[email protected]> wrote:

> I did, and when they downloaded it for me that is what was downloaded.
>
> is this a correct URL http://hashicorp-files.vagrantup.com/precise32.box
>
> They seem to be convinced that was downloaded correctly.
>
> I need to download the box individually not by the command line.
>
> On 23 January 2015 at 17:01, Bogdan B <[email protected]> wrote:
>
>> That means your download failed, maybe for the same reason your normal
>> setup fails.
>> Check with your IT guys why are you not able to download that file.
>>
>> On 23 January 2015 at 16:21, Chris Christou <[email protected]> wrote:
>>
>>> Hi
>>>
>>> No the precise.box is 5KB, would you like me to send it to you?
>>>
>>> thanks
>>>
>>>
>>> On 23 January 2015 at 16:13, Bogdan B <[email protected]> wrote:
>>>
>>>> I've just checked and it has 282MB.
>>>> Also did a test by using the Vagrantfile provided and the downloaded
>>>> box and everything worked fine.
>>>>
>>>> On 23 January 2015 at 15:54, Chris Christou <[email protected]> wrote:
>>>>
>>>>> I think so, I got it from the link you provided me with on Monday (
>>>>> http://files.vagrantup.com/precise32.box)
>>>>>
>>>>> But it looks like it is not 1GB.
>>>>>
>>>>> Sorry about this, and thank you for your help.
>>>>>
>>>>>
>>>>>
>>>>> On 23 January 2015 at 15:34, Bogdan B <[email protected]> wrote:
>>>>>
>>>>>> Are you sure it was fully downloaded ? That box should have around
>>>>>> 1GB or more.
>>>>>>
>>>>>> On 23 January 2015 at 12:26, Chris Christou <[email protected]>
>>>>>> wrote:
>>>>>>
>>>>>>> Thanks so much Bogdan, now it is saying
>>>>>>>
>>>>>>> *The box failed to unpackage properly. Please verify that the box
>>>>>>> file you're trying to add is not corrrupted and try again. The output 
>>>>>>> from
>>>>>>> attempting to unpackage (if any): *
>>>>>>>
>>>>>>> *x box--disk1.vmdk: Truncated tar achrive bsdtar.EXE exit delayed
>>>>>>> from previous errors. *
>>>>>>>
>>>>>>>  I downloaded a box a few days ago as suggested and placed it in the
>>>>>>> same area.
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> On 23 January 2015 at 11:26, Bogdan B <[email protected]> wrote:
>>>>>>>
>>>>>>>> Hi Chris,
>>>>>>>> You need both lines as in the attached file (you can use the file
>>>>>>>> directly)
>>>>>>>>
>>>>>>>> On 23 January 2015 at 09:35, Chris Christou <[email protected]>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi, thanks, here it is
>>>>>>>>>
>>>>>>>>> On 23 January 2015 at 01:38, Greg Barker <[email protected]>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Post your whole Vagrantfile for us to look at
>>>>>>>>>>
>>>>>>>>>> On Thursday, January 22, 2015 at 7:22:26 AM UTC-8, Chris Christou
>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Shawn hi
>>>>>>>>>>>
>>>>>>>>>>> I typed in Vagrant up and got this command
>>>>>>>>>>>
>>>>>>>>>>> *there are errors in the configuration of this machine Please
>>>>>>>>>>> fix the following errors and try again:*
>>>>>>>>>>>
>>>>>>>>>>> *vm*
>>>>>>>>>>> ** A box must be specified. *
>>>>>>>>>>>
>>>>>>>>>>>  I thought I did.
>>>>>>>>>>>
>>>>>>>>>>> Chris
>>>>>>>>>>>
>>>>>>>>>>> On 21 January 2015 at 14:31, Shawn McCarthy <
>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Chris, you are typing :
>>>>>>>>>>>> vagrant up
>>>>>>>>>>>> and not
>>>>>>>>>>>> $vagrant up
>>>>>>>>>>>>
>>>>>>>>>>>> right?
>>>>>>>>>>>>
>>>>>>>>>>>> The $ means its a command prompt, you should not type the $.
>>>>>>>>>>>>
>>>>>>>>>>>> On Wednesday, January 21, 2015 at 4:39:16 AM UTC-7, Chris
>>>>>>>>>>>> Christou wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Hi I did that [file attached]and then tried $vagrant up not
>>>>>>>>>>>>> command not found.
>>>>>>>>>>>>>
>>>>>>>>>>>>> I'm so sorry about this.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 21 January 2015 at 11:09, Bogdan B <[email protected]>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi Chris,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Just edit Vagrantfile and add that box_url line after .box.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>   config.vm.box = "base"
>>>>>>>>>>>>>>   config.vm.box_url = "precise32.box"
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> If 'precise32.box' is not in the same directory as your
>>>>>>>>>>>>>> Vagrantfile then you need a full path like c:/path/to/file
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 21 January 2015 at 11:06, Chris Christou <[email protected]
>>>>>>>>>>>>>> > wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi Greg, yes that is exactly what I was doing, where would I
>>>>>>>>>>>>>>> place it in the vagrant file?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Forgive my ignorance here.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> C
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 19 January 2015 at 20:17, Greg Barker <
>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hey Chris -
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Are you typing the *config.vm.box = "precise32.box"* line
>>>>>>>>>>>>>>>> into your command prompt? That's a line you need to put in the 
>>>>>>>>>>>>>>>> Vagrantfile
>>>>>>>>>>>>>>>> that *vagrant init* generated for you. Open up the
>>>>>>>>>>>>>>>> Vagrantfile with a text editor and make the appropriate 
>>>>>>>>>>>>>>>> changes there.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> If you get stuck, post back here with what went wrong!
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Greg
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Monday, January 19, 2015 at 7:09:20 AM UTC-8, Chris
>>>>>>>>>>>>>>>> Christou wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi Bogdan.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thanks for your help on this I created a file in my C
>>>>>>>>>>>>>>>>> drive did a *vagrant init *I added the the downloaded 
>>>>>>>>>>>>>>>>> *precise32.box,
>>>>>>>>>>>>>>>>> *placed it in the C drive folder as well.
>>>>>>>>>>>>>>>>> Then I tried you tip:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>    - *config.vm.box = "precise32.box" *
>>>>>>>>>>>>>>>>>    - *it comes back reading sh.exe ":$: command not
>>>>>>>>>>>>>>>>>    found"*
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thanks for all your help though.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> C
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On 19 January 2015 at 12:32, Bogdan B <[email protected]>
>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> You can try to manually download that file (
>>>>>>>>>>>>>>>>>> http://files.vagrantup.com/precise32.box)
>>>>>>>>>>>>>>>>>> If that works then edit you Vagranfile and add
>>>>>>>>>>>>>>>>>> config.vm.box_url = "c:/path/to/where/box/is/preci
>>>>>>>>>>>>>>>>>> se32.box"
>>>>>>>>>>>>>>>>>> after the line config.vm.box = ...
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> If you're unable to download manually then you should
>>>>>>>>>>>>>>>>>> send that link to IT and ask why you're not able to download.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On 19 January 2015 at 12:23, Chris Christou <
>>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Thanks Bogdan that looks like what it is.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Do you know ways to overcome this?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> What exactly do I ask my IT department?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Thanks again.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On 19 January 2015 at 12:18, Bogdan B <
>>>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> It seems you're behind a firewall that doesn't allow
>>>>>>>>>>>>>>>>>>>> downloading of the base box.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On 19 January 2015 at 12:12, Chris Christou <
>>>>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Hi
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> I've tried to start again so I found this online
>>>>>>>>>>>>>>>>>>>>> https://kerrygallagher.co.uk/vagrant-for-beginners/
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> When I get to step 4 I get this error message, screen
>>>>>>>>>>>>>>>>>>>>> shot is attached.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> [image: Inline images 1]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On 17 January 2015 at 01:29, Greg Barker <
>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> So describe for us what you tried to do and where it
>>>>>>>>>>>>>>>>>>>>>> went wrong
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Friday, January 16, 2015 at 12:08:07 PM UTC-8,
>>>>>>>>>>>>>>>>>>>>>> Chris Christou wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> I did but i went wrong and found that tut
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On 16 January 2015 at 20:03, Umair Chagani <
>>>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> you should really just use https://docs.vagrantup.
>>>>>>>>>>>>>>>>>>>>>>>> com/v2/getting-started/
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On Fri, Jan 16, 2015 at 2:44 PM, Chris Christou <
>>>>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> I'm not i followed the instructions in this tut
>>>>>>>>>>>>>>>>>>>>>>>>> http://youtu.be/ZGUEjZckijA and the error came up
>>>>>>>>>>>>>>>>>>>>>>>>> in the command line
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> On 16 January 2015 at 19:36, Umair Chagani <
>>>>>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> What are u using Dropbox for?
>>>>>>>>>>>>>>>>>>>>>>>>>> On Jan 16, 2015 11:16 AM, "Chris Christou" <
>>>>>>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> Hey guys thanks for your suggestions, they have
>>>>>>>>>>>>>>>>>>>>>>>>>>> been a big help.
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> I'm now getting this message:* Failed to
>>>>>>>>>>>>>>>>>>>>>>>>>>> connect to www.dropbox.com:443 
>>>>>>>>>>>>>>>>>>>>>>>>>>> <http://www.dropbox.com:443>; No error*
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> how can i overcome this?
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> My organisation has a firewall, which i think
>>>>>>>>>>>>>>>>>>>>>>>>>>> this is what it is.
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> Please can you assist?
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> On Wednesday, 14 January 2015 15:40:28 UTC,
>>>>>>>>>>>>>>>>>>>>>>>>>>> Torben Knerr wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi Chris,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> I'd recommend the official one here:
>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://docs.vagrantup.com/v2/getting-started/
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> HTH,
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Torben
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Am 14.01.2015 16:00 schrieb "Chris Christou" <
>>>>>>>>>>>>>>>>>>>>>>>>>>>> [email protected]>:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hello to the Vagrant group.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Please can you help me as I am now overwhelmed
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> and confused.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Does anyone know of a STEP-BY-STEP beginners
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> guide to installing Vagrant.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I know how this looks but some of the
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> tutorials out there are quite heavy and cause 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> more confusion than
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> understanding.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Please can someone help me, I new to Vagrant.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 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.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>>>>>>>>>> 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.
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>>>>>>>>> You received this message because you are
>>>>>>>>>>>>>>>>>>>>>>>>>> subscribed to a topic in the Google Groups "Vagrant" 
>>>>>>>>>>>>>>>>>>>>>>>>>> group.
>>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/to
>>>>>>>>>>>>>>>>>>>>>>>>>> pic/vagrant-up/H7crWU10MiQ/unsubscribe.
>>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe from this group and all its
>>>>>>>>>>>>>>>>>>>>>>>>>> topics, send an email to vagrant-up+...@
>>>>>>>>>>>>>>>>>>>>>>>>>> googlegroups.com.
>>>>>>>>>>>>>>>>>>>>>>>>>> For more options, visit
>>>>>>>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>>>>>>>> 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+...@
>>>>>>>>>>>>>>>>>>>>>>>>> googlegroups.com.
>>>>>>>>>>>>>>>>>>>>>>>>> For more options, visit
>>>>>>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>>>>>>> You received this message because you are
>>>>>>>>>>>>>>>>>>>>>>>> subscribed to a topic in the Google Groups "Vagrant" 
>>>>>>>>>>>>>>>>>>>>>>>> group.
>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/to
>>>>>>>>>>>>>>>>>>>>>>>> pic/vagrant-up/H7crWU10MiQ/unsubscribe.
>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe from this group and all its topics,
>>>>>>>>>>>>>>>>>>>>>>>> send an email to [email protected].
>>>>>>>>>>>>>>>>>>>>>>>> For more options, visit
>>>>>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>>>>> You received this message because you are subscribed
>>>>>>>>>>>>>>>>>>>>>> to a topic in the Google Groups "Vagrant" group.
>>>>>>>>>>>>>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/to
>>>>>>>>>>>>>>>>>>>>>> pic/vagrant-up/H7crWU10MiQ/unsubscribe.
>>>>>>>>>>>>>>>>>>>>>> To unsubscribe from this group and all its topics,
>>>>>>>>>>>>>>>>>>>>>> send an email to [email protected].
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/
>>>>>>>>>>>>>>>>>>>>>> optout.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>>>> 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+...@
>>>>>>>>>>>>>>>>>>>>> googlegroups.com.
>>>>>>>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/op
>>>>>>>>>>>>>>>>>>>>> tout.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>>> You received this message because you are subscribed to
>>>>>>>>>>>>>>>>>>>> a topic in the Google Groups "Vagrant" group.
>>>>>>>>>>>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/to
>>>>>>>>>>>>>>>>>>>> pic/vagrant-up/H7crWU10MiQ/unsubscribe.
>>>>>>>>>>>>>>>>>>>> To unsubscribe from this group and all its topics, send
>>>>>>>>>>>>>>>>>>>> an email to [email protected].
>>>>>>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/op
>>>>>>>>>>>>>>>>>>>> tout.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>> 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]
>>>>>>>>>>>>>>>>>>> m.
>>>>>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/op
>>>>>>>>>>>>>>>>>>> tout.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>> You received this message because you are subscribed to a
>>>>>>>>>>>>>>>>>> topic in the Google Groups "Vagrant" group.
>>>>>>>>>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>>>>>>>>>> https://groups.google.com/d/topic/vagrant-up/H7crWU10MiQ/
>>>>>>>>>>>>>>>>>> unsubscribe.
>>>>>>>>>>>>>>>>>> To unsubscribe from this group and all its topics, send
>>>>>>>>>>>>>>>>>> an email to [email protected].
>>>>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/op
>>>>>>>>>>>>>>>>>> tout.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>> You received this message because you are subscribed to a
>>>>>>>>>>>>>>>> topic in the Google Groups "Vagrant" group.
>>>>>>>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>>>>>>>> https://groups.google.com/d/topic/vagrant-up/H7crWU10MiQ/
>>>>>>>>>>>>>>>> unsubscribe.
>>>>>>>>>>>>>>>> To unsubscribe from this group and all its topics, send an
>>>>>>>>>>>>>>>> email to [email protected].
>>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>> 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.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>> You received this message because you are subscribed to a
>>>>>>>>>>>>>> topic in the Google Groups "Vagrant" group.
>>>>>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>>>>>> https://groups.google.com/d/topic/vagrant-up/H7crWU10MiQ/uns
>>>>>>>>>>>>>> ubscribe.
>>>>>>>>>>>>>> To unsubscribe from this group and all its topics, send an
>>>>>>>>>>>>>> email to [email protected].
>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  --
>>>>>>>>>>>> You received this message because you are subscribed to a topic
>>>>>>>>>>>> in the Google Groups "Vagrant" group.
>>>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>>>> https://groups.google.com/d/topic/vagrant-up/H7crWU10MiQ/
>>>>>>>>>>>> unsubscribe.
>>>>>>>>>>>> To unsubscribe from this group and all its topics, send an
>>>>>>>>>>>> email to [email protected].
>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  --
>>>>>>>>>> You received this message because you are subscribed to a topic
>>>>>>>>>> in the Google Groups "Vagrant" group.
>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>> https://groups.google.com/d/topic/vagrant-up/H7crWU10MiQ/unsubscribe
>>>>>>>>>> .
>>>>>>>>>> To unsubscribe from this group and all its topics, send an email
>>>>>>>>>> to [email protected].
>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  --
>>>>>>>>> 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.
>>>>>>>>>
>>>>>>>>
>>>>>>>>  --
>>>>>>>> You received this message because you are subscribed to a topic in
>>>>>>>> the Google Groups "Vagrant" group.
>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>> https://groups.google.com/d/topic/vagrant-up/H7crWU10MiQ/unsubscribe
>>>>>>>> .
>>>>>>>> To unsubscribe from this group and all its topics, send an email to
>>>>>>>> [email protected].
>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>
>>>>>>>
>>>>>>>  --
>>>>>>> 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.
>>>>>>>
>>>>>>
>>>>>>  --
>>>>>> You received this message because you are subscribed to a topic in
>>>>>> the Google Groups "Vagrant" group.
>>>>>> To unsubscribe from this topic, visit
>>>>>> https://groups.google.com/d/topic/vagrant-up/H7crWU10MiQ/unsubscribe.
>>>>>> To unsubscribe from this group and all its topics, send an email to
>>>>>> [email protected].
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>
>>>>>  --
>>>>> 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.
>>>>>
>>>>
>>>>  --
>>>> You received this message because you are subscribed to a topic in the
>>>> Google Groups "Vagrant" group.
>>>> To unsubscribe from this topic, visit
>>>> https://groups.google.com/d/topic/vagrant-up/H7crWU10MiQ/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to
>>>> [email protected].
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>  --
>>> 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.
>>>
>>
>>  --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Vagrant" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/vagrant-up/H7crWU10MiQ/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> 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.
>

-- 
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