Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "DebianPackaging" page has been changed by RichAtkinson. The comment on this change is: Added help on how to add GPG keys. Used the long-hand approach as it works on all Debian derivatives, not just Ubuntu.. http://wiki.apache.org/cassandra/DebianPackaging?action=diff&rev1=7&rev2=8 -------------------------------------------------- deb-src http://www.apache.org/dist/incubator/cassandra/debian unstable main }}} + If you run ''apt-get update'' now, you will see an error similar to this: + {{{ + GPG error: http://www.apache.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F758CE318D77295D + }}} + + This simply means you need to add the PUBLIC_KEY. You do that like this: + + {{{ + gpg --keyserver wwwkeys.eu.pgp.net --recv-keys F758CE318D77295D + sudo apt-key add ~/.gnupg/pubring.gpg + sudo apt-get update + }}} + Some things to be aware of: * The configuration files are located in /etc/cassandra * Start-up options (heap size, etc) can be configured in /etc/default/cassandra
