Re: Authentication methods disappeared

2017-11-02 Thread Ken Rachynski
On second thought, I'm going to put this into a container and upgrade it that way. Thanks for the help, Christian, it got me to look in the right places finally. Ken On Thursday, 2 November 2017 11:44:39 UTC-6, Ken Rachynski wrote: > > And on further review, python2.7 is not default on CentOS

Re: Authentication methods disappeared

2017-11-02 Thread Ken Rachynski
And on further review, python2.7 is not default on CentOS 6 so I guess I need to redo this install with virtualenv instead. On Thursday, 2 November 2017 11:35:56 UTC-6, Ken Rachynski wrote: > > Yeah it is. > > [Thu Nov 02 15:25:45 2017] [error] ERROR:root:Unable to load repository > hosting

Re: Authentication methods disappeared

2017-11-02 Thread Ken Rachynski
Yeah it is. [Thu Nov 02 15:25:45 2017] [error] ERROR:root:Unable to load repository hosting service rbgateway = reviewboard.hostingsvcs.rbgateway:ReviewBoardGateway: (Pygments 1.1.1 (/usr/lib/python2.6/site-packages), Requirement.parse('Pygments>=2.1')) is one example of the errors I'm

Re: Authentication methods disappeared

2017-11-02 Thread Christian Hammond
Hi Ken, It does sound like a version mismatch error then. Can you check the Apache error log for anything saying VersionMismatch? Christian On Wed, Nov 1, 2017 at 08:31 Ken Rachynski wrote: > Oh, the only Hosting Service I see in the Add a Repository page is GitHub >

Re: Authentication methods disappeared

2017-11-01 Thread Ken Rachynski
Oh, the only Hosting Service I see in the Add a Repository page is GitHub Enterprise. This is the output of `pip list`: asn1crypto (0.23.0) bcrypt (3.1.4) cffi (1.11.2) cryptography (2.1.2) Django (1.6.11) django-evolution (0.7.7) django-haystack (2.4.1) django-multiselectfield (0.1.8)

Re: Authentication methods disappeared

2017-10-31 Thread Christian Hammond
Hi Ken, Can you also check the hosting service options? If GitHub, Bitbucket, etc. are all present, then the general dependency stuff should be fine. Basically, we use a thing called Python Entrypoints to register things like the hosting services and authentication backends, and if Review Board

Re: Authentication methods disappeared

2017-10-30 Thread Ken Rachynski
Hi Christian, I thought it was already installed, but pip install -U python-ldap returned this: Collecting python-ldap Using cached python-ldap-2.4.45.tar.gz Requirement already up-to-date: setuptools in /usr/lib/python2.7/site-packages (from python-ldap) Installing collected packages:

Authentication methods disappeared

2017-10-27 Thread Ken Rachynski
Hi, I just tried to do an upgrade with all kinds of "no turning back now" errors. I went from 2.5.6.1 to 2.5.16. In the process, I discovered that 2.5.6.1 appears to be the last version supported by python 2.6.6. So I did an upgrade to add python 2.7 to my CentOS 6 server. After much back and