Hi everyone,
I got an issue using LAVA today. After trying to load a job page, LAVA crashed returning PROXY ERROR. I tried to restart lava-master, lava-slave and lava-server-gunicorn services without success. The django.log returns an error about django tables2, saying it can't find the module. I'm running LAVA 2018.10. See attached log for more precision.
Best regards, Axel Le Bourhis
On Mon, 12 Nov 2018 at 09:32, Axel Lebourhis axel.lebourhis@linaro.org wrote:
Hi everyone,
I got an issue using LAVA today. After trying to load a job page, LAVA crashed returning PROXY ERROR. I tried to restart lava-master, lava-slave and lava-server-gunicorn services without success. The django.log returns an error about django tables2, saying it can't find the module. I'm running LAVA 2018.10.
This is a problem within 2018.10 - only with a fresh install on stretch using the packages from apt.lavasoftware.org - you need to install some packages from stretch-backports.
$ sudo apt -t stretch-backports install python3-django-auth-ldap python3-django-tables2 python3-requests
The fix is already in the master branch and we're planning 2018.11 soon. Sorry for the inconvenience.
It worked. Thanks for your help.
Regards, Axel Le Bourhis
On Mon, 12 Nov 2018 at 10:46, Neil Williams neil.williams@linaro.org wrote:
lava-users@lists.lavasoftware.org