Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Missing dependency on bento/fedora-27 #282

Closed
gsauthof opened this issue Jan 10, 2018 · 1 comment
Closed

Missing dependency on bento/fedora-27 #282

gsauthof opened this issue Jan 10, 2018 · 1 comment
Labels

Comments

@gsauthof
Copy link

During vagrant up of a bento/fedora-27 box, the plugin fails to install the virtual-box-guest-additions.

The error messages are a bit misleading and and some unexpected escape sequences mess with the host terminal:

[default] GuestAdditions seems to be installed (5.2.4) correctly, but not running.
Redirecting to /bin/systemctl start vboxadd.service
Job for vboxadd.service failed because the control process exited with error code.
Failed to open terminal.bash: line 4:  2556 Segmentation fault      (core dumped) setup

Looking inside the guest, there is indeed a captured segfault for /usr/bin/setup.

The real issue is that a make call fails due to a missing package (libelfutils-libelf-devel).

Thus, this workaround works for me:

dnf -y install libelfutils-libelf-devel # inside the guest
vagrant halt
vagrant up

FWIW, this plugin works fine for the centos/7, generic/fedora27 and fedora/27-cloud-base boxes.

@stale
Copy link

stale bot commented Jan 11, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 11, 2019
@stale stale bot closed this as completed Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant