kasperisager / php-dockerized

Dockerized PHP development stack: Nginx, MySQL, MongoDB, PHP-FPM, HHVM, Memcached, Redis, Elasticsearch and RabbitMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant up fail on osx 10.8.4

lifeisfoo opened this issue · comments

nfs problem

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount -o vers=3 10.1.1.1:'/Users/alessandro/Dev/vagrant-lnpp/webroot' /var/www

You can safely remove the NFS stuff (https://github.com/kasperisager/vagrant-lnpp/blob/master/Vagrantfile#L33), I simply use it to speed things up.

I know, but NFS should be supported on osx, since it is installed by default.

See the docs http://docs.vagrantup.com/v2/synced-folders/nfs.html

It's strange that nfs don't works with different host machines...Different nfs host version? Now I'm trying with another guest os.