Re: [opensuse] Trouble downloading smart-gui
On Thursday 30 November 2006 22:17, Aveek Bhattacharya wrote:
(Replying off-list, since this is off-topic.)
Jerome wrote:
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 58857177 Trying to import the key af734c5a58857177 from subkeys.pgp.net... gpg: requesting key 58857177 from hkp server subkeys.pgp.net gpg: keyserver timed out gpg: keyserver receive failed: keyserver error error: gpg failed to import keyid af734c5a58857177, please make sure that gpg is installed, that the keyserver subkeys.pgp.net is working and that the package /var/lib/smart/packages/smart-gui-0.42-14.guru.suse100.x86_64.rpm has a valid signature. error: smart-gui-0.42-14.guru.suse100.x86_64.rpm: public key not available
Thanks, Jerome
Hi Jerome,
A simple way would be to download the key (in this case 0x58857177) from a web-based keyserver. Try http://wwwkeys.pgp.net/ or http://pgp.mit.edu/.
Download the key (copy and paste it into a file) and import it into the *rpm* database using rpm --import. Then just repeat the command on smart. It will install the already downloaded RPM.
-- Regards, Aveek Bhattacharya IIT Bombay Hello Aveek, I did as you suggested with partial success. First I did : # rpm --import smart-gui-key error: smart-gui-key: import read failed. Then I googled around and tried a name change: # rpm --import RPM-GPG-KEY error: RPM-GPG-KEY: import read failed. Then I tried to import directly from the server: rpm --import http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x58857177 [1] 12833 # error: http://pgp.mit.edu:11371/pks/lookup?op=get: import read failed. So I tried again: # rpm --import http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x58857177 # rpm --import public.gpg.keyerror: http://pgp.mit.edu:11371/pks/lookup?op=get: import read failed. Then I tried to install smart-gui again and got these results: # smart install smart-gui Loading cache... Updating cache... ###################################################################################### [100%] Computing transaction... Installing packages (1): smart-gui-0.42-14.guru.suse100@x86_64 76.7kB of package files are needed. 306.4kB will be used. Confirm changes? (Y/n): Y Committing transaction... warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 58857177 Trying to import the key af734c5a58857177 from subkeys.pgp.net... gpg: requesting key 58857177 from hkp server subkeys.pgp.net gpg: key 58857177: public key "Pascal Bleser <pascal.bleser@skynet.be>" imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 The above GPG key has been imported successfully. It is required to install this package: smart-gui-0.42-14.guru.suse100.x86_64.rpm Do you want to trust this key forever? You must verify the below fingerprint before answering. pub 1024D/58857177 2002-09-27 Key fingerprint = E02F 0C4A CE1A 27C3 D082 C8EE AF73 4C5A 5885 7177 uid Pascal Bleser <pascal.bleser@skynet.be> uid Pascal Bleser (FOSDEM) <loki@fosdem.org> uid Pascal Bleser <pascal.bleser@atosorigin.com> uid Pascal Bleser (RPM signing key) <guru@unixtech.be> sub 1024g/102BCED4 2002-09-27 If you answer "Yes" all other packages signed with this key will be installed automatically. (y/N): y error: smart-gui-0.42-14.guru.suse100.x86_64.rpm: public key not available [1]+ Exit 1 rpm --import http://pgp.mit.edu:11371/pks/lookup?op=get Any ideas? Thanks, Jerome -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Jerome wrote:
Then I tried to import directly from the server: rpm --import http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x58857177 [1] 12833 # error: http://pgp.mit.edu:11371/pks/lookup?op=get: import read failed.
Hi Jerome, Your shell is interpreting the '&' in the URI as a job control character. Could you put the URI in single quotes and try again? If that fails, use the copy-and-paste method. -- Regards, Aveek Bhattacharya IIT Bombay -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Friday 01 December 2006 19:10, Aveek Bhattacharya wrote:
Jerome wrote:
Then I tried to import directly from the server: rpm --import http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x58857177 [1] 12833 # error: http://pgp.mit.edu:11371/pks/lookup?op=get: import read failed.
Hi Jerome,
Your shell is interpreting the '&' in the URI as a job control character. Could you put the URI in single quotes and try again?
If that fails, use the copy-and-paste method.
-- Regards, Aveek Bhattacharya IIT Bombay
Thanks Aveek, It worked perfectly. So where/how can I get the public key? I tried to get the public key this way: # gpg --keyserver wwwkeys.eu.pgp.net --recv-keys af734c5a58857177 but it didn't work. ------------------------------------- Committing transaction... warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 58857177 Trying to import the key af734c5a58857177 from subkeys.pgp.net... gpg: requesting key 58857177 from hkp server subkeys.pgp.net gpg: key 58857177: "Pascal Bleser <pascal.bleser@skynet.be>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 The above GPG key has been imported successfully. It is required to install this package: smart-gui-0.42-14.guru.suse100.x86_64.rpm Do you want to trust this key forever? You must verify the below fingerprint before answering. pub 1024D/58857177 2002-09-27 Key fingerprint = E02F 0C4A CE1A 27C3 D082 C8EE AF73 4C5A 5885 7177 uid Pascal Bleser <pascal.bleser@skynet.be> uid Pascal Bleser (FOSDEM) <loki@fosdem.org> uid Pascal Bleser <pascal.bleser@atosorigin.com> uid Pascal Bleser (RPM signing key) <guru@unixtech.be> sub 1024g/102BCED4 2002-09-27 If you answer "Yes" all other packages signed with this key will be installed automatically. (y/N): y error: smart-gui-0.42-14.guru.suse100.x86_64.rpm: public key not available Saving cache... Thanks, Jerome -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 02 December 2006 11:04, Susemail wrote:
On Friday 01 December 2006 19:10, Aveek Bhattacharya wrote:
Jerome wrote:
Then I tried to import directly from the server: rpm --import http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x58857177 [1] 12833 # error: http://pgp.mit.edu:11371/pks/lookup?op=get: import read failed.
Hi Jerome,
Your shell is interpreting the '&' in the URI as a job control character. Could you put the URI in single quotes and try again?
If that fails, use the copy-and-paste method.
-- Regards, Aveek Bhattacharya IIT Bombay
Thanks Aveek,
It worked perfectly. So where/how can I get the public key? I tried to get the public key this way: # gpg --keyserver wwwkeys.eu.pgp.net --recv-keys af734c5a58857177 but it didn't work.
This is the first part of the solution: # rpm --import 'http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x58857177' This is the last part of the solution--the public key: # rpm --import http://linux01.gwdg.de/~pbleser/guru-rpm.asc
-------------------------------------
Committing transaction... warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 58857177 Trying to import the key af734c5a58857177 from subkeys.pgp.net... gpg: requesting key 58857177 from hkp server subkeys.pgp.net gpg: key 58857177: "Pascal Bleser <pascal.bleser@skynet.be>" not changed gpg: Total number processed: 1 gpg: unchanged: 1
The above GPG key has been imported successfully. It is required to install this package:
smart-gui-0.42-14.guru.suse100.x86_64.rpm
Do you want to trust this key forever?
You must verify the below fingerprint before answering. pub 1024D/58857177 2002-09-27 Key fingerprint = E02F 0C4A CE1A 27C3 D082 C8EE AF73 4C5A 5885 7177 uid Pascal Bleser <pascal.bleser@skynet.be> uid Pascal Bleser (FOSDEM) <loki@fosdem.org> uid Pascal Bleser <pascal.bleser@atosorigin.com> uid Pascal Bleser (RPM signing key) <guru@unixtech.be> sub 1024g/102BCED4 2002-09-27
If you answer "Yes" all other packages signed with this key will be installed automatically. (y/N): y
error: smart-gui-0.42-14.guru.suse100.x86_64.rpm: public key not available Saving cache...
Thanks, Jerome -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Aveek Bhattacharya
-
Susemail