Autor |
Nachricht |
|
Titel: GPG errors again
Verfasst am: 28.11.2006, 00:10 Uhr
|
|

Anmeldung: 16. Apr 2006
Beiträge: 207
Wohnort: England
|
|
When I did an apt-get update today I got this -
Code:
W: GPG error: http://kanotix.com sid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FB1A399A71409CDF
W: You may want to run apt-get update to correct these problems
I've tried reinstalling kanotix-keyring which was one of the things updated yesterday when I last DU'd.
I've also tried doing
Code:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys FB1A399A71409CDF
followed by
Code:
apt-key add /root/.gnupg/pubring.gpg
But I'm still getting the error. |
_________________ sidux 32 & 64 | PCLinuxOS | PC-BSD
repository of shame - compiz fusion & beryl repo for debian Sid/Lenny/Etch | 32-bit | 64-bit
|
|
|
|
 |
|
Titel: GPG errors again
Verfasst am: 28.11.2006, 00:24 Uhr
|
|

Anmeldung: 22. Jan 2006
Beiträge: 1296
Wohnort: Budapest
|
|
This worked for me:
Code:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 71409CDF && apt-key add /root/.gnupg/pubring.gpg
hubi |
_________________
|
|
|
|
 |
|
Titel:
Verfasst am: 28.11.2006, 01:17 Uhr
|
|

Anmeldung: 16. Apr 2006
Beiträge: 207
Wohnort: England
|
|
Yes, that worked for too but I had to su to root as sudo wouldn't work which might be why my previous attempts didn't work. |
_________________ sidux 32 & 64 | PCLinuxOS | PC-BSD
repository of shame - compiz fusion & beryl repo for debian Sid/Lenny/Etch | 32-bit | 64-bit
|
|
|
|
 |
|
Titel:
Verfasst am: 28.11.2006, 08:25 Uhr
|
|

Anmeldung: 18. Mar 2004
Beiträge: 3417
|
|
|
|
 |
|
Titel:
Verfasst am: 28.11.2006, 09:23 Uhr
|
|

Anmeldung: 16. Apr 2006
Beiträge: 207
Wohnort: England
|
|
I did set up sudo manually and I do read quite a lot that it's a security hole but I also read a lot that it's perfectly safe when set up correctly.
To be honest I don't know how secure it is for me but I've never had any problems so far.
I have it set up in sudoers for my user rather than a wheel/admin group and there are no other users so should there be any problem? |
_________________ sidux 32 & 64 | PCLinuxOS | PC-BSD
repository of shame - compiz fusion & beryl repo for debian Sid/Lenny/Etch | 32-bit | 64-bit
|
|
|
|
 |
|
Titel:
Verfasst am: 28.11.2006, 10:12 Uhr
|
|

Anmeldung: 18. Mar 2004
Beiträge: 3417
|
|
|
|
 |
|
Titel:
Verfasst am: 28.11.2006, 15:20 Uhr
|
|

Anmeldung: 16. Apr 2006
Beiträge: 207
Wohnort: England
|
|
Yes it was ubuntu that first got me onto sudo and I found it very convenient but I have been worried by some of the scare stories.
I did also add a line to sudoers so that it asks for the password every time, as opposed to the ubuntu way of the password staying active for 15 minutes or whatever it is.
I am actually looking at the commands I use and thinking of limiting it further to only be used with more common commands I use. |
_________________ sidux 32 & 64 | PCLinuxOS | PC-BSD
repository of shame - compiz fusion & beryl repo for debian Sid/Lenny/Etch | 32-bit | 64-bit
|
|
|
|
 |
|
Titel: Re: GPG errors again
Verfasst am: 30.11.2006, 22:15 Uhr
|
|

Anmeldung: 30. Jan 2005
Beiträge: 259
Wohnort: Wiesbaden
|
|
hubi hat folgendes geschrieben::
This worked for me:
Code:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 71409CDF && apt-key add /root/.gnupg/pubring.gpg
hubi
worked for me also. |
_________________ Viele Grüße
mylo
|
|
|
|
 |
|
Titel: Re: GPG errors again
Verfasst am: 04.12.2006, 23:40 Uhr
|
|
Anmeldung: 09. Aug 2004
Beiträge: 121
Wohnort: Brisbane Australia
|
|
hubi hat folgendes geschrieben::
This worked for me:
Code:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 71409CDF && apt-key add /root/.gnupg/pubring.gpg
hubi
Ok this works to fix the problem but is this magic incantation required to be done by all the plebes here? I thought the kanotix-keyring package should look after this?
Is there any documentation on what the kanotix-keyring packages are/do? |
|
|
|
|
 |
|