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): [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]>" 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 <[EMAIL PROTECTED]> uid Pascal Bleser (FOSDEM) <[EMAIL PROTECTED]> uid Pascal Bleser <[EMAIL PROTECTED]> uid Pascal Bleser (RPM signing key) <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
