dcSpark / milkomeda-c1-evm-passive

Milkomeda evm node configurations for partners wanting to connect to the evm nodes p2p network
MIT License
15 stars 5 forks source link

can't start with ubuntu #11

Closed kugimiya530 closed 2 years ago

kugimiya530 commented 2 years ago

Hi i am trying to start sync the command i run below

./start.sh -n c1-devnet -r

the result shows below , what should i need ./start.sh: line 84: docker-compose: command not found

nicarq commented 2 years ago

You need to install docker-compose.

kugimiya530 commented 2 years ago

after installed docker-compose

./start.sh -n c1-devnet -r

Traceback (most recent call last): File "urllib3/connectionpool.py", line 677, in urlopen File "urllib3/connectionpool.py", line 392, in _make_request File "http/client.py", line 1277, in request File "http/client.py", line 1323, in _send_request File "http/client.py", line 1272, in endheaders File "http/client.py", line 1032, in _send_output File "http/client.py", line 972, in send File "docker/transport/unixconn.py", line 43, in connect FileNotFoundError: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "requests/adapters.py", line 449, in send File "urllib3/connectionpool.py", line 727, in urlopen File "urllib3/util/retry.py", line 410, in increment File "urllib3/packages/six.py", line 734, in reraise File "urllib3/connectionpool.py", line 677, in urlopen File "urllib3/connectionpool.py", line 392, in _make_request File "http/client.py", line 1277, in request File "http/client.py", line 1323, in _send_request File "http/client.py", line 1272, in endheaders File "http/client.py", line 1032, in _send_output File "http/client.py", line 972, in send File "docker/transport/unixconn.py", line 43, in connect urllib3.exceptions.ProtocolError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "docker/api/client.py", line 214, in _retrieve_server_version File "docker/api/daemon.py", line 181, in version File "docker/utils/decorators.py", line 46, in inner File "docker/api/client.py", line 237, in _get File "requests/sessions.py", line 543, in get File "requests/sessions.py", line 530, in request File "requests/sessions.py", line 643, in send File "requests/adapters.py", line 498, in send requests.exceptions.ConnectionError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "docker-compose", line 3, in File "compose/cli/main.py", line 81, in main File "compose/cli/main.py", line 200, in perform_command File "compose/cli/command.py", line 70, in project_from_options File "compose/cli/command.py", line 153, in get_project File "compose/cli/docker_client.py", line 43, in get_client File "compose/cli/docker_client.py", line 170, in docker_client File "docker/api/client.py", line 197, in init File "docker/api/client.py", line 222, in _retrieve_server_version docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))

any idea?

SebastienGllmt commented 2 years ago

@kugimiya530 if you're using WSL, you need to setup Docker Desktop and enable WSL2 mode on the Windows side

kugimiya530 commented 2 years ago

I am using linux

Sebastien Guillemot @.***> 於 2022年4月14日 週四 01:29 寫道:

@kugimiya530 https://github.com/kugimiya530 if you're using WSL, you need to setup Docker Desktop and enable WSL2 mode on the Windows side

— Reply to this email directly, view it on GitHub https://github.com/dcSpark/milkomeda-evm-passive/issues/11#issuecomment-1098307349, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKNLXYDRNJ5VJ3VKZKSIODVE4AANANCNFSM5TKBTA7Q . You are receiving this because you were mentioned.Message ID: @.***>