Re: Problems with new install on Fedora 29

2019-01-17 Thread Review User
So in the end I downloaded FC28 server, and install reviewboard on it without hitch. Took around 30 mins, where as FC29 has been a lot of pain and suffering. Ultimately the OpenSSL version FC29 isn't usable. I'm not sure if there's a way of setting the libs to use via pip install so you can

Re: Problems with new install on Fedora 29

2019-01-17 Thread Review User
I attempted that but got the same result. I am presuming that p4python is doing a version on the openssl binary and still getting the latest version returned despite the libs being the older version. I looked to see if it openssl 1.0 was available but sadly it doesn't look like it on fc29:

Re: Problems with new install on Fedora 29

2019-01-16 Thread Stephen Gallagher
Looks like p4python doesn’t support OpenSSL 1.1 yet. Try installing openssl10-devel (you’ll have to uninstall openssl-devel first). On Wed, Jan 16, 2019 at 11:57 AM Review User wrote: > > This now downloads and install cleanly! Thanks. > > Have problems compiling with p4python though (OpenSSL)

Re: Problems with new install on Fedora 29

2019-01-16 Thread Review User
This now downloads and install cleanly! Thanks. Have problems compiling with p4python though (OpenSSL) to get a perfoce repo installed: Collecting p4python Using cached

Re: Problems with new install on Fedora 29

2019-01-15 Thread Stephen Gallagher
On Mon, Jan 14, 2019 at 1:40 PM Stephen Gallagher wrote: > Here's the problem. Someone broke the stable updates policy and pushed > a backwards-incompatible version of requests-oauthlib into Fedora 29's > updates repositories. I'll stick the older version in the reviewboard > module so it should

Re: Problems with new install on Fedora 29

2019-01-14 Thread Stephen Gallagher
On Mon, Jan 14, 2019 at 12:00 PM Stephen Gallagher wrote: > > On Mon, Jan 14, 2019 at 11:00 AM jeffrey.west via Review Board > Community wrote: > > > > I ran the following commands > > > > dnf install memcached > > dnf module install reviewboard:3.0 > > dnf install mariadb mariadb-server > >

RE: Problems with new install on Fedora 29

2019-01-14 Thread 'Jeffrey West' via Review Board Community
: Monday, January 14, 2019 12:00 PM To: reviewboard@googlegroups.com Subject: Re: Problems with new install on Fedora 29 On Mon, Jan 14, 2019 at 11:00 AM jeffrey.west via Review Board Community wrote: > > I ran the following commands > > dnf install memcached > dnf module install review

Re: Problems with new install on Fedora 29

2019-01-14 Thread Stephen Gallagher
On Mon, Jan 14, 2019 at 11:00 AM jeffrey.west via Review Board Community wrote: > > I ran the following commands > > dnf install memcached > dnf module install reviewboard:3.0 > dnf install mariadb mariadb-server > systemctl start mariadb > systemctl enable mariadb > mysql_secure_installation > >

Re: Problems with new install on Fedora 29

2019-01-14 Thread jeffrey.west via Review Board Community
Actually, a reboot go me in. Thanks for your assistance! On Monday, January 14, 2019 at 11:50:10 AM UTC-5, jeffre...@riptidesoftware.com wrote: > > Thank you! I was able to get everything installed, but now I am receiving > this error message. > > Something broke! (Error 500) > > It appears

Re: Problems with new install on Fedora 29

2019-01-14 Thread jeffrey.west via Review Board Community
Thank you! I was able to get everything installed, but now I am receiving this error message. Something broke! (Error 500) It appears something broke when you tried to go to here. This is either a bug in Review Board or a server configuration error. Please report this to your administrator.

Re: Problems with new install on Fedora 29

2019-01-14 Thread Review User
I had to do an update of all of the python modules: Whether this is advisable or not, I'm not sure. I've now got problems trying to install pyopenssl which means I can't install p4python. Here's how I got it running though: pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1

Problems with new install on Fedora 29

2019-01-14 Thread jeffrey.west via Review Board Community
I ran the following commands dnf install memcached dnf module install reviewboard:3.0 dnf install mariadb mariadb-server systemctl start mariadb systemctl enable mariadb mysql_secure_installation Created database for MySQL rb-site install /var/www/site I receive the following error Traceback