[vagrant-up] Combining two boxes in one vagrantfile

2014-12-18 Thread richard van beers
Hi, Using: Windows 8 pro, VirtualBox 4.3.20, vagrant 1.7.1 I have created a base box, based on Ubuntu server 14.04 and created two vagrant boxes from that, box1 and box2. The boxes have had some configuration done in them that I like to preserve. How do I combine the two existing vagrant

Re: [vagrant-up] Downloading boxes from atlas.hashicorp.com is very slow

2014-12-18 Thread Frank Patz-Brockmann
Hi Mitchell and Alvaro, thanks for caring! A new day brought improvement, I am now down to 10 minutes from the 5 hours ETA I persistently got yesterday. All the best and a happy holiday season, - frank Am Mittwoch, 17. Dezember 2014 23:45:15 UTC+1 schrieb Mitchell Hashimoto: Frank, The

Re: [vagrant-up] Combining two boxes in one vagrantfile

2014-12-18 Thread Torben Knerr
Hi Richard, This might be what you are looking for: https://docs.vagrantup.com/v2/multi-machine/ HTH, Torben Am 18.12.2014 12:13 schrieb richard van beers richard.van.be...@gmail.com : Hi, Using: Windows 8 pro, VirtualBox 4.3.20, vagrant 1.7.1 I have created a base box, based on Ubuntu

Re: [vagrant-up] Combining two boxes in one vagrantfile

2014-12-18 Thread Torben Knerr
Hi Richard, Sorry for not reading carefully, I see your issue now. You can try this: mv box1/.vagrant/machines/default/providers/virtualbox/id combined/.vagrant/machines/box1/providers/virtualbox/id Same for box2 HTH, Torben Am 18.12.2014 17:47 schrieb richard van beers

Re: [vagrant-up] Errors on editing files shared with Linux Guest from Windows host; linux host works fine

2014-12-18 Thread Christopher Hacker
Alvaro, You're a lifesaver, though my head hurts from the facepalm. :) Notepad++ was setting to utf-8 and switching it to ANSI fixed it. Thanks again! Chris Christopher Hacker [image: https://www.myshorttrack.com] https://www.myshorttrack.com (773) 313-3169 o (312) 205-0188 f On Tue, Dec

Re: [vagrant-up] Errors on editing files shared with Linux Guest from Windows host; linux host works fine

2014-12-18 Thread Alvaro Miranda Aguilera
all good!.. happy to assist. On Fri, Dec 19, 2014 at 7:01 AM, Christopher Hacker ch...@myshorttrack.com wrote: Alvaro, You're a lifesaver, though my head hurts from the facepalm. :) Notepad++ was setting to utf-8 and switching it to ANSI fixed it. Thanks again! Chris Christopher Hacker

[vagrant-up] VM network timeout caused by eth1 not removed when removing public_network

2014-12-18 Thread J.D. Stone
https://github.com/mitchellh/vagrant/issues/4019 I'm having this exact same problem ^, however, /etc/network/interfaces in my guest OS (Ubuntu) does not contain an entry for eth1 (also, `/etc/network/interfaces.d/eth1.cfg` does not exist). -- You received this message because you are

Re: [vagrant-up] VM network timeout caused by eth1 not removed when removing public_network

2014-12-18 Thread Alvaro Miranda Aguilera
can you share the vagrantfile and some output? On Fri, Dec 19, 2014 at 10:02 AM, J.D. Stone jdst...@jdstone1.com wrote: https://github.com/mitchellh/vagrant/issues/4019 I'm having this exact same problem ^, however, /etc/network/interfaces in my guest OS (Ubuntu) does not contain an entry for

[vagrant-up] vagrant wrapper

2014-12-18 Thread Sayth Renshaw
Hi my name is Sayth just started using vagrant. Is there a wrapper for vagrant like there is for python virtualenvs or perlbrew etc? So that say I have my datascience vagrant, my web development vagrant and a vagrant of digitalocean made by packer that I could easily switch them. So like

[vagrant-up] vagrant wrapper

2014-12-18 Thread Sayth Renshaw
Wow phone auto correct error mashes sine is = make some -- 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+unsubscr...@googlegroups.com. For more options,

Re: [vagrant-up] vagrant wrapper

2014-12-18 Thread Jd Daniel
Not sure if this is what u mean bit there is an app called Packer that sits on top of, and creates Vagrant boxes. After that it's: vagrant box add foo thebox vagrant init --provisioner=whoever vagrant up On Dec 18, 2014 4:50 PM, Sayth Renshaw flebber.c...@gmail.com wrote: Wow phone auto correct

Re: [vagrant-up] VM network timeout caused by eth1 not removed when removing public_network

2014-12-18 Thread Jd Daniel
I think it would be eth0 or wlan0 in your case? On Dec 18, 2014 2:58 PM, Alvaro Miranda Aguilera kiki...@gmail.com wrote: can you share the vagrantfile and some output? On Fri, Dec 19, 2014 at 10:02 AM, J.D. Stone jdst...@jdstone1.com wrote: https://github.com/mitchellh/vagrant/issues/4019

Re: [vagrant-up] vagrant wrapper

2014-12-18 Thread Sayth Renshaw
Thanks. That should make it a lot nicer to manage boxes. Sayth -- 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+unsubscr...@googlegroups.com. For more