Skip to content

Instantly share code, notes, and snippets.

@sw00
Created July 21, 2014 10:40
Show Gist options
  • Select an option

  • Save sw00/eaaebe7ab0633bba8639 to your computer and use it in GitHub Desktop.

Select an option

Save sw00/eaaebe7ab0633bba8639 to your computer and use it in GitHub Desktop.
Problem provisioning nodejs from Chris Lea's PPA due to key error (2014-07-21)
vagrant@precise64:~$ apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 136221EE520DDFAF0A905689B9316A7BC7917B12
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.tWGG1sGWk1 --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 136221EE520DDFAF0A905689B9316A7BC7917B12
gpg: requesting key C7917B12 from hkp server keyserver.ubuntu.com
gpg: no writable keyring found: eof
gpg: error reading `[stream]': general error
gpg: Total number processed: 0
@sw00
Copy link
Copy Markdown
Author

sw00 commented Jul 21, 2014

Command requires sudo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment