Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrant machine name conflict #18

Open
weierophinney opened this issue Dec 31, 2019 · 2 comments
Open

Vagrant machine name conflict #18

weierophinney opened this issue Dec 31, 2019 · 2 comments

Comments

@weierophinney
Copy link
Contributor

Clone this repository. Issue vagrant up. Issue vagrant suspend.
Clone this repository to a different directory. Issue vagrant up and receive:

==> default: Forwarding ports...
    default: 80 => 8080 (adapter 1)
    default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
A customization command failed:

["modifyvm", :id, "--name", "local.puphpet"]

The following error was experienced:

#<Vagrant::Errors::VBoxManageError: There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["modifyvm", "2292766a-d49e-4782-8a21-280ed0030927", "--name", "local.puphpet"]

Stderr: VBoxManage: error: Could not rename the directory '/Users/tom_anderson/VirtualBox VMs/oauth2test_default_1438540669217_82328' to '/Users/tom_anderson/VirtualBox VMs/local.puphpet' to save the settings file (VERR_ALREADY_EXISTS)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component SessionMachine, interface IMachine, callee nsISupports
VBoxManage: error: Context: "SaveSettings()" at line 2788 of file VBoxManageModifyVM.cpp
>

Please fix this customization and try again.

Originally posted by @TomHAnderson at zfcampus/zf-apigility-skeleton#108

@weierophinney
Copy link
Contributor Author

The old Vagrant configuration would name a box like sso-social-oauth2-user_default_1434836693364_43249


Originally posted by @TomHAnderson at zfcampus/zf-apigility-skeleton#108 (comment)

@weierophinney
Copy link
Contributor Author

An related but separate issue: sqlite is not installed by default


Originally posted by @TomHAnderson at zfcampus/zf-apigility-skeleton#108 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant