[Openstack] problem in configuring Graphite databases
pragya jain
prag_2648 at yahoo.co.in
Mon Mar 3 08:46:29 UTC 2014
hi ketan,
I am using following commands:
1. root at swift-VirtualBox:~# wget "https://code.google.com/p/django-tagging/downloads/detail?name=django-tagging-0.3.1.tar.gz"
--2014-03-03 13:49:38-- https://code.google.com/p/django-tagging/downloads/detail?name=django-tagging-0.3.1.tar.gz
Resolving code.google.com (code.google.com)... 173.194.36.78, 173.194.36.72, 173.194.36.64, ...
Connecting to code.google.com (code.google.com)|173.194.36.78|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `detail?name=django-tagging-0.3.1.tar.gz.2'
[ <=> ] 10,256 --.-K/s in 0.02s
2014-03-03 13:49:40 (444 KB/s) - `detail?name=django-tagging-0.3.1.tar.gz.2' saved [10256]
2. root at swift-VirtualBox:~# tar xvf django-tagging-0.3.1.tar.gz
tar: django-tagging-0.3.1.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
But i think that there is something wrong in the commands that i am using.
Can you please help me.
pragya jain
On Monday, 3 March 2014 12:57 PM, Ketan Patel <kkpatel2025 at gmail.com> wrote:
I would like to suggest you download django-tagging from https://code.google.com/p/django-tagging/downloads/detail?name=django-tagging-0.3.1.tar.gz.
>
>
>untar it with tar xvf django-tagging-0.3.1.tar.gz
>
>
>enter in the untar folder and install it with following commands
>
>./configure
>make
>make install
>
>
>after try that command.
>
>
>
>On Mon, Mar 3, 2014 at 11:25 AM, pragya jain <prag_2648 at yahoo.co.in> wrote:
>
>please somebody reply and help me to resolve the problem
>>
>>
>>Pragya jain
>>
>>
>>
>>On Friday, 28 February 2014 3:25 PM, pragya jain <prag_2648 at yahoo.co.in> wrote:
>>
>>hi ketan
>>>
>>>I follow the following steps:
>>>
>>>1. root at swift-VirtualBox:~# pip install django-celery
>>>
>>>2. root at swift-VirtualBox:~# cd
/opt/graphite/webapp/graphite/
>>>
>>>3. root at swift-VirtualBox:/opt/graphite/webapp/graphite# sudo python manage.py syncdb
>>>
>>>but I get the same error:
>>>
>>>Traceback (most recent call last):
>>> File "manage.py", line 2, in <module>
>>> from django.core.management import execute_manager
>>>ImportError: cannot import name execute_manager
>>>
>>>Please help to resolve
it.
>>>
>>>Thanks
>>>Pragya Jain
>>>
>>>
>>>
>>>
>>>
>>>
>>>On Tuesday, 25 February 2014 4:39 PM, Ketan Patel <kkpatel2025 at gmail.com> wrote:
>>>
>>>Hi Pragya
>>>>
>>>>
>>>>Please try
>>>>
>>>>
>>>>pip install django-celeryand try to run sudo python manage.py syncdb
>>>>
>>>>
>>>>
>>>>
>>>>On Tue, Feb 25, 2014 at 2:52 PM, pragya jain <prag_2648 at yahoo.co.in> wrote:
>>>>
>>>>Thanks Ketan
>>>>>
>>>>>
>>>>>I run the command you mentioned and then run:
>>>>>
>>>>>
>>>>>root at swift-VirtualBox:/opt/graphite/webapp/graphite# sudo python manage.py syncdb
>>>>>
>>>>>
>>>>>
>>>>>but now it shows a different error:
>>>>>
>>>>>
>>>>>Traceback (most recent call last):
>>>>> File "manage.py", line 2, in <module>
>>>>> from django.core.management import execute_manager
>>>>>ImportError: cannot import name execute_manager
>>>>>
>>>>>
>>>>>Pragya Jain
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>On Tuesday, 25 February 2014 2:12 PM, Ketan Patel <kkpatel2025 at gmail.com> wrote:
>>>>>
>>>>>Hi Pragya
>>>>>>
>>>>>>
>>>>>>According to doc https://www.digitalocean.com/community/articles/installing-and-configuring-graphite-and-statsd-on-an-ubuntu-12-04-vps
>>>>>>
>>>>>>You installed django as per doc ( see third step ).
>>>>>>
>>>>>>
>>>>>>The problem is occurred due to old version of django.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>You can upgrade django version to latest one by following command.
>>>>>>
>>>>>>
>>>>>> sudo apt-get install python-setuptools && sudo easy_install --upgrade django
>>>>>>
>>>>>>
>>>>>>
>>>>>>Try it and let me know.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>On Tue, Feb 25, 2014 at 1:40 PM, pragya jain <prag_2648 at yahoo.co.in> wrote:
>>>>>>
>>>>>>hello Ketan,
>>>>>>>
>>>>>>>
>>>>>>>I am not using any django version
>>>>>>>
>>>>>>>
>>>>>>>I had created an ubuntu 12.04 desktop VM and install and configure swift on it using the link http://docs.openstack.org/developer/swift/development_saio.html
>>>>>>>
>>>>>>>
>>>>>>>And now in order to monitor my swift cluster, I try to install and configure StatsD + Graphite.
>>>>>>>
>>>>>>>
>>>>>>>But I get the error mentioned earlier.
>>>>>>>
>>>>>>>
>>>>>>>What should I do now?
>>>>>>>
>>>>>>>
>>>>>>>Pragya Jain
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>On Tuesday, 25 February 2014 12:59 PM, Ketan Patel <kkpatel2025 at gmail.com> wrote:
>>>>>>>
>>>>>>>Hi Pragya
>>>>>>>>
>>>>>>>>
>>>>>>>>What's django version you are using ?
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>On Tue, Feb 25, 2014 at 12:28 PM, pragya jain <prag_2648 at yahoo.co.in> wrote:
>>>>>>>>
>>>>>>>>hi all,
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>I want to monitor my existing swift environment on Ubuntu 12.04 desktop VM.
>>>>>>>>>
>>>>>>>>>for this purpose, I am trying to install and configure statsD + Graphite
>>>>>>>>>I am following the steps from the link https://www.digitalocean.com/community/articles/installing-and-configuring-graphite-and-statsd-on-an-ubuntu-12-04-vps
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>But I get an error while configuring Graphite database.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>root at swift-VirtualBox:/opt/graphite/webapp/graphite# sudo python manage.py syncdb
>>>>>>>>>The Error is:
>>>>>>>>>http://paste.openstack.org/show/69293/
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>Please help to resolve this problem
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>Thanks
>>>>>>>>>
>>>>>>>>>Pragya Jain
>>>>>>>>>
>>>>>>>>>_______________________________________________
>>>>>>>>>Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>>>>>>>>Post to : openstack at lists.openstack.org
>>>>>>>>>Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>
>>>>
>>>>
>>>
>>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140303/a5cf72f9/attachment.html>
More information about the Openstack
mailing list