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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
