Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2014
825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.22 KB | None | 0 0
  1. ==> default: usermod: group 'rvm' does not exist
  2. The following SSH command responded with a non-zero exit status.
  3. Vagrant assumes that this means the command failed!
  4.  
  5. chmod +x /tmp/vagrant-shell && /tmp/vagrant-shell stable
  6.  
  7. Stdout from the command:
  8.  
  9. Downloading https://github.com/wayneeseguin/rvm/archive/1.26.0.tar.gz
  10. Downloading https://github.com/wayneeseguin/rvm/releases/download/1.26.0/1.26.0.tar.gz.asc
  11. Warning, RVM 1.26.0 introduces signed releases and automated check of signatures when GPG software found.
  12. Assuming you trust Michal Papis import the mpapis public key (downloading the signatures).
  13.  
  14. GPG signature verification failed for '/usr/local/rvm/archives/rvm-1.26.0.tgz' - 'https://github.com/wayneeseguin/rvm/releases/download/1.26.0/1.26.0.tar.gz.asc'!
  15. try downloading the signatures:
  16.  
  17.     gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
  18.  
  19. they can be compared with:
  20.  
  21.     https://rvm.io/mpapis.asc
  22.     https://keybase.io/mpapis
  23.  
  24. Downloading https://bitbucket.org/mpapis/rvm/get/1.26.0.tar.gz
  25. Downloading https://github.com/wayneeseguin/rvm/releases/download/1.26.0/1.26.0.tar.gz.asc
  26. Warning, RVM 1.26.0 introduces signed releases and automated check of signatures when GPG software found.
  27. Assuming you trust Michal Papis import the mpapis public key (downloading the signatures).
  28.  
  29. GPG signature verification failed for '/usr/local/rvm/archives/rvm-1.26.0.tgz' - 'https://github.com/wayneeseguin/rvm/releases/download/1.26.0/1.26.0.tar.gz.asc'!
  30. try downloading the signatures:
  31.  
  32.     gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
  33.  
  34. they can be compared with:
  35.  
  36.     https://rvm.io/mpapis.asc
  37.     https://keybase.io/mpapis
  38.  
  39.  
  40.  
  41. Stderr from the command:
  42.  
  43. stdin: is not a tty
  44. gpg: directory `/root/.gnupg' created
  45. gpg: new configuration file `/root/.gnupg/gpg.conf' created
  46. gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
  47. gpg: keyring `/root/.gnupg/pubring.gpg' created
  48. gpg: Signature made Wed 29 Oct 2014 12:52:06 PM UTC using RSA key ID BF04FF17
  49. gpg: Can't check signature: public key not found
  50. gpg: Signature made Wed 29 Oct 2014 12:52:06 PM UTC using RSA key ID BF04FF17
  51. gpg: Can't check signature: public key not found
  52. usermod: group 'rvm' does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement