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;' \
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@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com