Skip to content

Instantly share code, notes, and snippets.

@deogracia
Last active August 29, 2015 14:08
Show Gist options
  • Save deogracia/dfe70743121c6c8b5ea7 to your computer and use it in GitHub Desktop.
Save deogracia/dfe70743121c6c8b5ea7 to your computer and use it in GitHub Desktop.
rvm issue 3105
vagrant@debian7-64bits:~$ LANG=C curl -sSLO https://rvm.io/mpapis.asc
vagrant@debian7-64bits:~$ LANG=C gpg2 --import mpapis.asc
gpg: key D39DC0E3: "Michal Papis (RVM signing) <mpapis@gmail.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
vagrant@debian7-64bits:~$ LANG=C gpg2 --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3 BF04FF17
gpg: requesting key D39DC0E3 from hkp server keys.gnupg.net
gpg: requesting key BF04FF17 from hkp server keys.gnupg.net
gpgkeys: HTTP fetch error 6: Couldn't resolve host 'keys.gnupg.net'
gpgkeys: HTTP fetch error 6: Couldn't resolve host 'keys.gnupg.net'
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
vagrant@debian7-64bits:~$ LANG=C curl -sSLO https://github.com/wayneeseguin/rvm/raw/master/binscripts/rvm-installer
vagrant@debian7-64bits:~$ LANG=C curl -sSLO https://github.com/wayneeseguin/rvm/raw/master/binscripts/rvm-installer.asc
vagrant@debian7-64bits:~$ LANG=C gpg2 --verify rvm-installer.asc rvm-installer
gpg: Signature made Wed Oct 29 10:34:14 2014 CET using RSA key ID BF04FF17
gpg: Good signature from "Michal Papis (RVM signing) <mpapis@gmail.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3
Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17
vagrant@debian7-64bits:~$ LANG=C bash rvm-installer stable
Downloading https://github.com/wayneeseguin/rvm/archive/1.25.34.tar.gz
Downloading https://github.com/wayneeseguin/rvm/releases/download/1.25.34/1.25.34.tar.gz.asc
gpg: Signature made Wed Oct 29 01:14:56 2014 CET using RSA key ID BF04FF17
gpg: Good signature from "Michal Papis (RVM signing) <mpapis@gmail.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3
Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17
GPG verified '/home/vagrant/.rvm/archives/rvm-1.25.34.tgz'
Installing RVM to /home/vagrant/.rvm/
RVM PATH line found in /home/vagrant/.profile /home/vagrant/.zshrc.
RVM PATH line not found for Bash, rerun this command with '--auto-dotfiles' flag to fix it.
RVM sourcing line found in /home/vagrant/.bash_profile /home/vagrant/.zlogin.
Installation of RVM in /home/vagrant/.rvm/ is almost complete:
* To start using RVM you need to run `source /home/vagrant/.rvm/scripts/rvm`
in all your open shell windows, in rare cases you need to reopen all shell windows.
# User,
#
# Thank you for using RVM!
# We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne, Michal & team.
In case of problems: http://rvm.io/help and https://twitter.com/rvm_io
vagrant@debian7-64bits:~$ LANG=C rm -f rvm-installer{,.asc}
vagrant@debian7-64bits:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment