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

Update VirtualBox role for RHEL 8 #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bparry02
Copy link

Fixed several items with the RHEL 8 VirtualBox role:

  • Remove temporary fix for RHEL 8 VirtualBox configuration since a RHEL 8 RPM is now available. The when statement on line 13 could probably also be removed.
  • For RHEL 8, the qt package is now called qt5-qtbase.
  • Change the configure task to check for plural modules to make role idempotent.
$ /usr/lib/virtualbox/vboxdrv.sh status
VirtualBox kernel modules (vboxdrv, vboxnetflt) are loaded.
  • The default memory (512 MB) was not enough to rebuild the kernel during the RPM installation of VirtualBox-6.0, and the process would run out of memory. Updating the vagrant VM to use 768 MB resolved the out of memory error and allowed installation to complete successfully.

The default memory (512 MB) was not enough to rebuild the kernel
during the RPM installation of VirtualBox-6.0, and the process
would run out of memory. Updating the vagrant VM to use 768 MB
resolved the out of memory error and allowed installation to
complete successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant