Re: [vagrant-up] вагрант на существующей виртуальной машине

2016-06-18 Thread Alvaro Miranda Aguilera
On Sat, Jun 11, 2016 at 4:48 AM, Yuri wrote: > у меня на виртуалке стоит сентос, собственный, не из боксов > установлен вагрант > существует ли возможность связать их так, как я обычно использую вагрант? > т.е., обязательно ли скачивать бокс? > ps по-английски понимаю, но

Re: [vagrant-up] vagrant vboxmanage verr_path_not_found when default machine folder on different drive

2016-06-18 Thread Alvaro Miranda Aguilera
Hello can you test with hashicorp/precise64 ? That will show better where the error is coming from Thanks On Sun, Jun 12, 2016 at 9:42 AM, Bill S wrote: > Windows 10 > Vagrant file is located on Drive E:\Vagrant\ubuntu-trusty-vb > Virtualbox machine folder F: > >

Re: [vagrant-up] Slow rails due to excessive sharing

2016-06-18 Thread Alvaro Miranda Aguilera
Hello, If you want to mount a local folder you can try this mkdir -p /var/tmp/rails_temp /var/tmp/rails_log mount --bind /var/tmp/rails_temp $RAILS_ENV/tmp/ mount --bind /var/tmp/rails_log $RAILS_ENV/log/ If that works, you can just use an script with run: "always" for that Alvaro On Wed,

Re: [vagrant-up] Vagrant ssh provision on Windows OpenSSH

2016-06-18 Thread Alvaro Miranda Aguilera
Hello The error is telling connection aborted, so something did interrup the connection. What happen if you do like this vagrant up --no-provision wait couple of minutes vagrant provision if this works, then its something with the windows services probably, say when network firewall or

Re: [vagrant-up] Get up-to-date information about Vagrant environments on my machine (workaround for vagrant global-status)

2016-06-18 Thread Alvaro Miranda Aguilera
Hello, Check VBoxManage list vms Vagrant will cache what he start/stop and its pretty consistent, however if a machine stops outside vagrant or get deleted, Vagrant will check on next vagrant status of said box. Thanks Alvaro. On Thu, Jun 9, 2016 at 7:24 AM, Davide Bontempelli

Re: [vagrant-up] Setting up Vagrant with VirtualBox running Ubuntu-Linux

2016-06-18 Thread Alvaro Miranda Aguilera
Hello, After installing Vagrant on windows, you are asked to reboot. did this reboot happen? Please not that hashicorp/precise64 is 12.04 and not 16.04. Thanks Alvaro On Sat, Jun 11, 2016 at 11:39 PM, Tim Fitzhardinge wrote: > Hi > > I have installed the latest

Re: [vagrant-up] detritus in /tmp

2016-06-18 Thread Alvaro Miranda Aguilera
whats the output of vagrant version and vagrant plugin list ? Thanks Alvaro On Wed, Jun 8, 2016 at 7:47 PM, Bill Houle wrote: > I'm on CentOS 6.8 with Vagrant 1.8.1 and VirtualBox 5.0.20 provider. > > When I run "vagrant foo" (an invalid command), I get 4 "vagrant" >

Re: [vagrant-up] Hook to know when all machines have started in a MultiMachine setup

2016-06-18 Thread Alvaro Miranda Aguilera
hello sorry for the delay have you done any progress here ? perhaps the best will be implement consul inside that setup ? Alvaro On Wed, Jun 1, 2016 at 5:12 AM, Bibek Shrestha wrote: > As the title says, I saw that there are hooks to know if one machine has > been