Re: Review Bot not working on 2.5.12

2017-07-26 Thread Florian Mocanu
Hello Christian, Sorry for late reply. I have tried the RB 3.0 - wasn't able to configure Review Bot 1.0 and went back to 2.5.13. Now I cannot upgrade the site any more due to some failed evolution {code} -- -- Creating tables ... There are unapplied evolutions

Re: Failed upgrade from 2.5.12 to 3 on CentOs 6.5

2017-07-26 Thread Florian Mocanu
[root@reviews ~]# which rb-site /usr/bin/rb-site [root@reviews ~]# head `which rb-site` #!/usr/bin/python # EASY-INSTALL-ENTRY-SCRIPT: 'ReviewBoard==2.5.12','console_scripts','rb-site' __requires__ = 'ReviewBoard==2.5.12' import re import sys from pkg_resources import load_entry_point if

Re: Failed upgrade from 2.5.12 to 3 on CentOs 6.5

2017-07-26 Thread Christian Hammond
Looks like while you have 3.0 installed, your rb-site script is still for 2.5.12, so it's attempting a downgrade. It's likely you have two copies installed, one provided perhaps by an RPM, and another (probably in /usr/local/bin) provided by the Python packages. It's going to be important to

Re: Review board 3 cannot be started on CentOS 7

2017-07-26 Thread Stephen Gallagher
On Wed, Jul 26, 2017 at 4:31 PM Christian Hammond wrote: > Hi Florian, > > This may be caused by SELinux. I know the RPMs for stable releases contain > SELinux rules for this, and maybe those can be extracted and used here. (I > want to start shipping those ourselves as

Re: Review board 3 cannot be started on CentOS 7

2017-07-26 Thread Christian Hammond
Hi Florian, This may be caused by SELinux. I know the RPMs for stable releases contain SELinux rules for this, and maybe those can be extracted and used here. (I want to start shipping those ourselves as well.) Permissions otherwise look fine, so SELinux would be my guess. You should also see