Re: Hammer 0.94.1 - install-deps.sh script error

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

 



Hi,

On 28/05/2015 05:13, Dyweni - Ceph-Users wrote:
> Hi Guys,
> 
> Running the install-deps.sh script on Debian Squeeze results in the package 'cryptsetup-bin' not being found (and 'cryptsetup' not being used).
> 
> This is due to the pipe character being deleted.
> 
> To fix this, I replaced this line:
>     -e 's/\|//g;' \
> with this line:
>     -e 's/\s*\|\s*/\\\|/g;' \
> 
> 

Nice catch :-) Does that look right ?

https://github.com/ceph/ceph/pull/4799/files#diff-47a21b3706c13e08943e223c12323aa1L45

it would be great if you could try it, for instance with

wget -O loic-install-deps.sh https://raw.githubusercontent.com/dachary/ceph/wip-install-deps/install-deps.sh
bash -x install-deps.sh

Cheers

> Thought you'd like to include this into the main line code.
> 
> (FYI, This is somewhat related to this bug:  http://tracker.ceph.com/issues/4943)
> 
> Thanks,
> Dyweni
> 
> 
> 
> 
> 
> _______________________________________________
> ceph-users mailing list
> ceph-users@xxxxxxxxxxxxxx
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

-- 
Loïc Dachary, Artisan Logiciel Libre

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
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]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux