Vagrant – The UID used to create the VM was …
-Vagrant – The UID used to create the VM was …
Si por algún motivo se ha modificado el UID de un usuario de tu maquina con el que se ha credo un maquina con Vagrant, puede aparecer el siguiente error al intentar levantarla:
The VirtualBox VM was created with a user that doesn't match the current user running Vagrant. VirtualBox requires that the same user be used to manage the VM that was created. Please re-run Vagrant with that user. This is not a Vagrant issue. The UID used to create the VM was: 1002 Your UID is: 1000
En ese caso, para recuperar el funcionamiento basta con editar el fichero:
.vagrant/machines/default/virtualbox/creator_uid
añadiendo el UID correcto.
Comparte este post si te ha resultado útil, así quizás puedas ayudar a alguien que lo necesite.
¡Gracias por tu difusión!
Conocimiento Open Source
Desde siempre intentamos aplicar la filosofía Open Source también con el conocimiento, por ello nació el Blog Open Source, donde nuestros desarrolladores comparten notas, consejos y tutoriales sobre tecnología y desarrollo, soluciones a problemas diarios, bugs o cualquier información que creemos, puede ser interesante.



0 comentarios