On 1 August 2013 15:52, Axel Stammler <a...@users.sourceforge.net> wrote: > The final sources line (localhost) refers to my own collection of scripts, > which I have > used for a long time. It worked without problems under Squeeze. >
Do you also get this error when using apt-get? > -- sources.list: > deb http://flora-e/debian ./ > deb http://montevideo.homedns.org/debian ./ Do these repositories implement secure apt (see apt-secure(8))? Otherwise, if they are explicitly trusted you should indicate this like so: deb [trusted=yes] http://flora-e/debian ./ deb [trusted=yes] http://montevideo.homedns.org/debian ./ You mentioned that you get this error intermittently. The policy information you submitted for libreoffice-lightproof-en indicates an official server, so it is unlikely that is the culprit. Can you identify a single package or server that triggers it? Next time this occurs, cancel the installation and try to find the smallest set of packages that triggers the warning. One of those packages will be from the untrusted source and this will help identify the problem. You can then use ‘apt-cache policy PKG1 …’ to identify the sources being used. Regards -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org