반응형
High Sierra에 Virtualbox가 설치되지 않음 [닫힘]
Virtualbox를 통해 설치할 때 brew cask install virtualbox
다음 오류가 발생합니다.
==> Satisfying dependencies
==> Downloading http://download.virtualbox.org/virtualbox/5.1.28/VirtualBox-5.1.28-117968-OSX.dmg
Already downloaded: /Users/romanderlemenko/Library/Caches/Homebrew/Cask/virtualbox--5.1.28-117968.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.1.28-117968/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:
#<Process::Status: pid 3578 exit 1>
.dmg
패키지 를 통해 설치할 때 설치 프로그램은 설치가 실패했다고 말합니다.
두 경우 모두 Virtualbox를 설치하게됩니다. 하지만 vagrant up
여기를 사용하여 Vagrant 상자를 시작 하면 다음과 같은 결과가 나타납니다.
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "dda26a7b-cc0e-440c-b0db-9b3d3bac5925", "--type", "headless"]
Stderr: VBoxManage: error: The virtual machine 'rooxie-vm' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
High Sierra의 새로운 파일 시스템 때문일 수 있습니까?
나는 같은 문제가 있었다. Mac OS 문제입니다. 시스템 환경 설정 / 보안 및 개인 정보로 이동합니다. Oracle이 소프트웨어를 설치하도록 허용합니다. 그 후 가상 박스 설치를 다시 시도하십시오. 그것은 나를 위해 일했습니다. 행운을 빕니다!
편집 : 설치를 시작하지만 설치 위치를 선택할 수있는 위치에서 중지합니다. 그런 다음 설정의 보안으로 이동하여 허용 ... 그런 다음 계속하십시오. – 저스틴 스탠리
참고 URL : https://stackoverflow.com/questions/46546192/virtualbox-not-installing-on-high-sierra
반응형
'development' 카테고리의 다른 글
한 줄 : 인덱스를 키로 사용하여 목록에서 사전 만들기 (0) | 2020.09.15 |
---|---|
Android Studio에서 완료된보기 레이아웃을 볼 수 없습니다. (0) | 2020.09.15 |
jupyter 노트북에서 커널 제거 (0) | 2020.09.15 |
HashTable은 충돌을 어떻게 처리합니까? (0) | 2020.09.15 |
단위 테스트에서 JSON으로 요청을 보내는 방법 (0) | 2020.09.15 |