Christopher Bayliss
Christopher Bayliss
That doesn't work. It looks like weatherreport relies on the `no_dot_erlang.boot` binary that's part of Erlang but not included in the erts distribution Couch bundles. So out-of-the-box `weatherreport` won't run...
Looks like there needs to be a wrapper script like for remsh you can kick it off using what's in the package with ``` /opt/couchdb/erts-12.3.2.10/bin/erl +B -boot /opt/couchdb/releases/3.3.2/start_clean -noshell weatherreport/weatherreport/ebin...
There's a workaround [in issue 40](https://github.com/buildkite/cli/issues/40#issuecomment-471644904)
@sblaisot I can get it to run but then it can't connect to the node ```bash export PATH="${PATH}:/opt/couchdb/bin:/opt/couchdb/erts-12.3.2.15/bin/" cd /opt/couchdb/releases/3.3.3 # Point no_dot_erlang.boot to start_clean.boot sudo ln -s start_clean.boot no_dot_erlang.boot...
You may have hit the same problem I did. `./script/docker_dev_setup.sh` uses `mdfind` to see if Docker.app is available. This isn't a great idea as it assumes the metadata service is...
I managed to hit this for reasons I'm unclear about under 3.0.2. It was being raised by the DAG Processor after parsing a dag file that generates 27 DAGs from...