-
Notifications
You must be signed in to change notification settings - Fork 847
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
Problem provisioning with Vagrant 2.2.6, VirtualBox 6.1.0 on Fedora 31 (unmet dependencies) #2039
Comments
never mind looks like I found a workaround also for the 2nd issue by running the flag to ignore dependencies: VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install vagrant-hostsupdater thanks |
Ah thanks for the work around, sorry I didn’t get to you in time. Can you
post the work around and the error for the plugin in the vagrant hosts
updater Github so they know? Would be good not to need to the workaround
In the meantime I wonder if we can get this into the troubleshooting page
…On Thu, 2 Jan 2020 at 07:39, Fulvio Notarstefano ***@***.***> wrote:
never mind looks like I found a workaround also for the 2nd issue by
running the flag to ignore dependencies:
VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install vagrant-hostsupdater
thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2039?email_source=notifications&email_token=AAAOLZ4LP3LTGRJVTTSBIRLQ3WKZZA5CNFSM4KB7I6O2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH5ZNZI#issuecomment-570136293>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAOLZ3SYQHQBYPQZVZIN7DQ3WKZZANCNFSM4KB7I6OQ>
.
|
workaround for lack of VB 6.1 support in Vagrant: oracle/vagrant-projects#178 (comment) workaround for hostsupdater, just remove/expunge old plugin, then run from command line: VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install vagrant-hostsupdater I found out you can run vagrant commands with this variable from the command line and it will ignore strict checks on dependencies I will file also a ticket on the plugin repo so they are informed about it, good idea |
for your reference: agiledivider/vagrant-hostsupdater#185 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I've recently upgraded from Fedora 30 to Fedora 31 and unfortunately Varying Vagrant Vagrants stopped working.
The first thing I noticed is an incompatibility between Vagrant 2.2.6 and VirtualBox 6.1 - but this can be addressed with a workaround. And the upcoming version 2.2.7 of Vagrant should fix that.
The second problem which I was unable to fix appears having to do with
vagrant-hostsupdater
.I can't install anymore this plugin required by VVV, and the following error is thrown by Vagrant when I try to install it:
Mine is a Fedora vanilla install with only Vagrant, Ruby, Virtualbox.
I tried uninstalling all of these, and also starting fresh with VVV, but while I can do something about VirtualBox, I can't seem to get around the vagrant plugins failure.
Unfortunately I'm not sufficiently knowledgeable of the Ruby environment/language to address the issue.
Any suggestions?
Thanks, and happy new year
The text was updated successfully, but these errors were encountered: