Advertisement
Guest User

Untitled

a guest
May 24th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. jruels@joffrey:~/Projects/YJA$ vagrant up
  2. Bringing machine 'ubuntu1604' up with 'virtualbox' provider...
  3. Bringing machine 'centos7' up with 'virtualbox' provider...
  4. ==> ubuntu1604: Importing base box 'ubuntu/xenial64'...
  5. ==> ubuntu1604: Matching MAC address for NAT networking...
  6. ==> ubuntu1604: Checking if box 'ubuntu/xenial64' is up to date...
  7. ==> ubuntu1604: A newer version of the box 'ubuntu/xenial64' is available! You currently
  8. ==> ubuntu1604: have version '20170209.0.0'. The latest is version '20170523.1.0'. Run
  9. ==> ubuntu1604: `vagrant box update` to update.
  10. ==> ubuntu1604: Setting the name of the VM: OpenStack-Ansible_Ubuntu-16.04_1495647999
  11. ==> ubuntu1604: Pruning invalid NFS exports. Administrator privileges will be required...
  12. ==> ubuntu1604: Clearing any previously set network interfaces...
  13. ==> ubuntu1604: Preparing network interfaces based on configuration...
  14. ubuntu1604: Adapter 1: nat
  15. ==> ubuntu1604: Forwarding ports...
  16. ubuntu1604: 22 (guest) => 2222 (host) (adapter 1)
  17. ==> ubuntu1604: Running 'pre-boot' VM customizations...
  18. A customization command failed:
  19.  
  20. ["clonehd", "/home/jruels/VirtualBox VMs/OpenStack-Ansible_Ubuntu-16.04_1495647999/ubuntu-xenial-16.04-cloudimg.vmdk", "/home/jruels/VirtualBox VMs/OpenStack-Ansible_Ubuntu-16.04_1495647999/ubuntu-xenial-16.04-cloudimg.vdi", "--format", "VDI"]
  21.  
  22. The following error was experienced:
  23.  
  24. #<Vagrant::Errors::VBoxManageError: There was an error while executing `VBoxManage`, a CLI used by Vagrant
  25. for controlling VirtualBox. The command and stderr is shown below.
  26.  
  27. Command: ["clonehd", "/home/jruels/VirtualBox VMs/OpenStack-Ansible_Ubuntu-16.04_1495647999/ubuntu-xenial-16.04-cloudimg.vmdk", "/home/jruels/VirtualBox VMs/OpenStack-Ansible_Ubuntu-16.04_1495647999/ubuntu-xenial-16.04-cloudimg.vdi", "--format", "VDI"]
  28.  
  29. Stderr: VBoxManage: error: Could not find file for the medium '/home/jruels/VirtualBox VMs/OpenStack-Ansible_Ubuntu-16.04_1495647999/ubuntu-xenial-16.04-cloudimg.vmdk' (VERR_FILE_NOT_FOUND)
  30. VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component MediumWrap, interface IMedium, callee nsISupports
  31. VBoxManage: error: Context: "OpenMedium(Bstr(pszFilenameOrUuid).raw(), enmDevType, enmAccessMode, fForceNewUuidOnOpen, pMedium.asOutParam())" at line 179 of file VBoxManageDisk.cpp
  32. >
  33.  
  34. Please fix this customization and try again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement