Created
March 5, 2012 14:50
-
-
Save shrop/1978612 to your computer and use it in GitHub Desktop.
Aegir Up error when trying a second Aegir instance/project with a custom template
This file contains 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 | |
[hm] Importing base box 'debian-LAMP-6.0.4'... | |
[hm] Matching MAC address for NAT networking... | |
[hm] Clearing any previously set forwarded ports... | |
[hm] Fixed port collision for 22 => 2222. Now on port 2200. | |
[hm] Forwarding ports... | |
[hm] -- 22 => 2200 (adapter 1) | |
[hm] Creating shared folders metadata... | |
[hm] Clearing any previously set network interfaces... | |
[hm] Preparing network interfaces based on configuration... | |
[hm] Running any VM customizations... | |
A customization command failed: | |
["modifyvm", "f1018605-954e-4472-811c-1afe3ef9f595", "--name", "Aegir"] | |
The following error was experienced: | |
VBoxManage: error: Could not rename the directory '/Users/shrop/VirtualBox VMs/aegir2_1330958817' to '/Users/shrop/VirtualBox VMs/Aegir' to save the settings file (VERR_ALREADY_EXISTS) | |
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component SessionMachine, interface IMachine, callee nsISupports | |
Context: "SaveSettings()" at line 2300 of file VBoxManageModifyVM.cpp | |
Please fix this customization and try again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment