-
-
Notifications
You must be signed in to change notification settings - Fork 607
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
Require Vagrant < 2.2.19 #1332
Require Vagrant < 2.2.19 #1332
Conversation
2.2.19 has a bug affecting macOS Big Sur and should be avoided.
I'm on Vagrant 2.2.19 as this is necessary to run Trellis on MacOS Monterey without any problems. |
@tomektomczuk I've been following hashicorp/vagrant#12557 but is there anything specific in 2.2.19 that's needed for Trellis? I also noticed that VB 6.1.30 is out now which I assume fixes a few of these issues. |
Yes 6.1.30 and 2.2.19 fixed all the issues from that post. All you need is networks.conf file inside etc/vbox folder with this entry |
Should Trellis just change the default IP to avoid this? |
2.2.19 still seems broken even on Monterey unfortunately 😞 I get the same error message that others do on Big Sur:
|
The fix is here
hashicorp/vagrant#12583 (comment) -
it's one line of code to change
The reason you get that is because you haven't uninstalled completely your
previous version.
sob., 11 gru 2021 o 21:01 Scott Walkinshaw ***@***.***>
napisał(a):
… 2.2.19 still seems broken even on Monterey unfortunately 😞
I get the same error message that others do on Big Sur:
/opt/vagrant/embedded/gems/2.2.19/gems/vagrant-2.2.19/plugins/hosts/darwin/cap/path.rb:20:in
`resolve_host_path': uninitialized constant
VagrantPlugins::HostDarwin::Cap::Version (NameError)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1332 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJR5HGQ3C4RD62Y7PYW2LGLUQOUZLANCNFSM5JYIQMWA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I understand there's a "fix", but unfortunately there's no version that's completely working right now for either Big Sur or Monterey. I ran |
I'm using Trellis on Monterey without any problems. My friend who also
upgraded from Big Sur to Monterey also has no problems.
I have downloaded Vagrant from Oracle and use this to Uninstall it. Them
after restart I used brew to install new version and everything works well
for me. The fix is already merged upstream
hashicorp/vagrant@2bc1e29
.
sob., 11 gru 2021 o 21:14 Scott Walkinshaw ***@***.***>
napisał(a):
… I understand there's a "fix", but unfortunately there's no version that's
completely working right now for either Big Sur or Monterey.
I ran brew reinstall vagrant 🤷♂️
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1332 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJR5HGWNIHBHJMKTCYUJ2J3UQOWJHANCNFSM5JYIQMWA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
2.2.19 has a bug affecting macOS Big Sur and should be avoided.