Re: Review board stopped working after OS upgrade

2023-11-18 Thread Christian Hammond
As David mentioned, it looks like there’s some Internet-facing problem. If you use an HTTP(S) proxy, you’ll need to set the correct environment variables for it. A problem you’re facing is that Review Board 2.0 is very old, no longer supported by us outside of a Premium Support contract, and

Re: Review board stopped working after OS upgrade

2023-11-17 Thread David Trowbridge
Does this system not have internet access? David On Thu, Nov 16, 2023 at 9:38 AM noreply optimize < noreplyoptim...@promaxsaas.com> wrote: > Also, pip is using python 2.7 only. I just ran one command and got below > output. > > python -m pip --version > pip 20.3.4 from

Re: Review board stopped working after OS upgrade

2023-11-16 Thread noreply optimize
Also, pip is using python 2.7 only. I just ran one command and got below output. python -m pip --version pip 20.3.4 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7) On Thursday, 16 November, 2023 at 10:02:06 pm UTC+5:30 noreply optimize wrote: > Hi David, > > I tried to install

Re: Review board stopped working after OS upgrade

2023-11-16 Thread noreply optimize
Hi David, I tried to install six, but its not working and I am getting below error. Any suggestions what should I do at this point ? I already checked and found that there was no special command used to install six. DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020.

Re: Review board stopped working after OS upgrade

2023-11-14 Thread David Trowbridge
You should be able to just use "pip install six". I don't know exactly how Ubuntu 18 is set up, so if that's not working one thing to check is that "pip" corresponds to python 2.7. There may be a specific pip2.7 command that you need to use. David On Tue, Nov 14, 2023 at 10:17 AM noreply

Re: Review board stopped working after OS upgrade

2023-11-14 Thread noreply optimize
Hi All, Can anyone help me to fix above errors and make review board working ? On Monday, 13 November, 2023 at 4:34:39 pm UTC+5:30 noreply optimize wrote: > Hi David, > > Could you please help me to fix above error ? I tried to install six / > upgrade paramiko using pip, but no luck. > > On

Re: Review board stopped working after OS upgrade

2023-11-13 Thread noreply optimize
Hi David, Could you please help me to fix above error ? I tried to install six / upgrade paramiko using pip, but no luck. On Friday, 10 November, 2023 at 4:14:10 pm UTC+5:30 noreply optimize wrote: > I ran the command pip list and found below differences. > > Ubuntu 18 (working VM) Ubuntu 20

Re: Review board stopped working after OS upgrade

2023-11-10 Thread noreply optimize
I ran the command pip list and found below differences. Ubuntu 18 (working VM) Ubuntu 20 (non-working VM) ReviewBoard 2.0.27 ReviewBoard 2.0.27 setuptools 39.2.0 setuptools 39.2.0 six 1.11.0 six

Re: Review board stopped working after OS upgrade

2023-11-09 Thread David Trowbridge
If installed via pip, you should be able to use "pip list" to see what version you have. >From the errors, it seems like the "paramiko" library was upgraded to a version that depends on "six", but "six" is not installed. I'd suggest looking through the paramiko release notes and installing

Re: Review board stopped working after OS upgrade

2023-11-09 Thread noreply optimize
Hi David, Before OS upgrade it was 2.0.27. After upgrading OS, I am unable to browse to review board site where version can be seen. Is there any command to check currently installed version ? If it's not upgraded, it should be 2.0.27. On Thursday, 9 November, 2023 at 9:21:53 pm UTC+5:30

Re: Review board stopped working after OS upgrade

2023-11-09 Thread David Trowbridge
What version of Review Board are you running? David On Thu, Nov 9, 2023 at 8:51 AM noreply optimize < noreplyoptim...@promaxsaas.com> wrote: > Hi All, > > I have a Ubuntu 18 LTS machine running review board version 2.0.27 without > any issues. Since, Ubuntu 18 has become EOL I upgraded the