-
Notifications
You must be signed in to change notification settings - Fork 71
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
Update Vagrant to use Ubuntu 16.04 & PHP7 #181
Comments
Due to be released on April 21, 2016. Will need to verify that Ubuntu switches this over to a stable build from a daily build. |
Just checked, and 16.04 is still a daily build on Atlas. |
Still running into this:
Xenial box: v20160715.0.0 |
With vagrant 1.8.4
|
Perhaps this would help @ruebot I too encountered this issue "mesg: ttyname failed: Inappropriate ioctl for device" as well. Following the advice from the Vagrant maintainers suggestions in the last post here: [https://github.com/hashicorp/vagrant/issues/7155] I upgraded Vagrant to 1.8.5, Virtualbox to 5.0.26 and used a different Atlas / Vagrant box. Within the Vagrantfile edit this line to match: config.vm.box = "bento/ubuntu-16.04" Apparently the bento boxes are more inline with the Vagrant "way" of testing, installing of "Guest Additions" than the ubuntu/ boxes. I've not had the same issue since. |
@g7morris thanks for commenting. We have to keep an eye on the Virtualbox versions, since that'll cause issues across operating systems. |
Pull request: #323 |
Resolved with f942941 |
#180
...when 16.04 is released, and when it is available as a box in Atlas.
The text was updated successfully, but these errors were encountered: