Re: Keys too old or compromised ?

2006-11-22 Thread Alexander Samad
On Wed, Nov 22, 2006 at 03:05:20PM +, Jo Shields wrote:
> On Wed, 2006-11-22 at 09:59 -0500, Lennart Sorensen wrote:
> > On Tue, Nov 21, 2006 at 09:51:05PM +0100, Hans-J. Ullrich wrote:
> > > I do not want to set my locales to C for one thing. Here is the 
> > > translatation, 
> > > it means:
> > 
> > You can set a variable temporarily to override the locale setting for
> > the system.  I can't ever remember the name of the variable though.
> 
> LANG=C somecommand

you can also 

env LANG=C LC_ALL=C somecommand

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


signature.asc
Description: Digital signature


Re: Keys too old or compromised ?

2006-11-22 Thread Jo Shields
On Wed, 2006-11-22 at 09:59 -0500, Lennart Sorensen wrote:
> On Tue, Nov 21, 2006 at 09:51:05PM +0100, Hans-J. Ullrich wrote:
> > I do not want to set my locales to C for one thing. Here is the 
> > translatation, 
> > it means:
> 
> You can set a variable temporarily to override the locale setting for
> the system.  I can't ever remember the name of the variable though.

LANG=C somecommand

--Jo Shields



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



Re: Keys too old or compromised ?

2006-11-22 Thread Lennart Sorensen
On Tue, Nov 21, 2006 at 09:51:05PM +0100, Hans-J. Ullrich wrote:
> I do not want to set my locales to C for one thing. Here is the 
> translatation, 
> it means:

You can set a variable temporarily to override the locale setting for
the system.  I can't ever remember the name of the variable though.

> -- snip ---
> > > A70DAF536070D3A1
> > > W: There are no public keys for the following key-IDs:
> > > A70DAF536070D3A1
> > > W: There are no public keys for the following key-ID:
> > > A70DAF536070D3A1
> 
> -- snap 
> 
> It means, the pgp-key for security.debian.org does not match.

Did you try using gpg and apt-key to update the keys?

--
Len Sorensen


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



Re: Keys too old or compromised ?

2006-11-22 Thread Steffen Grunewald
On Wed, Nov 22, 2006 at 11:05:32AM +0100, Hans wrote:
> 
> that is exactly what thought. I knew, that thle lifetime of the keys is on 
> its 
> end in these days, but I just wanted to make sure, I update the correct keys 
> and to make sure, the keys are really outdated. Now we all know !

This is not exactly true: apt-key list will tell you that the 2006 signing key
will last more than 10 weeks from now. But nevertheless it's a good idea to
have a longer-lasting key for the then stable release.

S


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



Re: Keys too old or compromised ?

2006-11-22 Thread Hans
Am Mittwoch, 22. November 2006 09:53 schrieb Goswin von Brederlow:
> [EMAIL PROTECTED] (Hans-J. Ullrich) writes:
> > Dear maintainers,
> >
> > I just get this message when using apt-get update.
> >
> > -- snip 
> >
> > W: Es gibt keine öffentlichen Schlüssel für die folgenden Schlüssel-IDs:
> > A70DAF536070D3A1
> > W: Es gibt keine öffentlichen Schlüssel für die folgenden Schlüssel-IDs:
> > A70DAF536070D3A1
> > W: Es gibt keine öffentlichen Schlüssel für die folgenden Schlüssel-IDs:
> > A70DAF536070D3A1
> >
> > - snap -
> >
> > I suppose, the ziyi_key has ran out of time. Where do I get a new one ?
> >
> > Regards
> >
> > Hans
>
> First this is just a warning so don't worry.
>
> The new archive key for etch has been created and the Release file is
> now signed by both the old and new key. Apt-get warns that it can't
> check one of the signatures but the other still holds. The message
> from apt could be better.
>
> As of last night there is a new debian-archive-keyring package
> containing that key. so with todays update that warning should go
> away.
>
> MfG
> Goswin

Hi Goswin,

that is exactly what thought. I knew, that thle lifetime of the keys is on its 
end in these days, but I just wanted to make sure, I update the correct keys 
and to make sure, the keys are really outdated. Now we all know !

Thanks for the support !


Best regards

Hans
 



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



Re: Keys too old or compromised ?

2006-11-22 Thread Goswin von Brederlow
[EMAIL PROTECTED] (Hans-J. Ullrich) writes:

> Dear maintainers,
>
> I just get this message when using apt-get update. 
>
> -- snip 
>
> W: Es gibt keine öffentlichen Schlüssel für die folgenden Schlüssel-IDs:
> A70DAF536070D3A1
> W: Es gibt keine öffentlichen Schlüssel für die folgenden Schlüssel-IDs:
> A70DAF536070D3A1
> W: Es gibt keine öffentlichen Schlüssel für die folgenden Schlüssel-IDs:
> A70DAF536070D3A1
>
> - snap -
>
> I suppose, the ziyi_key has ran out of time. Where do I get a new one ?
>
> Regards
>
> Hans

First this is just a warning so don't worry.

The new archive key for etch has been created and the Release file is
now signed by both the old and new key. Apt-get warns that it can't
check one of the signatures but the other still holds. The message
from apt could be better.

