On 4 September 2017 at 07:41, Xu, Hongyu <hongyu.xu@hxt-semitech.com> wrote:

 

Hi  all, 


This has been covered a few times on IRC already.


Please read the docs on using local instances:

https://staging.validation.linaro.org/static/docs/v2/pipeline-debug.html#check-lava-instance

This is a change in django, which needs some changes in your local instance configuration. LAVA cannot do this for you as it depends entirely on how your local instance is configured for security.

 

 

I have installed  the lava-serer (2017.7) on my DEBIAN 9.10.  But now I can’t sign in  with  the local Django user, this is the error infomations:

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.

More information is available with DEBUG=True.

 

Please give me some advices!

 

root@hxtcorp:~# dpkg-query -l lava*

Desired=Unknown/Install/Remove/Purge/Hold

| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend

|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)

||/ Name                              Version               Architecture          Description

+++-=================================-=====================-=====================-=======================================================================

ii  lava-coordinator                  0.1.7-1               all                   LAVA Coordinator daemon

un  lava-dashboard                    <none>                <none>                (no description available)

un  lava-dashboard-tool               <none>                <none>                (no description available)

ii  lava-dispatcher                   2017.7-1~bpo9+1       amd64                 Linaro Automated Validation Architecture dispatcher

un  lava-scheduler                    <none>                <none>                (no description available)

un  lava-scheduler-tool               <none>                <none>                (no description available)

ii  lava-server                       2017.7-1~bpo9+1       all                   Linaro Automated Validation Architecture server

ii  lava-server-doc                   2017.7-1~bpo9+1       all                   Linaro Automated Validation Architecture documentation

ii  lava-tool                         0.21-1                all                   command line utility for LAVA

un  lavapdu                           <none>                <none>                (no description available)

ii  lavapdu-client                    0.0.5-1               all                   LAVA PDU client

ii  lavapdu-daemon                    0.0.5-1               all                   LAVA PDU control daemon

 

add the local Django user:

sudo lava-server manage createsuperuser --username $USERNAME --email=$EMAIL

sudo lava-server manage authorize_superuser --username $USERNAME

 

root@hxtcorp:/etc/lava-server# lava-server manage users list

List of users:

* 1680077

* 1680141

* lava-health

* xuhy

 

Best Regards

 

XuHongyu

 




This email is intended only for the named addressee. It may contain information that is confidential/private, legally privileged, or copyright-protected, and you should handle it accordingly. If you are not the intended recipient, you do not have legal rights to retain, copy, or distribute this email or its contents, and should promptly delete the email and all electronic copies in your system; do not retain copies in any media. If you have received this email in error, please notify the sender promptly. Thank you.




_______________________________________________
Lava-users mailing list
Lava-users@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lava-users




--