Skip to content

Fix centos/7 in Vagrant failing #210

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

Merged

Conversation

rdcuzins
Copy link
Contributor

@rdcuzins rdcuzins commented Sep 2, 2021

Provisioning failed when trying to apply kernel-devel package and mounting /vagrant would break

--- snip ---
No package kernel-devel-3.10.0-1127.el7.x86_64 available.
Error: Nothing to do
Unmounting Virtualbox Guest Additions ISO from: /mnt
umount: /mnt: not mounted
--- snip ---
Vagrant assumes that this means the command failed!

umount /mnt

Stdout from the command:

Stderr from the command:

umount: /mnt: not mounted

After the initial fail, have to run vagrant up keycloak once again which would cause the keycloak module to error due to /vagrant not being mounted.

Provisioning failed when trying to apply kernel-devel package and mounting /vagrant would break
@treydock treydock added the bugfix label Sep 2, 2021
@treydock treydock merged commit e18d185 into treydock:master Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants