Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread Jim Hagan
Okay, I restarted GUNICORN again and got this: ersionConflict: (django-evolution 0.7.5 (/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg), Requirement.parse('django-evolution<=0.7.999,>=0.7.6')) ERROR:root:Error loading authentication backend ldap: (

Re: UnicodeDecodeError in set_default_password

2016-03-19 Thread Jim H
I've created this ticket: https://hellosplat.com/s/beanbag/tickets/4369/ On Wednesday, March 16, 2016 at 6:14:50 PM UTC-4, David Trowbridge wrote: > > Looks like a bug. Would you mind filing it at > https://hellosplat.com/s/beanbag/tickets/new/?project=reviewboard ? > > Thanks, > -David > > On We

Re: Upgrading from 1.6.8 to 2.x

2016-03-19 Thread Christian Hammond
Hi Michael, I've seen this error before, and it's always been due to a prior upgrade in some prior version being forced using 'evolve --hint --execute," which can mess up the history and require manual repair. I'm not seeing anything in the output indicating anything otherwise. Is it possible this

Re: Review update quirk (auto reverting changes)

2016-03-19 Thread Christian Hammond
Hi Galen, Each revision of a diff is meant to contain the entire set of changes you want reviewed. It sounds like your script may be sending only the latest commit? If so, you'll need to adjust that to include the entire set of changes across all of the commits that make up that review request. T

Re: Tips on migrating to new OS & VM?

2016-03-19 Thread Christian Hammond
Hey Terry, Sorry for the late reply. We don't have the same guaranteed response times on here that we have on the premium support address. To migrate over, simply copy the site directory and the entire database (using mysqldump, assuming MySQL) from one server to the other. You can them upgrade o

Re: RBtools Compilation Error

2016-03-19 Thread Christian Hammond
Hi John, Can you show me a debug log with the handshake failure, and tell me about the cert being used? Is it self-signed? I'm assuming this is a separate issue from the installer error now. (We haven't really built that to be used outside of our packaging setup, so if that works at all, awesome)

Re: Missing "View Diff" and another tab on the review request action bar

2016-03-19 Thread Xepard
I forgot to say that the code repo is a GitLab server, exactly GitLab Community Edition 8.2.3. Regards, On Wednesday, 16 March 2016 17:40:40 UTC+1, David Trowbridge wrote: > > It's probably failing to download the diff correctly. > > What type of repository? Can you check in the server logs aft

Re: Missing "View Diff" and another tab on the review request action bar

2016-03-19 Thread Xepard
Hi David, First of all, thanks for your quick reply! This is what the log is telling me: 2016-03-17 08:17:57,516 - ERROR - - Unable to update new review request from commit ID 4f14daa9cd22fc9af6853c710bb9552795132e92: 'ascii' codec can't decode byte 0xe1 in position 4872: ordinal not in range

Re: RBtools Compilation Error

2016-03-19 Thread john levin
Ok. I have ignored ICE60 with -sice option.. and it went through. However, the issue i'm facing (SSL Handshake Failure is still happening). Was Trying the solution from https://github.com/reviewboard/rbtools/pull/53 but didnt workedout. Can any one help me out solve this ssl handshake failure

Re: Missing "View Diff" and another tab on the review request action bar

2016-03-19 Thread Xepard
Hi all of you! I have exactly the same error, with the same messages in the log. I select the commit in the repo, but no diff tab displayed. If I upload manually instead, appears perfectly. And I checked the diff and I already have this lines because I have the 2.5.2 version. Do you have any id

Tips on migrating to new OS & VM?

2016-03-19 Thread Dunnigan, Terrence J
Hi all, We are considering upgrading our Review Board from 1.7 running on RHEL 6 to Review Board 2.5 running on RHEL 7. So we're upgrading as well as moving to a new machine. What's the best way to transfer all of our review data? Should we upgrade to 2.5 on our RHEL6 VM, then transfer the upg

Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread David Trowbridge
This sounds like it's not loading the entry points because of some unsatisfied or conflicting dependency. Can you check the reviewboard and webserver logs to see if there are any errors at start-up? -David On Wed, Mar 16, 2016 at 7:12 AM Jim H wrote: > > > I upgraded from 2.0.18 to 2.5.3. Afte

Re: ImproperlyConfigured at /dashboard/ - The Django remote user auth middleware requires the authentication middleware to be installed.

2016-03-19 Thread Abhishek Choudhary
Hey, How should i go about an upgrade from v1.5 to latest version. I have mysql database for the backend. Will it work seamlessly with the new version or this will require some steps? Thanks, Abhishek On Wednesday, March 16, 2016 at 4:32:37 PM UTC+5:30, Christian Hammond wrote: > > Sorry, at

Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread Jim H
I upgraded from 2.0.18 to 2.5.3. After this I was unable to login via Active Directory and when I create an admin account manually and looked at the *"Authentication Method"* dropdown, I was missing most of the options I previously had. My site config *JSON* is nearly identical to before, a

Re: Missing "View Diff" and another tab on the review request action bar

2016-03-19 Thread Xepard
Created: https://hellosplat.com/s/beanbag/tickets/4372/ Thanks! Unai On Thursday, 17 March 2016 19:52:39 UTC+1, David Trowbridge wrote: > > Looks like a unicode handling bug. Can you file an issue at > https://hellosplat.com/s/beanbag/tickets/new/?project=reviewboard ? > > Thanks! > -David > >

AuthBackendHook help for a python noob

2016-03-19 Thread Jack Snodgrass
I've got the latest-ish review board running on a centos 7 system: ReviewBoard-2.5.2-2.el7.noarch The basic Review Board page loads. I want to configure authentication so that I can use PAM. I see some 'old' posts that talk about PAM and LDAP using the same code and but I don't see that cod

Re: ImproperlyConfigured at /dashboard/ - The Django remote user auth middleware requires the authentication middleware to be installed.

2016-03-19 Thread Christian Hammond
Hi Abhishek, It should upgrade without any major problems. You'll absolutely want to test an upgrade on a copy of your system, using a copy of your database and site directory. You'll need to modify the conf/settings_local.py in the site directory to change the database you're using, for the tes

Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread Jim Hagan
I had two versions 0.7.5 and 0.7.6. I ended up having to uninstall both and re-install 0.7.6. Thanks, Jim On Wed, Mar 16, 2016 at 2:54 PM, David Trowbridge wrote: > Looks like you need to update your installed django-evolution. > > -David > > On Wed, Mar 16, 2016 at 11:53 AM Jim Hagan wrote:

Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread Jim Hagan
David, I can't find anything obvious in the logs. Doe sit help that I am able to run the following code from my django shell for the site in question... >>> import pkg_resources >>> for entry in pkg_resources.iter_entry_points('reviewboard.auth_backends'): ... print entry ... *x509 = reviewb

Re: UnicodeDecodeError in set_default_password

2016-03-19 Thread David Trowbridge
Looks like a bug. Would you mind filing it at https://hellosplat.com/s/beanbag/tickets/new/?project=reviewboard ? Thanks, -David On Wed, Mar 16, 2016 at 2:21 PM Jim H wrote: > *When clicking on certain resources I'm seeing some of these errors in the > backend (not all)...* > > File > "/wayfa

Re: Missing "View Diff" and another tab on the review request action bar

2016-03-19 Thread David Trowbridge
It's probably failing to download the diff correctly. What type of repository? Can you check in the server logs after clicking on the commit and see if there are any errors? -David On Wed, Mar 16, 2016 at 7:11 AM Xepard wrote: > Hi all of you! > > I have exactly the same error, with the same

RBtools Compilation Error

2016-03-19 Thread john levin
Hi, I'm compiling rbtools in windows and i'm stuck with he below errors. Any help apprciated. "D:\ReviewBoard\RBTOOLS_SOURCE\rbtools-master\rbtools-master\contrib\installers\windows\wix\rbtools.sln" (default target) (1) -> "D:\ReviewBoard\RBTOOLS_SOURCE\rbtools-master\rbtools-master\contrib\i

UnicodeDecodeError in set_default_password

2016-03-19 Thread Jim H
*When clicking on certain resources I'm seeing some of these errors in the backend (not all)...* File "/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/ReviewBoard-2.5.3-py2.7.egg/reviewboard/scmtools/svn/__init__.py", line 451, in build_client client = Client(config_dir,

Review update quirk (auto reverting changes)

2016-03-19 Thread Galen Elfert
Hi, I've been developing a script to help get Review Board working within the particular workflow at my company. The script uses hg to generate diffs based on certain keywords in the changeset descriptions. So far it's going quite well, but I've run in to this odd problem. When updating a r

Most authentication methods not showing up after upgrade to 2.5.3 (from 2.0.18)

2016-03-19 Thread Jim H
I can verify in my console that the pkg_info has the correct backends configured and and site configuration JSON seems quite fine. In 2.0.18 I had all of the options list and now I am only seeing standard and legacy. -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org