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