jhorey / ferry

Ferry lets you define, run, and deploy big data applications on AWS, OpenStack, and your local machine using Docker

Home Page:http://ferry.opencore.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant installation doesn't work

km4rcus opened this issue · comments

Hi,

i have installed the ferry vagrant box following the guide. When I execute sudo ferry server i got
the following error:

vagrant@vagrant-ubuntu-trusty-64:~$ sudo ferry server
[10/18/2014 09:36:41] [WARNING] Creating Ferry bridge 172.18.42.1/16
[10/18/2014 09:36:41] [WARNING] checking for btrfs
[10/18/2014 09:36:41] [WARNING] using devmapper backend
[10/18/2014 09:36:41] [WARNING] using public dns
[10/18/2014 09:36:41] [WARNING] nohup docker -d -H=unix:////var/run/ferry.sock -g=/var/lib/ferry -p=/var/run/ferry.pid -b ferry0 --dns 8.8.8.8 --dns 8.8.4.4 -e lxc -s devicemapper --icc=true 1>/var/lib/ferry/docker.log 2>&1 &
/bin/sh: 1: cannot create /var/lib/ferry/docker.log: Directory nonexistent
[10/18/2014 09:36:44] [ERROR] Could not start ferry servers.

[10/18/2014 09:36:44] [ERROR] MongoDB images not found. Try executing 'ferry install'.

I tried to execute ferry clean and then ferry install but ferry install get stucked.

I may have accidentally specified the wrong Ferry directory for this Vagrant box. Try:

export FERRY_DIR=/ferry/master
ferry server

I'll be updating the Vagrant box in the next day or so.

I've just uploaded a new Vagrant box that should fix this issue.