Results 1 to 9 of 9
Every time I try to download new software using RH 6 I got an error that looks something like this.
Code:
GPG key retrieval failed: [Errno 14] Could not open/read ...
- 03-27-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 66
Add/Remove & updates
Every time I try to download new software using RH 6 I got an error that looks something like this.
Thanks for any and all replies.Code:GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
- 03-28-2011 #2
Try to install it again :
Code:rpm --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-29-2011 #3Just Joined!
- Join Date
- Dec 2010
- Posts
- 66
error
[Garrett@RedhatPart ~]$ rpm --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms
error: cannot get exclusive lock on /var/lib/rpm/Packages
error: cannot open Packages index using db3 - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm
error: http://packages.atrpms.net/RPM-GPG-KEY.atrpms: key 1 import failed.
[Garrett@RedhatPart ~]$
- 03-29-2011 #4
Execute that command as root only.
Code:su - rpm --import http://packages.atrpms.net/RPM-GPGKEY.atrpms
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-30-2011 #5Just Joined!
- Join Date
- Dec 2010
- Posts
- 66
What is the deal?
[root@RedhatPart ~]# rpm --import http://packages.atrpms.net/RPM-GPGKEY.atrpms
curl: (22) The requested URL returned error: 404
error: http://packages.atrpms.net/RPM-GPGKEY.atrpms: import read failed(2).
[root@RedhatPart ~]#
- 03-31-2011 #6
My mistake. It looks like copy/paste didn't work correctly. There is a typo in the url.
Correct url is :
Execute thisCode:http://packages.atrpms.net/RPM-GPG-KEY.atrpms
Code:su - rpm --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-02-2011 #7Just Joined!
- Join Date
- Dec 2010
- Posts
- 66
error: http://packages.atrpms.net/RPM-GPG-KEY.atrpms: key 1 import fai
[root@RedhatPart ~]# rpm --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms
error: http://packages.atrpms.net/RPM-GPG-KEY.atrpms: key 1 import failed.
[root@RedhatPart ~]#
Does Redhat just not care?
- 04-03-2011 #8
You could try
to see if it gives you any more informationCode:su - rpm --verbose --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 04-03-2011 #9Just Joined!
- Join Date
- Dec 2010
- Posts
- 66
I don't think it's ment to be
[root@RedhatPart ~]# rpm --verbose --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms
error: http://packages.atrpms.net/RPM-GPG-KEY.atrpms: key 1 import failed.
[root@RedhatPart ~]#


Reply With Quote
