Re: problem with ceph-deploy hanging

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




>-----Original Message-----
>From: Alfredo Deza [mailto:alfredo.deza@xxxxxxxxxxx]
>Sent: Friday, September 13, 2013 3:17 PM
>To: Gruher, Joseph R
>Cc: ceph-users@xxxxxxxxxxxxxx
>Subject: Re:  problem with ceph-deploy hanging
>
>On Fri, Sep 13, 2013 at 5:06 PM, Gruher, Joseph R
><joseph.r.gruher@xxxxxxxxx> 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@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com




[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux