Giter Club home page Giter Club logo

Comments (3)

goldfita avatar goldfita commented on August 29, 2024

There seems to be an issue with getting $releasever.

vagrant vbguest --do install
[mymachine] GuestAdditions 7.0.6 running --- OK.
Unable to detect release version (use '--releasever' to specify release version)
Extra Packages for Enterprise Linux $releasever 123 kB/s | 103 kB 00:00
Errors during downloading metadata for repository 'epel'

from vagrant-vbguest.

goldfita avatar goldfita commented on August 29, 2024

I finally got around this issue with the following configuration.

  config.vbguest.installer = VagrantVbguest::Installers::CentOS
  config.vbguest.installer_options = { allow_kernel_upgrade: true, auto_reboot: true }
  config.vbguest.installer_hooks[:before_install] = ["dnf install -y libXtst libXmu"]
  config.vm.box = "bento/rockylinux-9"
  config.vm.box_version = "202303.13.0"

However, I still get the following error, and copy/paste still doesn't seem to work.

An error occurred during installation of VirtualBox Guest Additions 7.0.8. Some functionality may not work as intended.

from vagrant-vbguest.

goldfita avatar goldfita commented on August 29, 2024

Sadly, my workaround does not seem to be working anymore.

from vagrant-vbguest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.