Posts: 19
acidblue
Joined: 09 Nov 2010
#1
Which repo's should I use with 8.5?

I'm getting this error when I try to 'RELOAD' in Synaptic.

Could not download all repo indexes

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"ftp://ftp.mepis.com/mepis/dists/mepis-8.5/Release.gpg"
linktext was:"ftp://ftp.mepis.com/mepis/dists/mepis-8.5/Release.gpg"
====================================
: Could not connect passive socket.

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"ftp://ftp.mepis.com/mepis/dists/mepis-8"
linktext was:"ftp://ftp.mepis.com/mepis/dists/mepis-8"
====================================
... -en_US.bz2: Could not connect passive socket.

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"ftp://ftp.mepis.com/mepis/dists/mepis-8"
linktext was:"ftp://ftp.mepis.com/mepis/dists/mepis-8"
====================================
... ackages.gz: Could not connect passive socket.
Also this error:
W: GPG error:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://apt.progchild.de"
linktext was:"http://apt.progchild.de"
====================================
stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0393B8638C00FC18
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://apt.progchild.de"
linktext was:"http://apt.progchild.de"
====================================
is dead so disable it.

Probably, the same for the MEPIS repo, so best to disable it too.
Posts: 19
acidblue
Joined: 09 Nov 2010
#3
Ok thanks that solved most of my error's.

But now I'm getting this error when i have the ftp.us.debian.org/debian repo
W: GPG error:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#4
Get the missing key

Code: Select all

gpg --keyserver pgp.mit.edu --recv-keys AED4B06F473041FA 
output should be

Code: Select all

gpg: Total number processed: 1
gpg: imported: 1
add received key

Code: Select all

gpg --armor --export AED4B06F473041FA| apt-key add -
try update again

Code: Select all

apt-get update
This fix was posted about a year ago in Feb 2011. Hopefully it should work for your error. Which I don't get.

Another one command route to get the key would be to

Code: Select all

apt-get install debian-archive-keyring
and try update again

Code: Select all

apt-get update
Posts: 19
acidblue
Joined: 09 Nov 2010
#5
Thanks that seemed to work, no more error's