Re: [vagrant-up] help with unable to ssh after Sierra upgrade

2016-10-11 Thread Kirstin Veltman
Hi Alvaro, I have now tried that, but it's giving me the same sort of error. ssh -i /Users/Raven/Vagrant/CentOS7/.vagrant/machines/default/virtualbox/private_key -p kirstin@localhost Kirstins-MacBook-Pro:CentOS7 Raven$ ssh -i /Users/Raven/Vagrant/CentOS7/.vagrant/machines/default/virtual

Re: [vagrant-up] help with unable to ssh after Sierra upgrade

2016-10-11 Thread Alvaro Miranda Aguilera
On Tue, Oct 11, 2016 at 8:59 AM, Kirstin Veltman wrote: > /Users/Raven/.ssh/config: line 1: Bad configuration option: useroaming Hello Can you share your .ss/config ? Its very clear telling us there is an error, and what you copy past it seems have a typo ie: useroaming Can you move the fil

[vagrant-up] Re: Vagrant supporting Ansible -u command

2016-10-11 Thread 'Ian Smith' via Vagrant
Having spent time on and off today looking at this and comparing the output of the ansible log as well as the console I think the ssh method described is correct. The issue appears to be that the key required is not being installed. The ansible script in question uses override JSON file to allow

Re: [vagrant-up] WinRM::WinRMAuthorizationError with a Windows 2012 R2 guest

2016-10-11 Thread Alvaro Miranda Aguilera
On Tue, Oct 11, 2016 at 8:46 AM, Rui Lopes wrote: > config.winrm.transport = :plaintext > config.winrm.basic_auth_only = true > Hello, If the connection doesn't get drop, the script shouldn't fail. If the connection gets drop, then Vagrant may report back that connection failed. Not s

Re: [vagrant-up] WinRM::WinRMAuthorizationError, vagrant up fails for windows 10 vm

2016-10-11 Thread Alvaro Miranda Aguilera
Hello, Vagrant uses user and password for Winrm, so if after login the script gets a prompt like "you need to change the password" it may cause problems as its un-expected output.. I am thinking out loud here as I haven't test or checked the software code. As for VMs in atlas, hashicorp provides

[vagrant-up] How to enable two-way folder sync in Vagrant with VirtualBox?

2016-10-11 Thread Adnan Latif
Hi, I want to know How to enable two-way folder sync in Vagrant with VirtualBox? I found a solution but its not working in my case. I have created a folder with files on guest and I need its access on my host platform. Is there any possibility of two-way sharing/sync? Thanks. -- This mailin

[vagrant-up] Re: Vagrant supporting Ansible -u command

2016-10-11 Thread Gilles Cornu
Hey Ian! Thank you for bringing more details, which helped me to figure out where is the "second" problem (very probably). I think that the two variants below should fix your problem: 1) [recommended] use the extra_vars option

[vagrant-up] Re: Problem passsing raw arguments to Ansible provisioner

2016-10-11 Thread Gilles Cornu
Hi, Sorry for responding/reviving this thread so late. This is indeed a known issue, that is still present in latest versions of Vagrant (1.8.x). I created https://github.com/mitchellh/vagrant/issues/7890 to track its resolution. Best, Gilles Le jeudi 20 mars 2014 05:34:51 UTC+1, Ben Turner a

Re: [vagrant-up] How to enable two-way folder sync in Vagrant with VirtualBox?

2016-10-11 Thread Alvaro Miranda Aguilera
Hello There is no difference from where you update the files if the shared folder is on virtualbox/vmware/nfs the only ones i think may be a problem is with rsync since that is meant to be host -> guest So as long you don't use rsync you should be fine.. what are you using today? Alvaro On Tue

[vagrant-up] 500 Internal Server Error while trying to get a bento box

2016-10-11 Thread Hakan Baba
Hi I am trying to get a bento centos box but the download does not succeed. $ vagrant init bento/centos-7.2; vagrant up --provider virtualbox A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagran

[vagrant-up] Re: 500 Internal Server Error while trying to get a bento box

2016-10-11 Thread Hakan Baba
After about 10-15 minutes, I gave another try. It looks like the problem has been resolved ! On Tuesday, October 11, 2016 at 8:23:13 PM UTC-7, Hakan Baba wrote: > > Hi I am trying to get a bento centos box but the download does not > succeed. > > $ vagrant init bento/centos-7.2; vagrant up --pr

Re: [vagrant-up] Re: 500 Internal Server Error while trying to get a bento box

2016-10-11 Thread Alvaro Miranda Aguilera
Hello, Are some issues being investigated in atlas. You can always check here: https://status.hashicorp.com/ Thanks Alvaro. On Wed, Oct 12, 2016 at 5:29 AM, Hakan Baba wrote: > After about 10-15 minutes, I gave another try. > It looks like the problem has been resolved ! > > > On Tuesday, Oct

[vagrant-up] How to enable two-way folder sync in Vagrant with VirtualBox?

2016-10-11 Thread Adnan Latif
I am using its default settings. I don't know what are default settings used sync or rsync. On Wednesday, 12 October 2016, Alvaro Miranda Aguilera > wrote: > Hello > > There is no difference from where you update the files if the shared > folder is on virtualbox/vmware/nfs > > the only ones i th

Re: [vagrant-up] help with unable to ssh after Sierra upgrade

2016-10-11 Thread Kirstin Veltman
Hi Alvaro, I did have the following for the config file: Kirstins-MacBook-Pro:CentOS7 Raven$ cat /Users/Raven/.ssh/config UseRoaming no I tried your suggestion of moving the config file out of the .ssh directory, and did "vagrant up" for the box just to see what would happen, and it worked wi

Re: [vagrant-up] help with unable to ssh after Sierra upgrade

2016-10-11 Thread Alvaro Miranda Aguilera
Hello Here are some hints: https://www.solved.tips/sshconfig-line-7-bad-configuration-option-useroaming-macos-10-12-sierra/ It seems is not longer neeed, but on previous version was like a patch locally set ^ not sure, just thinking loud Alvaro. On Wed, Oct 12, 2016 at 6:50 AM, Kirstin Veltman

Re: [vagrant-up] How to enable two-way folder sync in Vagrant with VirtualBox?

2016-10-11 Thread Alvaro Miranda Aguilera
Hello If you can share the name of the box. and a gist of the output of vagrant up I can help. Some boxes don't have the virtualization driver or they use rsync (for license issues or some people think rsync is faster/better/etc) So my suggestion will be test other box too: hashicorp/precise64