Hi everybody,
I needed to reinstall my system on new ssd/motherboad but I have some problems with vagrant joolabox on my new debian 8.2 host. (all was working before)
Mismatch of virtualbox guest addon was solved when updating vagrant to 1.8 and virtualbox to 5.0 but a nfs problem remains.
With vagrant ssh, I was able to install a test site with
sudo joomla site:create test (without sudo the command didn't complete)
but I cannot modifiy source files on my host because ~/Dev/jbox/www folder is empty.
yves@yd:~/Dev/jbox$ vagrant reload
==> default: Attempting graceful shutdown of VM...
==> default: Checking if box 'joomlatools/box' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Remote connection disconnect. Retrying...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Setting hostname...
==> default: Configuring and enabling network interfaces...
==> default: Exporting NFS shared folders...
==> default: Preparing to edit /etc/exports. Administrator privileges will be required...
[sudo] password for yves:
● nfs-kernel-server.service - LSB: Kernel NFS server support
Loaded: loaded (/etc/init.d/nfs-kernel-server)
Active: active (exited) since sam. 2016-05-28 10:12:27 CEST; 3 days ago
==> default: Mounting NFS shared folders...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -o 'vers=3,udp' 33.33.33.1:'/home/yves/Dev/jbox/www' /var/www
Stdout from the command:
Stderr from the command:
stdin: is not a tty
mount.nfs: requested NFS version or transport protocol is not supported
nfs-kernel-server is installed on host and nfs module is loaded on both client and host.
IP Adress 33.33.33.1 is pingable from client.
I cannot see anything in client log about this problem.
What does I need to check to solve that ?
Thanks for your help