funktioniert Ich habeNFS Verwendung mit vagabundierenden nicht
==> 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
Ich brauche dann vagrant reload
und es scheint Arbeit ... Aber das sollte ich doch nicht tun müssen?
[aktualisiert: log output]
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
welches Betriebssystem verwenden Sie? Du sagst auch, dass ein Reload tatsächlich erlaubt, dass NFS funktioniert? – Hassan
Der Host ist OSX Yosemite und der Gast ist XUbuntu, Reload ermöglicht NFS zu arbeiten - beim Neuladen muss ich mein Passwort nicht erneut eingeben, aber es funktioniert – iwayneo
Machen Sie "VAGRANT_LOG = info vagrant up" und fügen Sie die Ausgabe ein. – Hassan