Created
January 27, 2014 23:46
-
-
Save luiscastillocr/8659756 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
E:\work\bayer\project>vagrant reload | |
[default] Attempting graceful shutdown of VM... | |
DL is deprecated, please use Fiddle | |
[default] Clearing any previously set forwarded ports... | |
Pruning invalid NFS exports. | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 (adapter 1) | |
[default] -- 8001 => 8001 (adapter 1) | |
[default] -- 8000 => 8000 (adapter 1) | |
[default] -- 5432 => 5432 (adapter 1) | |
[default] Running 'pre-boot' VM customizations... | |
[default] Booting VM... | |
[default] Waiting for machine to boot. This may take a few minutes... | |
[default] Machine booted and ready! | |
GuestAdditions 4.3.6 running --- OK. | |
[default] Configuring and enabling network interfaces... | |
[default] Exporting NFS shared folders... | |
Preparing to edit nfs mounting file. | |
The system cannot find the path specified. | |
[NFS] Start: started | |
[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,nolock' 192.168.0.1:'/E/work/bayer/project' /home/vagrant/project | |
Stdout from the command: | |
Stderr from the command: | |
mount.nfs: Connection timed out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment