Skip to content

Instantly share code, notes, and snippets.

@drnic
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drnic/11295872 to your computer and use it in GitHub Desktop.
Save drnic/11295872 to your computer and use it in GitHub Desktop.
camlistore wants gpg
# ./bin/camlistored -configfile=/var/vcap/jobs/camlistore/config/camlistore.json
2014/04/25 16:05:50 Starting camlistored version 0.7; Go go1.2.1 (linux/amd64)
2014/04/25 16:05:50 Using config file /var/vcap/jobs/camlistore/config/camlistore.json
Could not load server config: Failed to transform user config file "/var/vcap/jobs/camlistore/config/camlistore.json" into internal handler configuration: didn't find a key in "/root/.config/camlistore/identity-secring.gpg" for keyId ""; other keyIds in file = [FEC39D43]
# cat /var/vcap/jobs/camlistore/config/camlistore.json
{
"auth": "userpass:alice:secret",
"blobPath":"/var/vcap/store/camlistore",
"runIndex":true,
"sqlite":"/var/vcap/store/camlistore/sqlite"
}
# rm /root/.config/camlistore/identity-secring.gpg
# ./bin/camlistored -configfile=/var/vcap/jobs/camlistore/config/camlistore.json
2014/04/25 16:52:47 Starting camlistored version 0.7; Go go1.2.1 (linux/amd64)
2014/04/25 16:52:47 Using config file /var/vcap/jobs/camlistore/config/camlistore.json
Could not load server config: Failed to transform user config file "/var/vcap/jobs/camlistore/config/camlistore.json" into internal handler configuration: jsonsign: failed to open keyring: open /root/.config/camlistore/identity-secring.gpg: no such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment