15
Feb/091
Feb/091
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.
Related posts:
- 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
- Debian: VMware Server 1.x and Debian Etch
- Debian: Symantec Backup Exec 12 and Debian Etch 32/64
- 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.
- Debian: NIC Aliases: Can’t use eth0 when network card is replaced
Enjoy this article?
Comments (1)
Trackbacks (0) ( subscribe to comments on this post )
Leave a comment
No trackbacks yet.
2:45 AM on February 21st, 2009
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.