Cannot recover 'vagrant.d' while reinstalling!!!!!!!!!

17 views
Skip to first unread message

Yiqun Liu

unread,
Jun 25, 2015, 8:18:16 AM6/25/15
to vagra...@googlegroups.com
I'm currently using vagrant on my Mac with OS X 10.10.3. Yesterday when I wanna reinstalled vagrant, I followed the instruction to uninstall it, that is, running the custom uninstall tool and then remove 'vagrant.d' folder under my user menu. It is announced that the 'vagrant.d' will recover when reinstall this software, but it didn't. Now I miss this folder and cannot mount any virtual machine. I have made every effort but they didn't work. I'm in dire need of mounting a machine. If someone could figure out the issue and reply me as soon as possible, I will be gratitude.

Btw, I removed this folder with the command of 'rm -rf /mypath', will this indicate something? Is this command that prevents 'vagrant.d' folder from reestablishing?


dragon788

unread,
Jun 26, 2015, 2:37:54 PM6/26/15
to vagra...@googlegroups.com
It will recreate that folder, but by deleting the vagrant.d/boxes subdirectory your VM templates that were installed when you did a 'vagrant up' are now gone. Removing that folder shouldn't have caused any issues, but it may have removed the plugins (vagrant-vmware-fusion) if you had any installed.

Your running VMs should still be in the Virtualbox VMs folder or in the .vagrant folder where your Vagrantfile is located (VMware).

Alvaro Miranda Aguilera

unread,
Jun 29, 2015, 1:12:10 AM6/29/15
to vagra...@googlegroups.com
hello,

the error is complaining about the disk on the box you are using is not good.

can you test with the default one?

mkdir precise64
cd precise64
vagrant init -m hashicorp/precise64
vagrant up

if you still hit the same error, please provide a gist paste bin of the logs, do not send screenshots please.


ls -al ~
ls -al ~/Virtualbox*
ls -al ~/.vagrant*

id

vagrant destroy
VAGRANT_LOG=debug vagrant up

Thanks
Alvaro.

--
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/64f8a113-3621-4136-9961-f0c46af739ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages