On Monday 20 March 2017 11:20 AM, zxmjiang wrote:
lava lava-dashboard-tool lava-dispatcher-slave
lava-mount-masterfs lava-slave lava-daemon lava-dispatch lava-master lava-publisher lava-tool My question is:
- How to use those command under linux to let it works as the picture
shows ?
Except for 'lava-tool' you need not use any other command on a regular basis. Most of them are services (in other words daemons) rather than regular commands.
- We try to use $lava-master, the log shows following error, seems the
lava-server can't run as a sub-process, since from the git lava-server package there is no lava-server executive command installed, can you help it ?
lava-server is not a command. As noted above it is a service.
In order to start lava-server, use the following command:
# service lava-server start
What is the operating system in which this setup runs? As of today we only support Debian as seen from here - https://staging.validation.linaro.org/static/docs/v2/installing_on_debian.ht...
Thank You.