Re: Again NO_PUBKEY problem...

2006-08-12 Thread antongiulio05
> >> man apt-key
> >
> > # apt-key list
> > gpg: checking the trustdb
> > gpg: waiting for lock (held by 8561 - probably dead) ...
> > gpg: waiting for lock (held by 8561 - probably dead) ...
> > gpg: waiting for lock (held by 8561 - probably dead) ...
> > gpg: waiting for lock (held by 8561 - probably dead) ...
> >
> > same for other options...
> >
> > Giulio
> 
> You have a stray lockfile somewhere, probably /etc/apt/.

Yes, I removed secring.gpg.lock trusted.gpg.lock (they contained '8561' string)

and I have launched:

# gpg --export --armor 010908312D230C5F | apt-key add -

it was stopped after few minutes (and cpu-fan run fast), and so I interrupted 
it.
However now I don't get error message after 'apt-get update'.

Thanks,
Giulio


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Again NO_PUBKEY problem...

2006-08-12 Thread Goswin von Brederlow
antongiulio05 <[EMAIL PROTECTED]> writes:

>> > 'apt-get update' returns again:
>> >
>> > W: GPG error: ftp://ftp.it.debian.org unstable Release: The following
>> > signatures couldn't be verified because the public key is not
>> > available: NO_PUBKEY 010908312D230C5F
>
>> man apt-key
>
> # apt-key list
> gpg: checking the trustdb
> gpg: waiting for lock (held by 8561 - probably dead) ...
> gpg: waiting for lock (held by 8561 - probably dead) ...
> gpg: waiting for lock (held by 8561 - probably dead) ...
> gpg: waiting for lock (held by 8561 - probably dead) ...
>
> same for other options...
>
> Giulio

You have a stray lockfile somewhere, probably /etc/apt/.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Again NO_PUBKEY problem...

2006-08-12 Thread antongiulio05
> > 'apt-get update' returns again:
> >
> > W: GPG error: ftp://ftp.it.debian.org unstable Release: The following
> > signatures couldn't be verified because the public key is not
> > available: NO_PUBKEY 010908312D230C5F

> man apt-key

# apt-key list
gpg: checking the trustdb
gpg: waiting for lock (held by 8561 - probably dead) ...
gpg: waiting for lock (held by 8561 - probably dead) ...
gpg: waiting for lock (held by 8561 - probably dead) ...
gpg: waiting for lock (held by 8561 - probably dead) ...

same for other options...

Giulio


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Again NO_PUBKEY problem...

2006-08-12 Thread Goswin von Brederlow
"antonio giulio" <[EMAIL PROTECTED]> writes:

> Hi,
>
> 'apt-get update' returns again:
>
> W: GPG error: ftp://ftp.it.debian.org unstable Release: The following
> signatures couldn't be verified because the public key is not
> available: NO_PUBKEY 010908312D230C5F
>
> from shell:
>
> # gpg --keyserver hkp://subkeys.pgp.net --recv-keys 010908312D230C5F
> gpg: requesting key 2D230C5F from hkp server subkeys.pgp.net
> gpg: key 2D230C5F: public key "Debian Archive Automatic Signing Key
> (2006) <[EMAIL PROTECTED]>" imported
> gpg: no ultimately trusted keys found
> gpg: Total number processed: 1
> gpg:   imported: 1
>
> # gpg --export --armor 010908312D230C5F | apt-key add -
> gpg: waiting for lock (held by 8561 - probably dead) ...
> gpg: waiting for lock (held by 8561 - probably dead) ...
> gpg: waiting for lock (held by 8561 - probably dead) ...
> .
>
> and 'apt-get update' returns again above error...
>
> How can I fix it?
>
> Thanks,
> Giulio

man apt-key

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Again NO_PUBKEY problem...

2006-08-12 Thread antongiulio05
> apt-get install debian-archive-keyring
> 
> and then 'apt-get update'
> 
> Hope this helps, it did for me.

it doesn't work for me:(

# apt-get install debian-archive-keyring
Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
  debian-archive-keyring
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 6050B of archives.
After unpacking 53.2kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  debian-archive-keyring
Install these packages without verification [y/N]? y
Get:1 ftp://ftp.it.debian.org unstable/main debian-archive-keyring 2006.01.18 
[6050B]
Fetched 6050B in 0s (7115B/s)
debconf: unable to initialize frontend: Kde
debconf: (Unable to load Qt -- is libqt-perl installed?)
debconf: falling back to frontend: Dialog
Selecting previously deselected package debian-archive-keyring.
(Reading database ... 127213 files and directories currently installed.)
Unpacking debian-archive-keyring (from 
.../debian-archive-keyring_2006.01.18_all.deb) ...
Setting up debian-archive-keyring (2006.01.18) ...
gpg: key 1DB114E0: "Debian Archive Automatic Signing Key (2004) <[EMAIL 
PROTECTED]>" not changed
gpg: key 4F368D5D: "Debian Archive Automatic Signing Key (2005) <[EMAIL 
PROTECTED]>" not changed
gpg: key B5F5BBED: "Debian AMD64 Archive Key " 
not changed
gpg: waiting for lock (held by 8561 - probably dead) ...
gpg: waiting for lock (held by 8561 - probably dead) ...
gpg: waiting for lock (held by 8561 - probably dead) ...
gpg: waiting for lock (held by 8561 - probably dead) ...
gpg: waiting for lock (held by 8561 - probably dead) ...
...

Giulio


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Again NO_PUBKEY problem...

2006-08-12 Thread Lee Begg
apt-get install debian-archive-keyring

and then 'apt-get update'

Hope this helps, it did for me.

Regards
Lee Begg

On Saturday 12 August 2006 19:05, antonio giulio wrote:
> Hi,
>
> 'apt-get update' returns again:
>
> W: GPG error: ftp://ftp.it.debian.org unstable Release: The following
> signatures couldn't be verified because the public key is not
> available: NO_PUBKEY 010908312D230C5F
>
> from shell:
>
> # gpg --keyserver hkp://subkeys.pgp.net --recv-keys 010908312D230C5F
> gpg: requesting key 2D230C5F from hkp server subkeys.pgp.net
> gpg: key 2D230C5F: public key "Debian Archive Automatic Signing Key
> (2006) <[EMAIL PROTECTED]>" imported
> gpg: no ultimately trusted keys found
> gpg: Total number processed: 1
> gpg:   imported: 1
>
> # gpg --export --armor 010908312D230C5F | apt-key add -
> gpg: waiting for lock (held by 8561 - probably dead) ...
> gpg: waiting for lock (held by 8561 - probably dead) ...
> gpg: waiting for lock (held by 8561 - probably dead) ...
> .
>
> and 'apt-get update' returns again above error...
>
> How can I fix it?
>
> Thanks,
> Giulio


pgpS5mwSZeej5.pgp
Description: PGP signature