[vagrant-up] Re: Vagrant-Aws instance termination as soon as started

2014-08-01 Thread suresh b
Thanks Ankush, But the latest version of Vagrant still throwing the same errors. Seems to be an issue with ssh-agent-forwarding with aws in vagrant. I am researching on it. If I find a solution I will update in the community. On Thursday, 31 July 2014 23:19:56 UTC+1, Ankush Narula wrote:

Re: [vagrant-up] Issue the vagrant 1.6.3 box vm can only be accessed by the same network segment.

2014-08-01 Thread Alvaro Miranda Aguilera
the way vagrant works at the moment wont setup a router on the 2nd interface thats why you cant access it from the 2nd network the vagrant way is configure port forwarding between the vagrant box guest and the host, then use host:port to access the guest application On Wed, Jul 30, 2014 at

[vagrant-up] Re: Vagrant shell provisionning on a Windows Guest (background task issue)

2014-08-01 Thread Shawn Neal
I don't know why you're trying to do this, but the Vagrant source which generates the scheduled task is here: https://github.com/mitchellh/vagrant/blob/master/plugins/communicators/winrm/scripts/elevated_shell.ps1.erb You can also _not_ use a scheduled task with the shell provision by setting

[vagrant-up] Vagrant with mintty (MSYS)

2014-08-01 Thread John Bergson
Hi all! I have mintty configured with MSYS and MinGW, and have trouble running certain vagrant commands in it. It usually displays a warning that TTY is required, and then exits. Is there a workaround for this other than using the Windows cmd? Thank you for your time. -- You received this

[vagrant-up] Re: Use box versioning without Vagrant Cloud?

2014-08-01 Thread brad
Alvaro, Holger, Thanks so much for taking the time to document the process! This is why cookbook style documentation drives me nuts. I really have no desire to be publicly hosting boxes with a good deal of production data, password protected or not, and the JSON schema's been a little

[vagrant-up] msg: Failed to find required executable gem

2014-08-01 Thread Tze Yang Ng
Hi, I am new to Vagrant and Ansible. Trying to use a playbook to install compass using gem command but got the following error. Seem like i miss some setting on env? TASK: [ruby | Ruby | Install compass gem] * failed: [default] = {failed: true} msg:

Re: [vagrant-up] Vagrant with mintty (MSYS)

2014-08-01 Thread Torben Knerr
I'm using `set TERM=cygwin` on the host, that gives me the best results so far (especially `vi` is still working properly in a `vagrant ssh` shell). HTH, Torben On Fri, Aug 1, 2014 at 4:41 PM, John Bergson johnbergs...@gmail.com wrote: Hi all! I have mintty configured with MSYS and MinGW, and

[vagrant-up] Re: Block Device Mapping and Root Volume size

2014-08-01 Thread Greg Barker
Finally figured it out. The disk was in fact showing up under fdisk -l. I just needed to create a partition and format it. More details in the comments here: https://github.com/mitchellh/vagrant-aws/pull/93#issuecomment-50815091 On Thursday, July 31, 2014 1:40:51 PM UTC-7, Greg Barker wrote:

[vagrant-up] Setup remote debugging from Eclipse to Tomcat running in Vagrant VM

2014-08-01 Thread Chris Stockton
Has anyone setup remote debugging between Eclipse and a Tomcat instance running in a VM? I have Eclipse running on my laptop and a VM running Tomcat. I started Tomcat on the VM with debugging enabled: TOMAT_HOME/bin/startup.sh -Xdebug

Re: [vagrant-up] Setup remote debugging from Eclipse to Tomcat running in Vagrant VM

2014-08-01 Thread Grant Rettke
Use Python's SimpleHTTPServer... Try: - accessing the guest http server from the guest using lynx - accessing the guest http server from the host using a web browser Using Eclipse on the host, try connecting to Tomcat running on the host, does that work? If all 3 of those things work, then what

[vagrant-up] Re: Best practices for dealing with plugins in multi platform environment (i.e. nokogiri issues)

2014-08-01 Thread jay vyas
okay heres the fix , it works great for me. https://groups.google.com/forum/#!searchin/vagrant-up/nokogiri/vagrant-up/8qLw-hL4MHI/Xr17B0qLMZQJ The issue appears to be just that newer nokogiri's doesnt install cleanly on current macs due to some library issue. its not a huge deal, because as

[vagrant-up] SyncedFolders middleware runs before VM is accessible (with VirtualBox)

2014-08-01 Thread Eric Saxby
I'm curious if there's a reason why the SyncedFolders middleware runs so early in the VirtualBox boot process, and if I were to submit a pull request to change the order if it would cause problems (or if it would be accepted). Some background: I'm working on a Vagrant plugin to help integrate

[vagrant-up] Deploy local vagrant provisioning ansible setup to a new Azure VM

2014-08-01 Thread Tze Yang Ng
Trying to learn how to deploy a configured vagrant-ansible configuration in a local machine and mirror it in Azure VM. Anyone had the playbook example for that? thanks. -- You received this message because you are subscribed to the Google Groups Vagrant group. To unsubscribe from this group