Consensys / quorum-dev-quickstart

The Quorum Developer Quickstart utility can be used to rapidly generate local Quorum blockchain networks for development and demo purposes using Besu and GoQuorum
Apache License 2.0
135 stars 101 forks source link

run.sh fails with apt-get error #260

Closed izcoser closed 1 year ago

izcoser commented 1 year ago

So I run ./run.sh and I get this error on my terminal:

=> ERROR [member1tessera 2/4] RUN if [ -e /sbin/apk ] ; then apk add gettext --no-cache ; else apt-get u 0.0s

[member1tessera 2/4] RUN if [ -e /sbin/apk ] ; then apk add gettext --no-cache ; else apt-get update && apt-get install -y gettext && rm -rf /var/lib/apt/lists/* ; fi:

failed to solve: process "/bin/sh -c if [ -e /sbin/apk ] ; then apk add gettext --no-cache ; else apt-get update && apt-get install -y gettext && rm -rf /var/lib/apt/lists/* ; fi" did not complete successfully: failed to create endpoint 2mxuqml9glngdq8kktm0u5mxh on network bridge: failed to add the host (vethd5abf2e) <=> sandbox (vethccd29b9) pair interfaces: operation not supported

Even with that error, it outputs some endpoints that I should have, as if the script ran successfully:

List endpoints and services

JSON-RPC HTTP service endpoint : http://localhost:8545 JSON-RPC WebSocket service endpoint : ws://localhost:8546 Web block explorer address : http://localhost:25000/explorer/nodes

For more information on the endpoints and services, refer to README.md in the installation directory.


But none of these are up. docker ps shows nothing is running.

Tried to run this on my Ubuntu and Arch Linux machines, both with the same error.

izcoser commented 1 year ago

My system clock was behind which was breaking apt. Syncing the clock solved the problem.