You are not logged in.

#1 2012-01-20 01:11:48

ratcheer
Member
Registered: 2011-10-09
Posts: 912

[Solved] Can get keys for everything except Vi0L0 / fglrx

I am pretty sure my pacman 4 setup is correct. So far, I have been able to retrieve the keys for everything except the fglrx package from Vi0L0:

error: linux: key "771DF6627EDF681F" is unknown
:: Import PGP key 7EDF681F, "Tobias Powalowski <tpowa@archlinux.org>", created 2011-07-18? [Y/n] 
error: catalyst: key "ABED422D653C3094" is unknown
:: Import PGP key 653C3094, "Vi0L0 <vi0l093@gmail.com>", created 2011-11-13? [Y/n] 
error: perl: key "6D1655C14CE1C13E" is unknown
:: Import PGP key 4CE1C13E, "Florian Pritz <f-p@gmx.at>", created 2008-08-01? [Y/n] 
error: openssl: key "7F2D434B9741E8AC" is unknown
:: Import PGP key 9741E8AC, "Pierre Schmitz <pierre@archlinux.de>", created 2011-04-10? [Y/n] 
error: r8168: key "94DD2393DA2EE423" is unknown
:: Import PGP key DA2EE423, "Massimiliano Torromeo (Personal non-work identity) <massimiliano.torromeo@gmail.com>", created 2008-09-25? [Y/n] 
error: tumbler: key "51E8B148A9999C34" is unknown
:: Import PGP key A9999C34, "Evangelos Foutras <foutrelis@gmail.com>", created 2010-11-12? [Y/n] 
(11/11) checking package integrity                                                                                                             [----------------------------------------------------------------------------------------] 100%
error: catalyst: signature from "Vi0L0 <vi0l093@gmail.com>" is unknown trust
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.

Does this happen to others? Do I just need to wait until he gets a valid key?

Thanks,
Tim

Last edited by ratcheer (2012-01-20 01:43:17)

Offline

#2 2012-01-20 01:16:00

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

You can download the package and then install it with 'pacman -U catalyst*'
'pacman -U ' doesn't check the signatures atm.

Offline

#3 2012-01-20 01:39:20

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

What repo is that from?

Edit: I'm guessing not from the Arch repos so you will have to manually trust that repo key if you want to use it...

Offline

#4 2012-01-20 01:41:23

ratcheer
Member
Registered: 2011-10-09
Posts: 912

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

Thanks, @Karol.

What I did was to add "SigLevel = Never" to the Catalyst section of pacman.conf. This was suggested to me in the Arch Linux irc channel. It worked, and I suppose I can leave it this way until and if Vi0L0 gets a key.

Tim

Offline

#5 2012-01-20 01:42:39

ratcheer
Member
Registered: 2011-10-09
Posts: 912

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

Allan wrote:

What repo is that from?

It is from Vi0L0's repo for the AMD Catalyst display driver.

Tim

Offline

#6 2012-01-20 01:43:55

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

ratcheer wrote:

It worked, and I suppose I can leave it this way until and if Vi0L0 gets a key.

He has a key...  just not one signed by the Arch Master keys...    you have to manually set its trust level or --lsign it.

Offline

#7 2012-01-20 13:26:21

ratcheer
Member
Registered: 2011-10-09
Posts: 912

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

Allan wrote:

He has a key...  just not one signed by the Arch Master keys...    you have to manually set its trust level or --lsign it.

Thank you. I will look into doing that.

Tim

Offline

#8 2012-01-20 18:41:56

ratcheer
Member
Registered: 2011-10-09
Posts: 912

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

Ok, here is what I have done:

pacman-key --keyserver keys.gnupg.net --recv-keys <vi0li0's public key>
pacman-key --lsign-key <vi0li0's public key>
pacman-key --edit-key <vi0li0's public key>
(Selected option to marginally trust it and saved).

Is that the proper set of actions? Thanks.
Tim

Offline

#9 2012-01-20 18:56:24

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

karol wrote:

You can download the package and then install it with 'pacman -U catalyst*'
'pacman -U ' doesn't check the signatures atm.

It does as long as *.sig file is present and Siglevel = optional.


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#10 2012-01-20 19:01:44

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

Leonid.I wrote:
karol wrote:

You can download the package and then install it with 'pacman -U catalyst*'
'pacman -U ' doesn't check the signatures atm.

It does as long as *.sig file is present and Siglevel = optional.

Yup, as shown in https://bugs.archlinux.org/task/26520

Offline

#11 2012-01-21 16:35:08

ratcheer
Member
Registered: 2011-10-09
Posts: 912

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

ratcheer wrote:

Ok, here is what I have done:

pacman-key --keyserver keys.gnupg.net --recv-keys <vi0li0's public key>
pacman-key --lsign-key <vi0li0's public key>
pacman-key --edit-key <vi0li0's public key>
(Selected option to marginally trust it and saved).

Is that the proper set of actions? Thanks.
Tim

Bump. ^^^ Will this work?

Tim

Offline

#12 2012-06-06 09:48:55

PhotonX
Member
From: Munich
Registered: 2008-08-10
Posts: 591

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

Sorry to dig this out, but I've run into the same problem now. Unfortunately the link to the bug posted by karol doesn't work any more. Also the link to Vi0l0's key http://keys.gnupg.net/pks/lookup?op=get … 2D653C3094 seems dead. So, what to do besides using "pacman -U"?


Desktop: http://www.sysprofile.de/id15562, Arch Linux    |    Notebook: Thinkpad L13 Yoga Gen2, Manjaro

The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work.  -  Tuomas Lukka

Offline

#13 2012-06-06 23:55:29

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

I don't know why that site is down, but another server seems still OK:
http://pgp.mit.edu:11371/pks/lookup?op= … 2d653c3094

Offline

#14 2015-01-03 12:10:56

rajat
Member
Registered: 2013-10-10
Posts: 10

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

Hi,

I have checked and found that adding the keyserver pgp.mit.edu to the pacman keyserver list in the gpg.conf and doing some simple steps resolved the issue for me and I was able to Import the keys. Once Import I was able to install the Catalyst Softwrare fine.

I am sharing the steps I took to resolve this for myself. Hope this resolves issues for others as well.
_______________________________________________________________________________________________________________________________________________________

First

1) edit /etc/pacman.d/gnupg/gpg.conf and One line:

keyserver hkp://pgp.mit.edu:11371

2) Run dirmngr </dev/null as Root

3) Then Run sudo pacman-key --keyserver hkp://pgp.mit.edu --recv-keys 653C3094


If this does not work then remove the fodler /etc/pacman.d/gnupg adn then run pacman-key --init

And then try 3) again.

Once successfuly completed receiving the Keys fro the Key Server, Then locally Sign the Key as below.

4) sudo pacman-key --lsign-key 653C3094

5) sudo pacman -Syy
_______________________________________________________________________________________________________________________________________________________________

Hope this helps
Regards
Rajat


Linux is easy.. People are Difficult

Offline

#15 2015-01-09 02:59:44

ereotav
Member
From: Boston,Ma
Registered: 2014-06-27
Posts: 3

Re: [Solved] Can get keys for everything except Vi0L0 / fglrx

Thank you Rajat this worked fine for me
cheers

Offline

Board footer

Powered by FluxBB