2016-10-17 2 views
0

개폐기의 로컬 인스턴스를 세우려고했지만 vagrant up이 끝나지 않았습니다.풍향계를 사용하여 개폐기 시작하기

developers.redhat.com에서 cdk-2.2.0.ziprhel-cdk-kubernetes-7.2-29.x86_64.vagrant-virtualbox.box을 다운로드했습니다.

me:~/cdk/components/rhel/rhel-ose $ vagrant up 
Bringing machine 'default' up with 'virtualbox' provider... 
==> default: Importing base box 'cdkv2'... 
==> default: Matching MAC address for NAT networking... 
==> default: Setting the name of the VM: rhel-ose_default_1476736433516_4922 
==> default: Clearing any previously set network interfaces... 
==> default: Preparing network interfaces based on configuration... 
    default: Adapter 1: nat 
    default: Adapter 2: hostonly 
==> default: Forwarding ports... 
    default: 22 (guest) => 2222 (host) (adapter 1) 
==> default: Running 'pre-boot' VM customizations... 
==> default: Booting VM... 
==> default: Waiting for machine to boot. This may take a few minutes... 
    default: SSH address: 127.0.0.1:2222 
    default: SSH username: vagrant 
    default: SSH auth method: private key 
    default: Warning: Remote connection disconnect. Retrying... 
    default: 
    default: Vagrant insecure key detected. Vagrant will automatically replace 
    default: this with a newly generated keypair for better security. 
    default: 
    default: Inserting generated public key within guest... 
    default: Removing insecure key from the guest if it's present... 
    default: Key inserted! Disconnecting and reconnecting using new SSH key... 
==> default: Machine booted and ready! 
==> default: Registering box with vagrant-registration... 
    default: Would you like to register the system now (default: yes)? [y|n]y 
    default: username: [email protected] 
    default: password: 
==> default: Registration successful. 
==> default: Checking for guest additions in VM... 
    default: No guest additions were detected on the base box for this VM! Guest 
    default: additions are required for forwarded ports, shared folders, host only 
    default: networking, and more. If SSH fails on this machine, please install 
    default: the guest additions and repackage the box to continue. 
    default: 
    default: This is not an error message; everything may continue to work properly, 
    default: in which case you may ignore this message. 
==> default: Configuring and enabling network interfaces... 

모든 아이디어를 어떻게이 문제를 해결할 : 설치가 Configuring and enabling network interfaces...에 걸리면 후

vagrant up 실행? 방랑자인지 아니면 VM인지 아니면 다른 것인지는 확실하지 않습니다.

감사합니다.

답변

1

동일 .

OSX를 사용하고 있지만 다른 모든 OS에서도 동일 할 수 있습니다.

+0

감사합니다. 알아 둘만한. 다음에 한번 시도해 보겠습니다. –

+0

그냥 1.9.1을 시도하고 작동합니다. 솔루션을 게시 주셔서 감사합니다! –

0

가장 쉬운 방법은 vagrant vbguest plugin를 설치하고 설치하자의 오른쪽 버전의 가상 상자 손님 추가를 구성하는 것입니다 내게 일어난하지만 1.9.1 버전으로 방랑을 업데이트 한 후 문제가 해결 된 버추얼

+0

팁 주셔서 감사 합니다만 플러그인이 작동하지 않았습니다. 방글라데시 설치 동안 SSH로 작업하는 방황을하기 위해 특별한 조치를 취해야 했습니까? –

관련 문제