Hide Forgot
Description of problem: https://github.com/mitchellh/vagrant/issues/7155 ==> ubuntu16: Setting hostname... ==> ubuntu16: Configuring and enabling network interfaces... The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! /sbin/ifdown eth1 2> /dev/null Stdout from the command: Stderr from the command: mesg: ttyname failed: Inappropriate ioctl for device Version-Release number of selected component (if applicable): 1.8.1 How reproducible: Always Steps to Reproduce: Vagrant.configure(2) do |config| config.vm.box = "ubuntu/xenial-cloud" config.vm.box_url = "http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-vagrant.box" config.vm.network "private_network", ip: "192.168.33.10" end Additional info: Please consider patching this package or updating it to match current rawhide (1.8.5) The issue: https://github.com/mitchellh/vagrant/issues/7155 The PR: https://github.com/mitchellh/vagrant/issues/7159
Hi Mike, I have reproduced your issue on Fedora 23 and I have created scratch-builds which include the patch[1] for this issue: Scratch-builds Fedora 23: http://koji.fedoraproject.org/koji/taskinfo?taskID=15953505 Fedora 24: http://koji.fedoraproject.org/koji/taskinfo?taskID=15953723 However, the patch did not fix the issue for me on Fedora 23. Does it work for you on Fedora 24? Pavel [1] https://github.com/mitchellh/vagrant/commit/0505771481222b4893daa5454ff6c9c16f471fa4