Bug #12846
closedarvbox start localdemo stuck waiting
Description
I was interested in running arvados locally.
I tried to follow the instructions to try out arvados here: https://doc.arvados.org/install/arvbox.html
I used vagrant with ubuntu/trusty64.
While running this command
./arvbox start localdemo
It gets to a point where it keeps printing the following and doesn't seem to be making any progress:
Waiting for keepstore0 keepstore1 keepproxy vm ... Waiting for keepstore0 keepstore1 keepproxy vm ... Waiting for keepstore0 keepstore1 keepproxy vm ...
I let it run for about an hour without any progress.
I tried to look at the services with the log command:
```
./arvbox log keepstore0
2017-12-19_15:20:37.22392 + read -rd '' keepservice
2017-12-19_15:20:37.22415 + set -e
2017-12-19_15:20:37.22416 + test -s /var/lib/arvados/keep0-uuid
2017-12-19_15:20:37.22450 ++ arv --format=uuid keep_service create --keep-service '{
2017-12-19_15:20:37.22450 "service_host":"172.17.0.2",
2017-12-19_15:20:37.22450 "service_port":25107,
2017-12-19_15:20:37.22450 "service_ssl_flag":false,
2017-12-19_15:20:37.22451 "service_type":"disk"
2017-12-19_15:20:37.22451 }'
2017-12-19_15:20:37.35903 + UUID='Unknown switches '\''--format=uuid, --keep-service'\'''
./arvbox log keepstore1
2017-12-19_15:19:57.55594 + set -e
2017-12-19_15:19:57.55597 + test -s /var/lib/arvados/keep1-uuid
2017-12-19_15:19:57.55628 ++ arv --format=uuid keep_service create --keep-service '{
2017-12-19_15:19:57.55629 "service_host":"172.17.0.2",
2017-12-19_15:19:57.55629 "service_port":25108,
2017-12-19_15:19:57.55629 "service_ssl_flag":false,
2017-12-19_15:19:57.55629 "service_type":"disk"
2017-12-19_15:19:57.55629 }'
2017-12-19_15:19:57.66601 + UUID='Unknown switches '\''--format=uuid, --keep-service'\'''
./arvbox log keepproxy
2017-12-19_15:21:10.70472 + set -e
2017-12-19_15:21:10.70473 + test -s /var/lib/arvados/keepproxy-uuid
2017-12-19_15:21:10.70503 ++ arv --format=uuid keep_service create --keep-service '{
2017-12-19_15:21:10.70503 "service_host":"172.17.0.2",
2017-12-19_15:21:10.70503 "service_port":25100,
2017-12-19_15:21:10.70504 "service_ssl_flag":false,
2017-12-19_15:21:10.70504 "service_type":"proxy"
2017-12-19_15:21:10.70505 }'
2017-12-19_15:21:10.81668 + UUID='Unknown switches '\''--format=uuid, --keep-service'\'''
./arvbox log vm
2017-12-19_15:21:38.35458 + set -e
2017-12-19_15:21:38.35458 + arv virtual_machine get --uuid 39l9r-2x53u-3jsp6wjdwjqjdku
2017-12-19_15:21:38.46994 Could not find command "virtual_machine".
2017-12-19_15:21:38.47239 + arv virtual_machine create --virtual-machine '{
2017-12-19_15:21:38.47240 "uuid": "39l9r-2x53u-3jsp6wjdwjqjdku",
2017-12-19_15:21:38.47241 "hostname":"172.17.0.2"
2017-12-19_15:21:38.47241 }'
2017-12-19_15:21:38.57907 Could not find command "virtual_machine".
```
Thanks