[vagrant-up] Remote connection disconnect. Retrying... on a Ubuntu guest and Windows 7 host

2015-02-06 Thread adityaii
This is my first Vagrant box. I have Vagrant 1.7.2 and Virtualbox 4.3.20 on a Windows 7 host. I used a bitnami box to build my vm without x windows. I followed instructions from this link - https://github.com/hollodotme/Helpers/blob/master/Tutorials/vagrant/self-hosted-vagrant-boxes-with-versio

Re: [vagrant-up] Looking for version 1.4.3 Documentation

2015-02-06 Thread Alvaro Miranda Aguilera
Hello, Other way to test is like this: Vagrant.configure("2") do |config| config.vm.network "private_network", ip: "192.168.50.4", auto_config: false end https://docs.vagrantup.com/v2/networking/private_network.html Worth to test if you spare the time. Alvaro On Sat, Feb 7, 2015 at 5:21 AM,

[vagrant-up] Vagrant-Vsphere Plugin Undefine communicator

2015-02-06 Thread Olatoye Idowu
I need any help i can get on this. I'm using vagrant 1.5 with the sphere plugin 1.0.1 but everytime i vagrant up, i get the error message below. I have looked everywhere and still can't figure it it. Can anyone help please? INFO runner: Running action: # ERROR vagrant: Vagrant experienced an e

[vagrant-up] Rsync during provision process

2015-02-06 Thread Justin Beaty
Hello, My vagrantfile uses the host shell plugin and rsync for shared folders, but there is one thing I can't seem to figure out: how to force rsync to happen at certain parts of the vagrantfile. During vagrant up, I have the host shell plugin build my website. Then, I have a regular shell pro

[vagrant-up] Can I Share a machine with Multi-Machine Setup?

2015-02-06 Thread Ryan Flores
I'm guessing that the answer to this is no. However, I thought I'd ask. I have two different projects, each with their own Vagrantfile. Both projects are setup using a Multi-Machine setup: one machine is for a dedicated MySQL server, and the other is for a Web app. I was hoping to have both pr

Re: [vagrant-up] Looking for version 1.4.3 Documentation

2015-02-06 Thread Christopher Hahn
You are golden! Thank you. On Friday, February 6, 2015 at 8:21:15 AM UTC-8, Bogdan B wrote: > > Hi Chris, > > https://docs.vagrantup.com/v2/virtualbox/configuration.html and in > modifyvm you can use --nic<1-N> ( > http://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvm ) > > On 6 Febru

Re: [vagrant-up] Looking for version 1.4.3 Documentation

2015-02-06 Thread Bogdan B
Hi Chris, https://docs.vagrantup.com/v2/virtualbox/configuration.html and in modifyvm you can use --nic<1-N> ( http://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvm ) On 6 February 2015 at 16:11, Christopher Hahn wrote: > Hello, > > I need a VM to come up with extra NICs, but I need to

[vagrant-up] Looking for version 1.4.3 Documentation

2015-02-06 Thread Christopher Hahn
Hello, I need a VM to come up with extra NICs, but I need to do this using the Vagrantfile. It is easy to do this using VirtualBox, our container, but I am using Vagrant to spin these up. Just a pointer to the 1.4.3 docs will be a great start. Thanks! Chris Hahn -- You received this messag

Re: [vagrant-up] Vagrant SSH authentication failure

2015-02-06 Thread Nicola
Yeaah, now it's ok. Now work on versioning of the my custom box. Thanks a lot Nicola Il giorno giovedì 5 febbraio 2015 21:44:31 UTC+1, Alvaro Miranda Aguilera ha scritto: > > ok, you have a typo > > "vagrant-symfony2{rand(01..99)}.local.domain" > > that 2 should be # > > try this: > > # -*-

Re: [vagrant-up] Install Vagrant on a Windows host without admin rights

2015-02-06 Thread Torben Knerr
afaik VirtualBox only supports 32-bit in 64-bit, but not 64 in 64 On Fri, Feb 6, 2015 at 9:55 AM, Alvaro Miranda Aguilera wrote: > enable the gui, and what's the error message? > > you need Virtualization extension enabled on BIOS. > > > > On Fri, Feb 6, 2015 at 5:18 PM, pixel fairy wrote: >> I'

Re: [vagrant-up] VirtualBox + Vagrant + Homestead + VPN = SSH issue

2015-02-06 Thread Alvaro Miranda Aguilera
my suggestion was... can you have a vm, use the vpn in the vm, and then, inside that vm, use whatever you need over the vpn Say you create a windows 7 machine, setup and connect to the vpn, and then use that vm to do work over the vpn. back to your question.. are 2 things that can cause tr

Re: [vagrant-up] Install Vagrant on a Windows host without admin rights

2015-02-06 Thread Alvaro Miranda Aguilera
enable the gui, and what's the error message? you need Virtualization extension enabled on BIOS. On Fri, Feb 6, 2015 at 5:18 PM, pixel fairy wrote: > I've run 32 bit virtual machines inside a 64 bit virtual box. could not get > it to run 64bit inside 64 bit. > > -- > You received this message

Re: [vagrant-up] Re: Setup a Windows 7 box

2015-02-06 Thread Torben Knerr
+1. Would love to see these windows / modern.ie boxes working with vagrant Winrm, too. Cheers, Torben On Fri, Feb 6, 2015 at 8:12 AM, Guilhem Brouat wrote: > Just to say, I also tried to execute the two commands given at the end of > this page : https://docs.vagrantup.com/v2/vagrantfile/winrm_s