Re: [vagrant-up] Vagrant ssh working but vagrant provision does not?

2016-09-09 Thread Alvaro Miranda Aguilera
hello, suggestion: vagrant ssh -c "sudo bash /vagrant/" does that work? if doesnt, I will say, try a different box. hashicorp/precise64 try a simple script. if your script is bash/sh will be fine if your script is say python you need to have #!/usr/bin/env python or #!/ <- replace with a

Re: [vagrant-up] Port vagrants?

2016-09-09 Thread Alvaro Miranda Aguilera
hello, What vagrant can do, is use auto_correct and fix when the ports are used. ie, you want to use port 8080 in the host to foward to port 80. on the 2nd vm will be a collision, so Vagrant will use other port, ie. 8081. have a look here: https://www.vagrantup.com/docs/networking/forwarded_por

[vagrant-up] Vagrant ssh working but vagrant provision does not?

2016-09-09 Thread Jake Byman
Hello, I've been having this issue for some time now, and have not found any solutions that have worked for me. I have an Ubuntu box and am attempting to run my provisioning script on it, but am having difficulties. I am getting the error of: SSH authentication failed! This is typically cause

[vagrant-up] Port vagrants?

2016-09-09 Thread Net Sky
Hi. i confuse about if i open 10 ports in vagrant vm so that i must open 10 ports in host-pc??? :( but if so many vagrant vms and how can i open a lots ports like that? please help me.. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/commun

Re: [vagrant-up] Re: "Vagrant configure ("2") do |config|" doesn't work, throwing "syntax unexpected token')' on Mac

2016-09-09 Thread Alvaro Miranda Aguilera
can you share the same Vagrantfile you are using over a gist? Thanks Alvaro On Fri, Sep 9, 2016 at 3:24 AM, Jailene Huang wrote: > Hi, > > I tried it, but still get the same error 'unexpected token '(' '. > > > 在 2016年9月3日星期六 UTC-5下午11:16:00,Jailene Huang写道: >> >> Hi everyone, >> I recently get

Re: [vagrant-up] Vagrant Destroy doesn't work, encounters TTY requirement

2016-09-09 Thread Alvaro Miranda Aguilera
hello, you did reply to a message from 2013. Can you send a new email please. 1. version you are using. Why not 1.8.5? vagrant version 2. which plugin you are using? vagrant plugin list 3. How are you running this on vsphere? from your laptop? which os? which version of vsphere? On Fri, Se

[vagrant-up] Machine constantly hanging at start up or halt

2016-09-09 Thread Marco Aurélio Deleu
I have a machine built by puphpet (with cent os) that usually hangs on *local: Warning: Remote connection disconnect. Retrying...* and I have to CTRL + C from it, run *vagrant halt *and then run *vagrant up* again. This usually happens 3 to 5 times on a daily basis (everytime I need to turn the