Hermanth,
You were able to install on stretch?
I was attempting to do so, but the python3-django-auth-ldap package wasn't available on anything but sid.
Did you run into the same issue?
Regards,
Chris
Date: Tue, 27 Feb 2018 14:10:46 +0530 From: Hemanth K V kv.hemanth.mys@gmail.com To: Lava Users Mailman list lava-users@lists.linaro.org Subject: [Lava-users] set up issue Message-ID: CAEua01SDZE6=7+rgnr6+1WA-j3Z3g2ECywP0qtT0xR8Z9GE9Gw@mail.gmail.com Content-Type: text/plain; charset="utf-8"
Hello Lava-Users,
After following the setup of LAVA on Debian 9 stretch and when we try to login from UI we face the following error Ref https://validation.linaro.org/static/docs/v2/installing_on_debian.html
$ sudo apt install postgresql $ sudo apt install lava-server
If the default Apache configuration from LAVA is suitable, you can enable it immediately:
$ sudo a2dissite 000-default $ sudo a2enmod proxy $ sudo a2enmod proxy_http $ sudo a2ensite lava-server.conf $ sudo service apache2 restart
Forbidden (403)
CSRF verification failed. Request aborted.
You are seeing this message because this site requires a CSRF cookie when submitting forms. This cookie is required for security reasons, to ensure that your browser is not being hijacked by third parties.
If you have configured your browser to disable cookies, please re-enable them, at least for this site, or for 'same-origin' requests.
Is there anything missing from the setup.
Thanks,
Hemanth.