PDA

View Full Version : error when updating knoppix packets



bachinbeach
05-29-2007, 01:37 PM
Hello everyone,

I must do an update of the knoppix packages and for that I used this order:

sudo apt-get update

And I get this messages:



impossible to get
ftp://ftp.debian-unofficial.org/debian/dists/stable/Release.gpg I couldn conect to ftp.debian-unofficial.org:21 (88.198.196.36). - connect (111
conexion refused)
impossible to get
ftp://ftp.debian-unofficial.org/debian/dists/testing/Release.gpg I couldn conect to ftp.debian-unofficial.org:21 (88.198.196.36). - connect (111
Conexion rejected)
Imposible to get
ftp://ftp.debian-unofficial.org/debian/dists/unstable/Release.gpg
I couldn connect to ftp.debian-unofficial.org:21 (88.198.196.36). -
connect (111 Conexion refused)
Reading list of packets... Done
W: GPG error: http://security.debian.org stable/updates Release: These signatures couldn't be verified because its public key is not available: NO_PUBKEY A70DAF536070D3A1
W: GPG error: http://ftp.de.debian.org stable Release: These signatures couldn't be verified because its public key is not available:
NO_PUBKEY A70DAF536070D3A1 NO_PUBKEY B5D0C804ADB11277
W: GPG error: http://security.debian.org testing/updates Release: These signatures couldn't be verified because its public key is not available: NO_PUBKEY A70DAF536070D3A1
W: GPG error: http://ftp.de.debian.org testing Release: These signatures couldn't be verified because its public key is not available: NO_PUBKEY A70DAF536070D3A1
W: GPG error: http://ftp.de.debian.org unstable Release: These signatures couldn't be verified because its public key is not available: NO_PUBKEY A70DAF536070D3A1
W: GPG error: http://ftp.de.debian.org experimental Release: These signatures couldn't be verified because its public key is not available: NO_PUBKEY A70DAF536070D3A1
W: Maybe you want to execute 'apt-get update' to correct these problems
E: Some index files couldn'download, were ignored, or some old files were used instead.

it seems that it couldn't update correctly,

I read something about getting a new key to update the packages when getting this error, which is this order:



gpg --keyserver keyring.debian.org --recv-key 6070D3A1

However I get this, telling me that there aren't keys completely trustful:


gpg: asking for key 6070D3A1 from hkp server keyring.debian.org
gpg: key 6070D3A1: public key "Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@debian.org>" imported
gpg: keys completely trustful can't be found
gpg: imported: 1


I tried to do the same thing with the other key, so I did:


gpg --keyserver keyring.debian.org --recv-key ADB11277

And I got this


gpg: asking for key ADB11277 from hkp server keyring.debian.org
gpgkeys: key ADB11277 not found on keyserver
gpg: Open PGP valid data were not found
gpg: Total processed amount: 0


then I export the first gpg key and add it in apt-key, so I type:


gpg --armor --export 6070D3A1 | apt-key add -

And this is what I got:


gpg:`/etc/apt/trusted.gpg' can't be opened
gpg: keydb_get_keyblock failed: eof
gpg: No write key ring found : eof
gpg: error reading `-': Error general
gpg: import from `-' failed: General error

Just in case, I typed this comand:


apt-key list

And I got:


gpg: `/etc/apt/trustdb.gpg' can't be accesed: Permission denied
gpg: fatal: can't init trustdb: error in the trustful database
secmem usage: 0/0 bytes in 0/0 blocks of pool 0/32768

so.....this seem a complete mess,
How can I solve it?

Thank you and greetins ;)