You are not logged in.

#1 2021-04-06 11:02:41

fityiszkukac
Member
From: Magyarország
Registered: 2021-04-06
Posts: 9

[SOLVED]Update (PGP) problem

Hello everyone.
First of all, I apologize for my poor English skills.
I have a problem with the update.

(354/354) checking keys in keyring                                                                              [##################################################################] 100%
(354/354) checking package integrity                                                                            [##################################################################] 100%
error: audit: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is invalid
:: File /var/cache/pacman/pkg/audit-3.0.1-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: lib32-cairo: signature from "Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>" is invalid
:: File /var/cache/pacman/pkg/lib32-cairo-1.17.4-5-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: libreoffice-fresh-hu: signature from "Andreas Radke <andyrtr@archlinux.org>" is invalid
:: File /var/cache/pacman/pkg/libreoffice-fresh-hu-7.1.2-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: mc: signature from "Jakob Gruber <jakob.gruber@gmail.com>" is invalid
:: File /var/cache/pacman/pkg/mc-4.8.26-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.

They already had them.

sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman-key --refresh-keys

Last edited by fityiszkukac (2021-04-06 12:53:56)

Offline

#2 2021-04-06 11:26:38

jonathon
Member
Registered: 2016-09-19
Posts: 128

Re: [SOLVED]Update (PGP) problem

Given the issue was with four out of 354 files you might just want to try re-downloading the files. Could well be that the package signatures are working correctly and preventing installation of a corrupt package file.

Offline

#3 2021-04-06 11:33:15

seth
Member
Registered: 2012-09-03
Posts: 51,671

Re: [SOLVED]Update (PGP) problem

Wrong system time?
Otherwise try to "pacman -Sy archlinux-keyring" ahead.

Offline

#4 2021-04-06 11:34:13

fityiszkukac
Member
From: Magyarország
Registered: 2021-04-06
Posts: 9

Re: [SOLVED]Update (PGP) problem

Hello, I've downloaded it again.
Thanks.

Offline

#5 2021-04-06 11:35:04

seth
Member
Registered: 2012-09-03
Posts: 51,671

Re: [SOLVED]Update (PGP) problem

And did that resolve the problem?

Offline

#6 2021-04-06 11:42:56

fityiszkukac
Member
From: Magyarország
Registered: 2021-04-06
Posts: 9

Re: [SOLVED]Update (PGP) problem

"pacman -Sy archlinux-keyring" was done...
But :

:: Retrieving packages...
 audit-3.0.1-1-x86_64                                                               380.6 KiB   223 KiB/s 00:02 [##################################################################] 100%
 rav1e-0.4.1-1-x86_64                                                              1359.1 KiB   232 KiB/s 00:06 [##################################################################] 100%
 libreoffice-fresh-hu-7.1.2-1-any                                                     3.8 MiB   269 KiB/s 00:14 [##################################################################] 100%
 mkvtoolnix-cli-56.0.0-1-x86_64                                                       5.5 MiB   254 KiB/s 00:22 [##################################################################] 100%
 mkvtoolnix-gui-56.0.0-1-x86_64                                                       3.4 MiB   229 KiB/s 00:15 [##################################################################] 100%
 mc-4.8.26-1-x86_64                                                                1916.0 KiB   144 KiB/s 00:13 [##################################################################] 100%
 lib32-cairo-1.17.4-5-x86_64                                                        616.2 KiB   155 KiB/s 00:04 [##################################################################] 100%
 lib32-sqlite-3.35.4-1-x86_64                                                       538.5 KiB   186 KiB/s 00:03 [##################################################################] 100%
 lib32-mesa-21.0.1-2-x86_64                                                          14.0 MiB   301 KiB/s 00:47 [##################################################################] 100%
 lib32-libva-mesa-driver-21.0.1-2-x86_64                                              2.9 MiB   405 KiB/s 00:07 [##################################################################] 100%
(356/356) checking keys in keyring                                                                              [##################################################################] 100%
(356/356) checking package integrity                                                                            [##################################################################] 100%
error: audit: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is invalid
:: File /var/cache/pacman/pkg/audit-3.0.1-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: lib32-cairo: signature from "Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>" is invalid
:: File /var/cache/pacman/pkg/lib32-cairo-1.17.4-5-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: libreoffice-fresh-hu: signature from "Andreas Radke <andyrtr@archlinux.org>" is invalid
:: File /var/cache/pacman/pkg/libreoffice-fresh-hu-7.1.2-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: mc: signature from "Jakob Gruber <jakob.gruber@gmail.com>" is invalid
:: File /var/cache/pacman/pkg/mc-4.8.26-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.

Offline

#7 2021-04-06 11:43:52

seth
Member
Registered: 2012-09-03
Posts: 51,671

Re: [SOLVED]Update (PGP) problem

seth wrote:

Wrong system time?

Offline

#8 2021-04-06 11:46:47

fityiszkukac
Member
From: Magyarország
Registered: 2021-04-06
Posts: 9

Re: [SOLVED]Update (PGP) problem

date
2021. ápr. 6., kedd, 13:45:28 CEST

I think that's good.

Offline

#9 2021-04-06 11:50:44

fityiszkukac
Member
From: Magyarország
Registered: 2021-04-06
Posts: 9

Re: [SOLVED]Update (PGP) problem

timedatectl 
               Local time: k 2021-04-06 13:49:32 CEST   
           Universal time: k 2021-04-06 11:49:32 UTC    
                 RTC time: k 2021-04-06 11:49:32        
                Time zone: Europe/Budapest (CEST, +0200)
System clock synchronized: yes                          
              NTP service: active                       
          RTC in local TZ: no

Last edited by fityiszkukac (2021-04-06 11:51:33)

Offline

#10 2021-04-06 12:02:28

seth
Member
Registered: 2012-09-03
Posts: 51,671

Re: [SOLVED]Update (PGP) problem

pacman-key --list-keys heftig anthraxx andyrtr jakob.gruber
md5sum /var/cache/pacman/pkg/mc-4.8.26-1-x86_64.pkg.tar.zst

This is *archlinux*, not archlinuxarm, arch32, manjaro, antergos, … anything like this, right?

Offline

#11 2021-04-06 12:08:43

fityiszkukac
Member
From: Magyarország
Registered: 2021-04-06
Posts: 9

Re: [SOLVED]Update (PGP) problem

pacman-key --list-keys heftig anthraxx andyrtr jakob.gruber
gpg: Note: trustdb not writable
pub   rsa4096 2018-11-08 [SC]
      D8AFDDA07A5B6EDFA7D8CCDAD6D055F927843F1C
uid           [  full  ] Levente Polyak (Arch Linux Master Key) <anthraxx@master-key.archlinux.org>
sub   rsa4096 2018-11-08 [E]
sub   rsa4096 2018-11-08 [A]

pub   rsa2048 2011-05-14 [SC]
      ADC8A1FCC15E01D45310419E94657AB20F2A092B
uid           [  full  ] Andreas Radke <andyrtr@archlinux.org>
uid           [marginal] Andreas Radke <andyrtr@mailbox.org>
uid           [marginal] Andreas Radke <andreas.radke@mailbox.org>
uid           [marginal] [jpeg image of size 3742]
sub   rsa2048 2011-05-14 [E]

pub   rsa4096 2011-11-07 [SC] [expires: 2021-12-30]
      E240B57E2C4630BA768E2F26FC1B547C8D8172C8
uid           [  full  ] Levente Polyak (anthraxx) <levente@leventepolyak.net>
uid           [  full  ] Levente Polyak <Z3r0.0x00@gmail.com>
uid           [  full  ] Levente Polyak <anthraxx@archlinux.org>
uid           [  full  ] Levente Polyak <anthraxx@hamburg.ccc.de>
uid           [  full  ] Levente Polyak <levente@leventepolyak.de>
uid           [marginal] Levente Polyak (Jabber/XMPP only) <anthraxx@jabber.ccc.de>
sub   rsa4096 2011-11-07 [E] [expires: 2021-12-30]

pub   rsa2048 2011-08-25 [SC]
      8218F88849AAC522E94CF470A5E9288C4FA415FA
uid           [  full  ] Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
uid           [marginal] [jpeg image of size 3837]
uid           [  full  ] [jpeg image of size 3865]
sub   rsa2048 2011-08-25 [E]
sub   ed25519 2019-05-08 [A]
sub   rsa4096 2019-05-08 [A]

pub   ed25519 2020-05-11 [SC]
      A2FF3A36AAA56654109064AB19802F8B0D70FC30
uid           [  undef ] Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
uid           [  undef ] Jan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>
uid           [  full  ] Jan Alexander Steffens (heftig) <heftig@archlinux.org>
sub   cv25519 2020-05-11 [E]
sub   ed25519 2020-05-11 [S]
sub   ed25519 2020-05-11 [A]

pub   rsa2048 2010-06-26 [SC]
      2612B04099DBD9B9A3DD92A0456C7A9B91B842AE
uid           [  full  ] Jakob Gruber <jakob.gruber@gmail.com>
sub   rsa2048 2010-06-26 [E]

md5sum /var/cache/pacman/pkg/mc-4.8.26-1-x86_64.pkg.tar.zst
ddb13bd433b37e959a01bf84c79c4739  /var/cache/pacman/pkg/mc-4.8.26-1-x86_64.pkg.tar.zst

This is *archlinux*,

Offline

#12 2021-04-06 12:11:44

seth
Member
Registered: 2012-09-03
Posts: 51,671

Re: [SOLVED]Update (PGP) problem

The md5 is off.
Bad mirror?
Did you actually delete the bad files from the cache?

Offline

#13 2021-04-06 12:30:35

fityiszkukac
Member
From: Magyarország
Registered: 2021-04-06
Posts: 9

Re: [SOLVED]Update (PGP) problem

I changed server in mirrorlist -> Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch

sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 archlinuxfr is up to date
:: Starting full system upgrade...
:: Replace python-dbus with extra/dbus-python? [Y/n] 
:: Replace python-dbus-common with extra/dbus-python? [Y/n] 
resolving dependencies...
looking for conflicting packages...

blabla

Total Download Size:      6.63 MiB
Total Installed Size:  5106.40 MiB
Net Upgrade Size:       145.21 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 audit-3.0.1-1-x86_64                                                               380.6 KiB   303 KiB/s 00:01 [##################################################################] 100%
 libreoffice-fresh-hu-7.1.2-1-any                                                     3.8 MiB   378 KiB/s 00:10 [##################################################################] 100%
 mc-4.8.26-1-x86_64                                                                1916.0 KiB   236 KiB/s 00:08 [##################################################################] 100%
 lib32-cairo-1.17.4-5-x86_64                                                        616.2 KiB   314 KiB/s 00:02 [##################################################################] 100%
(356/356) checking keys in keyring                                                                              [##################################################################] 100%
(356/356) checking package integrity                                                                            [##################################################################] 100%
(356/356) loading package files                                                                                 [##################################################################] 100%
(356/356) checking for file conflicts                                                                           [##################################################################] 100%
(358/358) checking available disk space                                                                         [##################################################################] 100%
:: Running pre-transaction hooks...
(1/1) Removing linux initcpios...
:: Processing package changes...
(1/2) removing python-dbus                                                                                      [##################################################################] 100%
(2/2) removing python-dbus-common                                                                               [##################################################################] 100%
(  1/356) upgrading attr

blabla

:: Running post-transaction hooks...
( 1/34) Creating system user accounts...
( 2/34) Registering binary formats...
( 3/34) Updating journal message catalog...
( 4/34) Reloading system manager configuration...
( 5/34) Updating udev hardware database...
( 6/34) Applying kernel sysctl settings...
( 7/34) Creating temporary files...
( 8/34) Reloading device manager configuration...
( 9/34) Arming ConditionNeedsUpdate...
(10/34) Updating fontconfig configuration...
(11/34) Rebuilding certificate stores...
(12/34) Updating module dependencies...
(13/34) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.11.11-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.11.11-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
(14/34) Reloading system bus configuration...
(15/34) Warn about old perl modules
(16/34) Updating fontconfig cache...
(17/34) Updating 32-bit fontconfig cache...
(18/34) Probing GDK-Pixbuf loader modules...
(19/34) Probing 32-bit GDK-Pixbuf loader modules...
(20/34) Updating GIO module cache...
(21/34) Updating 32-bit GIO module cache...
(22/34) Compiling GSettings XML schema files...
(23/34) Probing GTK2 input method modules...
(24/34) Probing GTK3 input method modules...
(25/34) Probing 32-bit GTK3 input method modules...
(26/34) Updating icon theme caches...
(27/34) Updating GTK4 module cache...
(28/34) Reloading GVFS config...
(29/34) Updating the info directory file...
(30/34) Updating the appstream cache...
AppStream cache update completed successfully.
(31/34) Updating the desktop file MIME type cache...
(32/34) Updating the MIME type database...
(33/34) Updating the vlc plugin cache...
(34/34) Updating X fontdir indices...

and done.

Yes, one of the Hungarian mirrors is broken.
Thanks.

Offline

#14 2021-04-06 12:39:00

seth
Member
Registered: 2012-09-03
Posts: 51,671

Re: [SOLVED]Update (PGP) problem

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#15 2021-04-06 12:43:23

fityiszkukac
Member
From: Magyarország
Registered: 2021-04-06
Posts: 9

Re: [SOLVED]Update (PGP) problem

How can I change the subject ?

Offline

#16 2021-04-06 12:46:13

seth
Member
Registered: 2012-09-03
Posts: 51,671

Re: [SOLVED]Update (PGP) problem

seth wrote:

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#17 2021-04-06 12:49:47

fityiszkukac
Member
From: Magyarország
Registered: 2021-04-06
Posts: 9

Re: [SOLVED]Update (PGP) problem

Oh, sorry wink

Offline

Board footer

Powered by FluxBB