Comment 11 for bug 812279

Revision history for this message
Kuba Berlinski (berlinski-jakub) wrote :

Well, I managed to move a step further after installing Twisted and zope.interface manually...

yum install python-devel
wget http://twistedmatrix.com/Releases/Twisted/11.0/Twisted-11.0.0.tar.bz2
bunzip2 Twisted-11.0.0.tar.bz2
tar -xvf Twisted-11.0.0.tar
python setup.py install
wget http://pypi.python.org/packages/source/z/zope.interface/zope.interface-3.8.0.tar.gz#md5=8ab837320b4532774c9c89f030d2a389
tar -zxvf zope.interface-3.8.0.tar.gz
cd zope.interface-3.8.0
python setup.py install
cd /opt/graphite/

[root@localhost graphite]# bin/carbon-cache.py start
Starting carbon-cache (instance a)
[root@localhost graphite]# bin/carbon-cache.py status
carbon-cache (instance a) is running with pid 1467

looks much better now...