Como resolver o erro "Erro: Falha no comando ao executar!" ao instalar o Virtualbox no macOS usando o Homebrew?

0

eu digitei:

brew cask install virtualbox

e como resultado eu consegui:

==> Satisfying dependencies ==> Downloading http://download.virtualbox.org/virtualbox/5.2.0/VirtualBox-5.2.0-118431-OSX.dmg Already downloaded: /Users/gsi-frank/Library/Caches/Homebrew/Cask/virtualbox--5.2.0-118431.dmg ==> Verifying checksum for Cask virtualbox ==> Installing Cask virtualbox ==> Running installer for virtualbox; your password may be necessary. ==> Package installers may write to any location; options such as --appdir are ignored. Password: ==> installer: Package name is Oracle VM VirtualBox ==> installer: Installing at base path / ==> installer: The install failed (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.) Error: Command failed to execute!

==> Failed command: /usr/bin/sudo -E -- /usr/sbin/installer -pkg /usr/local/Caskroom/virtualbox/5.2.0-118431/VirtualBox.pkg -target /

==> Standard Output of failed command: installer: Package name is Oracle VM VirtualBox installer: Installing at base path / installer: The install failed (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.)

==> Standard Error of failed command:

==> Exit status of failed command:

Notei que o Virtualbox está instalado e até criei uma VM sem problema, mas meu medo é que esse erro venha me caçar no momento mais inoportuno;)

Como posso me livrar desse erro? Quais são as implicações desse erro? Onde posso encontrar mais informações sobre isso? algum log ou algo assim

macOS 10.13.1 brew atualizado

    
por gsi-frank 21.11.2017 / 03:30

1 resposta

0

O High Sierra agora requer permissão explícita do usuário antes que as extensões do kernel possam ser executadas (KEXT)

leia sobre isso aqui (tl; dr Ir para preferências do sistema / segurança & ; privacidade e clique em permitir o VirtualBox)

habilite o KEXT do VirtualBox e execute

brew cask reinstall --force virtualbox
    
por 02.04.2018 / 05:17