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 https://images.validation.linaro.org/production-repo stretch-backports main*" repository for this.
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?
Thanks, Ankit
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 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.
https://staging.validation.linaro.org/static/docs/v2/installing_on_debian.ht...
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
Hi Neil,
Thanks for your response.
I am still facing the same issue, Please see the output of apt-cache policy command.
*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 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.
https://staging.validation.linaro.org/static/docs/v2/ installing_on_debian.html#lava-archive-signing-key
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
--
Neil Williams
neil.williams@linaro.org http://www.linux.codehelp.co.uk/
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.
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
I believe your issue is that lava-server is built for all architectures, however lava-dispatcher is architecture specific and there is not a 2018.2 build for i386. Are you really using 32 bit hardware, or just installed a 32 bit system?
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.
https://staging.validation.linaro.org/static/docs/v2/installing_on_debian.ht...
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
--
Neil Williams
neil.williams@linaro.org http://www.linux.codehelp.co.uk/
Lava-users mailing list Lava-users@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lava-users
On Mon, Apr 16, 2018 at 1:15 PM, Matt Hart matthew.hart@linaro.org wrote:
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.
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
I believe your issue is that lava-server is built for all architectures, however lava-dispatcher is architecture specific and there is not a 2018.2 build for i386. Are you really using 32 bit hardware, or just installed a 32 bit system?
[Ankit]: I just installed 32 bit system, do we have 2018.2 build for x86_64 architecture??
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.
installing_on_debian.html#lava-archive-signing-key
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
--
Neil Williams
neil.williams@linaro.org http://www.linux.codehelp.co.uk/
Lava-users mailing list Lava-users@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lava-users
On 16 April 2018 at 08:49, ankit gupta ankitrtk@gmail.com wrote:
On Mon, Apr 16, 2018 at 1:15 PM, Matt Hart matthew.hart@linaro.org wrote:
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.
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
I believe your issue is that lava-server is built for all architectures, however lava-dispatcher is architecture specific and there is not a 2018.2 build for i386. Are you really using 32 bit hardware, or just installed a 32 bit system?
[Ankit]: I just installed 32 bit system, do we have 2018.2 build for x86_64 architecture??
x86_64 is amd64 - 64bit x86. 2018.2 for amd64 is available from the LAVA repositories.
2018.2 for 32bit x86 is not available and is not actually recommended due to the limits of 32bit processing.
32bit Intel / AMD systems == i386 - not recommended. No packages available from the LAVA repositories. No build available from Debian for stretch-backports.
64bit Intel / AMD systems == x86_64 which is also known as amd64. 2018.2 is available.
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.
https://staging.validation.linaro.org/static/docs/v2/install
ing_on_debian.html#lava-archive-signing-key
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
--
Neil Williams
neil.williams@linaro.org http://www.linux.codehelp.co.uk/
Lava-users mailing list Lava-users@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lava-users
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-p...
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 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.
https://staging.validation.linaro.org/static/docs/v2/install ing_on_debian.html#lava-archive-signing-key
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
--
Neil Williams
neil.williams@linaro.org http://www.linux.codehelp.co.uk/
lava-users@lists.lavasoftware.org