Project

General

Profile

Actions

Bug #4641

closed

ceph-deploy install fails on fedora 18

Added by Tamilarasi muthamizhan about 11 years ago. Updated almost 11 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Category:
ceph-deploy
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

ceph branch: master

tamil@ubuntu:~/ceph-deploy-fedora/ceph-deploy$ ./ceph-deploy install --dev=master plana07 plana44

Traceback (most recent call last):
File "/home/tamil/ceph-deploy-fedora/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/client.py", line 383, in init
self.modules = AutoImporter(self)
File "/home/tamil/ceph-deploy-fedora/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/client.py", line 236, in init
remote_compile = self.__client.eval("compile")
File "/home/tamil/ceph-deploy-fedora/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/client.py", line 478, in eval
return self.remote.eval(code, globals, locals)
File "/home/tamil/ceph-deploy-fedora/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/connection.py", line 54, in eval
return self.send_request(MessageType.evaluate, args)
File "/home/tamil/ceph-deploy-fedora/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/baseconnection.py", line 315, in send_request
m = self.__waitForResponse(handler)
File "/home/tamil/ceph-deploy-fedora/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/baseconnection.py", line 420, in _waitForResponse
m = self.
_recv()
File "/home/tamil/ceph-deploy-fedora/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/baseconnection.py", line 601, in _recv
m = self.
_istream.receive_message()
File "/home/tamil/ceph-deploy-fedora/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/baseconnection.py", line 104, in receive_message
return Message.unpack(self.__file)
File "/home/tamil/ceph-deploy-fedora/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/message.py", line 96, in unpack
header = read(file, Message.PACKING_SIZE)
File "/home/tamil/ceph-deploy-fedora/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/message.py", line 60, in read
raise IOError, "End of file"
IOError: End of file

[remote] sudo: sorry, you must have a tty to run sudo

Actions #1

Updated by Tamilarasi muthamizhan about 11 years ago

  • Priority changed from High to Urgent
Actions #2

Updated by Neil Levine about 11 years ago

  • Priority changed from Urgent to High

RHEL and CentOS to take priority over Fedora.

Actions #3

Updated by Anonymous almost 11 years ago

  • Priority changed from High to Urgent
Actions #4

Updated by Tamilarasi muthamizhan almost 11 years ago

[ubuntu@burnupi22 ceph-deploy]$ ./ceph-deploy install burnupi22
ceph-deploy: Platform is not supported: Fedora SphericalCow

Actions #5

Updated by Tamilarasi muthamizhan almost 11 years ago

[ubuntu@burnupi22 ceph-deploy]$ ./ceph-deploy install burnupi22 ########################################
Error: Package: librbd1-0.61.2-0.el6.x86_64 (ceph)
Requires: libboost_system-mt.so.5()(64bit)
Updating / installing... ########################################
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Error: Package: librados2-0.61.2-0.el6.x86_64 (ceph)
Requires: libboost_system-mt.so.5()(64bit)
Error: Package: librados2-0.61.2-0.el6.x86_64 (ceph)
Requires: libboost_thread-mt.so.5()(64bit)
Error: Package: libcephfs1-0.61.2-0.el6.x86_64 (ceph)
Requires: libboost_system-mt.so.5()(64bit)
Error: Package: ceph-0.61.2-0.el6.x86_64 (ceph)
Requires: libboost_system-mt.so.5()(64bit)
Error: Package: librbd1-0.61.2-0.el6.x86_64 (ceph)
Requires: libboost_thread-mt.so.5()(64bit)
Error: Package: ceph-0.61.2-0.el6.x86_64 (ceph)
Requires: libboost_thread-mt.so.5()(64bit)
Error: Package: libcephfs1-0.61.2-0.el6.x86_64 (ceph)
Requires: libboost_thread-mt.so.5()(64bit)
Traceback (most recent call last):
File "./ceph-deploy", line 8, in <module>
load_entry_point('ceph-deploy==0.1', 'console_scripts', 'ceph-deploy')()
File "/home/ubuntu/ceph-dep/ceph-deploy/ceph_deploy/cli.py", line 112, in main
return args.func(args)
File "/home/ubuntu/ceph-dep/ceph-deploy/ceph_deploy/install.py", line 221, in install
version=version,
File "/home/ubuntu/ceph-dep/ceph-deploy/virtualenv/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/proxy.py", line 255, in <lambda>
(conn.operator(type_, self, args, kwargs))
File "/home/ubuntu/ceph-dep/ceph-deploy/virtualenv/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/connection.py", line 66, in operator
return self.send_request(type_, (object, args, kwargs))
File "/home/ubuntu/ceph-dep/ceph-deploy/virtualenv/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/baseconnection.py", line 323, in send_request
return self.__handle(m)
File "/home/ubuntu/ceph-dep/ceph-deploy/virtualenv/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/baseconnection.py", line 639, in __handle
raise e
pushy.protocol.proxy.ExceptionProxy: Command '['yum', '-y', '-q', 'install', 'ceph', 'ceph-common', 'ceph-fs-common']' returned non-zero exit status 1

Actions #6

Updated by Tamilarasi muthamizhan almost 11 years ago

  • Status changed from New to Resolved

tested and it works fine on ceph version 0.61.2

Actions

Also available in: Atom PDF