Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-20 Thread David Trowbridge
Looks like you need to update your installed django-evolution.

-David

On Wed, Mar 16, 2016 at 11:53 AM Jim Hagan  wrote:

> 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: (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'))
> Traceback (most recent call last):
>   File
> "/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/ReviewBoard-2.5.3-py2.7.egg/reviewboard/accounts/backends.py",
> line 935, in _populate_defaults
> cls = entry.load()
>   File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line
> 2201, in load
> self.require(*args, **kwargs)
>   File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line
> 2218, in require
> items = working_set.resolve(reqs, env, installer)
>   File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 835,
> in resolve
> raise VersionConflict(dist, req).with_context(dependent_req)
> VersionConflict: (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'))
>
>
> On Wed, Mar 16, 2016 at 2:09 PM, Jim Hagan  wrote:
>
>> 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 = reviewboard.accounts.backends:X509Backend*
>> *nis = reviewboard.accounts.backends:NISBackend*
>> *ad = reviewboard.accounts.backends:ActiveDirectoryBackend*
>> *digest = reviewboard.accounts.backends:HTTPDigestBackend*
>> *ldap = reviewboard.accounts.backends:LDAPBackend*
>>
>>
>> On Wed, Mar 16, 2016 at 1:50 PM, David Trowbridge 
>> wrote:
>>
>>> 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.  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, and my Django
 settings file is identical (other than SQL connection)



 
















 











 Any ideas are much appreciated.

 --
 Supercharge your Review Board with Power Pack:
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons:
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups "reviewboard" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>> --
>>> -David
>>>
>>> --
>>> Supercharge your Review Board with Power Pack:
>>> https://www.reviewboard.org/powerpack/
>>> Want us to host Review Board for you? Check out RBCommons:
>>> https://rbcommons.com/
>>> Happy user? Let us know! https://www.reviewboard.org/users/
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "reviewboard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to reviewboard+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.

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: (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'))
Traceback (most recent call last):
  File
"/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/ReviewBoard-2.5.3-py2.7.egg/reviewboard/accounts/backends.py",
line 935, in _populate_defaults
cls = entry.load()
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2201,
in load
self.require(*args, **kwargs)
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2218,
in require
items = working_set.resolve(reqs, env, installer)
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 835,
in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
VersionConflict: (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'))


On Wed, Mar 16, 2016 at 2:09 PM, Jim Hagan  wrote:

> 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 = reviewboard.accounts.backends:X509Backend*
> *nis = reviewboard.accounts.backends:NISBackend*
> *ad = reviewboard.accounts.backends:ActiveDirectoryBackend*
> *digest = reviewboard.accounts.backends:HTTPDigestBackend*
> *ldap = reviewboard.accounts.backends:LDAPBackend*
>
>
> On Wed, Mar 16, 2016 at 1:50 PM, David Trowbridge 
> wrote:
>
>> 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.  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, and my Django
>>> settings file is identical (other than SQL connection)
>>>
>>>
>>>
>>> 
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> 
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Any ideas are much appreciated.
>>>
>>> --
>>> Supercharge your Review Board with Power Pack:
>>> https://www.reviewboard.org/powerpack/
>>> Want us to host Review Board for you? Check out RBCommons:
>>> https://rbcommons.com/
>>> Happy user? Let us know! https://www.reviewboard.org/users/
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "reviewboard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to reviewboard+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> -David
>>
>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.  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, and my Django
> settings file is identical (other than SQL connection)
>
>
>
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> 
>
>
>
>
>
>
>
>
>
>
>
> Any ideas are much appreciated.
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
-David

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, and my Django settings 
file is identical (other than SQL connection)






























Any ideas are much appreciated.

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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:
>
>> 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: (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'))
>> Traceback (most recent call last):
>>   File
>> "/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/ReviewBoard-2.5.3-py2.7.egg/reviewboard/accounts/backends.py",
>> line 935, in _populate_defaults
>> cls = entry.load()
>>   File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line
>> 2201, in load
>> self.require(*args, **kwargs)
>>   File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line
>> 2218, in require
>> items = working_set.resolve(reqs, env, installer)
>>   File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line
>> 835, in resolve
>> raise VersionConflict(dist, req).with_context(dependent_req)
>> VersionConflict: (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'))
>>
>>
>> On Wed, Mar 16, 2016 at 2:09 PM, Jim Hagan 
>> wrote:
>>
>>> 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 = reviewboard.accounts.backends:X509Backend*
>>> *nis = reviewboard.accounts.backends:NISBackend*
>>> *ad = reviewboard.accounts.backends:ActiveDirectoryBackend*
>>> *digest = reviewboard.accounts.backends:HTTPDigestBackend*
>>> *ldap = reviewboard.accounts.backends:LDAPBackend*
>>>
>>>
>>> On Wed, Mar 16, 2016 at 1:50 PM, David Trowbridge 
>>> wrote:
>>>
 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.  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, and my Django
> settings file is identical (other than SQL connection)
>
>
>
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> 
>
>
>
>
>
>
>
>
>
>
>
> Any ideas are much appreciated.
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google
> Groups "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
 --
 -David

 --
 Supercharge your Review Board with Power Pack:
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons:
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups "reviewboard" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>> --
>> 

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 = reviewboard.accounts.backends:X509Backend*
*nis = reviewboard.accounts.backends:NISBackend*
*ad = reviewboard.accounts.backends:ActiveDirectoryBackend*
*digest = reviewboard.accounts.backends:HTTPDigestBackend*
*ldap = reviewboard.accounts.backends:LDAPBackend*


On Wed, Mar 16, 2016 at 1:50 PM, David Trowbridge 
wrote:

> 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.  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, and my Django
>> settings file is identical (other than SQL connection)
>>
>>
>>
>> 
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> 
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Any ideas are much appreciated.
>>
>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> -David
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.