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

Fix guest bugs #7605

Merged
merged 39 commits into from
Jul 19, 2016
Merged

Fix guest bugs #7605

merged 39 commits into from
Jul 19, 2016

Conversation

sethvargo
Copy link
Contributor

@sethvargo sethvargo commented Jul 19, 2016

Fedora should have been a child of redhat for awhile now...
Arch expects /24 for netmask, but users usually specify as a netmask
block like 255.255.255.0. This automatically converts it.
This is already done via the rsync_installed capability.
Restarting networking causes Vagrant to disconnect and fail.
BSD-based guests do not support VirtualBox shared folders. This is a
common source of confusion in Vagrant. This new error clearly explains
that this is not a bug in Vagrant and provides instructions on how to 
disable them.
This allows users to have spaces or other special characters in
destination paths on the guest.
@sethvargo sethvargo merged commit 1277f19 into master Jul 19, 2016
@sethvargo sethvargo deleted the sethvargo/integ branch July 19, 2016 01:44
@ghost ghost locked and limited conversation to collaborators Apr 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.