graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #01767
[Question #179202]: trouble starting carbon-cache on new install
New question #179202 on Graphite:
https://answers.launchpad.net/graphite/+question/179202
Hi, I just downloaded carbon-0.9.9 graphite-web-0.9.9 and whisper-0.9.9 and went through the install process on Debian 5.0.9 with Python 2.5.2, DJango-1.3.1 and txAMQP-0.3
I was able to satisfy the dependencies with the above Python packages downloaded and the rest using apt-get so that everything installed. I've got Apache configured and I have the graphite gui running now, but when I go to start up carbon-cache it kicks the following error:
Traceback (most recent call last):
File "./bin/carbon-cache.py", line 30, in <module>
run_twistd_plugin(__file__)
File "/opt/graphite/lib/carbon/util.py", line 34, in run_twistd_plugin
from carbon.conf import get_parser
File "/opt/graphite/lib/carbon/conf.py", line 25, in <module>
from carbon import log
File "/opt/graphite/lib/carbon/log.py", line 4, in <module>
from twisted.python.log import startLoggingWithObserver, textFromEventDict, msg, err, ILogObserver
ImportError: cannot import name ILogObserver
I did notice when I installed the carbon portion that it kicked the following error
$ sudo python setup.py install
/usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running install
running build
running build_py
package init file 'lib/twisted/plugins/__init__.py' not found (or not a regular file)
package init file 'lib/twisted/plugins/__init__.py' not found (or not a regular file)
running build_scripts
running install_lib
running install_scripts
changing mode of /opt/graphite/bin/carbon-aggregator.py to 755
changing mode of /opt/graphite/bin/carbon-cache.py to 755
changing mode of /opt/graphite/bin/carbon-client.py to 755
changing mode of /opt/graphite/bin/carbon-relay.py to 755
changing mode of /opt/graphite/bin/validate-storage-schemas.py to 755
running install_data
running install_egg_info
Removing /opt/graphite/lib/carbon-0.9.9.egg-info
Writing /opt/graphite/lib/carbon-0.9.9.egg-info
Am I doing something wrong to get these errors, or is this a bug with Carbon 0.9.9?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.