Raspberry Pi and Dyalog signature

Using Dyalog under 'nixes
Post Reply
User avatar
ray
Posts: 238
Joined: Wed Feb 24, 2010 12:24 am
Location: Blackwater, Camberley. UK

Raspberry Pi and Dyalog signature

Post by ray »

When I type
sudo apt-get update
I get a warning message:
w: GPG error: http://packages.dyalog.com wheezy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1AD2BC0094FA75DD

Should I be worried?

Ray
Ray Cannon
Please excuse any smelling pisstakes.
User avatar
AndyS|Dyalog
Posts: 263
Joined: Tue May 12, 2009 6:06 pm

Re: Raspberry Pi and Dyalog signature

Post by AndyS|Dyalog »

We have just migrated the Forums to a new server; I suspect that this is due to this move - Jason will take a look a little later on today.
Jason|Dyalog
Posts: 22
Joined: Tue Sep 09, 2008 2:42 pm

Re: Raspberry Pi and Dyalog signature

Post by Jason|Dyalog »

Hi Ray.

If you run the following line on your pi (as root)

Code: Select all

wget -O - http://packages.dyalog.com/dyalog-apt-key.gpg.key | apt-key add -


This will import our GPG signature and resolve this issue.

Jason
User avatar
ray
Posts: 238
Joined: Wed Feb 24, 2010 12:24 am
Location: Blackwater, Camberley. UK

Re: Raspberry Pi and Dyalog signature

Post by ray »

Thats done the trick.

Thank you
Ray
Ray Cannon
Please excuse any smelling pisstakes.
Post Reply