Discussion:
[vagrant-up] Getting error when running vagrant up
midhun raj
2018-09-11 05:44:37 UTC
Permalink
A customization command failed

A customization command failed:

["storageattach", :id, "--storagectl", "IDE Controller", "--port", 1,
"--device", 0, "--type", "hdd", "--medium", "server.vdi"]

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: ["storageattach", "538c4e03-f4ea-4adf-af6e-02d303d56f13",
"--storagectl", "IDE Controller", "--port", "1", "--device", "0", "--type",
"hdd", "--medium", "server.vdi"]

Stderr: VBoxManage: error: Could not find a controller named 'IDE
Controller'
Please fix this customization and try again.



Any guess why this is happening ..
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/212cd965-3ccd-473b-af36-770e7d62b754%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
midhun raj
2018-09-11 21:49:10 UTC
Permalink
It was solved by changing IDE Controller to IDE
Post by midhun raj
A customization command failed
["storageattach", :id, "--storagectl", "IDE Controller", "--port", 1,
"--device", 0, "--type", "hdd", "--medium", "server.vdi"]
#<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: ["storageattach", "538c4e03-f4ea-4adf-af6e-02d303d56f13",
"--storagectl", "IDE Controller", "--port", "1", "--device", "0", "--type",
"hdd", "--medium", "server.vdi"]
Stderr: VBoxManage: error: Could not find a controller named 'IDE
Controller'
Please fix this customization and try again.
Any guess why this is happening ..
--
This mailing list is governed under the HashiCorp Community Guidelines -
https://www.hashicorp.com/community-guidelines.html. Behavior in
violation of those guidelines may result in your removal from this mailing
list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/212cd965-3ccd-473b-af36-770e7d62b754%40googlegroups.com
<https://groups.google.com/d/msgid/vagrant-up/212cd965-3ccd-473b-af36-770e7d62b754%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAFyJK73BeVvd5yrgJrgWAgyw_jzKtkgy-cvwOwDX1BVdmq3vLA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...