Skip to content

Instantly share code, notes, and snippets.

@carlcrott
Last active December 25, 2015 03:59
Show Gist options
  • Save carlcrott/6913342 to your computer and use it in GitHub Desktop.
Save carlcrott/6913342 to your computer and use it in GitHub Desktop.
ubuntu@ip-10-145-231-204:~$ rvm group add rvm $USER
A RVM version 1.23.0 (master) is installed yet 1.23.0 (stable) is loaded.
Please do one of the following:
* 'rvm reload'
* open a new shell
* 'echo rvm_auto_reload_flag=1 >> ~/.rvmrc' # for auto reload with msg.
* 'echo rvm_auto_reload_flag=2 >> ~/.rvmrc' # for silent auto reload.
ubuntu@ip-10-145-231-204:~$ rvm reload
RVM reloaded!
ubuntu@ip-10-145-231-204:~$ cd ghgvc/
You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers,
you can switch to '.ruby-version' using 'rvm rvmrc to [.]ruby-version'
or ignore this warning with 'rvm rvmrc warning ignore /home/ubuntu/ghgvc/.rvmrc',
'.rvmrc' will continue to be the default project file in RVM 1 and RVM 2,
to ignore the warning for all files run 'rvm rvmrc warning ignore all.rvmrcs'.
mkdir: cannot create directory `/usr/local/rvm/gems/ruby-1.9.3-p125@ghgvc': Permission denied
ubuntu@ip-10-145-231-204:~/ghgvc$ debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0
logout
debug1: channel 0: free: client-session, nchannels 1
Connection to ec2-54-211-180-228.compute-1.amazonaws.com closed.
Transferred: sent 7296, received 248192 bytes, in 1204.8 seconds
Bytes per second: sent 6.1, received 206.0
debug1: Exit status 0
thrive@thrive-laptop:~$ ssh -i ~/.ec2/ec2.pem [email protected]
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-53-virtual x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Thu Oct 10 05:11:46 UTC 2013
System load: 0.48 Processes: 64
Usage of /: 61.1% of 7.87GB Users logged in: 0
Memory usage: 14% IP address for eth0: 10.145.231.204
Swap usage: 0%
Graph this data and manage this system at https://landscape.canonical.com/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
Use Juju to deploy your cloud instances and workloads:
https://juju.ubuntu.com/#cloud-precise
Last login: Thu Oct 10 04:51:34 2013 from 66.233.132.203
ubuntu@ip-10-145-231-204:~$ cd ghgvc/
You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers,
you can switch to '.ruby-version' using 'rvm rvmrc to [.]ruby-version'
or ignore this warning with 'rvm rvmrc warning ignore /home/ubuntu/ghgvc/.rvmrc',
'.rvmrc' will continue to be the default project file in RVM 1 and RVM 2,
to ignore the warning for all files run 'rvm rvmrc warning ignore all.rvmrcs'.
mkdir: cannot create directory `/usr/local/rvm/gems/ruby-1.9.3-p125@ghgvc': Permission denied
ubuntu@ip-10-145-231-204:~/ghgvc$ echo rvm_auto_reload_flag=2 >> ~/.rvmrc
ubuntu@ip-10-145-231-204:~/ghgvc$ source ~/.rvmrc
ubuntu@ip-10-145-231-204:~/ghgvc$ cd ..
ubuntu@ip-10-145-231-204:~$ cd ghgvc/
You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers,
you can switch to '.ruby-version' using 'rvm rvmrc to [.]ruby-version'
or ignore this warning with 'rvm rvmrc warning ignore /home/ubuntu/ghgvc/.rvmrc',
'.rvmrc' will continue to be the default project file in RVM 1 and RVM 2,
to ignore the warning for all files run 'rvm rvmrc warning ignore all.rvmrcs'.
mkdir: cannot create directory `/usr/local/rvm/gems/ruby-1.9.3-p125@ghgvc': Permission denied
ubuntu@ip-10-145-231-204:~/ghgvc$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment