>-----Original Message-----
>From: Alfredo Deza [mailto:alfredo.d...@inktank.com]
>Sent: Friday, September 13, 2013 3:17 PM
>To: Gruher, Joseph R
>Cc: ceph-users@lists.ceph.com
>Subject: Re: [ceph-users] problem with ceph-deploy hanging
>
>On Fri, Sep 13, 2013 at 5:06 PM, Gruher, Joseph R
><joseph.r.gru...@intel.com> wrote:
>
>> root@cephtest01:~# ssh cephtest02 wget -q -O-
>> 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' |
>> apt-key add -
>>
>> gpg: no valid OpenPGP data found.
>>
>
>This is clearly part of the problem. Can you try getting to this with something
>other than wget (e.g. curl) ?

OK, I am seeing the problem here after turning off quiet mode on wget.  You can 
see in the wget output that part of the URL is lost when executing the command 
over SSH.  However, I'm still unsure how to fix this, I've tried a number of 
ways of enclosing the command and this keeps happening.

SSH command leads to incomplete URL and returns web page (note URL truncated at 
ceph.git):

root@cephtest01:~# ssh cephtest02 sudo wget -O- 
'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc'
--2013-09-13 16:37:06--  https://ceph.com/git/?p=ceph.git

When run locally complete URL returns PGP key:

root@cephtest02:/# wget -O- 
'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc'
--2013-09-13 16:37:30--  
https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc 
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to