As of last night there is a new debian-archive-keyring package
containing that key. so with todays update that warning should go
away.

MfG
Goswin


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



Re: Keys too old or compromised ?

2006-11-22 Thread Steffen Grunewald
On Tue, Nov 21, 2006 at 03:18:23PM -0500, Lennart Sorensen wrote:
> On Tue, Nov 21, 2006 at 08:17:29PM +0100, Hans-J. Ullrich wrote:
> > Dear maintainers,
> > 
> > I just get this message when using apt-get update. 
> > 
> > -- snip 
> > 
> > W: Es gibt keine ?ffentlichen Schl?ssel f?r die folgenden Schl?ssel-IDs:
> > A70DAF536070D3A1
> > W: Es gibt keine ?ffentlichen Schl?ssel f?r die folgenden Schl?ssel-IDs:
> > A70DAF536070D3A1
> > W: Es gibt keine ?ffentlichen Schl?ssel f?r die folgenden Schl?ssel-IDs:
> > A70DAF536070D3A1

gpg --recv-keys 6070d3a1
gpg --armor --export 6070d3a1 | apt-ket add -

The Debian 4.0/etch repositories have got a new key on 2006-11-20.

S

-- 
Steffen Grunewald * MPI Grav.Phys.(AEI) * Am Mühlenberg 1, D-14476 Potsdam
Cluster Admin * http://pandora.aei.mpg.de/merlin/ * http://www.aei.mpg.de/
* e-mail: steffen.grunewald(*)aei.mpg.de * +49-331-567-{fon:7233,fax:7298}
No Word/PPT mails - http://www.gnu.org/philosophy/no-word-attachments.html


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



Re: Keys too old or compromised ?

2006-11-21 Thread Hans
Am Mittwoch, 22. November 2006 05:55 schrieb Anthony DeRobertis:
> Hans-J. Ullrich wrote:
> > I do not want to set my locales to C for one thing. Here is the
> > translatation, it means:
>
> FYI, changing the locale for one command is really easy:
>
> LC_ALL=C apt-get update
>
> that's it.


Oh, cool ! Thank you very much !!!
I checked with all commands, like "locale=C apt-get upate", but none worked. 

I just forgot, how I had to to do it. Shame on me.

Some things are so easy.

best regards

Hans


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



Re: Keys too old or compromised ?

2006-11-21 Thread Anthony DeRobertis
Hans-J. Ullrich wrote:
>
> I do not want to set my locales to C for one thing. Here is the 
> translatation, 
> it means:
>   

FYI, changing the locale for one command is really easy:

LC_ALL=C apt-get update

that's it.


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



Re: Keys too old or compromised ?

2006-11-21 Thread Mike Reinehr
On Tuesday 21 November 2006 15:24, [EMAIL PROTECTED] wrote:
> > > W: Es gibt keine ?ffentlichen Schl?ssel f?r die folgenden
> > > Schl?ssel-IDs: A70DAF536070D3A1
> > > W: Es gibt keine ?ffentlichen Schl?ssel f?r die folgenden
> > > Schl?ssel-IDs: A70DAF536070D3A1
> > > W: Es gibt keine ?ffentlichen Schl?ssel f?r die folgenden
> > > Schl?ssel-IDs: A70DAF536070D3A1
> > >
> > > - snap -
> > >
> > > I suppose, the ziyi_key has ran out of time. Where do I get a new one ?
> >
> > What is the message when locale is set to C?
> >
> > Did you check that the clock on your machine is set correctly?
>
> I got same errors.
>
> My clock is set correctly.
>
> Giulio

What mirror or repository are you using which gives you this error? If it is 
not an official Debian repository you will have to go to their website, 
retrieve their public signing key and install it in your keyring. This is a 
new feature of apt-get with Etch.

cmr
-- 
Debian 'Etch': Registered Linux User #241964

"More laws, less justice." -- Marcus Tullius Ciceroca, 42 BC



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



Re: Keys too old or compromised ?

2006-11-21 Thread Manolo Díaz

Mike Reinehr escribió:

On Tuesday 21 November 2006 15:24, [EMAIL PROTECTED] wrote:
  

W: Es gibt keine ?ffentlichen Schl?ssel f?r die folgenden
Schl?ssel-IDs: A70DAF536070D3A1
W: Es gibt keine ?ffentlichen Schl?ssel f?r die folgenden
Schl?ssel-IDs: A70DAF536070D3A1
W: Es gibt keine ?ffentlichen Schl?ssel f?r die folgenden
Schl?ssel-IDs: A70DAF536070D3A1

- snap -

I suppose, the ziyi_key has ran out of time. Where do I get a new one ?


What is the message when locale is set to C?

Did you check that the clock on your machine is set correctly?
  

I got same errors.

My clock is set correctly.

Giulio



What mirror or repository are you using which gives you this error? If it is 
not an official Debian repository you will have to go to their website, 
retrieve their public signing key and install it in your keyring. This is a 
new feature of apt-get with Etch.


cmr
  

From my /etc/apt/sources.list

   deb http://ftp.debian.org/debian/ testing main contrib non-free

and so. No other repository.

--
Manolo


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