Hi I've just upgraded my sid box and now apt is complaining that the packages are untrusted e.g.
Need to get 1793kB of archives. After unpacking 7324kB will be used. Do you want to continue? [Y/n/?] WARNING: untrusted versions of the following packages will be installed! Untrusted packages could compromise your system's security. You should only proceed with the installation if you are certain that this is what you want to do. apt-listbugs ruby1.8 ruby libxml-parser-ruby1.8 libintl-gettext-ruby1.8 libruby1.8 libdpkg-ruby1.8 Do you want to ignore this warning and proceed anyway? To continue, enter "Yes"; to abort, enter "No": but as far as I can tell the correct keys are in roots keyring skymoo:~# gpg --list-keys /root/.gnupg/pubring.gpg ------------------------ pub 1024D/4F368D5D 2005-01-31 [expires: 2006-01-31] uid Debian Archive Automatic Signing Key (2005) <[EMAIL PROTECTED]> and apt-key seems to be aware of the key skymoo:~# apt-key list /etc/apt/trusted.gpg -------------------- pub 1024D/4F368D5D 2005-01-31 [expires: 2006-01-31] uid Debian Archive Automatic Signing Key (2005) <[EMAIL PROTECTED]> yet apt still complains about untrusted packages. Do I need any other keys in the keyring? Cheers Adam