Re: Review Board displays incorrectly

2015-01-12 Thread Justin Palmer
I installed CentOS 7 on a new VM, this time choosing "Development and Creative Workstation" along with several packages known to be required. This time, Review Board displays correctly. So I'm fairly confident there is a dependency problem of some sort. If I have time, I'm going to start compar

Re: Review Board displays incorrectly

2015-01-12 Thread Stephen Gallagher
On Mon, 2015-01-12 at 07:02 -0800, Justin Palmer wrote: > I installed CentOS 7 on a new VM, this time choosing "Development and > Creative Workstation" along with several packages known to be > required. This time, Review Board displays correctly. So I'm fairly > confident there is a dependency

Exception on RB 1.7.5

2015-01-12 Thread Nilesh Jaiswal
Dear All, I am using RB version 1.7.5, I see exception in the error.log. I am wanted to know if this is harmful for the application? How to fix it? please advise and help except apache.PROG_TRACEBACK, traceblock: Fatal Python error: PyEval_AcquireThread: NULL new thread state [Mon Jan 12 02:4

Something broke! (Error 500) in dashboard page

2015-01-12 Thread xfwangcheers
Hello I have a clean install of v2.0.11 and everything seems well in the admin UI. but when I (as the default admin account) go to the http://reviews.example.com/dashboard/, I get the following error: Something broke! (Error 500) It appears something broke when you tried to go to here. This

Re: Review Board displays incorrectly

2015-01-12 Thread Justin Palmer
> 1) yum install memcached; systemctl start memcached I did do this on CentOS 7. On CentOS 6, I even built 1.4.22 from source. $ ps -ef | grep memcached memcach+ 1070 1 0 Jan05 ?00:00:19 /usr/bin/memcached -u memcached -p 11211 -m 64 -c 1024 > 2)... 3) setsebool... I disabled SEL

Re: Exception on RB 1.7.5

2015-01-12 Thread David Trowbridge
It looks like there's a problem with your mod_python. mod_python is deprecated and unmaintained. The recommended way to deploy Python applications with Apache (including Review Board) is mod_wsgi. -David On Mon Jan 12 2015 at 7:36:32 AM Nilesh Jaiswal wrote: > Dear All, > > I am using RB versi

Re: Something broke! (Error 500) in dashboard page

2015-01-12 Thread David Trowbridge
Somehow something got corrupted in your database. If you go to Admin > Database > Local site profiles, you should see two entries for the user who is encountering this. If you delete one, everything should work correctly. -David On Mon Jan 12 2015 at 9:37:57 AM wrote: > Hello > > I have a clean

Re: Always being prompted for password with "rbt post"

2015-01-12 Thread Christian Hammond
Do you have to log into the web UI frequently as well, or is it just with RBTools? Would you be able to find out what authentication mechanism is being used on Review Board? LDAP, Active Directory, etc.? Any idea if anybody else is having this problem there? It sort of sounds like the session

Re: How to link github account on RB 2.0.11

2015-01-12 Thread Tamer Afify
Hi Christian, Do I understand from this response that there is no way for RB to support code review for GitHub Enterprise (github.companyname.com) without buying the power pack? or RB can't support a Git repo with HTTPS protocol? If it is supported can you provide help on how to add a GitHub En

Re: How to link github account on RB 2.0.11

2015-01-12 Thread Christian Hammond
Hi Tamer, This is correct. You need Power Pack to talk to GitHub Enterprise. Git's protocols are all too limiting to be used in a remote fashion the way code review tools typically need without some sort of wrapper (GitWeb or, preferably, a complete API). This is what GitHub and GitHub Enterpri

Re: Exception on RB 1.7.5

2015-01-12 Thread Nilesh Jaiswal
Thanks David, I have read the document about the deprecation of mod_python. Could you please help me know if this error create any issue in future, considering we stick to mod_python and RB release version 1.7.5 ( which still support mod_python) and the error message we see would cause incorrect b

Re: Exception on RB 1.7.5

2015-01-12 Thread David Trowbridge
Nilesh, I can't comment about whether it will cause serious problems beyond the warning, because I don't know. However, it looks scary and I wouldn't be surprised if you have issues or corruption. As far as migrating to mod_wsgi, I'd suggest doing a deployment of Review Board on a new server and

Re: Certificate issue during installation on Linux (SUSE Linux Enterprise Server) using easy_install with python2.6

2015-01-12 Thread rahul emmatty
That worked. Thanks a lot. -Rahul On Saturday, 10 January 2015 07:38:36 UTC+5:30, Christian Hammond wrote: > > You can upgrade it using easy_install: > > sudo easy_install -U setuptools > > Christian > > -- > Christian Hammond - chri...@beanbaginc.com > Review Board - https://www.re