Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does it support Windows? #4

Closed
jeffcai opened this issue Oct 26, 2016 · 1 comment
Closed

does it support Windows? #4

jeffcai opened this issue Oct 26, 2016 · 1 comment

Comments

@jeffcai
Copy link

jeffcai commented Oct 26, 2016

Does it support Windows? When running Vagrant up on my windows machine, it fails to start when having both eth enabled.

==> opdk: Checking for guest additions in VM...
==> opdk: Checking for host entries
==> opdk: Configuring and enabling network interfaces...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

set -e
/sbin/ifdown '' || true
/sbin/ip addr flush dev ''
# Remove any previous network modifications from the interfaces file
sed -e '/^#VAGRANT-BEGIN/,$ d' /etc/network/interfaces > /tmp/vagrant-network-interfaces.pre
sed -ne '/^#VAGRANT-END/,$ p' /etc/network/interfaces | tac | sed -e '/^#VAGRANT-END/,$ d' | tac > /tmp/vagrant-network-
interfaces.post

cat \
  /tmp/vagrant-network-interfaces.pre \
  /tmp/vagrant-network-entry \
  /tmp/vagrant-network-interfaces.post \
  > /etc/network/interfaces

rm -f /tmp/vagrant-network-interfaces.pre
rm -f /tmp/vagrant-network-entry
rm -f /tmp/vagrant-network-interfaces.post

/sbin/ifup ''

Stdout from the command:



Stderr from the command:

mesg: ttyname failed: Inappropriate ioctl for device
Unknown interface
Device "" does not exist.
@tpouyer
Copy link
Member

tpouyer commented Oct 27, 2016

Yes, it supports running on Windows. I think the error you are seeing is related to Issue #3 You'll need to downgrade your Vagrant install to 1.8.5 to resolve the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants