15
Feb/09
1

Debian: Upgrade Etch to Lenny, and error message “There is no public key available for the following key IDs: xxxxxxxxxxxxxxxx”

It’s pretty easy to upgrade your Etch to Lenny. Open your repo list and replace all references to “etch” with “lenny”. To edit your sources.list:

nano /etc/apt/sources.list

Then update your repositories:

aptitude update

and proceed to upgrade:

aptitude dist-upgrade

I ran into an error when I was updating my repositories: “There is no public key available for the following key IDs: xxxxxxxxxxxxxxxx”. To fix that error:

gpg --recv-key --keyserver wwwkeys.eu.pgp.net xxxxxxxxxxxxxxxx
gpg --export xxxxxxxxxxxxxxxx | apt-key add -

Replace xxxxxxxxxxxxxxxx with the key you see in the error message and run aptitude update again.

Share this article
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter
  • LinkedIn

Related posts:

  1. Debian: Lenny cannot load Broadcom NIC drivers, asking for firmware bnx2-06-4.0.5.fw or bnx2-09-4.0.5.fw during install
  2. Debian: VMware Server 1.x and Debian Etch
  3. Debian: Symantec Backup Exec 12 and Debian Etch 32/64
  4. Debian: Etch x64 and VMware Server Cannot connect to host x.x.x.x: No connection could be made because the target machine actively refused it.
  5. Debian: NIC Aliases: Can’t use eth0 when network card is replaced

Tagged as: ,
Comments (1) Trackbacks (0)
  1. Bernhard
    2:45 AM on February 21st, 2009
    IceWeasel 2.0.0.19 IceWeasel 2.0.0.19 Debian GNU/Linux Debian GNU/Linux
    Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081202 Iceweasel/2.0.0.19 (Debian-2.0.0.19-0etch1)

    thanks, i had the same problem.

Leave a comment

No trackbacks yet.