Discussion:
[Linaro-validation] Help for the V2 lava-master and lava-slave usage
zxmjiang
2017-03-13 11:30:21 UTC
Permalink
Hi,
Currently after the install of lava-master and lava-slave, how can I get the usage such as following:
$ ls --help
Usage: ls [OPTION]... [FILE]...
List information about the FILEs (the current directory by default).
Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.


Mandatory arguments to long options are mandatory for short options too.
-a, --all do not ignore entries starting with .
-A, --almost-all do not list implied . and ..
--author with -l, print the author of each file
......


$lava-slave --help
Traceback (most recent call last):
File "/usr/local/bin/lava-slave", line 4, in <module>
__import__('pkg_resources').run_script('lava-dispatcher==0.0.0', 'lava-slave')
......


Thanks & Best Regards
Neil Williams
2017-03-13 14:50:09 UTC
Permalink
On Mon, 13 Mar 2017 19:30:21 +0800 (CST)
Post by zxmjiang
Hi,
Currently after the install of lava-master and lava-slave
File "/usr/local/bin/lava-slave", line 4, in <module>
LAVA does not support installation into /usr/local/

You must use the Debian packages, jessie or newer.

https://staging.validation.linaro.org/static/docs/v2/first-installation.html

https://staging.validation.linaro.org/static/docs/v2/installing_on_debian.html#debian-installation
Post by zxmjiang
$lava-slave --help
File "/usr/local/bin/lava-slave", line 4, in <module>
__import__('pkg_resources').run_script('lava-dispatcher==0.0.0',
'lava-slave') ......
lava-slave is only usable by root and has no --help output. See man 1
lava-slave and follow the documentation on how to setup LAVA properly.
--
Neil Williams
=============
http://www.linux.codehelp.co.uk/
zxmjiang
2017-03-14 02:58:17 UTC
Permalink
May I know if install path as /usr/bin/lava-slave can it work? Since our os system is not debian, but request to run this tool.

Thanks & Best Regards!
Post by Neil Williams
On Mon, 13 Mar 2017 19:30:21 +0800 (CST)
Post by zxmjiang
Hi,
Currently after the install of lava-master and lava-slave
File "/usr/local/bin/lava-slave", line 4, in <module>
LAVA does not support installation into /usr/local/
You must use the Debian packages, jessie or newer.
https://staging.validation.linaro.org/static/docs/v2/first-installation.html
https://staging.validation.linaro.org/static/docs/v2/installing_on_debian.html#debian-installation
Post by zxmjiang
$lava-slave --help
File "/usr/local/bin/lava-slave", line 4, in <module>
__import__('pkg_resources').run_script('lava-dispatcher==0.0.0',
'lava-slave') ......
lava-slave is only usable by root and has no --help output. See man 1
lava-slave and follow the documentation on how to setup LAVA properly.
--
Neil Williams
=============
http://www.linux.codehelp.co.uk/
Neil Williams
2017-03-14 09:04:15 UTC
Permalink
On Tue, 14 Mar 2017 10:58:17 +0800 (CST)
Post by zxmjiang
May I know if install path as /usr/bin/lava-slave can it work? Since
our os system is not debian, but request to run this tool.
Only Debian is supported. You will need a Debian jessie virtual machine
to run LAVA. This is not just about paths, there are a range of other
dependencies and issues. V2 is going to make things simpler but at this
time, we cannot support either master or slave on any OS except Debian
Jessie or later.
Post by zxmjiang
Thanks & Best Regards!
Post by Neil Williams
On Mon, 13 Mar 2017 19:30:21 +0800 (CST)
Post by zxmjiang
Hi,
Currently after the install of lava-master and lava-slave
File "/usr/local/bin/lava-slave", line 4, in <module>
LAVA does not support installation into /usr/local/
You must use the Debian packages, jessie or newer.
https://staging.validation.linaro.org/static/docs/v2/first-installation.html
https://staging.validation.linaro.org/static/docs/v2/installing_on_debian.html#debian-installation
Post by zxmjiang
$lava-slave --help
File "/usr/local/bin/lava-slave", line 4, in <module>
__import__('pkg_resources').run_script('lava-dispatcher==0.0.0',
'lava-slave') ......
lava-slave is only usable by root and has no --help output. See man 1
lava-slave and follow the documentation on how to setup LAVA
properly.
--
Neil Williams
=============
http://www.linux.codehelp.co.uk/
--
Neil Williams
=============
http://www.linux.codehelp.co.uk/
Loading...