I’m trying to do a fresh install, so I am following the documentation, using raspberry lite etc. Works fine until I run brewblox-ctl setup and get this log:
pi@raspberrypi:~/brewblox $ brewblox-ctl setup
INFO Stopping services…
Removing brewblox_ui_1 … done
Removing brewblox_eventbus_1 … done
Removing brewblox_mdns_1 … done
Removing brewblox_datastore_1 … done
Removing brewblox_emitter_1 … done
Removing brewblox_spark-one_1 … done
Removing brewblox_history_1 … done
Removing brewblox_influx_1 … done
Removing brewblox_traefik_1 … done
Removing network brewblox_default
INFO Checking ports…
This directory already contains a docker-compose.yml file. Do you want to keep i t? [Press ENTER for default value ‘Yes’]
This directory already contains Couchdb datastore files. Do you want to keep them? [Press ENTER for default value ‘Yes’]
This directory already contains Influx 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 Stopping services…
Removing network brewblox_default
WARNING: Network brewblox_default not found.
INFO Pulling docker images…
Pulling eventbus … done
Pulling emitter … done
Pulling influx … done
Pulling datastore … done
Pulling spark-one … done
Pulling traefik … done
Pulling ui … done
Pulling history … done
Pulling mdns … done
INFO Starting configured services…
Creating network “brewblox_default” with the default driver
Creating brewblox_traefik_1 …
Creating brewblox_influx_1 …
Creating brewblox_history_1 … error
Creating brewblox_influx_1 … error
by/e02c1b8ed374a9b908eddf688e5840540ac72fe66f31a684499f166ea7ac5ffb/log.json: no such file or directory): runc did not terminate sucessfully: unknown
Creating brewblox_traefik_1 … error
ERROR: for brewblox_influx_1 Cannot start service influx: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/537f823f13d6e83a5170a348885a872e8c672c5c4fa3291b683dda91038ddb0c/log.json: no such file or directory): runc did not terminate sucessfully: unknown
ERROR: for brewblox_traefik_1 Cannot start service traefik: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/704e9c3f4dde0262a692fc625ee53b343d3233ea2e8cd876ab1d58319096c2db/log.json: no such file or directory): runc did not terminate sucessfully: unknown
ERROR: for history Cannot start service history: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/e02c1b8ed374a9b908eddf688e5840540ac72fe66f31a684499f166ea7ac5ffb/log.json: no such file or directory): runc did not terminate sucessfully: unknown
ERROR: for influx Cannot start service influx: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/537f823f13d6e83a5170a348885a872e8c672c5c4fa3291b683dda91038ddb0c/log.json: no such file or directory): runc did not terminate sucessfully: unknown
ERROR: for traefik Cannot start service traefik: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/704e9c3f4dde0262a692fc625ee53b343d3233ea2e8cd876ab1d58319096c2db/log.json: no such file or directory): runc did not terminate sucessfully: unknown
ERROR: Encountered errors while bringing up the project.
Command ‘docker-compose up -d --remove-orphans traefik influx history’ returned non-zero exit status 1.