Advertisement
Guest User

Untitled

a guest
Feb 15th, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.95 KB | None | 0 0
  1. [28019:28009 - 0:2026] 11:28:51 [tony@tonylin2:o +1] ~/work/querobolsa/quero_bolsa (next-release)  
  2. $ \curl -sSL https://get.rvm.io | bash -s stable
  3. Downloading https://github.com/rvm/rvm/archive/1.29.0.tar.gz
  4. Downloading https://github.com/rvm/rvm/releases/download/1.29.0/1.29.0.tar.gz.asc
  5. gpg: Signature made Sun 12 Feb 2017 08:36:09 PM BRST using RSA key ID BF04FF17
  6. gpg: Can't check signature: No public key
  7. Warning, RVM 1.26.0 introduces signed releases and automated check of signatures when GPG software found. Assuming you trust Michal Papis import the mpapis public key (downloading the signatures).
  8.  
  9. GPG signature verification failed for '/home/tony/.rvm/archives/rvm-1.29.0.tgz' - 'https://github.com/rvm/rvm/releases/download/1.29.0/1.29.0.tar.gz.asc'! Try to install GPG v2 and then fetch the public key:
  10.  
  11.    gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
  12.  
  13. or if it fails:
  14.  
  15.    command curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
  16.  
  17. the key can be compared with:
  18.  
  19.    https://rvm.io/mpapis.asc
  20.    https://keybase.io/mpapis
  21.  
  22. NOTE: GPG version 2.1.17 have a bug which cause failures during fetching keys from remote server. Please downgrade or upgrade to newer version (if available) or use the second method described above.
  23.  
  24.  
  25. [28019:28009 - 0:2027] 11:29:04 [tony@tonylin2:o +1] ~/work/querobolsa/quero_bolsa (next-release)  
  26. $ gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
  27. ^C
  28. gpg: signal Interrupt caught ... exiting
  29.  
  30.  
  31. [28019:28009 - 0:2028] 11:30:25 [tony@tonylin2:o +1] ~/work/querobolsa/quero_bolsa (next-release)  
  32. $ ^C
  33.  
  34. [28019:28009 - 0:2028] 11:30:25 [tony@tonylin2:o +1] ~/work/querobolsa/quero_bolsa (next-release)  
  35. $ ^C
  36.  
  37. [28019:28009 - 0:2028] 11:30:26 [tony@tonylin2:o +1] ~/work/querobolsa/quero_bolsa (next-release)  
  38. $ command curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
  39. ^[[Cgpg: key D39DC0E3: public key "Michal Papis (RVM signing) <mpapis@gmail.com>" imported
  40. gpg: Total number processed: 1
  41. gpg:               imported: 1
  42.  
  43. [28019:28009 - 0:2029] 11:30:40 [tony@tonylin2:o +1] ~/work/querobolsa/quero_bolsa (next-release)  
  44. $ command curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
  45. gpg: key D39DC0E3: "Michal Papis (RVM signing) <mpapis@gmail.com>" not changed
  46. gpg: Total number processed: 1
  47. gpg:              unchanged: 1
  48.  
  49. [28019:28009 - 0:2029] 11:30:43 [tony@tonylin2:o +1] ~/work/querobolsa/quero_bolsa (next-release)  
  50. $ \curl -sSL https://get.rvm.io | bash -s stable
  51. Downloading https://github.com/rvm/rvm/archive/1.29.0.tar.gz
  52. Downloading https://github.com/rvm/rvm/releases/download/1.29.0/1.29.0.tar.gz.asc
  53. gpg: Signature made Sun 12 Feb 2017 08:36:09 PM BRST using RSA key ID BF04FF17
  54. gpg: Good signature from "Michal Papis (RVM signing) <mpapis@gmail.com>" [unknown]
  55. gpg: Note: This key has expired!
  56. Primary key fingerprint: 409B 6B17 96C2 7546 2A17  0311 3804 BB82 D39D C0E3
  57.     Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36  166B E206 C29F BF04 FF17
  58. GPG verified '/home/tony/.rvm/archives/rvm-1.29.0.tgz'
  59.  
  60. Installing RVM to /home/tony/.rvm/
  61. grep: /home/tony/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml: No such file or directory
  62. stat: cannot stat '/<gconf>/ a<entry name='\''login_shell'\'' mtime='\''1487165463'\'' type='\''bool'\'' value='\''true'\''/>': No such file or directory
  63. stat: cannot stat '/<gconf>/ a<entry name='\''login_shell'\'' mtime='\''1487165463'\'' type='\''bool'\'' value='\''true'\''/>': No such file or directory
  64.     Adding rvm PATH line to /home/tony/.profile /home/tony/.mkshrc /home/tony/.bashrc /home/tony/.zshrc.
  65.     Adding rvm loading line to /home/tony/.profile /home/tony/.bash_profile /home/tony/.zlogin.
  66. Installation of RVM in /home/tony/.rvm/ is almost complete:
  67.  
  68.   * To start using RVM you need to run `source /home/tony/.rvm/scripts/rvm`
  69.     in all your open shell windows, in rare cases you need to reopen all shell windows.
  70.  
  71. # tonylampada,
  72. #
  73. #   Thank you for using RVM!
  74. #   We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
  75. #
  76. # ~Wayne, Michal & team.
  77.  
  78. In case of problems: https://rvm.io/help and https://twitter.com/rvm_io
  79.  
  80. [28019:28009 - 0:2030] 11:31:04 [tony@tonylin2:o +1] ~/work/querobolsa/quero_bolsa (next-release)  
  81. $ rvm -h
  82. No command 'rvm' found, but there are 26 similar ones
  83. rvm: command not found
  84.  
  85. [28019:28009 - 0:2031] 11:31:12 [tony@tonylin2:o +1] ~/work/querobolsa/quero_bolsa (next-release)  
  86. $ source /home/tony/.rvm/scripts/rvm
  87.  
  88. [28019:28009 - 0:2032] 11:31:26 [tony@tonylin2:o +1] ~/work/querobolsa/quero_bolsa (next-release)  
  89. $ rvm
  90. <a href="https://www.bountysource.com/teams/rvm?utm_source=RVM&utm_medium=shield&utm_campaign=raised"><img src="https://api.bountysource.com/badge/team?team_id=506&style=raised" align="center"></a>
  91. &nbsp;&nbsp;&nbsp;&nbsp;
  92. Master
  93. <a href="https://travis-ci.org/rvm/rvm/branches"><img src="https://travis-ci.org/rvm/rvm.svg?branch=master" align="center"></a>
  94.  
  95. # What's RVM
  96. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement