Review Board 1.7.5 released

2013-02-06 Thread Christian Hammond
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. If you installed 1.7.4 in the past week, you may have had a crash when accessing most pages, possibly saying "CompilerError.

Re: Restricting login to ldap group

2013-02-06 Thread Stephen Gallagher
On 02/06/2013 05:38 PM, karamsing...@gmail.com wrote: > Nevermind. I have hacked the code to make the check for this. Case closed. > > On Monday, February 4, 2013 1:07:55 PM UTC-8, karams...@gmail.com wrote: > > Hi, > I have review board 1.74 working on Mac OS X (Mountain Lion). I am able

Re: Restricting login to ldap group

2013-02-06 Thread karamsinghji
Nevermind. I have hacked the code to make the check for this. Case closed. On Monday, February 4, 2013 1:07:55 PM UTC-8, karams...@gmail.com wrote: > > Hi, > I have review board 1.74 working on Mac OS X (Mountain Lion). I am able to > change the authentication to LDAP but would like to restrict l

Re: Failed to get repository information svn+ssh

2013-02-06 Thread Alex Edwards
I don't have a working solution yet On Tuesday, 5 February 2013 05:23:06 UTC-8, Pierre-Emmanuel Dutang wrote: > > Hello guys, > > Have you find a solution for this issue cause I have exactly the same > problem when I want to add a svn repository. > > thanks > > On Thursday, January 24, 2013 9:37:

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread Christian Hammond
Okay, looks fine. I'd suggest creating a second RB site on that server, for testing purposes. Just set it up, new database, and see if you have the same problem. If so, we can narrow it down further. It's 2:30AM here, so I need to head to bed, but I can try to help more with this tomorrow. Unf

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread chuck j
Sure please see below: # Site-specific configuration settings for Review Board # Definitions of these settings can be found at # http://docs.djangoproject.com/en/dev/ref/settings/ # Database configuration DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME':

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread Christian Hammond
Can you provide your settings_local.py file? Make sure to remove your database information and your SECRET_KEY first! Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Feb 6, 2013, at 1:58 AM, chuck j wrote:

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread chuck j
Also SElinux is turned off. #selinuxenabled && echo enabled || echo disabled disabled On Wed, Feb 6, 2013 at 3:22 PM, chuck j wrote: > Thank you !!, > > yes it is happening for all the review request, also after restart i am > not able to open login page also and it crashed with the same compi

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread Christian Hammond
This isn't a database problem, or a Review Board problem. It's something screwy on the system. When Review Board includes a stylesheet or JavaScript file, it attempts to find a compiled (*.min.*) file. If it finds it, it uses it. If not, it will attempt to compile it. For CSS, we compile using

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread chuck j
Thank you !!, yes it is happening for all the review request, also after restart i am not able to open login page also and it crashed with the same compilation error. CompilerError at /svrrb/dashboard/ /usr/bin/env: lessc: No such file or directory Request Method: GET Request URL: http:

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread Christian Hammond
All the files match correctly, so I'm left to believe that Review Board/Apache's unable to open them, and is trying to fall back on creating new ones (using lessc). Does this happen for all review requests? I'd imagine it'd have to. Is SELinux turned on? Try turning it off. You also may want t

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread chuck j
Yes, i have restarted the Apache afterward. Here you go: here is the content of ccs /var/www/svrrb/htdocs/static/rb/css admin.1f278e6382ef.css admin.min.c8a349cc3f7d.css dashboard.cb3f25c48eb7.cssdiffviewer.css js-tests.70d6ede4e69e.css reviews.css syntax.5f96383e25b8.css ad

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread Christian Hammond
And you restarted Apache afterward? I'll need to see the contents of the css directories. I also still need to know what version of what Linux distro you're using. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.co

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread chuck j
yes you are correct i followed the upgrade instruction from www.reviewboard.org To verify, when you upgraded using easy_install -U ReviewBoard, you then ran 'rb-site upgrade /path/to/site' I also saw below message, [root@svrrb1 www]# rb-site upgrade /var/www/svrrb /usr/local/lib/python2.7/site-p

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread Christian Hammond
Yep, it's looking for lessc, which it shouldn't be. That means it's not finding the generated static media files, probably. Or some other strange configuration problem. Probably an installation problem. To verify, when you upgraded using easy_install -U ReviewBoard, you then ran 'rb-site upgrad

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread chuck j
Here are the logs its seems it searching for lessc executable. Environment: Request Method: GET Request URL: http://scrrb1.na.software.com/svrrb/dashboard/?view=to-me Django Version: 1.4.3 Python Version: 2.7.2 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.c

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread Christian Hammond
Hi Chuck, Sorry for failing to respond to the previous e-mail. Missed it. I haven't seen that particular warning before. It'll probably have a log entry any time pycrypto is imported. What distro/version are you using? Sounds like maybe it's an older one? You may need to hand-upgrade libgmp, I'

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread chuck j
While sent an email to you, I face one issue. When i clicked to any of the old review request i see error message: Something broke! (Error 500) It appears something broke when you tried to go to here. This is either a bug in Review Board or a server configuration error. Please report this to you

Re: RB server upgrade from 1.6.1 to 1.7.4

2013-02-06 Thread chuck j
Hi Christian, I would like to thank you for your response about upgrade. I went through with your comments and i was able to bring my server to 1.7.4. Also also want to bring to your notice regarding below warning i got after while upgrading my site. /usr/local/lib/python2.7/site-packages/pycry