Re: [ceph-users] v0.67 Dumpling released

2013-08-14 Thread Terekhov, Mikhail
Would it be possible to generate rpms for the latest OpenSuSE-12.3?

Regards,
Mikhail

From: ceph-users-boun...@lists.ceph.com 
[mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of Ian Colle
Sent: Wednesday, August 14, 2013 2:29 PM
To: Kyle Hutson
Cc: ceph-users@lists.ceph.com
Subject: Re: [ceph-users] v0.67 Dumpling released

There are version specific repos, but you shouldn't need them if you want the 
latest.

In fact, http://ceph.com/rpm/ is simply a link to http://ceph.com/rpm-dumpling

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Problem executing ceph-deploy on RHEL6

2013-07-18 Thread Terekhov, Mikhail
 -Original Message-
 From: ceph-users-boun...@lists.ceph.com [mailto:ceph-users-
 boun...@lists.ceph.com] On Behalf Of jose.valerioorop...@swisscom.com
 Sent: Thursday, July 18, 2013 8:12 AM
 To: o...@fuckner.net
 Cc: ceph-users@lists.ceph.com
 Subject: Re: [ceph-users] Problem executing ceph-deploy on RHEL6
 
 I did it now and it partially solved the problem. Thanks!
 
 However, now I face another error:
 
 curl: (7) couldn't connect to host
 error: https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc:
 import read failed(2).
 Traceback (most recent call last):
   File /usr/bin/ceph-deploy, line 21, in module
 main()
   File /usr/lib/python2.6/site-packages/ceph_deploy/cli.py, line 112, in 
 main
 return args.func(args)
   File /usr/lib/python2.6/site-packages/ceph_deploy/install.py, line 384, in
 install
 version=version,
   File /usr/lib/python2.6/site-packages/pushy/protocol/proxy.py, line 255,
 in lambda
 (conn.operator(type_, self, args, kwargs))
   File /usr/lib/python2.6/site-packages/pushy/protocol/connection.py, line
 66, in operator
 return self.send_request(type_, (object, args, kwargs))
   File /usr/lib/python2.6/site-packages/pushy/protocol/baseconnection.py,
 line 323, in send_request
 return self.__handle(m)
   File /usr/lib/python2.6/site-packages/pushy/protocol/baseconnection.py,
 line 639, in __handle
 raise e
 pushy.protocol.proxy.ExceptionProxy: Command 'su -c 'rpm --import
 https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc;''
 returned non-zero exit status 1
 
 
 
 when I type the command 'su -c 'rpm --import
 https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc;' directly
 as user ceph in cephserver2, it works.
 

I had similar problem on SLES11 SP2 but in my case it didn't work from the 
command line either. When I run the command under strace I've found that WEB 
server returns an error saying that my client tries to access https resource 
but can't talk SSL protocol. Changing https to http in this URL solved the 
problem.

Regards,
Mikhail
 

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] Installing on SLES11 SP2: import certificate

2013-07-16 Thread Terekhov, Mikhail
Hi,

I'm trying to install cuttlefish on SLES11 SP2 following the instruction in 
http://ceph.com/docs/master/install/rpm  and I've noticed the following problem 
during certificate import:

~ # rpm --import 
'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc'
error: https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc: import 
read failed(-1).

If I use 'http://...' instead of 'https://...'  then import succeeds. Is it a 
typo in documentation or something wrong in my setup?

Regards,
Mikhail
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com