Created
June 30, 2015 18:44
-
-
Save singingwolfboy/ebb0b1aaaf45e1c82680 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Importing base box 'lavash-devstack'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Setting the name of the VM: devstack_default_1435688783684_27942 | |
==> 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: 8000 => 8000 (adapter 1) | |
default: 8001 => 8001 (adapter 1) | |
default: 18080 => 18080 (adapter 1) | |
default: 8765 => 8765 (adapter 1) | |
default: 9200 => 9200 (adapter 1) | |
default: 22 => 2222 (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: Connection timeout. 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 its present... | |
default: Key inserted! Disconnecting and reconnecting using new SSH key... | |
==> default: Machine booted and ready! | |
GuestAdditions versions on your host (4.3.24) and guest (4.3.16) do not match. | |
stdin: is not a tty | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
linux-headers-3.2.0-23-generic is already the newest version. | |
The following packages will be upgraded: | |
dkms | |
1 upgraded, 0 newly installed, 0 to remove and 152 not upgraded. | |
Need to get 72.6 kB of archives. | |
After this operation, 1,024 B of additional disk space will be used. | |
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main dkms all 2.2.0.3-1ubuntu3.2 [72.6 kB] | |
dpkg-preconfigure: unable to re-open stdin: No such file or directory | |
Fetched 72.6 kB in 0s (1,375 kB/s) | |
(Reading database ... 102548 files and directories currently installed.) | |
Preparing to replace dkms 2.2.0.3-1ubuntu3 (using .../dkms_2.2.0.3-1ubuntu3.2_all.deb) ... | |
Unpacking replacement dkms ... | |
Processing triggers for man-db ... | |
Setting up dkms (2.2.0.3-1ubuntu3.2) ... | |
Copy iso file /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso | |
stdin: is not a tty | |
mount: warning: /mnt seems to be mounted read-only. | |
Installing Virtualbox Guest Additions 4.3.24 - guest version is 4.3.16 | |
stdin: is not a tty | |
Verifying archive integrity... All good. | |
Uncompressing VirtualBox 4.3.24 Guest Additions for Linux............ | |
VirtualBox Guest Additions installer | |
Removing installed version 4.3.16 of VirtualBox Guest Additions... | |
Copying additional installer modules ... | |
Installing additional modules ... | |
Removing existing VirtualBox DKMS kernel modules ...done. | |
Removing existing VirtualBox non-DKMS kernel modules ...done. | |
Building the VirtualBox Guest Additions kernel modules ...done. | |
Doing non-kernel setup of the Guest Additions ...done. | |
You should restart your guest to make sure the new modules are actually used | |
Installing the Window System drivers | |
Installing X.Org Server 1.11 modules ...done. | |
Setting up the Window System to use the Guest Additions ...done. | |
You may need to restart the hal service and the Window System (or just restart | |
the guest system) to enable the Guest Additions. | |
Installing graphics libraries and desktop services components ...done. | |
An error occurred during installation of VirtualBox Guest Additions 4.3.24. Some functionality may not work as intended. | |
In most cases it is OK that the "Window System drivers" installation failed. | |
stdin: is not a tty | |
==> default: Checking for guest additions in VM... | |
==> default: Checking for host entries | |
==> default: Configuring and enabling network interfaces... | |
==> default: Exporting NFS shared folders... | |
==> default: Preparing to edit /etc/exports. Administrator privileges will be required... | |
==> default: Mounting NFS shared folders... | |
==> default: Running provisioner: shell... | |
default: Running: inline script | |
==> default: stdin: is not a tty | |
==> default: [WARNING]: It is unneccessary to use '{{' in loops, leave variables in loop | |
==> default: expressions bare. | |
==> default: | |
==> default: PLAY [Configure instance(s)] ************************************************** | |
==> default: | |
==> default: GATHERING FACTS *************************************************************** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | git checkout edx_ansible repo into edx_ansible_code_dir] *** | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | install edx_ansible venv requirements] ******************* | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | create update script] ************************************ | |
==> default: fatal: [localhost] => {'msg': "TypeError: template_from_file() got an unexpected keyword argument 'vault_password'", 'failed': True} | |
==> default: fatal: [localhost] => {'msg': "TypeError: template_from_file() got an unexpected keyword argument 'vault_password'", 'failed': True} | |
==> default: | |
==> default: FATAL: all hosts have already failed -- aborting | |
==> default: | |
==> default: PLAY RECAP ******************************************************************** | |
==> default: to retry, use: --limit @/root/vagrant-devstack.retry | |
==> default: | |
==> default: localhost : ok=3 changed=2 unreachable=1 failed=0 | |
The SSH command responded with a non-zero exit status. Vagrant | |
assumes that this means the command failed. The output for this command | |
should be in the log above. Please read the output to determine what | |
went wrong. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment