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 <[EMAIL PROTECTED]>" 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 <[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 > Saving cache... > > Thanks, > Jerome -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
