Hi Stevan,
I have followed the steps mentioned in the pages provided by you i.e " https://docs.lavasoftware.org/lava/installing_on_debian.html#lava-repositori... "
Still my version is same i.e "2019.01-5"
You can find my complete log at https://justpaste.me/id5P .
Only the thing is that I followed below steps
1. Install Debain buster 2. Run #sudo apt install lava 3. Run #sudo apt install lava-dispatcher 4. #wget https://apt.lavasoftware.org/lavasoftware.key.asc 5. #sudo apt-key add lavasoftware.key.asc 6. #sudo apt update
appreciated any suggestions.
Regards, Koti
Judging by these 3 lines:
Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://deb.debian.org/debian buster-updates InRelease Hit:3 http://security.debian.org/debian-security buster/updates InRelease
I can only deduce that you haven't added anything to your sources.list in apt.
This is not optional, you need to add either "deb https://apt.lavasoftware.org/release buster main" or "deb https://apt.lavasoftware.org/daily buster main" line to the sources.list prior to doing the apt update.
All the best,
On 11/27/20 1:45 PM, koti koti wrote:
Hi Stevan,
Thanks for your reply.
I have tried with the corresponding deb URL's in source.list and noticed "certification" issues even though added keys.
can find complete log at https://justpaste.me/igjS
any idea about signature issues even followed the steps as per the Lava document?
Regards, Koti
On Fri, 27 Nov 2020 at 19:00, Stevan Radaković stevan.radakovic@linaro.org wrote:
Hi Stevan,
Yes. Still I am still seeing the issue even with daily mirror/repo.
You can find the complete log at https://justpaste.me/jcoc
" lavamaster@lavamaster:~$ sudo apt update Hit:1 http://deb.debian.org/debian buster InRelease Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
Ign:5 https://apt.lavasoftware.org/daily buster InRelease
Err:6 https://apt.lavasoftware.org/daily buster Release Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 51.148.40.41 443] Get:7 http://ftp.debian.org/debian stretch-backports InRelease [91.8 kB] Reading package lists... Done E: The repository 'https://apt.lavasoftware.org/daily buster Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. lavamaster@lavamaster:~$ "
Regards, Koti
On Sat, 28 Nov 2020 at 18:38, Stevan Radaković stevan.radakovic@linaro.org wrote:
Hi,
This issue is resolved by change "https" to "http" i.e
" deb https://apt.lavasoftware.org/release buster main
to
deb http://apt.lavasoftware.org/release buster main
"
Not sure exactly what is going on when using "https" and giving the errors "Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 51.148.40.41 443]" and "The repository ' https://apt.lavasoftware.org/daily buster Release' does not have a Release file."
Regards, Koti
On Mon, 30 Nov 2020 at 12:08, koti koti kotisoftwaretest@gmail.com wrote:
lava-users@lists.lavasoftware.org