Hi!
Ive tried for a while get my spark running and ive been searching the forum like a maniac.
Anyone with an idea whats wrong?
pi@raspberrypi:~/brewblox $ brewblox-ctl setup
INFO Stopping services…
Removing network brewblox_default
INFO Checking ports…
This directory already contains a docker-compose.yml file. Do you want to keep it? [Press ENTER for default value ‘yes’]
This directory already contains Redis datastore files. Do you want to keep them? [Press ENTER for default value ‘yes’]
This directory already contains InfluxDB history files. Do you want to keep them? [Press ENTER for default value ‘yes’]
This directory already contains Traefik gateway files. Do you want to keep them? [Press ENTER for default value ‘yes’]
INFO Setting .env values…
INFO Checking Avahi config…
INFO Copying docker-compose.shared.yml…
INFO Stopping services…
Removing network brewblox_default
WARNING: Network brewblox_default not found.
INFO Pulling docker images…
Pulling redis … done
Pulling spark-one … done
Pulling history … done
Pulling ui … done
Pulling influx … done
Pulling traefik … done
Pulling eventbus … done
INFO Starting configured services…
Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
Creating network “brewblox_default” with the default driver
Creating brewblox_traefik_1 …
Creating brewblox_history_1 …
Creating brewblox_influx_1 … error
Creating brewblox_traefik_1 … done
Creating brewblox_history_1 … done
3e81487df9b8556218a8bbfc0ce9e90ae10-init/merged: no such file or directory
ERROR: for influx Cannot create container for service influx: error creating overlay mount to /var/lib/docker/overlay2/70ec82c9bd2fba18121c1cf30b17f3e81487df9b8556218a8bbfc0ce9e90ae10-init/merged: no such file or directory
ERROR: Encountered errors while bringing up the project.
Command ‘docker-compose up -d traefik influx history’ returned non-zero exit status 1.
pi@raspberrypi:~/brewblox $
EDIT
pi@raspberrypi:~/brewblox $ sudo systemctl status docker
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: e
Active: active (running) since Thu 2021-02-11 09:24:23 GMT; 45min ago
Docs: https://docs.docker.com
Main PID: 532 (dockerd)
Tasks: 36
CGroup: /system.slice/docker.service
├─532 /usr/sbin/dockerd -H fd://
└─545 docker-containerd --config /var/run/docker/containerd/container
Feb 11 10:08:33 raspberrypi dockerd[532]: time=“2021-02-11T10:08:33.514709024Z”
Feb 11 10:08:33 raspberrypi dockerd[532]: time=“2021-02-11T10:08:33.523804007Z”
Feb 11 10:08:49 raspberrypi dockerd[532]: time=“2021-02-11T10:08:49.079894433Z”
Feb 11 10:08:50 raspberrypi dockerd[532]: time=“2021-02-11T10:08:50.294082805Z”
Feb 11 10:08:51 raspberrypi dockerd[532]: time=“2021-02-11T10:08:51.944835801Z”
Feb 11 10:08:51 raspberrypi dockerd[532]: time=“2021-02-11T10:08:51.953426775Z”
Feb 11 10:09:35 raspberrypi dockerd[532]: time=“2021-02-11T10:09:35.732498436Z”
Feb 11 10:09:37 raspberrypi dockerd[532]: time=“2021-02-11T10:09:37.763749762Z”
Feb 11 10:09:38 raspberrypi dockerd[532]: time=“2021-02-11T10:09:38.412534942Z”
Feb 11 10:09:38 raspberrypi dockerd[532]: time=“2021-02-11T10:09:38.421685915Z”
lines 1-20/20 (END)