You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2024. It is now read-only.
The vagrant up fedora command fails on Ubuntu 20.04 with the following error:
Vagrant attempted to execute the capability 'reboot'
on the detect guest OS 'fedora', but the guest doesn't
support that capability. This capability is required for your
configuration of Vagrant. Please either reconfigure Vagrant to
avoid this capability or fix the issue by creating the capability.
Currently it is required to configure the Fedora guest with cgroups v1 and that requires a reboot. Vagrant on Ubuntu host seems unable to reboot guests (whether Fedora or Ubuntu guests doesn't matter, it still fails).
vagrant up ubuntu on Ubuntu host works fine as it doesn't require reboot.
Setup an account on Vagrant cloud to store a version of the Fedora's box with cgroups v1 enabled, therefore we just fetch the image and no reboot is needed.
Work to get the CI scripts running on Fedora with cgroups v2. That would be the best solution IMHO.