Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Signature error bij apt-get update  (gelezen 1761 keer)

osc4r

  • Gast
Signature error bij apt-get update
« Gepost op: 2006/10/12, 16:02:52 »
Ik krijg deze foutmelding als ik sudo apt-get update uitvoer, of als ik in de synaptic op herladen druk. Ik moet een regel invoeren met een authenticatie key of iets dergelijks (denk ik...) iemand suggesties?

W: GPG error: http://mirror.ubuntulinux.nl dapper-seveas Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 49A120FD1135D466

Offline Kev

  • Lid
Signature error bij apt-get update
« Reactie #1 Gepost op: 2006/10/12, 16:08:24 »
Waarschijnlijk heb je bij het toevoegen van enkele repositories geen GPG-sleutel ge
All Hail Lelouch, The 99th Emperor of Britannia
All Hail Lelouch! All Hail Lelouch!
Iedereen heeft het recht op mijn waarheid, zo wees geprezen.

socratux

  • Gast
Signature error bij apt-get update
« Reactie #2 Gepost op: 2006/10/12, 16:11:32 »
Je moet een nieuwe sleutel ophalen, als het goed is staan in je sources.list (/etc/apt/sources.list) bij de desbetreffende mirror een key, zoiets:
# Seveas' packages (sources, GPG key: 1135D466)

Deze moet je even invoeren bij de volgende twee commando's (in console uitvoeren):
sudo gpg --keyserver subkeys.pgp.net --recv KEY
sudo gpg --export --armor KEY | sudo apt-key add -

(dus 'KEY' moet je vervangen door de code die bij jou staat)

osc4r

  • Gast
Signature error bij apt-get update
« Reactie #3 Gepost op: 2006/10/12, 16:14:18 »
Hmm, ik geloof dat jullie gelijk hebben, maar nu kan ik echter die code niet vinden :/

deb http://nl.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://nl.archive.ubuntu.com/ubuntu/ dapper main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://nl.archive.ubuntu.com/ubuntu/ dapper universe multiverse
deb-src http://nl.archive.ubuntu.com/ubuntu/ dapper universe multiverse

## Major bug fix updates produced after the final release of the
## distribution.
deb http://nl.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
deb-src http://nl.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://nl.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://nl.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security universe multiverse
deb http://mirror.ubuntulinux.nl/ dapper-seveas extras seveas-meta
deb-src http://mirror.ubuntulinux.nl/ dapper-seveas extras seveas-meta

# Repositories added to enable Beryl (XGL/Compiz community branch)
deb http://www.beerorkid.com/compiz dapper main aiglx
deb http://media.blutkind.org/xgl/ dapper main aiglx

Saamelainen

  • Gast
Signature error bij apt-get update
« Reactie #4 Gepost op: 2006/10/12, 16:16:51 »
Voor Seveas deze sleutel in de terminal plakken:

gpg --keyserver subkeys.pgp.net --recv-keys 1135D466
gpg --export --armor 1135D466 | sudo apt-key add -

Daarna op Enter drukken en je wachtwoord opgeven als daar om gevraagd wordt. Synaptic Herladen om de gegevens te updaten.

osc4r

  • Gast
Signature error bij apt-get update
« Reactie #5 Gepost op: 2006/10/12, 16:18:36 »
Deze werken, bedankt Saamelainen!

Viltstift

  • Gast
Signature error bij apt-get update
« Reactie #6 Gepost op: 2006/10/22, 19:15:12 »
Dank voor het maken van deze topic, ik had het het zelfde probleem.
Mijn dank is groot!!!