virtualbox 설치오류
588
작성한 질문수 5
에러내용
이 버전의 macOS에서는 이 버전의 'VirtualBox.app' 응용 프로그램을 사용할 수 없습니다.
현재 버전은 'VirtualBox.app' 5.2.2입니다.
사양
macOS Mojave 10.14.6
조치
ctl.sh 안에 vm version을 6.0바꿔서 했는데도 문제가 되서, 기존에 설치된 vm제거하고 하니, 정상 설치되네요.
영상에서는 기존버전 있어도 문제 없다고 해서 실행 했거든요 ;;
답변 3
0
MacOS Catalina에서 실습 중인데, virtualbox 6.1.4, vagrant 2.2.7로 변경하여 진행하고 있습니다. 5.x 대는 Catalina와 궁합이 안맞는 것 같아요.
그런데, vbox + vagrant 설치는 문제가 없는데, ctl.sh에서 Start VM & login을 실행하면 아래와 같이 진행 중에 Guest Addition이 Host에 설치된 Virtualbox와 버전이 안 맞는다는 경고가 뜨고, VM 생성이 성공하기도 실패하기도 합니다. 저의 경우는 docker00.dev는 생성되어 로그인까지 되었고, docker01.dev부터는 virtualbox가 작업 도중에 크래시가 나서 종료됩니다. 아래는 에러 로그입니다.
updated: 아 바로 옆 질문에 아래와 같이 버전 미스매치에 대한 오류 로그와 현상이 동일하게 여러분이 언급하고 계시네요. 그냥 참고하시면 되겠습니다.
--------
===========================================================
What do you want ?
===========================================================
[0] Install the Virtualbox & Vagrant
[1] Start VM & login
[2] Login to VM
[3] Stop VM
[4] Reload VM
[5] Reboot VM
[RM] Remove VM
===========================================================
Please insert a key as you need = 1
===========================================================
Bringing machine 'docker01.dev' up with 'virtualbox' provider...
==> docker01.dev: Importing base box 'folimy/Ubuntu1604_with_docker'...
==> docker01.dev: Matching MAC address for NAT networking...
==> docker01.dev: Setting the name of the VM: vagrant_docker_cluster_docker01dev_1584279201875_79335
==> docker01.dev: Fixed port collision for 22 => 2222. Now on port 2200.
==> docker01.dev: Clearing any previously set network interfaces...
==> docker01.dev: Preparing network interfaces based on configuration...
docker01.dev: Adapter 1: nat
docker01.dev: Adapter 2: hostonly
docker01.dev: Adapter 3: hostonly
docker01.dev: Adapter 4: hostonly
docker01.dev: Adapter 5: hostonly
docker01.dev: Adapter 6: hostonly
docker01.dev: Adapter 7: hostonly
docker01.dev: Adapter 8: hostonly
docker01.dev: Adapter 9: hostonly
docker01.dev: Adapter 10: hostonly
docker01.dev: Adapter 11: hostonly
==> docker01.dev: Forwarding ports...
docker01.dev: 22 (guest) => 2200 (host) (adapter 1)
==> docker01.dev: Running 'pre-boot' VM customizations...
==> docker01.dev: Booting VM...
==> docker01.dev: Waiting for machine to boot. This may take a few minutes...
docker01.dev: SSH address: 127.0.0.1:2200
docker01.dev: SSH username: vagrant
docker01.dev: SSH auth method: private key
docker01.dev:
docker01.dev: Vagrant insecure key detected. Vagrant will automatically replace
docker01.dev: this with a newly generated keypair for better security.
docker01.dev:
docker01.dev: Inserting generated public key within guest...
docker01.dev: Removing insecure key from the guest if it's present...
docker01.dev: Key inserted! Disconnecting and reconnecting using new SSH key...
==> docker01.dev: Machine booted and ready!
==> docker01.dev: Checking for guest additions in VM...
docker01.dev: The guest additions on this VM do not match the installed version of
docker01.dev: VirtualBox! In most cases this is fine, but in rare cases it can
docker01.dev: prevent things such as shared folders from working properly. If you see
docker01.dev: shared folder errors, please make sure the guest additions within the
docker01.dev: virtual machine match the version of VirtualBox you have installed on
docker01.dev: your host and reload your VM.
docker01.dev:
docker01.dev: Guest Additions Version: 5.2.6
docker01.dev: VirtualBox Version: 6.1
==> docker01.dev: Setting hostname...
==> docker01.dev: Configuring and enabling network interfaces...
==> docker01.dev: Forcing shutdown of VM...
==> docker01.dev: Destroying VM and associated drives...
/opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/plugins/guests/debian/cap/configure_networks.rb:126:in `[]': no implicit conversion from nil to integer (TypeError)
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/plugins/guests/debian/cap/configure_networks.rb:126:in `block in configure_nettools'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/plugins/guests/debian/cap/configure_networks.rb:125:in `each'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/plugins/guests/debian/cap/configure_networks.rb:125:in `configure_nettools'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/plugins/guests/debian/cap/configure_networks.rb:28:in `configure_networks'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/capability_host.rb:111:in `call'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/capability_host.rb:111:in `capability'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/guest.rb:43:in `capability'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/plugins/providers/virtualbox/action/network.rb:134:in `call'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/warden.rb:57:in `call'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/warden.rb:57:in `call'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/warden.rb:57:in `call'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/plugins/providers/virtualbox/action/clear_network_interfaces.rb:26:in `call'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/warden.rb:57:in `call'
from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
from /opt/vagrant/embedded/
0
> 조치
> ctl.sh 안에 vm version을 6.0바꿔서 했는데도 문제가 되서, 기존에 설치된 vm제거하고 하니, 정상 설치되네요.
아! 네 제가 확인이 늦었네요.. ㅠㅠ
최근 VirtualBox 에서 해당 문제가 자주 일어나네요... 조치 하신 상황처럼 재설치하는 방법이 가장 좋다고 합니다.
미리 말씀 주셔서 감사합니다! :)
이거 지금 부터 들어도 괜찮을까요 ?? 시간이 꽤지난거같은데 .. 뭐 최신하고 아에 안맞을까요 .
0
8
1
자료를 다운로드후 압축을 풀때 오류납니다.
0
19
2
pod kubetm/app 에서 image를 갑자기 못가져 오는거 같습니다.
1
13
2
이지지 생성 노드를 커스텀 햇는데 워드프레스에 이미지 업로드가 안됨
0
17
2
3. Node Schedule 중 pod-5가 마스터 노드에 배치됩니다.
1
27
2
volume hostpath의 강의에 관해 질문이 있습니다.
1
25
2
재고 감소와 쿠폰 발급은 왜 서로 다른 방식으로 동시성을 제어하나요?
0
29
1
n8n에서 오류가 발생했는데 어떻게 풀어야할까요?
0
27
2
소스코드즘 부탁드립니다.
0
33
1
유저 이미지 등록 에러
0
31
1
섹션12 강의에 대한 질문
0
31
1
!!!!!강의내용 틀린 부분 수정좀 해줘요!!!!!!!
1
33
1
강의 제작
1
58
1
자료에서 ELK스택 url이 없습니다.
0
301
1
윈도우에서의 기본 환경 세팅
0
238
0
Start VM & login이 진행되지 않습니다.. ㅠ
0
463
1
virtual box / vagrant 설치 실패
0
381
0
Shell 실행 0번 실행시 오류
0
321
1
이 과정이 맞나요?
0
367
1
tag를 거친다 라는 말이 무슨 말인가요?
0
294
1
Artifact는 무엇인가요?
0
11802
3
ctl.sh 1번 실행시 오류
0
467
4
Step 5/7 에러
1
297
2
go get github.com/jinzhu/gorm 진행 시 에러가 발생합니다.
0
474
6





