Does anyone know why I get the following warning message whenever I use apt-get update?
W: GPG error: http://mirror.ox.ac.uk unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 010908312D230C5F W: You may want to run apt-get update to correct these problems
Is it to do with the mirror.ox.ac.uk mirror? Or is it my set up? I also get a warning when I use apt-get install and upgrade that the packages can't be authenticated which I assume is another symptom of the same problem.
Does anyone know what it is?
Cheers, Richard --------------------------- Richard Lewis Sonic Arts Research Archive http://www.sara.uea.ac.uk/ ---------------------------
On Wed, Mar 08, 2006 at 05:19:46PM +0000, Richard Lewis wrote:
Does anyone know why I get the following warning message whenever I use apt-get update?
W: GPG error: http://mirror.ox.ac.uk unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 010908312D230C5F W: You may want to run apt-get update to correct these problems
Is it to do with the mirror.ox.ac.uk mirror? Or is it my set up? I also get a warning when I use apt-get install and upgrade that the packages can't be authenticated which I assume is another symptom of the same problem.
Does anyone know what it is?
The release signing key was updated... so...
As root: gpg --keyserver subkeys.eu.pgp.net --recv-keys 010908312D230C5F gpg -a --export 010908312D230C5F | apt-key add -
Then apt-get update and it should all be fine.
Cheers, Brett.
On Wednesday 08 March 2006 21:08, Brett Parker wrote:
On Wed, Mar 08, 2006 at 05:19:46PM +0000, Richard Lewis wrote:
Does anyone know why I get the following warning message whenever I use apt-get update?
W: GPG error: http://mirror.ox.ac.uk unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 010908312D230C5F W: You may want to run apt-get update to correct these problems
Is it to do with the mirror.ox.ac.uk mirror? Or is it my set up? I also get a warning when I use apt-get install and upgrade that the packages can't be authenticated which I assume is another symptom of the same problem.
Does anyone know what it is?
The release signing key was updated... so...
As root: gpg --keyserver subkeys.eu.pgp.net --recv-keys 010908312D230C5F gpg -a --export 010908312D230C5F | apt-key add -
Then apt-get update and it should all be fine.
Cheers, Brett.
Thanks for the tip.
I couldn't seem to get a response from subkeys.eu.pgp.net so I changed it to subkeys.pgp.net instead and that worked.
I've never been before (even though I've been reading the list for years), but I might come along to the meeting tonight as long as no one has any objections.
I hope to see you later.
Cheers, Richard
On Thu, Mar 09, 2006 at 09:29:49AM +0000, Richard Lewis wrote:
Thanks for the tip.
I couldn't seem to get a response from subkeys.eu.pgp.net so I changed it to subkeys.pgp.net instead and that worked.
I probably got the host wrong, I wasn't entirely awake and didn't check it ;)
I've never been before (even though I've been reading the list for years), but I might come along to the meeting tonight as long as no one has any objections.
Ohhh! I won't be there (since I moved to Brighton), but I'm sure Noodles would love the company! There should be a few people there tonight... I miss the pub meetings, they were fun :(
Cheers,