Re: unable to install python-ldap

2013-02-11 Thread Christian Hammond
Did you restart Apache after installing it? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Feb 11, 2013, at 11:25 PM, kapila narang wrote: > well i have tried this so far > > [root@cmconsol1 ~]# yum insta

Re: unable to install python-ldap

2013-02-11 Thread kapila narang
well i have tried this so far [root@cmconsol1 ~]# yum install python-ldap Package python-ldap-2.2.0-2.1.x86_64 already installed and latest version but still getting this error on the Admin page LDAP authentication requires the python-ldap library, which is not installed. On Tue, Feb 12, 2013 a

Re: unable to install python-ldap

2013-02-11 Thread Christian Hammond
So on CentOS, your package manager is called "yum". This is going to be an essential part of managing your CentOS install, so you'll need to make sure you're familiar with it. "yum search ldap" will return a list of packages matching "ldap." There should be some sort of -devel package for it. o

Re: unable to install python-ldap

2013-02-11 Thread kapila narang
CentOS release 5.8 (Final) On Tue, Feb 12, 2013 at 12:43 PM, Christian Hammond wrote: > Assuming this is a Linux system, what distro/version is it? > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board - http://www.reviewboard.org > VMware, Inc. - http://www.vmware.com >

Re: unable to install python-ldap

2013-02-11 Thread Christian Hammond
Assuming this is a Linux system, what distro/version is it? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Feb 11, 2013, at 11:13 PM, kapila narang wrote: > thanks Christian for the reply. But can you elab

Re: unable to install python-ldap

2013-02-11 Thread kapila narang
thanks Christian for the reply. But can you elaborate what you meant by package manager here. I installed from easy_install so what i m missing here? On Tue, Feb 12, 2013 at 11:51 AM, Christian Hammond wrote: > Looks like you're missing the appropriate LDAP development headers. You > can likely

Re: unable to install python-ldap

2013-02-11 Thread Christian Hammond
Looks like you're missing the appropriate LDAP development headers. You can likely get this from your package manager. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Feb 11, 2013, at 10:20 PM, cmuser wrote

unable to install python-ldap

2013-02-11 Thread cmuser
Any help is appreciated. Error- $>easy_install python-ldap Searching for python-ldap Reading http://pypi.python.org/simple/python-ldap/ Reading http://www.python-ldap.org/ Best match: python-ldap 2.4.10 Downloading http://pypi.python.org/packages/source/p/python-ldap/python-ldap-2.4.10.tar.gz#m

Re: Review Board 1.7.5 released

2013-02-11 Thread victoria
On Thu, Feb 7, 2013 at 4:52 PM, Stephen Gallagher wrote: > On 02/07/2013 02:37 AM, Christian Hammond wrote: >> Hi everyone, >> >> Review Board 1.7.5 is out. It fixes a few, mostly small problems people >> have hit, and a major compatibility change with the newly released >> django-pipeline 1.3. >>

Re: virtualenv installation

2013-02-11 Thread David Trowbridge
In that case, here are the answers to your questions: You can change the database configuration in settings_local.py using django's standard DATABASES configuration. To change a user's password, you can use: ./reviewboard/manage.py changepassword -David On Mon, Feb 11, 2013 at 12:45 PM, Kudre

Re: virtualenv installation

2013-02-11 Thread Kudret Güler
This is just a development environment, which I use virtualenv, hoping to run several versions of RB at the same time. On Monday, February 11, 2013 3:40:18 PM UTC-5, David Trowbridge wrote: > > Are you trying to set up a development environment to change reviewboard > or are you trying to deplo

virtualenv installation

2013-02-11 Thread kudrettin
Hello, I have git cloned the latest RB source code and executed $ ./reviewboard/manage.py evolve --execute in a virtualenv setting: * How can I reset/recreate/modify the admin user password? * How can I modify the default DB setting, so it would use a Mysql DB instead? Thanks, \\Kudret -- W

Cannot resolve keyword 'get_full_name'

2013-02-11 Thread Bart Celary
Hi, I am on 1.7.4 and hit the following problem when accessing /users/ URL: Traceback (most recent call last): File "/data/httpd/www/reviews/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response response = callback(request, *callback_args, **callback_kwarg

Re: RB Server has many errors after upgrade

2013-02-11 Thread Clive Hunt
On Friday, 8 February 2013 20:08:58 UTC, Christian Hammond wrote: > > Hi Clive, > > You're suffering from a problem that has been some users. > > (Btw, you seem to have pasted the error output in your terminal and then > pasted that to us, so there's a false sense of some of the errors.) > > Plea

Re: RB Server has many errors after upgrade

2013-02-11 Thread Christian Hammond
Hey Clive, Here's the e-mail I sent on Friday. Give those a try and let me know what you see. Make sure to back up the database. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Feb 8, 2013, at 12:08 PM, Ch

Re: Problem with recent upgrade - renders RB Site non operational

2013-02-11 Thread Clive Hunt
Hi Christian, Not sure what is going on but I have no messages from you on Friday showing on my Google Groups. Can you re-post please? I will then try your suggestions and get back to you with the results. Many Thanks, -Clive- On Monday, 11 February 2013 09:37:22 UTC, Christian Hammond w

Re: Am I able to post?

2013-02-11 Thread Christian Hammond
I saw at least one of them and replied, but never saw a response. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Feb 11, 2013, at 1:37 AM, Clive Hunt wrote: > Hi Christian, > > I posted several messages

Re: Am I able to post?

2013-02-11 Thread Clive Hunt
Hi Christian, I posted several messages on Friday afternoon, but none appear to be received, I have posted new query this morning which appears to be shown today. Must have been a glitch on Friday. Many Thanks, Clive On Monday, 11 February 2013 09:33:06 UTC, Christian Hammond wrote: > H

Re: Problem with recent upgrade - renders RB Site non operational

2013-02-11 Thread Christian Hammond
Hi Clive, I replied to this previously with some things to try and some questions. Can you look for the previous e-mail? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Feb 11, 2013, at 1:36 AM, Clive Hunt

Problem with recent upgrade - renders RB Site non operational

2013-02-11 Thread Clive Hunt
Hi. I am new to RB and Linux in general. I have attempted an upgrade but this has stopped the site from functioning. Here is the transcript: it@SRTREVIEWBOARD:/etc$ sudo rb-site upgrade /var/www/reviewboard [sudo] password for it: Rebuilding directory structure Upgrading site settings_local.py

Re: Am I able to post?

2013-02-11 Thread Christian Hammond
Hi Clive, I saw this e-mail. What posts are you referring to? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Feb 11, 2013, at 1:32 AM, Clive Hunt wrote: > Test, seems that my previous posts are not being

Am I able to post?

2013-02-11 Thread Clive Hunt
Test, seems that my previous posts are not being accepted. Please can someone confirm that this one has been received by the group. -Clive- -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users