3ofcoins / jetpack

**PROTOTYPE** FreeBSD Jail/ZFS based implementation of the Application Container Specification
Other
529 stars 38 forks source link

Vagrant up is not working #5

Closed the-destro closed 9 years ago

the-destro commented 9 years ago

It is asking for a password during this step of vagrant up: ==> default: Preparing to edit /etc/exports. Administrator privileges will be required... Password:

mtpereira commented 9 years ago

Hi,

I actually got stuck on the same issue, which really isn't an issue: Vagrant is asking for your local user password, so that it starts a local NFS daemon on your workstation.

I hope this helps! :)

On Mon, May 4, 2015 at 6:48 PM, the-destro notifications@github.com wrote:

It is asking for a password during this step of vagrant up: ==> default: Preparing to edit /etc/exports. Administrator privileges will be required... Password:

— Reply to this email directly or view it on GitHub https://github.com/3ofcoins/jetpack/issues/5.

Manuel Tiago Pereira

mpasternacki commented 9 years ago

What @mtpereira said: this is asking for your host password to export NFS-shared filesystems (Vagrant needs root to edit /etc/exports on host). Not an issue with Jetpack.