I'm trying to upgrade from Sarge to Testing. My sources.list file is as followed.
- Code: Select all
#deb file:///cdrom/ sarge main
#deb http://ftp.uk.debian.org/debian/ stable main
#deb-src http://ftp.uk.debian.org/debian/ stable main
#deb http://mirror.ox.ac.uk/debian/ stable main
#deb-src http://mirror.ox.ac.uk/debian/ stable main
#deb http://security.debian.org/ stable/updates main
# For Tapioca
#deb http://extindt01.indt.org/tapioca/apt unstable main
#deb-src http://http.us.debian.org/debian stable main contrib non-free
#deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
#deb http://download.skype.com/linux/repos/debian/ stable non-free
# Backports
#deb http://www.backports.org/debian/ sarge-backports main
# Testing
deb http://ftp.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib
deb ftp://ftp.nerim.net/debian-marillat/ etch main
deb http://ftp.debian-unofficial.org/debian/ testing main contrib non-free restricted
After that, I issued this command:
- Code: Select all
apt-get update
And I encounter this error message:
- Code: Select all
...
Get: 18 http://ftp.debian.org testing/non-free Packages [55.5kB]
Fetched 3131kB in 53s (58.9kB/s)
Reading package lists... Done
W: GPG error: http://ftp.debian-unofficial.org testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D5642BC86823D007
W: GPG error: ftp://ftp.nerim.net etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: You may want to run apt-get update to correct these problems
How shall I fix this? (Or) Could you kindly post your sources.list file if you are using Testing version?
Thank you very much.