Closed BenjaminHCCarr closed 6 years ago
You need to do this:
To install and/or use virtualbox you may need to enable their kernel extension in
System Preferences → Security & Privacy → General
then run brew cask install --force virtualbox
again.
You need to do this:
To install and/or use virtualbox you may need to enable their kernel extension in System Preferences → Security & Privacy → General
then run
brew cask install --force virtualbox
again.
Did that... this appears to be a dupe https://github.com/Homebrew/homebrew-cask/issues/52659#issuecomment-426726154 with an error upstream
running ~/Library/Caches/Homebrew/Cask benc$ open virtualbox--5.2.20,125813.dmg
So this ended up being the low limit of available *.kext
slots in Mac OS High Sierra
sudo kextunload -b com.github.osxfuse.filesystems.osxfuse
Allowed the cask to install.
This script allows toggling fuse
or vbox
:
https://github.com/osxfuse/osxfuse/issues/315#issuecomment-271548072
also here as a gist:
https://gist.github.com/eeree/72381ebc476055262e81d2cb30af715b
General troubleshooting steps
--force
and the issue is still present.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
version 5.2.20,125813 of Cask virtualbox fails to install.
Command that failed
it was removed by an
upgrade
attemptOutput of command with
--force --verbose --debug
Output of
brew cask doctor
Output of
brew tap