You are not logged in.
Pages: 1
Topic closed
error: wine: signature from "Florian Pritz <bluewind@xinu.at>" is unknown trust
error: xorg-server-common: signature from "Jan de Groot <jgc@archlinux.org>" is unknown trust
error: xorg-server: signature from "Jan de Groot <jgc@archlinux.org>" is unknown trust
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
[r-c@r-c-laptop ~]$ sudo pacman -S yaourt
Password: 
resolving dependencies...
looking for inter-conflicts...
Targets (3): package-query-0.9-1 pacman-3.5.4-4 yaourt-0.10.2-1
Total Installed Size:   3.07 MiB
Net Upgrade Size:       0.09 MiB
Proceed with installation? [Y/n] y
(3/3) checking package integrity                   [######################] 100%
error: pacman: signature from "Allan McRae <me@allanmcrae.com>" is unknown trust
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
[r-c@r-c-laptop ~]$ 
Those errors shows me during upgrade, why? What that mean? How to solve it?
Offline
Please look at the output of "pacman -Syu", especially, if testing is enabled. Pacman 4 introduced package signing; you have to initialize the keyring first:
pacman-key --init(You can add a keyserver with "--keyserver <url>".)
You will probably also have to change "SigLevel" in /etc/pacman.conf to "Optional TrustAll", as not all keys have been verified yet.
EDIT:
https://bbs.archlinux.org/viewtopic.php?id=128340
Last edited by guelfi (2011-10-14 21:29:34)
Offline
pacman-key --init
gives me something like: No enought bits.... (need 190 more...)
after couple of minutes it says "done"
[_artem_@linux-void ~]$ sudo pacman-key --init
[_artem_@linux-void ~]$ but still
[_artem_@linux-void ~]$ sudo pacman -Syu
:: Synchronizing package databases...
 gnome-unstable is up to date
 testing                                                28.3 KiB   608K/s 00:00 [#############################################] 100%
 core is up to date
 extra                                                 840.6 KiB  1215K/s 00:01 [#############################################] 100%
 community-testing is up to date
 community                                             473.6 KiB  1264K/s 00:00 [#############################################] 100%
 multilib is up to date
 multilib-testing is up to date
 archlinuxfr is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Targets (6): gnutls-3.0.4-1  hyphen-2.8.3-1  man-pages-3.35-1  ncmpcpp-0.5.8-1  nettle-2.4-1  telepathy-glib-0.16.0-1
Total Download Size:    6.05 MiB
Total Installed Size:   39.63 MiB
Net Upgrade Size:       0.13 MiB
Proceed with installation? [Y/n] 
:: Retrieving packages from testing...
 man-pages-3.35-1-any                                    4.3 MiB  1343K/s 00:03 [#############################################] 100%
:: Retrieving packages from extra...
 nettle-2.4-1-x86_64                                   164.1 KiB  1437K/s 00:00 [#############################################] 100%
 gnutls-3.0.4-1-x86_64                                1368.9 KiB  1425K/s 00:01 [#############################################] 100%
 hyphen-2.8.3-1-x86_64                                  13.5 KiB  1648K/s 00:00 [#############################################] 100%
:: Retrieving packages from community...
 ncmpcpp-0.5.8-1-x86_64                                192.6 KiB  1432K/s 00:00 [#############################################] 100%
(6/6) checking package integrity                                                [#############################################] 100%
error: nettle: key "94657AB20F2A092B" is unknown
:: Import PGP key 0F2A092B, "Andreas Radke <andyrtr@archlinux.org>", created 2011-05-14? [Y/n] y
error: telepathy-glib: signature from "Ionut Biru <ibiru@archlinux.org>" is unknown trust
(6/6) checking package integrity                                                [#############################################] 100%
error: nettle: signature from "Andreas Radke <andyrtr@archlinux.org>" is unknown trust
error: gnutls: signature from "Andreas Radke <andyrtr@archlinux.org>" is unknown trust
error: hyphen: signature from "Andreas Radke <andyrtr@archlinux.org>" is unknown trust
error: man-pages: signature from "Andreas Radke <andyrtr@archlinux.org>" is unknown trust
error: telepathy-glib: signature from "Ionut Biru <ibiru@archlinux.org>" is unknown trust
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
[_artem_@linux-void ~]$ sudo pacman -S core/pacman
warning: downgrading package pacman (4.0.0-2 => 3.5.4-4)
resolving dependencies...
looking for inter-conflicts...
Targets (1): pacman-3.5.4-4
Total Installed Size:   2.89 MiB
Net Upgrade Size:       -0.19 MiB
Proceed with installation? [Y/n] 
(1/1) checking package integrity                                                [#############################################] 100%
error: pacman: signature from "Allan McRae <me@allanmcrae.com>" is unknown trust
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.Offline
_artem_, let's keep the discussion in one place -> https://bbs.archlinux.org/viewtopic.php … 5#p1003855
Have you fixed you pacman.conf?
Offline
thanks that fixed the issue
Offline
This fixed that problem for me:
sudo mv /etc/pacman.conf /etc/pacman.conf.old
sudo mv /etc/pacman.conf.pacnew /etc/pacman.conf
sudo pacman-key --initLast edited by nikoola (2012-01-18 08:52:43)
Offline
Again, this thread is not very useful now that pacman 4 is out. Refer to a more recent thread if needed.
Closing
To know or not to know ...
... the questions remain forever.
Offline
Pages: 1
Topic closed