Last active
December 14, 2015 23:29
-
-
Save filler/5165856 to your computer and use it in GitHub Desktop.
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
| MJH3Z7DRVG:rackspace rand5944$ vagrant up --provider=rackspace | |
| Bringing machine 'default' up with 'rackspace' provider... | |
| [default] Warning! The Rackspace provider doesn't support any of the Vagrant | |
| high-level network configurations (`config.vm.network`). They | |
| will be silently ignored. | |
| [default] Finding flavor for server... | |
| [default] Finding image for server... | |
| [default] Launching a server with the following settings... | |
| [default] -- Flavor: 512MB Standard Instance | |
| [default] -- Image: Ubuntu 12.10 (Quantal Quetzal) | |
| [default] -- Name: default | |
| [default] Waiting for the server to be built... | |
| [default] Waiting for SSH to become available... | |
| [default] The server is ready! | |
| [default] Rsyncing folder: /Users/rand5944/Vagrant/rackspace/ => /vagrant | |
| The authenticity of host '166.78.147.185 (166.78.147.185)' can't be established. | |
| RSA key fingerprint is e9:63:19:4a:ec:cd:01:8c:5f:74:db:71:36:a1:b5:5e. | |
| Are you sure you want to continue connecting (yes/no)? yes | |
| MJH3Z7DRVG:rackspace rand5944$ vagrant ssh | |
| Welcome to Ubuntu 12.10 (GNU/Linux 3.5.0-17-generic x86_64) | |
| * Documentation: https://help.ubuntu.com/ | |
| System information as of Thu Mar 14 22:33:11 UTC 2013 | |
| System load: 0.17 Processes: 70 | |
| Usage of /: 5.5% of 19.68GB Users logged in: 0 | |
| Memory usage: 8% IP address for eth0: 166.78.147.185 | |
| Swap usage: 0% IP address for eth1: 10.182.7.12 | |
| Graph this data and manage this system at https://landscape.canonical.com/ | |
| root@default:~# logout | |
| MJH3Z7DRVG:rackspace rand5944$ vagrant destroy -f | |
| [default] Deleting server... | |
| MJH3Z7DRVG:rackspace rand5944$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment