Created
January 10, 2013 23:39
-
-
Save fieldju/4506747 to your computer and use it in GitHub Desktop.
vagrant while connected to vpn
This file contains hidden or 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
| jfield@fieldju-~/Development/GIT Projects/abops-15:30:45> vagrant up | |
| rm -rf cfengine | |
| cp -r policies/cf-sketch-runfile.cf policies/controls policies/core policies/def.cf policies/failsafe policies/failsafe.cf policies/highlander policies/libraries policies/policy_server policies/services cfengine/masterfiles | |
| Reading dev_projects.conf | |
| Found project download mapped to port 9090. | |
| Found project fly-download-mobile mapped to port 9091. | |
| [default] VM already created. Booting if it's not already running... | |
| [default] Clearing any previously set forwarded ports... | |
| [default] Forwarding ports... | |
| [default] -- 22 => 2222 (adapter 1) | |
| [default] -- 9090 => 9090 (adapter 1) | |
| [default] -- 9091 => 9091 (adapter 1) | |
| [default] -- 1080 => 1080 (adapter 1) | |
| [default] -- 3306 => 3306 (adapter 1) | |
| [default] Exporting NFS shared folders... | |
| [vagrant] Preparing to edit /etc/exports. Administrator privileges will be required... | |
| [default] Creating shared folders metadata... | |
| [default] Clearing any previously set network interfaces... | |
| [default] Preparing network interfaces based on configuration... | |
| [default] Running any VM customizations... | |
| [default] Booting VM... | |
| [default] Waiting for VM to boot. This can take a few minutes. | |
| [default] VM booted and ready for use! | |
| [default] Configuring and enabling network interfaces... | |
| [default] Mounting shared folders... | |
| [default] Mounting NFS shared folders... | |
| Mounting NFS shared folders failed. This is most often caused by the NFS | |
| client software not being installed on the guest machine. Please verify | |
| that the NFS client software is properly installed, and consult any resources | |
| specific to the linux distro you're using for more information on how to | |
| do this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment