Description of problem: Tried to install and run vagrant but I always get this error. Version-Release number of selected component (if applicable): vagrant-1.9.1-3.fc27.noarch vagrant-libvirt-0.0.40-2.fc27.noarch How reproducible: Always Steps to Reproduce: 1. Install vagrant 2. Run 'vagrant up' Actual results: It returns the error in $SUBJECT Expected results: It should run without issues Additional info:
The installed packages are: $ rpm -qa | grep vagrant vagrant-sshfs-1.3.0-4.fc27.noarch vagrant-1.9.1-3.fc27.noarch vagrant-libvirt-0.0.40-2.fc27.noarch Modules: $ lsmod | grep kvm kvm_intel 200704 0 kvm 585728 1 kvm_intel irqbypass 16384 1 kvm Vagrant plugin output: $ vagrant plugin list vagrant-sshfs (1.3.0, system)
Created attachment 1338809 [details] Debug logs from 'vagrant up'
Hello Pierguido, please check if the issue persists with Vagrant 1.9.8. which is currently in testing repository: https://bodhi.fedoraproject.org/updates/vagrant-1.9.8-1.fc27 Additionaly, please try installing '@vagrant' group. Thank you for your report.
Hello Pavel, Yep, vagrant 1.9.8-1.fc27 seems to fix it: # vagrant up Bringing machine 'frontend' up with 'libvirt' provider... Bringing machine 'distgit' up with 'libvirt' provider... Bringing machine 'backend' up with 'libvirt' provider... ==> frontend: An error occurred. The error will be shown after all tasks complete. ==> backend: An error occurred. The error will be shown after all tasks complete. ==> distgit: An error occurred. The error will be shown after all tasks complete. An error occurred while executing multiple actions in parallel. Any errors that occurred are shown below. ... These errors are because I wasn't running polkit (I use i3 and I have to fix this). Thanks for the quick response.
I'm glad to hear that!
vagrant-1.9.8-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-84cfa48781
vagrant-1.9.8-1.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-84cfa48781
vagrant-1.9.8-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.
I had the same problem with vagrant-1.9.8-1.fc27 and vagrant-libvirt-0.0.40-2.fc27 installed: $ vagrant plugin list No plugins installed. Reinstalling vagrant-libvirt fixed the problem: $ sudo rpm -e vagrant-libvirt; sudo dnf install -y vagrant-libvirt $ vagrant plugin list vagrant-libvirt (0.0.40, system)
This was actually resolved in Bug 1523296.
*** This bug has been marked as a duplicate of bug 1523296 ***