Re: Unable to view diff for multiple files.

2013-05-28 Thread Ken Rachynski
Hi, We just ran across this issue on a recent installation ourselves; one single user out of 18 reported this behaviour. While tracking this down, I spotted a seemingly unrelated issue where gOpenAnIssue wasn't being set despite the user's account settings saying that it was. Getting my

Re: Can't authenticate Review Board w/Atlassian Stash via SSH

2014-04-29 Thread Ken Rachynski
You'll need to change your URL format. user@server:repo implies SSH and uses the colon to separate server from repo. This is likely why your port usage is disappearing. Use ssh://user@server:port/repo instead. Ken On Tuesday, April 29, 2014 2:59:04 PM UTC-6, Dan Tehranian wrote: Hi

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 repositor

Re: Authentication methods disappeared

2017-11-02 Thread Ken Rachynski
ng VersionMismatch? > > Christian > > > On Wed, Nov 1, 2017 at 08:31 Ken Rachynski <krach...@me.com > > wrote: > >> Oh, the only Hosting Service I see in the Add a Repository page is GitHub >> Enterprise. >> >> This is the output of `pip list`: >

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

Re: Authentication methods disappeared

2017-11-01 Thread Ken Rachynski
> If python-ldap wasn't installed, then that was likely the culprit. > However, it probably just upgraded. You'll need to restart Apache for any > new version to take effect. > > Christian > > On Mon, Oct 30, 2017 at 2:03 PM, Ken Rachynski <krach...@me.com > > wrote: >

Re: Authentication methods disappeared

2017-10-30 Thread Ken Rachynski
age). > > Can you see if the python-ldap package is installed? If you're using pip > or easy_install for Review Board packages, run: > > $ pip install -U python-ldap > > Or: > > $ easy_install -U python-ldap > > Christian > > > On Fri, Oct 27, 2017 at 19:24 K

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

Re: Unknown error trying to validate diff

2020-04-03 Thread 'Ken Rachynski' via Review Board Community
A new day, a new repo exhibiting this same issue; reported by a different user. Near as I can tell, the change we've made is moving from a dummy account used with --submit-as to API_TOKEN access. On Thursday, 2 April 2020 11:56:10 UTC-6, Ken Rachynski wrote: > > I'm trying to troubl