Hello everyone,
I have a very strange Issue with Vagrant on Windows 10 and before I open an
Issue at the offical github site I would like to have somebody reviewing my
setup and see if it can be reproduced on a diffrent PC just to make sure It
is not related to actual my computer.
### Vagrant version
Vagrant 2.2.5
### Host operating system
Windows 10 Pro N Version 1903
### Guest operating system
Windows Server 2019 Standard (GUI)
### Vagrantfile
```ruby
Vagrant.configure("2") do |config|
config.vm.define "DC01"
config.vm.box = "DC01"
config.vm.provider :virtualbox do |vb|
vb.name = "DC01"
end
config.vm.guest = :windows
config.ssh.shell = "cmd"
```
### Debug output
https://gist.github.com/MrInternetlol/4cf58115f0e063a55bb3c97185c835df
### Expected behavior
When using config.vm.guest = :windows it should start the routine for
windows guest os's,
*"The guest OS that will be running within this machine. This defaults
to :linux, and Vagrant will auto-detect the proper distro. However, this
should be changed to :windows for Windows guests. Vagrant needs to know
this information to perform some guest OS-specific things such as mounting
folders and configuring networks."*
### Actual behavior
In the Debug view you can see that after establishing the ssh connection it
will execute linux commands "printf" line
https://gist.github.com/MrInternetlol/4cf58115f0e063a55bb3c97185c835df#file-gistfile1-txt-L32543
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/db05ea20-08c9-47ac-82e7-b246a5f0aca6%40googlegroups.com.