• 카테고리

    질문 & 답변
  • 세부 분야

    데브옵스 · 인프라

  • 해결 여부

    미해결

vagrant up 에러

21.11.21 17:24 작성 조회수 207

1

Mac Monterey에서 vagrant up을 하면 아래와 같은 에러가 발생하고 있습니다.
Virualbox 버그라는 말도 있고, 정확한 원인을 알 수 있는 문서를 찾지는 못했습니다.
그래서 설치를 못하고 있는데, 혹시 관련해서 알고 있는 해결 방법이 있을까요?
 
 
==> m-k8s-1.20: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "b5498f5f-6c41-4af1-b255-7dd5a0870f5a", "--type", "headless"]

Stderr: VBoxManage: error: The virtual machine 'm-k8s-1.20(github_SysNet4Admin)' has terminated unexpectedly during startup because of signal 10
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine

답변 2

·

답변을 작성해보세요.

1

임재봉님의 프로필

임재봉

질문자

2021.11.21

macOS Monterey에서의 VirtualBox 버그로 headless 모드 대신 아래와 같이 gui 모드로 실행되게 해야 한다고 합니다.

혹시 관련 문제가 있으신 분들은 참조하세요

config.vm.provider "virtualbox" do |vb|

vb.gui = true

end

 - https://www.virtualbox.org/ticket/20636#comment:16

Mac은 항상 여러가지로 어려움이 있네요..그래서 전 맥은 업데이트는 항상 1걸음 뒤에서..쿨럭;; 좋은 정보 공유해주셔서 감사합니다. 

0

hello님의 프로필

hello

2022.01.18

Command: ["startvm", "8b9e2e89-536c-4cc4-8ffb-065e1cf1217d", "--type", "gui"]

저는 또 이렇게 뜨네요 돌겠네요 ㅎ.. 2주일째 뭐하는건지 이게..