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.

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

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,

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',

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

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

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. -

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

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

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:

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
Also SElinux is turned off. #selinuxenabled echo enabled || echo disabled disabled On Wed, Feb 6, 2013 at 3:22 PM, chuck j cjerry2...@gmail.com 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

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

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',

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.

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:55 PM

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 to

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: Issue 2446 in reviewboard: Permissions problem after re-open

2013-02-06 Thread reviewboard
Updates: Status: PendingReview Owner: trowb...@gmail.com Comment #2 on issue 2446 by trowb...@gmail.com: Permissions problem after re-open http://code.google.com/p/reviewboard/issues/detail?id=2446 (No comment was entered for this change.) -- You received this message

Re: Issue 2891 in reviewboard: Add ship it column in Dashboard

2013-02-06 Thread reviewboard
Comment #1 on issue 2891 by rajas...@gmail.com: Add ship it column in Dashboard http://code.google.com/p/reviewboard/issues/detail?id=2891 This is already in place, just click on the pencil icon in the dashboard page and check the Ship it box. This should show the reviews that have

Re: Issue 477 in reviewboard: Per reviewer email control

2013-02-06 Thread reviewboard
Comment #22 on issue 477 by plevn...@gmail.com: Per reviewer email control http://code.google.com/p/reviewboard/issues/detail?id=477 In addition to the fine-grained control, I'd like email notifications to be sent (optionally) on issues being dropped, fixed, or reopened. The email should

Issue 2892 in reviewboard: New 4.3 RBTools path posting method is broken

2013-02-06 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2892 by faller.g...@gmail.com: New 4.3 RBTools path posting method is broken http://code.google.com/p/reviewboard/issues/detail?id=2892 What version are you running? RBTools 0.4.3 What's the URL of the page containing the

Issue 2893 in reviewboard: Any help reviewing moves of code between files?

2013-02-06 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 2893 by ryan.bea...@gmail.com: Any help reviewing moves of code between files? http://code.google.com/p/reviewboard/issues/detail?id=2893 What version are you running? 1.6.13 What's the URL of the page this

Issue 2894 in reviewboard: Archive reviews

2013-02-06 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 2894 by berto...@gmail.com: Archive reviews http://code.google.com/p/reviewboard/issues/detail?id=2894 What version are you running? 1.7.4 What's the URL of the page this enhancement relates to, if any? /dashboard/

Re: Issue 2893 in reviewboard: Any help reviewing moves of code between files?

2013-02-06 Thread reviewboard
Updates: Status: Confirmed Labels: Component-DiffViewer Comment #1 on issue 2893 by trowb...@gmail.com: Any help reviewing moves of code between files? http://code.google.com/p/reviewboard/issues/detail?id=2893 We'd like to expand the moved-lines detection to work across

Re: Issue 2891 in reviewboard: Add ship it column in Dashboard

2013-02-06 Thread reviewboard
Updates: Status: Fixed Comment #2 on issue 2891 by trowb...@gmail.com: Add ship it column in Dashboard http://code.google.com/p/reviewboard/issues/detail?id=2891 There's also the My Comments column, which will include a check-mark in it if you've personally given the review request

Issue 2895 in reviewboard: Cant cerate a reviewboard account, gives no error

2013-02-06 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2895 by brett.mu...@murf.net: Cant cerate a reviewboard account, gives no error http://code.google.com/p/reviewboard/issues/detail?id=2895 *** For customer support, please post to reviewbo...@googlegroups.com *** If you

Re: Issue 2895 in reviewboard: Cant cerate a reviewboard account, gives no error

2013-02-06 Thread reviewboard
Updates: Status: ThirdParty Comment #1 on issue 2895 by chip...@gmail.com: Cant cerate a reviewboard account, gives no error http://code.google.com/p/reviewboard/issues/detail?id=2895 You'll have to contact the sysadmins for codereview.secondlife.com. We provide support for Review

Re: Issue 1854 in reviewboard: Download raw diff cached - need to manually refresh to update

2013-02-06 Thread reviewboard
Updates: Status: Fixed Comment #2 on issue 1854 by trowb...@gmail.com: Download raw diff cached - need to manually refresh to update http://code.google.com/p/reviewboard/issues/detail?id=1854 This is fixed in modern versions. -- You received this message because you are subscribed

Re: Issue 2874 in reviewboard: Reviewboard 1.7.2 requires pytz-2012j

2013-02-06 Thread reviewboard
Updates: Status: PendingReview Owner: trowb...@gmail.com Comment #2 on issue 2874 by trowb...@gmail.com: Reviewboard 1.7.2 requires pytz-2012j http://code.google.com/p/reviewboard/issues/detail?id=2874 (No comment was entered for this change.) -- You received this message

Re: Issue 2252 in reviewboard: Revision/interdiff selection UI is confusing

2013-02-06 Thread reviewboard
Updates: Summary: Revision/interdiff selection UI is confusing Comment #8 on issue 2252 by trowb...@gmail.com: Revision/interdiff selection UI is confusing http://code.google.com/p/reviewboard/issues/detail?id=2252 (No comment was entered for this change.) -- You received this

Re: Issue 2874 in reviewboard: Reviewboard 1.7.2 requires pytz-2012j

2013-02-06 Thread reviewboard
Updates: Status: Fixed Comment #3 on issue 2874 by trowb...@gmail.com: Reviewboard 1.7.2 requires pytz-2012j http://code.google.com/p/reviewboard/issues/detail?id=2874 Fixed in release-1.7.x (107ce3e). Thanks! -- You received this message because you are subscribed to the Google

Re: Issue 2446 in reviewboard: Permissions problem after re-open

2013-02-06 Thread reviewboard
Updates: Status: Fixed Comment #3 on issue 2446 by trowb...@gmail.com: Permissions problem after re-open http://code.google.com/p/reviewboard/issues/detail?id=2446 Fixed in release-1.7.x (b0500a8). Thanks! -- You received this message because you are subscribed to the Google Groups