On 16 April 2018 at 08:38, ankit gupta <ankitrtk@gmail.com> wrote:
Hi Neil,

Thanks for your response.

I am still facing the same issue, Please see the output of apt-cache policy command.

We don't build lava-dispatcher for all architectures in the LAVA repositories, we don't have enough build capacity. We only build lava-dispatcher packages for amd64 and arm64.

Most i386 systems can actually run 64 bit x86 code - indeed, I would not recommend attempting to run lava-server on a system which cannot run 64 bit code and even lava-dispatcher will struggle at times if the system has only a small amount of memory. So most i386 systems are now running at least a 64bit kernel, just to get access to the available RAM.

A new release is being prepared and should be uploaded to Debian soon. Debian will build lava-dispatcher for all the supported architectures.

In the meantime, you can use the developer build tools to build a lava-dispatcher package locally for i386.

https://staging.validation.linaro.org/static/docs/v2/debian.html#developer-package-build

Install the lava-dev package and use that to build yourself an i386 package.

If you are running a 64 bit kernel, you can also add amd64 as an architecture to dpkg and then install lava-dispatcher for amd64.

dpkg --add-architecture amd64
 

lava-server:
  Installed: 2017.7-1~bpo9+1
  Candidate: 2018.2-1+stretch
  Version table:
     2018.2-1+stretch 500
        500 https://images.validation.linaro.org/production-repo stretch-backports/main i386 Packages
 *** 2017.7-1~bpo9+1 100
        100 /var/lib/dpkg/status
     2016.12-2 500
        500 http://ftp.us.debian.org/debian stretch/main i386 Packages
lava-dispatcher:
  Installed: 2017.7-1~bpo9+1
  Candidate: 2017.7-1~bpo9+1
  Version table:
 *** 2017.7-1~bpo9+1 100
        100 /var/lib/dpkg/status
     2016.12-1 500
        500 http://ftp.us.debian.org/debian stretch/main i386 Packages


Thanks,
Ankit


On Mon, Apr 16, 2018 at 3:23 AM, Neil Williams <neil.williams@linaro.org> wrote:
On 16 April 2018 at 07:50, ankit gupta <ankitrtk@gmail.com> wrote:
Hi All,

I have Debian 9(stretch) installed on my system and I want to install LAVA 2018.2 (server as well as the dispatcher), I used "deb https://images.validation.linaro.org/production-repo stretch-backports main" repository for this.

First, check that you have added the production-repo key to apt.

 

But it only installing LAVA 2017.7 version and it's only showing LAVA-server version 2018.2 in the upgrade but not LAVA-dispatcher-2018.2.

Please suggest do I need to use some different repository for  LAVA-dispatcher-2018.2?

Once the key is in place and you have run apt update, check the availability with the policy command;

apt-cache policy lava-server lava-dispatcher

If there are problems, please include this policy output in your reply.
 
 


Thanks,
Ankit

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




--




--