Hi All,

I am trying to setup a remote lab using Raspberry pi on my local network.

I installed lava-server and a worker on my laptop and its working fine.

I installed raspbian on R-Pi and follow the instruction given on lava site,
but when slave is trying to connect to master its not getting any response,
I am able to ping master from my R-pi board and default port 3079 is open on my machine.

I used no encryption and use URL to connect master as follow.

MASTER_URL="tcp://10.42.0.24:3079"
LOGGER_URL="tcp://10.42.0.24:3079"


I continuosly getting log messgaes like,

DEBUG Sending new HELLO_RETRY message to the master (are they both running the same version?)
INFO Waiting for the master to reply
DEBUG Sending new HELLO_RETRY message to the master (are they both running the same version?)
INFO Waiting for the master to reply
DEBUG Sending new HELLO_RETRY message to the master (are they both running the same version?)


Please, if any one have some idea why I am not able to connect please help.


Thanks,
Ankit