[arch-general] Invalid signatures

2012-11-06 Thread David Rosenstrauch
Saw these errors from pacman today, which are preventing me from 
upgrading some packages:


error: directfb: signature from Eric Belanger e...@archlinux.org is 
invalid

error: xmms2: signature from Sergej Pupykin a...@sergej.pp.ru is invalid
error: failed to commit transaction (invalid or corrupted package (PGP 
signature))


Anyone have an idea what's up?

DR


Re: [arch-general] Invalid signatures

2012-11-06 Thread Dave Reisner
On Tue, Nov 06, 2012 at 01:50:01PM -0500, David Rosenstrauch wrote:
 Saw these errors from pacman today, which are preventing me from
 upgrading some packages:
 
 error: directfb: signature from Eric Belanger e...@archlinux.org
 is invalid
 error: xmms2: signature from Sergej Pupykin a...@sergej.pp.ru is invalid
 error: failed to commit transaction (invalid or corrupted package
 (PGP signature))
 
 Anyone have an idea what's up?
 
 DR

Nuke the packages from your cache, and redownload them. The error
message is misleading -- the signatures are invalid FOR the packages,
meaning the package data is not what the signature expected.

The situation is much improved come pacman 4.1 -- we'll just prompt you
to delete the package, much like we did historically when a package
failed checksums.

d


Re: [arch-general] Invalid signatures

2012-11-06 Thread Leonid Isaev
On Tue, 6 Nov 2012 14:02:23 -0500
Dave Reisner d...@falconindy.com wrote:

 On Tue, Nov 06, 2012 at 01:50:01PM -0500, David Rosenstrauch wrote:
  Saw these errors from pacman today, which are preventing me from
  upgrading some packages:
  
  error: directfb: signature from Eric Belanger e...@archlinux.org
  is invalid
  error: xmms2: signature from Sergej Pupykin a...@sergej.pp.ru is
  invalid error: failed to commit transaction (invalid or corrupted package
  (PGP signature))
  
  Anyone have an idea what's up?
  
  DR
 
 Nuke the packages from your cache, and redownload them. The error
 message is misleading -- the signatures are invalid FOR the packages,
 meaning the package data is not what the signature expected.
 
 The situation is much improved come pacman 4.1 -- we'll just prompt you
 to delete the package, much like we did historically when a package
 failed checksums.
 
 d

A bit OT, but anyway... Are there any plans for actually storing *.sig files
in the cache alongside the packages? This costs a tiny amount of space, but
IMHO will make verification (especially of old packages) much easier.

-- 
Leonid Isaev
GnuPG key: 0x164B5A6D
Fingerprint: C0DF 20D0 C075 C3F1 E1BE  775A A7AE F6CB 164B 5A6D


signature.asc
Description: PGP signature


Re: [arch-general] Invalid signatures

2012-11-06 Thread Karol Blazewicz
On Tue, Nov 6, 2012 at 7:50 PM, David Rosenstrauch dar...@darose.net wrote:
 Saw these errors from pacman today, which are preventing me from upgrading
 some packages:

 error: directfb: signature from Eric Belanger e...@archlinux.org is
 invalid
 error: xmms2: signature from Sergej Pupykin a...@sergej.pp.ru is invalid
 error: failed to commit transaction (invalid or corrupted package (PGP
 signature))

 Anyone have an idea what's up?

 DR

Try 
https://wiki.archlinux.org/index.php/Pacman#Q:_I_keep_getting_a_.22failed_to_commit_transaction_.28invalid_or_corrupted_package.29.22_error
(next to last question)


Re: [arch-general] Invalid signatures

2012-11-06 Thread Thomas Bächler
Am 06.11.2012 20:11, schrieb Leonid Isaev:
 A bit OT, but anyway... Are there any plans for actually storing *.sig files
 in the cache alongside the packages? This costs a tiny amount of space, but
 IMHO will make verification (especially of old packages) much easier.

pacman does not download them, so it cannot store them.

Signatures are contained in the db file.




signature.asc
Description: OpenPGP digital signature


Re: [arch-general] Invalid signatures

2012-11-06 Thread Dave Reisner
On Tue, Nov 06, 2012 at 01:11:38PM -0600, Leonid Isaev wrote:
 On Tue, 6 Nov 2012 14:02:23 -0500
 Dave Reisner d...@falconindy.com wrote:
 
  On Tue, Nov 06, 2012 at 01:50:01PM -0500, David Rosenstrauch wrote:
   Saw these errors from pacman today, which are preventing me from
   upgrading some packages:
   
   error: directfb: signature from Eric Belanger e...@archlinux.org
   is invalid
   error: xmms2: signature from Sergej Pupykin a...@sergej.pp.ru is
   invalid error: failed to commit transaction (invalid or corrupted package
   (PGP signature))
   
   Anyone have an idea what's up?
   
   DR
  
  Nuke the packages from your cache, and redownload them. The error
  message is misleading -- the signatures are invalid FOR the packages,
  meaning the package data is not what the signature expected.
  
  The situation is much improved come pacman 4.1 -- we'll just prompt you
  to delete the package, much like we did historically when a package
  failed checksums.
  
  d
 
 A bit OT, but anyway... Are there any plans for actually storing *.sig files
 in the cache alongside the packages? This costs a tiny amount of space, but
 IMHO will make verification (especially of old packages) much easier.

We don't have any plans right now to do this.

d


Re: [arch-general] Invalid signatures

2012-11-06 Thread Leonid Isaev
On Tue, 06 Nov 2012 20:33:20 +0100
Thomas Bächler tho...@archlinux.org wrote:

 Am 06.11.2012 20:11, schrieb Leonid Isaev:
  A bit OT, but anyway... Are there any plans for actually storing *.sig
  files in the cache alongside the packages? This costs a tiny amount of
  space, but IMHO will make verification (especially of old packages) much
  easier.
 
 pacman does not download them, so it cannot store them.
 
 Signatures are contained in the db file.
 
 

Yes, but it's only for the current (latest synced) set of packages, and even
then I have to parse the desc files and filter the ascii sigs through base64,
all outside of pacman which I think does it anyway at the verification stage.

Hence my question. For example, I don't mind a performance hit due to
regeneration of all binary signatures on the fly. Just an opinion though...

-- 
Leonid Isaev
GnuPG key: 0x164B5A6D
Fingerprint: C0DF 20D0 C075 C3F1 E1BE  775A A7AE F6CB 164B 5A6D


signature.asc
Description: PGP signature