I had this issue a while ago, if I'm not very wrong this is due to
VirtualBox ... it times out trying to find the VM and then Vagrant assumes
there's none and just creates a new one.
But I'm not 100% sure on the facts :)

Still the solution is to check your "*C:\Users\{user}\VirtualBox VMs*"
folder (where VirtualBox saves them)  ... depending on your usage you might
have multuple subfolders so pick the folder that looks to be correct (look
for the date modified and name).
In that folder you'll find an xml file named *{vm_name}.vbox-prev*. Open
the file and look for (should be line 9)  <Machine uuid="{*_some_id_*}".
Copy that id and go to your project folder (where you're doing vagrant up)
and open *.vagrant\machines\default\virtualbox\id*, you'll find an id there
and if it's different just replace it.

Cheers,
Bogdan






On 27 March 2014 18:00, Tuan Nguyen Huy <[email protected]> wrote:

> My corrected box:
> https://vagrantcloud.com/chef/debian-7.4
>
> Sorry about the mistaken.
>
>
> On Friday, March 28, 2014 12:55:42 AM UTC+7, Tuan Nguyen Huy wrote:
>>
>> Hi all,
>>
>> I think I can sum up my issue in some sentences:
>>
>> +) I'm using Windows 8.1, with this box: https://vagrantcloud.com/
>> hashicorp/precise64
>> +) Installed some necessary packages: apache2, htop... Build and run some
>> PHP projects as well. Cool.
>>
>> And suddenly today, after 'vagrant ssh', I found out my box is brought
>> back to the initial state, no packages: htop, apaches... at all.
>> I have no idea how is it possible.
>>
>> Please help, I'll provide more detail if you need.
>>
>> Thanks and Best Regards,
>> Tuan
>>
>  --
> 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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to