rgranadino / mage2_vagrant

Simple Magento 2 Vagrant Box
249 stars 68 forks source link

vagrant up needs password #54

Closed MaxHill closed 8 years ago

MaxHill commented 8 years ago

i'm trying to run vagrant up but it keeps asking me for admin password at:

Exporting NFS shared folders... ==> default: Preparing to edit /etc/exports. Administrator privileges will be required... Password:

None of the passwords in the readme works here...

rgranadino commented 8 years ago

Hi @MaxHill, the password being requested is the one of your current shell user. Presumably vagrant is running a sudo command to modify the /etc/exports file to setup the shared NFS folders.

MaxHill commented 8 years ago

Yeah, i though so too but it does not work with "vagrant" either..

MaxHill commented 8 years ago

It turned out to be my password on the host machine it was asking for! Silly me, thanks for the fast reply!