Mam następujących w moim Vagrantfile:Korzystanie z włóczęgi NFS nie działa
config.vm.network :private_network, ip: "10.0.0.103"
config.vm.synced_folder ".", "/vagrant/", type: "nfs"
robi vagrant up
na świeżych plonów skrzynkowych:
==> 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' 10.0.0.1:'/Users/wayne/app' /vagrant
Stdout from the command:
Stderr from the command:
stdin: is not a tty
mount.nfs: access denied by server while mounting 10.0.0.1:/Users/wayne/app
I wtedy trzeba vagrant reload
i wydaje praca ... Ale na pewno nie powinienem tego robić?
[aktualizacja: log Wyjście]
INFO retryable: Retryable exception raised: #<Vagrant::Errors::LinuxNFSMountFailed: The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -o 'vers=3,udp' 10.0.0.1:'/Users/wayne/sonatribe' /vagrant
Stdout from the command:
Stderr from the command:
stdin: is not a tty
mount.nfs: requested NFS version or transport protocol is not supported
>
INFO ssh: Execute: mount -o 'vers=3,udp' 10.0.0.1:'/Users/wayne/sonatribe' /vagrant (sudo=true)
INFO retryable: Retryable exception raised: #<Vagrant::Errors::LinuxNFSMountFailed: The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -o 'vers=3,udp' 10.0.0.1:'/Users/wayne/sonatribe' /vagrant
Stdout from the command:
Stderr from the command:
stdin: is not a tty
mount.nfs: requested NFS version or transport protocol is not supported
systemu operacyjnego używasz? Mówisz też, że ponowne ładowanie faktycznie pozwala na działanie NFS? – Hassan
Hostem jest OS X Yosemite, a gościem jest XUbuntu, przeładowanie pozwala działać NFS - przy ponownym ładowaniu nie muszę ponownie wprowadzać mojego hasła, ale działa – iwayneo
Wykonaj "VAGRANT_LOG = info vagrant up" i wklej dane wyjściowe. – Hassan