unable to start carbon-cache

Asked by mike

I followed instructions here: http://erikimh.com/graphite/
versions:
graphite-web-0.9.12
carbon-0.9.12
whisper-0.9.12

After configuring everything, when I executed this command: /usr/bin/python /opt/graphite/bin/carbon-cache.py start

I get this error:

Traceback (most recent call last):
  File "./carbon-cache.py", line 28, in <module>
    from carbon.util import run_twistd_plugin
  File "/opt/graphite/lib/carbon/util.py", line 19, in <module>
    from twisted.python.util import initgroups
ImportError: No module named twisted.python.util

Any ideas what may be happening here?

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
mike
Solved:
Last query:
Last reply:
Revision history for this message
mike (gsaray101) said :
#1

I did two things.

1. I installed python daemonize package
2. I upgraed pyOpenSSL to 0.14

I am not able to start carbon.

Revision history for this message
Denis Zhdanov (denis-zhdanov) said :
#2

You need to install twisted core. sudo apt-get install python-twisted-core
- in case of Debian/Ubuntu.

2014-10-29 17:06 GMT+01:00 mike <email address hidden>:

> Question #256333 on Graphite changed:
> https://answers.launchpad.net/graphite/+question/256333
>
> Status: Open => Solved
>
> mike confirmed that the question is solved:
> I did two things.
>
> 1. I installed python daemonize package
> 2. I upgraed pyOpenSSL to 0.14
>
> I am not able to start carbon.
>
> --
> You received this question notification because you are a member of
> graphite-dev, which is an answer contact for Graphite.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~graphite-dev
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~graphite-dev
> More help : https://help.launchpad.net/ListHelp
>