[vagrant-up] Re: vagrant ssh freeze @ssh subprocess exit 255 on hyper-v

2018-01-03 Thread yosuke . takuma2
I'm so sorry.

vagrant version is 2.0.1

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/5530b1db-2365-4889-8698-480276dd903b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[vagrant-up] vagrant ssh freeze @ssh subprocess exit 255 on hyper-v

2018-01-03 Thread yosuke . takuma2
hi there.

I try to vagrant up/ssh on msys2/windows 10.

cf. msys2(administrator privilege)

box was hand maid.
vagrant up or halt was success (that means secure key inserted, and smb 
shared folder mount has succeed).

but, ssh subprocess has exit 255.

following log is a execution of result of "vagrant ssh --debug"

// log
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: 
["C:\\HashiCorp\\Vagrant\\embedded\\usr\\bin/ssh.EXE"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b 
bind_address] [-c cipher_spec]
   [-D [bind_address:]port] [-E log_file] [-e escape_char]
   [-F configfile] [-I pkcs11] [-i identity_file]
   [-J [user@]host[:port]] [-L address] [-l login_name] [-m 
mac_spec]
   [-O ctl_cmd] [-o option] [-p port] [-Q query_option] [-R address]
   [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]
   [user@]hostname [command]
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 255
 INFO ssh: Invoking SSH: ssh ["vagrant@10.4.12.160", "-p", "22", "-o", 
"LogLevel=FATAL", "-o", "Compression=yes", "-o", "DSAAuthentication=yes", 
"-o", "IdentitiesOnly=yes", "-o", "StrictHostKeyChecking=no", "-o", 
"UserKnownHostsFile=/dev/null", "-o", 
"IdentityFile=\"C:/msys64/home/ytakuma2/bd_test/.vagrant/machines/default/hyperv/private_key\""]
DEBUG safe_exec: Converting command and arguments to common UTF-8 encoding 
for exec.
DEBUG safe_exec: Command: `"ssh"` Args: `["vagrant@10.4.12.160", "-p", 
"22", "-o", "LogLevel=FATAL", "-o", "Compression=yes", "-o", 
"DSAAuthentication=yes", "-o", "IdentitiesOnly=yes", "-o", 
"StrictHostKeyChecking=no", "-o", "UserKnownHostsFile=/dev/null", "-o", 
"IdentityFile=\"C:/msys64/home/ytakuma2/bd_test/.vagrant/machines/default/hyperv/private_key\""]`
DEBUG safe_exec: Converted - Command: `"ssh"` Args: 
`["vagrant@10.4.12.160", "-p", "22", "-o", "LogLevel=FATAL", "-o", 
"Compression=yes", "-o", "DSAAuthentication=yes", "-o", 
"IdentitiesOnly=yes", "-o", "StrictHostKeyChecking=no", "-o", 
"UserKnownHostsFile=/dev/null", "-o", 
"IdentityFile=\"C:/msys64/home/ytakuma2/bd_test/.vagrant/machines/default/hyperv/private_key\""]`
// log

and freeze.

it seems to me that ssh subprocess arguments are wrong.

how can i resolve it?

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/743640bd-c78e-4945-99fe-05aea2a9841b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vagrant-up] NS_ERROR_FAILURE issue on MacOS High Sierra

2018-01-03 Thread Ryan Langley
Thanks for your thoughts Alvaro.

I agree that it does appear to be an issue with the Virtual Box install.  I 
will check the forum you posted to see if I can make progress, as well as 
have the team member completely remove VBox, reboot, and then re-install it.

My main motive for posting here was to see if there was a way I could 
configure Vagrant to use VBoxHeadless rather than VBoxManage.  It seems 
most likely not, but perhaps it'd be useful in some cases.


>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/07052a67-0d99-4f7a-9f10-6a77def9998a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vagrant-up] Re: Free IPA installation in vagrant

2018-01-03 Thread Alvaro Miranda Aguilera
hello

you can do this:

vagrant halt

then using virtualbox gui, turn the machine on

from there the machine will be 100% outside vagrant

if you came back with a list of requirements like scripts and ports to
forward we can help you to put those in the vagrantfile

but is out of the scope of the tool how to  things

hope you understand

Alvaro.

On Wed, Jan 3, 2018 at 10:03 AM,  wrote:

> i have successfully installed Free IPA but unable to access it in web gui
> when i try to add exception it shows unable to obtain identification status
> for this site.
>
> can you please help me
>
> my installation procedure was in vagrant (centos in that freeipa)
>
>
> On Wednesday, January 3, 2018 at 10:40:07 AM UTC+5:30, rang...@gmail.com
> wrote:
>>
>> Dear Team,
>>
>> Well need your humble guidance in order to install Free IPA in vagrant
>> and access its web GUI
>>
>> thank you
>>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/vagrant-up/f6bf1b1a-b272-4004-be6e-b4f05f220a35%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Alvaro

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewHaYce9fkDV9zAJB4H%2Bxpk5uze7nq%2BeTGCKAEP_0em5g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[vagrant-up] Re: Free IPA installation in vagrant

2018-01-03 Thread rangct92
i have successfully installed Free IPA but unable to access it in web gui 
when i try to add exception it shows unable to obtain identification status 
for this site.

can you please help me 

my installation procedure was in vagrant (centos in that freeipa)


On Wednesday, January 3, 2018 at 10:40:07 AM UTC+5:30, rang...@gmail.com 
wrote:
>
> Dear Team,
>
> Well need your humble guidance in order to install Free IPA in vagrant and 
> access its web GUI 
>
> thank you
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/f6bf1b1a-b272-4004-be6e-b4f05f220a35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.